@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 900;
    src: url(/build/assets/Vazir-Bold-FD-grcBrNPd.eot?08b87f17e48f206a20e17ab85354af11);
    src: url(/build/assets/Vazir-Bold-FD-grcBrNPd.eot?08b87f17e48f206a20e17ab85354af11?#iefix) format("embedded-opentype"),url(/build/assets/Vazir-Bold-FD-3GIdADW1.woff?823b5b3701e1192e885dc9cc58fdc177) format("woff"),url(/build/assets/Vazir-Bold-FD-VZiyGgfD.ttf?9cc20b0d50d6c49692f653c622392de0) format("truetype")
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 700;
    src: url(/build/assets/Vazir-Medium-FD-98ucFUTp.eot?e8bf431bb6a5a48df131757740379df2);
    src: url(/build/assets/Vazir-Medium-FD-98ucFUTp.eot?e8bf431bb6a5a48df131757740379df2?#iefix) format("embedded-opentype"),url(/build/assets/Vazir-Medium-FD-NLsnY4jB.woff?a465b68f7c1069909584ea67d34c0319) format("woff"),url(/build/assets/Vazir-Medium-FD-0JBYA0nR.ttf?3f27847a3a3b282bcee2400a6f6e2c2f) format("truetype")
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 500;
    src: url(/build/assets/Vazir-Regular-FD-a2qAP86r.eot?53303c0ceea321fbdc85b02670fd0556);
    src: url(/build/assets/Vazir-Regular-FD-a2qAP86r.eot?53303c0ceea321fbdc85b02670fd0556?#iefix) format("embedded-opentype"),url(/build/assets/Vazir-Regular-FD-Qh4V6_id.woff?d402f064a654da21814cd7d67686e1d2) format("woff"),url(/build/assets/Vazir-Regular-FD-D572_w89.ttf?6a10d7a5fb2bcdd12953b99810c553fe) format("truetype")
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 300;
    src: url(/build/assets/Vazir-Light-FD-8PoTqnPC.eot?7b481604de757aea4f5bf92cf505203f);
    src: url(/build/assets/Vazir-Light-FD-8PoTqnPC.eot?7b481604de757aea4f5bf92cf505203f?#iefix) format("embedded-opentype"),url(/build/assets/Vazir-Light-FD-dyZJNQ6W.woff?e6e3c9b2dbe72f247b3f618a39351453) format("woff"),url(/build/assets/Vazir-Light-FD-yDKwucKi.ttf?b9497b4bfb9aa38e50fcccca3f7b31a9) format("truetype")
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 100;
    src: url(/build/assets/Vazir-Thin-FD-NgjwRCB6.eot?eb450668450513758c4dc760735661b6);
    src: url(/build/assets/Vazir-Thin-FD-NgjwRCB6.eot?eb450668450513758c4dc760735661b6?#iefix) format("embedded-opentype"),url(/build/assets/Vazir-Thin-FD-2vaXVeji.woff?27ce2292a17132cf6de308a1f3f1dfb8) format("woff"),url(/build/assets/Vazir-Thin-FD-Dz-F1WxV.ttf?50de0009ea5ff2cd18c1de41bb6f5c1d) format("truetype")
}

i,html {
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: vazir,vazir,sans-serif;
    height: 100%
}

* {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    display: inline-block;
    /* border-top: 3px dashed rgb(173 0 71); */
    /* border-bottom: 3px dashed rgb(173 0 71); */
    /* border-left: 3px dashed rgb(173 0 71); */
    /* border-right: 3px dashed rgb(173 0 71); */
}

input,textarea,select,select option,button {
    outline-style: none;
    font-family: vazir,vazir,sans-serif;
}

input[type="text"] {}
button,input[type=submit] {
    cursor: pointer
}

input:focus {
    outline: 0
}

li,a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    outline: 0
}

li {
    transition: none;
}

*,:before,:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.allCartIndex {
    margin: auto;
    margin-top: 1rem
}
.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cart {
    padding: .5rem;
    border-radius: 5px;
    border: 1px solid #bbb;
    display: flex;
    align-items: center;
    grid-gap: .5rem;
    cursor: pointer
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cart i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cart i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #475569
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cart span {
    font-size: .8rem;
    font-weight: 500;
    color: #475569
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cart .count {
    background: #d73948;
    padding: .1rem .4rem;
    border-radius: 5px;
    color: #fff
}
.allCartIndex .alert {
    background: #ff00001a;
    color: red;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .3px;
    margin: 1rem 0
}

.allCartIndex h1,.allCartIndex h2 {
    display: none
}

.allCartIndex .success {
    background: #00ff001a;
    color: green;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .3px;
    margin: 1rem 0
}

.allCartIndex .helpCart {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    font-size: 1rem;
    font-weight: 300;
    color: #475569;
    margin-bottom: 1rem;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    padding: .75rem;
    border-radius: 10px
}

.allCartIndex .helpCart a {
    background: #d73948;
    padding: .3rem 1rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 300
}

.allCartIndex .cartIndex {
    display: grid;
    grid-template-columns: 1fr 20rem;
    grid-gap: 1rem;
    margin: 1rem 0
}

.allCartIndex .cartIndex .right .cartItem {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 5px #0000001a;
    background: #fff
}

.allCartIndex .cartIndex .right .cartItem .cartPic img {
    width: 100%;
    max-width: 10rem;
    height: 8rem;
    object-fit: contain
}

.allCartIndex .cartIndex .right .cartItem .cartSubject {
    text-align: right
}

.allCartIndex .cartIndex .right .cartItem .cartSubject .titleCart {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center
}

.allCartIndex .cartIndex .right .cartItem .cartSubject .titleCart a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #475569
}

.allCartIndex .cartIndex .right .cartItem .cartSubject .titleCart button {
    background: #ffebec;
    border-radius: 5rem;
    padding: .3rem 1rem;
    color: #ee232b
}

.allCartIndex .cartIndex .right .cartItem .cartSubject .price {
    align-items: center;
    grid-gap: .5rem;
    font-size: 1.2rem;
    font-weight: 900;
    margin-top: 1rem;
    color: #d73948
}

.allCartIndex .cartIndex .right .cartItem .cartSubject .cartData {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem;
    margin-top: .5rem
}

.allCartIndex .cartIndex .right .cartItem .cartSubject .cartData .title3 {
    font-size: .9rem;
    color: #475569;
    font-weight: 300
}

.allCartIndex .cartIndex .right .cartItem .cartSubject .cartData span {
    font-size: .8rem;
    font-weight: 300;
    color: #475569;
    letter-spacing: .1px
}

.allCartIndex .cartIndex .right #changeCart {
    background: #fff;
    color: #475569;
    box-shadow: 0 0 10px #0000001a;
    padding: .3rem 1rem;
    border-radius: 10px;
    font-size: .9rem;
    font-weight: 500;
    border: 1px solid #bbb
}

.allCartIndex .cartIndex .left .cartNext {
    background: #fff;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    overflow: hidden
}

.allCartIndex .cartIndex .left .cartNext .cartPriceItem {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: .8rem
}

.allCartIndex .cartIndex .left .cartNext .cartPriceItem .title3 {
    font-size: .9rem;
    font-weight: 300;
    color: #475569
}

.allCartIndex .cartIndex .left .cartNext .cartPriceItem span {
    font-size: 1rem;
    font-weight: 300;
    color: #475569
}

.allCartIndex .cartIndex .left .cartNext .cartPriceItem .price1 {
    display: grid;
    justify-content: left;
    align-items: center;
    grid-gap: .5rem;
    min-height: 2rem;
    font-size: 1.4rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 10px;
    color: #000
}

.allCartIndex .cartIndex .left .cartNext .cartPriceItem:nth-child(2n) {
    background: #fff
}

.allCartIndex .cartIndex .left .cartNext .detail {
    padding: .5rem
}

.allCartIndex .cartIndex .left .cartNext .detail textarea {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    background: #eee;
    resize: vertical
}

.allCartIndex .cartIndex .left .cartNext .nextItem {
    padding: .5rem
}

.allCartIndex .cartIndex .left .cartNext .nextItem .note {
    color: red;
    text-align: center;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.allCartIndex .cartIndex .left .cartNext .nextItem .next {
    padding: .5rem 1rem;
    border-radius: 5px;
    background: green;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    font-weight: 300;
    width: 100%
}

.allCartIndex .allCartIndexEmpty {
    margin-top: 1rem;
    display: grid;
    text-align: center;
    justify-content: center;
    align-items: center
}

.allCartIndex .allCartIndexEmpty i svg {
    fill: #d73948;
    width: 7rem;
    height: 7rem
}

.allCartIndex .allCartIndexEmpty p {
    color: #d73948;
    margin-top: 1rem;
    font-size: 1.2rem
}
label{
    color: #0dc5d8;
}

body {
    direction: rtl;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: right;
    overflow-x: hidden;
    height: 100%;
    background: #f2f3f5;
    font-family: vazir,vazir,sans-serif;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern.png);
    background-color: #ffffffe3;
    letter-spacing: normal;
    background-repeat: repeat;
    background-size: 2rem;
    background-blend-mode: color;
}

body .hidden {
    display: none
}

body .width {
    width: 95%
}

@media screen and (max-width: 1000px) {
    body .allHome {
        padding-bottom:80px
    }
}

.allPageIndex {
    margin: auto;
    background: #fff;
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 0 10px #0000000d
}

.allPageIndex h1 {
    padding-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ad0047;
    border-bottom: 4px dashed #bbb;
    margin-bottom: 1rem;
    text-align: center
}

.allPageIndex .description p {
    font-size: 1rem;
    font-weight: 300;
    color: #475569;
    line-height: 2.25;
    border-radius: 10px
}

.allPageIndex .description .image {
    display: grid;
    justify-content: center
}

.allPageIndex .pageContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem
}

.allPageIndex .pageContainer #map4 {
    z-index: 1
}

.allPageIndex .pageContainer .mapp-container {
    height: 20rem!important
}

.allHeaderIndex {
    background: #fff
}

.allHeaderIndex .width {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 1rem;
    align-items: center;
    margin: auto;
    position: relative;
    height: 3rem
}

.allHeaderIndex .width .right .rightRes {
    display: none;
    align-items: center;
    justify-content: right
}

.allHeaderIndex .width .right .rightRes svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #475569
}

.allHeaderIndex .width .right .navList {
    display: flex;
    gap: 1.5rem;
    align-items: center
}

.allHeaderIndex .width .right .navList li {
    padding: .7rem 0
}

.allHeaderIndex .width .right .navList li a {
    font-size: 1rem;
    font-weight: 700;
    color: #475569
}

.allHeaderIndex .width .right .navList li .headerList {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 80%;
    right: 0;
    left: 0;
    background: #fff;
    padding: .5rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 20rem;
    transition: all .1s ease-in-out;
    box-shadow: 0 20px 20px #0000001a;
    z-index: 5;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: baseline
}

.allHeaderIndex .width .right .navList li .headerList li {
    padding: 0
}

.allHeaderIndex .width .right .navList li .headerList li a {
    font-weight: 300;
    margin-bottom: .5rem;
    width: 11rem;
    margin-left: 2rem;
    display: grid
}

.allHeaderIndex .width .right .navList li .headerList li .active1 {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    margin-top: .5rem;
    font-weight: 500
}

.allHeaderIndex .width .right .navList li .headerList li .active1:before {
    content: "";
    display: grid;
    align-items: center;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #000
}

.allHeaderIndex .width .right .navList li .headerList li:first-child,.allHeaderIndex .width .right .navList li .headerList li:first-child .active1 {
    margin-top: 0
}

.allHeaderIndex .width .right .navList li:hover .headerList {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.allHeaderIndex .width .left {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1rem
}

.allHeaderIndex .width .left .cityChoice {
    padding: .3rem .5rem;
    border-radius: 5px;
    border: 1px solid #bbb;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    cursor: pointer
}

.allHeaderIndex .width .left .cityChoice i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allHeaderIndex .width .left .cityChoice i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #475569
}

.allHeaderIndex .width .left .cityChoice .leftCity .title2 {
    font-size: .8rem;
    font-weight: 500;
    color: #475569
}

.allHeaderIndex .width .left .logins ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 5px;
    z-index: 10;
    width: 9rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.allHeaderIndex .width .left .logins ul li a {
    display: grid;
    padding: .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #000
}

.allHeaderIndex .width .left .logins:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: .5rem
}

.allHeaderIndex .width .left .login {
    padding: .3rem 1rem;
    font-size: .8rem;
    font-weight: 700;
    color: #475569;
    border-radius: 5px;
    border: 1px solid #bbb
}

@media screen and (max-width: 1000px) {
    .allHeaderIndex .width .right .rightRes {
        display:grid
    }

    .allHeaderIndex .width .right .navList {
        display: none
    }
}

.allHeaderIndex .categoryHeaderResponsive {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease-in-out;
    background: #fff;
    width: 80%;
    z-index: 900;
    box-shadow: 0 1px 7px #00000040;
    overflow: scroll;
    display: none
}

.allHeaderIndex .categoryHeaderResponsive .title {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #bbb
}

.allHeaderIndex .categoryHeaderResponsive .title span {
    color: #475569;
    font-weight: 700;
    font-size: 1rem;
    padding: 0 1rem
}

.allHeaderIndex .categoryHeaderResponsive .title i {
    border-right: 1px solid #bbb;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%
}

.allHeaderIndex .categoryHeaderResponsive .title i svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: #475569
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsTitle {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #bbb
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsTitle a {
    color: #475569;
    font-weight: 300;
    font-size: .85rem;
    padding: 0 1rem
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsTitle i {
    border-right: 1px solid #bbb;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsTitle i svg {
    width: .85rem;
    height: .85rem;
    fill: #475569
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsList {
    background: #f5f5f5;
    display: none
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsList li ul {
    background: #fff
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsList li ul li {
    background: #f5f5f5;
    border-right: 1px solid #bbb
}

.allHeaderIndex .allFilterCity {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #87878780;
    z-index: 999;
    display: none
}

.allHeaderIndex .allFilterCity .filterCity {
    background: #fff;
    padding: 1rem;
    width: 35%;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none
}

.allHeaderIndex .allFilterCity .filterCity .titleAddress {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center
}

.allHeaderIndex .allFilterCity .filterCity .titleAddress span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #5c6b80
}

.allHeaderIndex .allFilterCity .filterCity .titleAddress i {
    cursor: pointer
}

.allHeaderIndex .allFilterCity .filterCity .titleAddress i svg {
    width: 2rem;
    height: 2rem;
    fill: #475569
}

.allHeaderIndex .allFilterCity .filterCity .form .item {
    margin-top: 2rem
}

.allHeaderIndex .allFilterCity .filterCity .form .item label {
    color: #5f436f;
    font-weight: 300;
    font-size: .9rem;
    margin-bottom: .5rem
}

.allHeaderIndex .allFilterCity .filterCity .form .item select {
    border: 1px solid #bbb;
    padding: 0 .5rem;
    background: #fff;
    color: #694761;
    border-radius: 5px;
    font-size: .85rem;
    width: 100%;
    height: 2.5rem;
    font-weight: 300;
    transition: all .3s ease-in-out
}

.allHeaderIndex .allFilterCity .filterCity .form .item select:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #3468cc
}

.allHeaderIndex .allFilterCity .filterCity .form .item select[name=city],.allHeaderIndex .allFilterCity .filterCity .form #cityContainer {
    display: none
}

@media screen and (max-width: 1600px) {
    .allHeaderIndex .allFilterCity .filterCity .form .item {
        margin-top:.5rem
    }
}

.allHeaderIndex .allFilterCity .filterCity .bottomAddress {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: 1rem
}

.allHeaderIndex .allFilterCity .filterCity .bottomAddress button {
    padding: .3rem 1rem;
    background: #ad0047;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
    border-radius: 5px
}

@media screen and (max-width: 700px) {
    .allHeaderIndex .allFilterCity .filterCity {
        width:98%
    }
}

.allHeaderIndexBlock2 .allHeaderIndex2 {
    padding-top: 1rem;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 99;
    display: flex;
    /* background: #041a2a!important; */
    border-bottom: 3px dashed #d40868;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png)!important;
    background-repeat: repeat!important;
    background-size: .7rem!important;
    background-color: #041a2af5!important;
    background-blend-mode: color!important;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    flex-direction: column;
    align-items: stretch;
    height: 100%
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 1rem;
    align-items: center;
    margin: auto;
    margin-bottom: .5rem
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 1rem
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right .rightRes {
    display: none;
    align-items: center;
    justify-content: right
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right .rightRes svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #475569
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right .logo {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: .5rem
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right .logo .pic {
    display: grid;
    align-items: center
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right .logo .pic img {
    max-width: 7rem;
    height: 3rem;
    object-fit: contain
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right .logo .title1 {
    font-size: 1rem;
    font-weight: 700;
    color: #fdfdfd;
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right form {
    position: relative
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right form label {
    padding: .5rem 1rem;
    display: flex;
    justify-content: right;
    align-items: center;
    border-radius: 4px;
    gap: .5rem;
    cursor: text;
    background: #002d3f;
    border-left: 3px dashed #00fbff;
    border-right: 3px dashed #00fbff;
    border-top: 3px dashed #00fbff;
    border-bottom: 3px dashed #00fbff;
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right form label i {
    display: grid;
    align-items: center
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right form label i svg {
    width: 1rem;
    height: 1rem;
    fill: #abdff3
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right form label input {
    width: 20rem;
    font-size: .9rem;
    font-weight: 500;
    color: #fff5f5;
    background: transparent
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right form ul {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #00808f;
    box-shadow: 0 0 10px #0003;
    border-radius: 5px;
    z-index: 10
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right form ul li a {
    font-size: .8rem;
    font-weight: 700;
    color: #ffffff;
    padding: .5rem 1rem;
    display: flex;
    gap: .5rem
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right form ul li a span {
    color: #ad0047
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .right form ul li a:hover {
    background: #7b043d;
    border-left: 3px dashed #c9026b;
    border-right: 3px dashed #c9026b;
        color: #ff71b1;

}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left {
    display: flex;
    justify-content: left;
    gap: .5rem
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .login {
    padding: .5rem 1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 13px;
    border-radius: 5px;
    background: #00808f;
    border-left: 3px dashed #00fbff;
    border-right: 3px dashed #00fbff;
    border-top: 3px dashed #00fbff;
    border-bottom: 3px dashed #00fbff;
}
.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .login:hover {
    padding: .5rem 1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 13px;
    border-radius: 5px;
    background: #7b043d;
    border-left: 3px dashed #c9026b;
    border-right: 3px dashed #c9026b;
    border-top: 3px dashed #c9026b;
    border-bottom: 3px dashed #c9026b;
}
.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cityChoice {
    padding: .3rem .5rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 13px;
    border-radius: 5px;
    background: #00808f;
    border-left: 3px dashed #00fbff;
    border-right: 3px dashed #00fbff;
    border-top: 3px dashed #00fbff;
    border-bottom: 3px dashed #00fbff;
}
.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cityChoice:hover {
    padding: .3rem .5rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 13px;
    border-radius: 5px;
    background: #7b043d;
    border-left: 3px dashed #c9026b;
    border-right: 3px dashed #c9026b;
    border-top: 3px dashed #c9026b;
    border-bottom: 3px dashed #c9026b;
}
.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cityChoice i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cityChoice i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #14e5f5;
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cityChoice .leftCity .title2 {
    font-size: .8rem;
    font-weight: 500;
    color: #fdfeff;
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .logins {
    position: relative
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .logins ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 5px;
    z-index: 10;
    width: 9rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .logins ul li a {
    display: grid;
    padding: .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #000
}

.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .logins:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: .5rem
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot {
    position: relative;
    margin: auto
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList {
    display: flex;
    gap: 1.5rem;
    align-items: center
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li {
    padding: .7rem 0
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li a {
    font-size: 1rem;
    font-weight: 700;
    color: #09bad7;
}
.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li a:hover {
    font-size: 1rem;
    font-weight: 700;
    color: #ff0086;
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li .headerList {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 80%;
    right: 0;
    left: 0;
    background: #fff;
    padding: .5rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 20rem;
    transition: all .1s ease-in-out;
    box-shadow: 0 20px 20px #0000001a;
    z-index: 5;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    font-family: vazir, vazir, sans-serif;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern.png);
    background-color: #014464;
    letter-spacing: normal;
    background-repeat: repeat;
    background-size: 0.7rem;
    background-blend-mode: color;
    border-bottom: 3px dashed #10e8f8;
    border-top: 3px dashed #d40868;
    border-left: 3px dashed #10e8f8;
    border-right: 3px dashed #10e8f8;
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li .headerList li {
    padding: 0
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li .headerList li a {
    font-weight: 300;
    margin-bottom: .5rem;
    width: 11rem;
    margin-left: 2rem;
    display: grid
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li .headerList li .active1 {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    margin-top: .5rem;
    font-weight: 500
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li .headerList li .active1:before {
    content: "";
    display: grid;
    align-items: center;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #000
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li .headerList li:first-child,.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li .headerList li:first-child .active1 {
    margin-top: 0
}

.allHeaderIndexBlock2 .allHeaderIndex2 .bot .navList li:hover .headerList {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 1000px) {
    .allHeaderIndexBlock2 {
        position:sticky;
        top: 0;
        z-index: 6
    }

    .allHeaderIndexBlock2 .allHeaderIndex2 {
        padding-top: .5rem
    }

    .allHeaderIndexBlock2 .allHeaderIndex2 .top {
        display: block
    }

    .allHeaderIndexBlock2 .allHeaderIndex2 .top .right {
        display: grid;
        grid-template-columns: auto 1fr
    }

    .allHeaderIndexBlock2 .allHeaderIndex2 .top .right .rightRes {
        display: grid
    }

    .allHeaderIndexBlock2 .allHeaderIndex2 .top .right .logo {
        display: none
    }

    .allHeaderIndexBlock2 .allHeaderIndex2 .top .right form {
        position: relative
    }

    .allHeaderIndexBlock2 .allHeaderIndex2 .top .right form label {
        grid-template-columns: auto 1fr
    }

    .allHeaderIndexBlock2 .allHeaderIndex2 .top .right form label input {
        width: 100%
    }

    .allHeaderIndexBlock2 .allHeaderIndex2 .top .left,.allHeaderIndexBlock2 .allHeaderIndex2 .bot {
        display: none
    }
        .allHeaderIndexBlock2 .allHeaderIndex2 .top .left,.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cityChoice {
        height: 100%
    }

    .allHeaderIndexBlock2 .allHeaderIndex2 .top .left .logins,.allHeaderIndexBlock2 .allHeaderIndex2 .top .left .cart,.allHeaderIndexBlock2 .allHeaderIndex2 .bot {
        display: none
    }
}

.allHeaderIndexBlock2 .categoryHeaderResponsive {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease-in-out;
    background: #fff;
    width: 80%;
    z-index: 900;
    box-shadow: 0 1px 7px #00000040;
    overflow: scroll;
    display: none
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .title {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #bbb
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .title span {
    color: #475569;
    font-weight: 700;
    font-size: 1rem;
    padding: 0 1rem
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .title i {
    border-right: 1px solid #bbb;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .title i svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: #475569
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .allCats li .allCatsTitle {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #bbb
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .allCats li .allCatsTitle a {
    color: #475569;
    font-weight: 300;
    font-size: .85rem;
    padding: 0 1rem
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .allCats li .allCatsTitle i {
    border-right: 1px solid #bbb;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .allCats li .allCatsTitle i svg {
    width: .85rem;
    height: .85rem;
    fill: #475569
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .allCats li .allCatsList {
    background: #f5f5f5;
    display: none
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .allCats li .allCatsList li ul {
    background: #fff
}

.allHeaderIndexBlock2 .categoryHeaderResponsive .allCats li .allCatsList li ul li {
    background: #f5f5f5;
    border-right: 1px solid #bbb
}

.allHeaderIndexBlock2 .allFilterCity {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #87878780;
    z-index: 999;
    display: none
}

.allHeaderIndexBlock2 .allFilterCity .filterCity {
    background: #002b4b;
    padding: 1rem;
    width: 35%;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
    transform: translate(-50%, -50%);
    border-left: 3px dashed #f0faff;
    border-right: 3px dashed #f0faff;
    border-bottom: 3px dashed #f0faff;
    border-top: 3px dashed #f0faff;
}

.allHeaderIndexBlock2 .allFilterCity .filterCity .titleAddress {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center
}

.allHeaderIndexBlock2 .allFilterCity .filterCity .titleAddress span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #15c9e1;
}

.allHeaderIndexBlock2 .allFilterCity .filterCity .titleAddress i {
    cursor: pointer
}

.allHeaderIndexBlock2 .allFilterCity .filterCity .titleAddress i svg {
    width: 2rem;
    height: 2rem;
    fill: #15c9e1;
}

.allHeaderIndexBlock2 .allFilterCity .filterCity .form .item {
    margin-top: 2rem
}

.allHeaderIndexBlock2 .allFilterCity .filterCity .form .item label {
    color: #d1dded;
    font-weight: 300;
    font-size: .9rem;
    margin-bottom: .5rem
}

.allHeaderIndexBlock2 .allFilterCity .filterCity .form .item select {
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
    padding: 0 .5rem;
    background: #056685;
    color: #f5f9ff;
    border-radius: 5px;
    font-size: .85rem;
    width: 100%;
    height: 2.5rem;
    font-weight: 300;
    transition: all .3s ease-in-out
}

.allHeaderIndexBlock2 .allFilterCity .filterCity .form .item select:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #3468cc
}

.allHeaderIndexBlock2 .allFilterCity .filterCity .form .item select[name=city],.allHeaderIndexBlock2 .allFilterCity .filterCity .form #cityContainer {
    display: none
}

@media screen and (max-width: 1600px) {
    .allHeaderIndexBlock2 .allFilterCity .filterCity .form .item {
        margin-top:.5rem
    }
}

.allHeaderIndexBlock2 .allFilterCity .filterCity .bottomAddress {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: 1rem
}


.allHeaderIndexBlock2 .allFilterCity .filterCity .bottomAddress button {
    padding: .3rem 1rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 
.allHeaderIndexBlock2 .allFilterCity .filterCity .bottomAddress button:hover {
    padding: .3rem 1rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #f6fcff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
  } 
@media screen and (max-width: 700px) {
    .allHeaderIndexBlock2 .allFilterCity .filterCity {
        width:98%
    }
}

.allFooterIndex {
    background: #fff
}

.allFooterIndex .width {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    height: 3rem;
    background-blend-mode: color;
    font-size: 9pt;
    padding: 0 0 8px 0;
    line-height: 24px;
    color: #fff;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.7rem;
    background-color: #041a2af5;
    padding-top: 10px !important;
    border-top: 3px dashed rgb(173 0 71);
    width: 100%;
}

.allFooterIndex .width ul {
    display: flex;
    justify-content: right;
    gap: 1rem
}

.allFooterIndex .width ul li a {
    font-size: 1rem;
    font-weight: 500;
    color: #475569
}

.allFooterIndex .width ul:last-child {
    justify-content: left
}

@media screen and (max-width: 1000px) {
    .allFooterIndex {
        display:none
    }
}

.navigation {
    height: 60px;
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0 20px;
    z-index: 3;
    box-shadow: 0 -10px 10px #0000001a;
    display: none
}

.navigation .listWrap {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.navigation .listWrap li {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 1
}

.navigation .listWrap li a,.navigation .listWrap li .catItemOpen {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
    width: 100%
}

.navigation .listWrap li a:hover,.navigation .listWrap li .catItemOpen:hover {
    text-decoration: none
}

.navigation .listWrap li a .icon,.navigation .listWrap li .catItemOpen .icon {
    position: relative;
    line-height: 75px;
    text-align: center;
    transition: .5s;
    color: #f2f3f5;
    transform: translateY(-2px)
}

.navigation .listWrap li a .icon svg,.navigation .listWrap li .catItemOpen .icon svg {
    width: 1.5rem;
    fill: #475569;
    height: 1.5rem
}

.navigation .listWrap li a .text,.navigation .listWrap li .catItemOpen .text {
    position: absolute;
    color: #5b697d;
    font-weight: 700;
    transition: .5s;
    font-size: .85rem;
    transform: translateY(15px);
    z-index: 1
}

.navigation .listWrap li.active a .icon,.navigation .listWrap li.active .catItemOpen .icon {
    color: #fff;
    transform: translateY(-8px);
    z-index: 2
}

.navigation .listWrap li.active a .icon svg,.navigation .listWrap li.active .catItemOpen .icon svg {
    fill: #fff
}

.navigation .listWrap li.active a .text,.navigation .listWrap li.active .catItemOpen .text {
    transform: translateY(15px)
}

.navigation .listWrap li .indicator {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -25%;
    border-radius: 50%;
    border: 6px solid #F2F3F5;
    background: #ad0047;
    transition: .3s;
    transform: translate(-5px);
    z-index: 0
}

.navigation .listWrap li .indicator:before,.navigation .listWrap li .indicator:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #00f;
    background: transparent
}

@media screen and (max-width: 1000px) {
    .navigation {
        display:flex
    }
}

.allProductArchive {
    display: grid;
    grid-template-columns: 25rem 1fr
}

.allProductArchive .filters {
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
    position: sticky;
    top: 0;
    background: #041a2a !important;
    border-bottom: 3px dashed #d40868;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .4rem !important;
    background-color: #041a2af5 !important;
    background-blend-mode: color !important;
}

.allProductArchive .filters .titleFilter {
    display: none
}

.allProductArchive .filters .filterItem {
    padding: 1rem;
    border-top: 2px solid #0b6c87;
}

.allProductArchive .filters .filterItem .title {
    font-size: 1rem;
    font-weight: 700;
    color: #07f5ec;
    margin-bottom: .5rem
}

.allProductArchive .filters .filterItem ul li {
    margin-top: .5rem
}

.allProductArchive .filters .filterItem ul li a {
    font-size: .9rem;
    font-weight: 500;
    color: #0cb8e1;
}
.allProductArchive .filters .filterItem ul li a:hover {
    font-size: .9rem;
    font-weight: 500;
    color: #ff027b;
}
.allProductArchive .filters .filterItem ul li label {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    font-weight: 300;
    color: #475569;
    cursor: pointer
}

.allProductArchive .filters .filterItem ul li label input {
    width: 1rem;
    height: 1rem
}

.allProductArchive .filters .filterItem ul li:first-child {
    margin-top: 0
}

.allProductArchive .filters .filterItem .price .priceItem {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: .5rem;
    margin-top: 1rem;
    align-items: center;
}

.allProductArchive .filters .filterItem .price .priceItem label {
    display: grid;
    grid-template-columns: auto 1fr;
    border: 2px dashed #119fe7;
    border-radius: 5px;
    padding: .5rem;
    background: #002b4b;
}

.allProductArchive .filters .filterItem .price .priceItem label span {
    font-size: .8rem;
    font-weight: 800;
    color: #07e6ff;
}

.allProductArchive .filters .filterItem .price .priceItem label input {
    text-align: left;
    background: transparent;
    color: #fff;
    width: auto;
}

.allProductArchive .filters .filterItem .price .priceItem span {
    font-size: .8rem;
    font-weight: 700;
    color: #04fff6;
}

.allProductArchive .filters .filterItem .price .priceItem:first-child {
    margin-top: 0;
}
.allProductArchive .filters .filterItem .price button {
    padding: .3rem 1.5rem;
    width: 100%;
    text-align: center;
    margin-top: .5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 
.allProductArchive .filters .filterItem .price button:hover {
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #f6fcff; 
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
  }
.allProductArchive .filters .filterItem select {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #6a7b93;
    width: 100%;
    background: transparent
}

.allProductArchive .filters .filterItem #city {
    display: none
}

.allProductArchive .filters .filterItem .states {
    display: grid;
    grid-gap: .5rem
}

.allProductArchive .filters .filterItem:nth-child(2) {
    border-top: 0
}

.allProductArchive .filters .filterChecked {
    padding: 1rem;
    border-top: 2px solid #0b6c87;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem
}

.allProductArchive .filters .filterChecked .item {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
    border-radius: .4rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    background: #002b4b;
    height: 3rem;
    border: 2px dashed #0aa4cb;
}
.allProductArchive .filters .filterChecked .item:hover {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
    border-radius: .4rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    background: #8d003d;
    height: 3rem;
    border: 2px dashed #ff0078;
    color:#ffbee2;
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:after,.allProductArchive .filters .filterChecked .item input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t) var(--d-t-e,ease),opacity var(--d-o,.2s)
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:checked,.allProductArchive .filters .filterChecked .item input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2,.85,.32,1.2)
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:disabled,.allProductArchive .filters .filterChecked .item input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:disabled:checked,.allProductArchive .filters .filterChecked .item input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border)
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:disabled+label,.allProductArchive .filters .filterChecked .item input[type=radio]:disabled+label {
    cursor: not-allowed
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:hover:not(:checked):not(:disabled),.allProductArchive .filters .filterChecked .item input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover)
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:focus,.allProductArchive .filters .filterChecked .item input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus)
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:not(.switch),.allProductArchive .filters .filterChecked .item input[type=radio]:not(.switch) {
    width: 21px
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:not(.switch):after,.allProductArchive .filters .filterChecked .item input[type=radio]:not(.switch):after {
    opacity: var(--o,0)
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:not(.switch):checked,.allProductArchive .filters .filterChecked .item input[type=radio]:not(.switch):checked {
    --o: 1
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]+label,.allProductArchive .filters .filterChecked .item input[type=radio]+label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:not(.switch) {
    border-radius: 7px
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r,20deg))
}

.allProductArchive .filters .filterChecked .item input[type=checkbox]:not(.switch):checked {
    --r: 43deg
}

.allProductArchive .filters .filterChecked .item input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px
}

.allProductArchive .filters .filterChecked .item input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab,var(--border));
    transform: translate(var(--x,0))
}

.allProductArchive .filters .filterChecked .item input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px
}

.allProductArchive .filters .filterChecked .item input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: .6
}

.allProductArchive .filters .filterChecked .item input[type=radio] {
    border-radius: 50%
}

.allProductArchive .filters .filterChecked .item input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s,.7))
}

.allProductArchive .filters .filterChecked .item input[type=radio]:checked {
    --s: .5
}

.allProductArchive .productContainer {
    padding: 1rem
}

.allProductArchive .productContainer .breadcrumbs {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem
}

.allProductArchive .productContainer .breadcrumbs a {
    font-size: .8rem;
    font-weight: 300;
    color: #475569
}

.allProductArchive .productContainer .breadcrumbs a:after {
    content: "/";
    padding: 0 .5rem;
    color: #475569
}

.allProductArchive .productContainer .breadcrumbs a:last-child:after {
    content: unset
}

.allProductArchive .productContainer .sort {
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 2px dashed #0aa4cb;
    padding: .8rem;
    background: #002b4b;
}

.allProductArchive .productContainer .sort ul {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 1rem
}

.allProductArchive .productContainer .sort ul li {
    font-size: 1rem;
    font-weight: 700;
    color: #d5f4fb;
    cursor: pointer
}

.allProductArchive .productContainer .sort ul li .active {
    color: #db1868;
    text-shadow: 0 5px 5px rgba(0,0,0,.3)
}

.allProductArchive .productContainer .sortRes {
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-gap: .5rem;
    background: #fff;
    padding: .5rem;
    margin-bottom: 1rem;
    position: sticky;
    top: 3.5rem
}

.allProductArchive .productContainer .sortRes .openFilter,.allProductArchive .productContainer .sortRes select {
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #bbb;
    font-size: .8rem;
    font-weight: 300;
    color: #475569
}

.allProductArchive .productContainer .products {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(15rem,1fr));
    grid-gap: 1rem
}


.allProductArchive .productContainer .products .item .option i {
    display: grid;
    align-items: center
}

.allProductArchive .productContainer .products .item .option i svg {
    width: 1rem;
    height: 1rem;
    fill: #ff81b2;
}
.allProductArchive .productContainer .products .item .option i svg:hover {
    width: 1rem;
    height: 1rem;
    fill: #02d5f6;
}
.allProductArchive .productContainer .products .item {
    display: grid;
    padding: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: background 0s ease, box-shadow 0.5s linear !important;
    border-left: 2px dashed #ff006e;
    border-right: 2px dashed #ff006e;
    border-bottom: 2px dashed #ff006e;
    border-top: 2px dashed #ff006e;
    background: #041a2a;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #031522f5;
    background-blend-mode: color;
}
.allProductArchive .productContainer .products .item:hover {
    display: grid;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: .5rem;
    display: grid;
    padding: .5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 10px;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: background 0s ease, box-shadow 0.5s linear !important;
    /* border-left: 3px dashed #006676; */
    border-right: 3px dashed #006676;
    border-bottom: 3px dashed #006676;
    border-top: 3px dashed #006676;
    background: #18000a;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #18000a;
    background-blend-mode: color;

}
.allProductArchive .productContainer .products .item .pic img {
object-fit: contain;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-top: 3px dashed rgb(173 0 71);
    border-bottom: 3px dashed rgb(173 0 71);
    border-left: 3px dashed rgb(173 0 71);
    border-right: 3px dashed rgb(173 0 71);
    background: #041a2a;
    transition: transform 0.5s cubic-bezier(1, 4.88, 1, 0.63);
}
.allProductArchive .productContainer .products .item .pic img:hover {
    content: url(https://access.my.1bi.ir/Introduction/Img/boximageservice.webp);
    vector-effect: non-scaling-stroke;
    transform-style: initial;
    transform-box: content-box;
    transform-origin: top;
    --vajehyab-extension-color-neutral-ink0: #00bbbb;
    -webkit-text-stroke-width: revert;
    background-size: cover;
    -webkit-tap-highlight-color: #97004e;
    background-repeat: repeat;
    background-blend-mode: color;
    background-color: #0b1d2a;
    padding: 10px;
    display: inline-block;
    font-family: helvetica;
    transition: background-color .5s, color .5s linear, border-radius 2s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    color-interpolation-filters: auto;
    transition: transform 5s cubic-bezier(1, 4.88, 1, 0.63);
    splay: inline-block;
    font-family: helvetica;
    transition: background-color .8000s, color .150s linear, border-radius 1500s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    transform: rotateY(18deg);
    border: dashed;
    border-top: 3px dashed rgb(249 235 241);
    border-bottom: 3px dashed rgb(249 235 241);
    border-left: 3px dashed rgb(249 235 241);
    border-right: 3px dashed rgb(249 235 241);
}

.allProductArchive .productContainer .products .item .title {
    font-size: 1rem;
    font-weight: 500;
    color: #ff005c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 1rem;
    text-align:center;
}

.allProductArchive .productContainer .products .item .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: .5rem;
    background: #930840;
    border-radius: 5px;
    margin-top: .5rem;
    border: 2px dashed #40021b;
}
.allProductArchive .productContainer .products .item .option:hover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    color: #03fdf9;
    padding: .5rem;
    background: #086f84;
    border-radius: 5px;
    margin-top: .5rem;
    border: 2px dashed #40021b;
}
@media screen and (max-width: 1000px) {
    .allProductArchive {
        display:block
    }

    .allProductArchive .filters {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 100;
        overflow-y: scroll
    }

    .allProductArchive .filters .titleFilter {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 1rem;
        background: #fff;
        position: sticky;
        top: 0;
        border-bottom: 2px dashed #bbb
    }

    .allProductArchive .filters .titleFilter .title2 {
        font-size: 1.1rem;
        font-weight: 700;
        color: #000
    }

    .allProductArchive .filters .titleFilter i {
        display: grid;
        align-items: center;
        cursor: pointer
    }

    .allProductArchive .filters .titleFilter i svg {
        width: 1.5rem;
        height: 1.5rem;
        fill: #000
    }

    .allProductArchive .productContainer {
        padding: 0
    }

    .allProductArchive .productContainer .breadcrumbs {
        margin: .5rem
    }

    .allProductArchive .productContainer .sort {
        display: none
    }

    .allProductArchive .productContainer .sortRes {
        display: grid
    }

    .allProductArchive .productContainer .products {
        grid-template-columns: 1fr 1fr;
        grid-gap: .5rem;
        padding: 0 .5rem
    }

    .allProductArchive .productContainer .products .item {
        border-radius: 5px
    }

    .allProductArchive .productContainer .products .item .pic img {
        height: 8rem
    }

    .allProductArchive .productContainer .products .item .title {
        font-size: .8rem;
        margin-top: .5rem
    }

    .allProductArchive .productContainer .products .item .option {
        font-size: .8rem;
        font-weight: 500
    }

    .allProductArchive .productContainer .products .item .option i {
        display: grid;
        align-items: center
    }

    .allProductArchive .productContainer .products .item .option i svg {
        width: .8rem;
        height: .8rem
    }
}

.allNews {
    margin: auto;
    margin-top: 2rem;
    min-height: calc(100vh - 12rem)
}

.allNews h1 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #ad0047;
    margin-bottom: 2rem
}

.allNews .allNewsRightItems {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(25rem,1fr));
    grid-gap: 1rem;
    margin-bottom: 2rem
}

.allNews .allNewsRightItems .allNewsRightItem {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.allNews .allNewsRightItems .allNewsRightItem img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allNews .allNewsRightItems .allNewsRightItem .allNewsRightItemOver {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: inset 0 -50px 50px #0006;
    border-radius: 10px;
    padding: 1rem;
    display: grid;
    align-items: end
}

.allNews .allNewsRightItems .allNewsRightItem .allNewsRightItemOver span {
    border-radius: 5px;
    padding: .3rem 1rem;
    font-weight: 500;
    font-size: .9rem;
    background: #dd4b39;
    color: #fff;
    position: absolute;
    top: 1rem;
    left: 1rem
}

.allNews .allNewsRightItems .allNewsRightItem .allNewsRightItemOver .active {
    background: #3cd901e6;
    color: #fff
}

.allNews .allNewsRightItems .allNewsRightItem .allNewsRightItemOver h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.allNews .description {
    margin-top: 2rem
}

.allNews .description p {
    font-size: 1rem;
    font-weight: 500;
    color: #475569;
    line-height: 2rem
}

@media screen and (max-width: 1000px) {
    .allNews {
        padding-top:1rem;
        display: block
    }

    .allNews .topBlogs {
        grid-template-columns: 1fr
    }
}

.allProductSingle {
    margin: auto;
    margin-top: 1rem
}

.allProductSingle .breadcrumbs {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem
}

.allProductSingle .breadcrumbs a {
    font-size: .8rem;
    font-weight: 300;
    color: #475569
}

.allProductSingle .breadcrumbs a:after {
    content: "/";
    padding: 0 .5rem;
    color: #475569
}

.allProductSingle .breadcrumbs a:last-child:after {
    content: unset
}

.allProductSingle .topProduct {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 1rem
}

.allProductSingle .topProduct .info {
    background: #011a2d;
    border-radius: 5px;
    padding: 1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
    border-left: 3px dashed #1cabc1;
    border-right: 3px dashed #1cabc1;
    border-bottom: 3px dashed #1cabc1;
    border-top: 3px dashed #1cabc1;
}

.allProductSingle .topProduct .info .images {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: .5rem
}

.allProductSingle .topProduct .info .images .items .item {
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
    color: #475569;
    direction: ltr;
    width: 5rem;
    height: 5rem;
    padding: .5rem;
    border-left: 3px dashed #ed1374;
    border-right: 3px dashed #ed1374;
    border-bottom: 3px dashed #ed1374;
    border-top: 3px dashed #ed1374;
    border-radius: 5px;
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductSingle .topProduct .info .images .items .item:first-child {
    margin-top: 0
}

.allProductSingle .topProduct .info .images .items img {
    object-fit: contain
}

.allProductSingle .topProduct .info .images .showImage img {
    width: 21.5rem;
    height: 21.5rem;
    object-fit: contain;
    border-radius: 5px;
    padding: 1rem;
    border-left: 3px dashed #0a6a7b;
    border-right: 3px dashed #0a6a7b;
    border-bottom: 3px dashed #0a6a7b;
    border-top: 3px dashed #0a6a7b;
}

.allProductSingle .topProduct .info .description h1 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0fbad7;
}

.allProductSingle .topProduct .info .description .detail {
    margin-top: 1rem;
    padding: 1rem 0;
    border-bottom: 1.5px solid #07add7;
    border-top: 1.5px solid #07add7;
}

.allProductSingle .topProduct .info .description .detail .topDetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem
}

.allProductSingle .topProduct .info .description .detail .topDetail a {
    font-size: 1rem;
    font-weight: 700;
    color: #0fbad7;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem
}

.allProductSingle .topProduct .info .description .detail .topDetail a i {
    display: grid;
    align-items: center
}

.allProductSingle .topProduct .info .description .detail .topDetail a i svg {
    width: .8rem;
    height: .8rem;
    fill: #000
}

.allProductSingle .topProduct .info .description .detail .topDetail .options {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .5rem
}

.allProductSingle .topProduct .info .description .detail .topDetail .options .option {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer
}

.allProductSingle .topProduct .info .description .detail .topDetail .options .option i {
    display: grid;
    justify-content: center;
    align-items: center
}

.allProductSingle .topProduct .info .description .detail .topDetail .options .option i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #ffffff;
}

.allProductSingle .topProduct .info .description .detail .topDetail .options .optionR {
    padding: .2rem .5rem;
    border-radius: 5px;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
}
.allProductSingle .topProduct .info .description .detail .topDetail .options .optionR:hover {
    padding: .2rem .5rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
}
.allProductSingle .topProduct .info .description .detail .cheapest {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    background: #0d738b;
    box-shadow: inset 0 0 10px #0003;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
    border-left: 3px dashed #05364f;
    border-right: 3px dashed #05364f;
    border-bottom: 3px dashed #05364f;
    border-top: 3px dashed #05364f;
}

.allProductSingle .topProduct .info .description .detail .cheapest .right .name {
    font-size: .8rem;
    font-weight: 300;
    color: #fff
}

.allProductSingle .topProduct .info .description .detail .cheapest .right .name span {
    font-size: 1rem;
    font-weight: 700
}

.allProductSingle .topProduct .info .description .detail .cheapest .right .price {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-top: .5rem
}

.allProductSingle .topProduct .info .description .detail .cheapest .left {
    font-size: .8rem;
    font-weight: 300;
    color: #fff
}

.allProductSingle .topProduct .info .description .detail .cheapest .left span {
    background: #0003;
    padding: .2rem .5rem;
    border-radius: 5rem
}

.allProductSingle .topProduct .info .description .detail .cheapest .left .ads1 {
    background: #ff06
}

.allProductSingle .topProduct .info .description .detail .online {
    background: #ad0047
}

.allProductSingle .topProduct .info .description .detail .empty {
    background: #0a6a7b;
    border-left: 3px dashed #0b95c3;
    border-right: 3px dashed #0b95c3;
    border-bottom: 3px dashed #0b95c3;
    border-top: 3px dashed #0b95c3;
}
.allProductSingle .topProduct .info .description .detail .empty:hover {
    background: #ad0047;
    border-left: 3px dashed #ed1269;
    border-right: 3px dashed #ed1269;
    border-bottom: 3px dashed #ed1269;
    border-top: 3px dashed #ed1269;
}

.allProductSingle .topProduct .info .description p {
    font-size: .8rem;
    margin-top: 1rem;
    font-weight: 500;
    color: #475569;
    text-align: center;
    line-height: 1.8rem
}

.allProductSingle .topProduct .info .description .shortCode {
    border-radius: 10px;
    padding: 1rem;
    margin-top: .5rem;
    display: grid;
    background: #08314f;
    grid-template-columns: auto 1fr;
    border-left: 3px dashed #005783;
    border-right: 3px dashed #005783;
    border-bottom: 3px dashed #005783;
    border-top: 3px dashed #005783;
}

.allProductSingle .topProduct .info .description .shortCode span {
    font-size: .8rem;
    font-weight: 700;
    color: #0ce7f3;
}

.allProductSingle .topProduct .info .description .shortCode .code {
    font-size: .8rem;
    font-weight: 700;
    color: #0ce7f3;
    direction: ltr;
    text-align: left
}

.allProductSingle .topProduct .changeList {
    background: #011a2d;
    border-radius: 5px;
    padding: 1rem;
    border-left: 3px dashed #1cabc1;
    border-right: 3px dashed #1cabc1;
    border-bottom: 3px dashed #1cabc1;
    border-top: 3px dashed #1cabc1;
}

.allProductSingle .topProduct .changeList h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #a3dfdf;
    margin-bottom: 1rem
}

.allProductSingle .topProduct .changeList .prices {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1rem;
    margin-top: 1rem
}

.allProductSingle .topProduct .changeList .prices .item {
    padding: .2rem 1rem;
    border-radius: 5px;
    border: 1px solid #bbb;
    text-align: center;
    border-left: 3px dashed #0a6a7b;
    border-right: 3px dashed #0a6a7b;
    border-bottom: 3px dashed #0a6a7b;
    border-top: 3px dashed #0a6a7b;
}

.allProductSingle .topProduct .changeList .prices .item .name {
    font-size: .8rem;
    font-weight: 500;
    color: #08cdef;
}

.allProductSingle .topProduct .changeList .prices .item .price {
    font-size: .9rem;
    font-weight: 700;
    color: #d33089;
    margin-top: .2rem
}

.allProductSingle .botProduct {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 1rem
}

.allProductSingle .botProduct .containerTabs {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(1px,1fr));
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    margin-bottom: .5rem
}

.allProductSingle .botProduct .containerTabs .tab {
    padding: 1rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    color: #76c4f3;
    border-left: 1px dashed #1cabc1;
    border-right: 1px dashed #1cabc1;
    border-bottom: 1px dashed #1cabc1;
    border-top: 1px dashed #1cabc1;
    background: #011a2d;
}

.allProductSingle .botProduct .containerTabs .active {
    background: #930840;
    color: #ffbacc;
}

.allProductSingle .botProduct .description {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 1rem;
    font-size: 0.8rem;
    font-weight: 300;
    color: #0cdbc8;
    background: #08314f;
    grid-template-columns: auto 1fr;
    border-left: 3px dashed #005783;
    border-right: 3px dashed #005783;
    border-bottom: 3px dashed #005783;
    border-top: 3px dashed #005783;
    font-weight: 500;
}

.allProductSingle .botProduct .videos {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(15rem,1fr));
    grid-gap: 1rem;
    border-radius: 5px;
    padding: 1rem;
    border-left: 3px dashed #1cabc1;
    border-right: 3px dashed #1cabc1;
    border-bottom: 3px dashed #1cabc1;
    border-top: 3px dashed #1cabc1;
    background: #011a2d;
}

.allProductSingle .botProduct .videos video {
    width: 100%;
    height: auto;
    object-fit: contain
}

.allProductSingle .botProduct .pictures {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(15rem,1fr));
    grid-gap: 1rem;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 1rem;
    background: #011a2d;
    border-radius: 5px;
    padding: 1rem;
    border-left: 3px dashed #1cabc1;
    border-right: 3px dashed #1cabc1;
    border-bottom: 3px dashed #1cabc1;
    border-top: 3px dashed #1cabc1;
}

.allProductSingle .botProduct .pictures .item img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.allProductSingle .botProduct .sellers {
    border: 1px solid #bbb;
    padding: 1rem;
    background: #011a2d;
    border-radius: 5px;
    padding: 1rem;
    border-left: 3px dashed #1cabc1;
    border-right: 3px dashed #1cabc1;
    border-bottom: 3px dashed #1cabc1;
    border-top: 3px dashed #1cabc1;
}

.allProductSingle .botProduct .sellers .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem
}

.allProductSingle .botProduct .sellers .title .name {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #00c2ff;
}

.allProductSingle .botProduct .sellers .title .name i {
    display: grid;
    align-items: center
}

.allProductSingle .botProduct .sellers .title .name i svg {
    width: 1rem;
    height: 1rem;
    fill: #000
}

.allProductSingle .botProduct .sellers .title .counts {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .5rem
}

.allProductSingle .botProduct .sellers .title .counts .count {
    font-size: .85rem;
    font-weight: 700;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
    color: #fff;
    padding: .5rem;
    border-radius: 5px
}

.allProductSingle .botProduct .sellers .title .counts .online {
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
}

.allProductSingle .botProduct .sellers .filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: #f2f2f2;
    border-radius: 5px;
    padding: .5rem;
    background: #08314f;
    border-left: 3px dashed #005783;
    border-right: 3px dashed #005783;
    border-bottom: 3px dashed #005783;
    border-top: 3px dashed #005783;
}

.allProductSingle .botProduct .sellers .filters .sort {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem
}

.allProductSingle .botProduct .sellers .filters .sort .title1 {
    font-size: .9rem;
    color: #fff;
}

.allProductSingle .botProduct .sellers .filters .sort ul {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem
}

.allProductSingle .botProduct .sellers .filters .sort ul li {
    cursor: pointer
}

.allProductSingle .botProduct .sellers .filters .sort ul li span {
    font-size: .9rem;
    font-weight: 500;
    color: #9bcad5;
    padding: .5rem;
    text-align: center;
    border-radius: 5px;
    border-left: 1px dashed #1cabc1;
    border-right: 1px dashed #1cabc1;
    border-bottom: 1px dashed #1cabc1;
    border-top: 1px dashed #1cabc1;
    background: #031a2d;
}

.allProductSingle .botProduct .sellers .filters .sort ul li .active {
    background: #930840;
    color: #ffafd7;
    border-left: 1px dashed #ff0066;
    border-right: 1px dashed #ff0066;
    border-bottom: 1px dashed #ff0066;
    border-top: 1px dashed #ff0066;
}

.allProductSingle .botProduct .sellers .filters .sortRes {
    display: none
}

.allProductSingle .botProduct .sellers .filters .prices {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem
}

.allProductSingle .botProduct .sellers .filters .prices .item {
    padding: .2rem 1rem;
    border-radius: 5px;
    border-left: 1px dashed #1cabc1;
    border-right: 1px dashed #1cabc1;
    border-bottom: 1px dashed #1cabc1;
    border-top: 1px dashed #1cabc1;
    background: #031a2d;
}

.allProductSingle .botProduct .sellers .filters .prices .item .name {
    font-size: .8rem;
    font-weight: 500;
    color: #ff8bbf;
    text-align: center
}

.allProductSingle .botProduct .sellers .filters .prices .item .price {
    font-size: .8rem;
    font-weight: 300;
    color: #ffdeec;
}

.allProductSingle .botProduct .sellers .sellerItems {
    margin-top: 1rem
}

.allProductSingle .botProduct .sellers .sellerItems .tabs {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 1rem;
    position: sticky;
    top: 0;
    background: #08314f;
    grid-template-columns: auto 1fr;
    border-left: 3px dashed #005783;
    border-right: 3px dashed #005783;
    border-bottom: 3px dashed #005783;
    border-top: 3px dashed #005783;
}

.allProductSingle .botProduct .sellers .sellerItems .tabs a {
    font-size: .9rem;
    font-weight: 700;
    color: #ffffff;
    display: grid;
    padding: .5rem;
    position: relative
}

.allProductSingle .botProduct .sellers .sellerItems .tabs a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 3px;
    left: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #af215b;
    padding: 3px;
}

.allProductSingle .botProduct .sellers .sellerItems .tabs .online:after {
    background: #008ed7;
    padding: 3px;
}

.allProductSingle .botProduct .sellers .sellerItems .seller {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px dashed #008fff;
}

.allProductSingle .botProduct .sellers .sellerItems .seller .right .top {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 1rem
}

.allProductSingle .botProduct .sellers .sellerItems .seller .right .top .name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0cded9;
}

.allProductSingle .botProduct .sellers .sellerItems .seller .right .top .option {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .5rem;
    font-size: .8rem;
    font-weight: 300;
    padding: .2rem .5rem;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
}
.allProductSingle .botProduct .sellers .sellerItems .seller .right .top .option:hover {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .5rem;
    font-size: .8rem;
    font-weight: 300;
    padding: .2rem .5rem;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
}

.allProductSingle .botProduct .sellers .sellerItems .seller .right .top .option i {
    display: grid;
    justify-content: center;
    align-items: center
}

.allProductSingle .botProduct .sellers .sellerItems .seller .right .top .option i svg {
    width: 1rem;
    height: 1rem;
    fill: #ffffff
}

.allProductSingle .botProduct .sellers .sellerItems .seller .right .top .created {
    font-size: .85rem;
    font-weight: 500;
    color: #0997a7;
}

.allProductSingle .botProduct .sellers .sellerItems .seller .right .bot .title2 {
    font-size: .85rem;
    font-weight: 500;
    color: #b3688e;
    margin: .5rem 0
}

.allProductSingle .botProduct .sellers .sellerItems .seller .right .bot .option {
    font-size: .8rem;
    font-weight: 300;
    color: #475569
}

.allProductSingle .botProduct .sellers .sellerItems .seller .left {
    text-align: left
}

.allProductSingle .botProduct .sellers .sellerItems .seller .left .price {
    font-size: 1rem;
    font-weight: 700;
    color: #ff287c
}

.allProductSingle .botProduct .sellers .sellerItems .seller .left .move {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
    padding: .5rem 1rem;
    border-radius: 5px;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    margin: .5rem 0;
    box-shadow: inset 0 0 10px #0003
}
.allProductSingle .botProduct .sellers .sellerItems .seller .left .move:hover {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
    padding: .5rem 1rem;
    border-radius: 5px;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    margin: .5rem 0;
    box-shadow: inset 0 0 10px #0003
}
.allProductSingle .botProduct .sellers .sellerItems .seller .online .price {
    color: #41e3f0
}

.allProductSingle .botProduct .sellers .sellerItems .seller .online .move {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
    padding: .5rem 1rem;
    border-radius: 5px;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    margin: .5rem 0;
    box-shadow: inset 0 0 10px #0003
}
.allProductSingle .botProduct .sellers .sellerItems .seller .online .move:hover {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
    padding: .5rem 1rem;
    border-radius: 5px;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    margin: .5rem 0;
    box-shadow: inset 0 0 10px #0003
}
.allProductSingle .botProduct .sellers .sellerItems .seller:last-child {
    border-bottom: 0
}

.allProductSingle .botProduct .sellers .sellerItems .sellerContainer:last-child {
    border-top: 1px solid #f2f2f2
}

.allProductSingle .botProduct .ability {
    border: 1px solid #bbb;
    background: #011a2d;
    border-radius: 5px;
    padding: 1rem;
    border-left: 3px dashed #1cabc1;
    border-right: 3px dashed #1cabc1;
    border-bottom: 3px dashed #1cabc1;
    border-top: 3px dashed #1cabc1;
}

.allProductSingle .botProduct .ability .title1 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #8cb5cd;
    margin-bottom: 1rem
}

.allProductSingle .botProduct .ability .details {
    overflow-y: scroll
}

.allProductSingle .botProduct .ability .details .detail {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 2px solid #f2f2f2
}

.allProductSingle .botProduct .ability .details .detail .title2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #e37ba0;
}

.allProductSingle .botProduct .ability .details .detail ul li {
    display: block;
    grid-template-columns: 1fr 1fr;
    grid-gap: .5rem;
    align-items: center;
    padding: .5rem;
    font-size: .9rem;
    font-weight: 700;
    color: #00f5ff;
}

.allProductSingle .botProduct .ability .details .detail ul li .body {
    margin-top: .5rem;
    opacity: .5
}

.allProductSingle .botProduct .ability .details .detail ul li:nth-child(2n) {
    background: #08314f;
    border-left: 3px dashed #005783;
    border-right: 3px dashed #005783;
    border-bottom: 3px dashed #005783;
    border-top: 3px dashed #005783;
}

.allProductSingle .botProduct .ability .details .detail:first-child {
    border-top: 0;
    margin-top: 1rem;
    padding-top: 0
}

.allProductSingle .botProduct .ability .details .detail:first-child ul li {
    display: grid
}

.allProductSingle .botProduct .ability .details .detail:first-child ul li .body {
    margin-top: 0
}

.allProductSingle .related {
    margin-top: 1rem
}

.allProductSingle .related .title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #011a2d;
    text-align: center;
    margin-bottom: 1rem
}
.allProductSingle .related .title:hover {
    font-size: 1.2rem;
    font-weight: 700;
    color: #d00871;
    text-align: center;
    margin-bottom: 1rem
}
.allProductSingle .related ul {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(15rem,1fr));
    grid-gap: 1rem
}

.allProductSingle .related ul .item {
    display: grid;
    padding: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: background 0s ease, box-shadow 0.5s linear !important;
    border-left: 2px dashed #ff006e;
    border-right: 2px dashed #ff006e;
    border-bottom: 2px dashed #ff006e;
    border-top: 2px dashed #ff006e;
    background: #041a2a;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #031522f5;
    background-blend-mode: color;
}

.allProductSingle .related ul .item .pic img {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-top: 3px dashed rgb(173 0 71);
    border-bottom: 3px dashed rgb(173 0 71);
    border-left: 3px dashed rgb(173 0 71);
    border-right: 3px dashed rgb(173 0 71);
    background: #041a2a;
    transition: transform 0.5s cubic-bezier(1, 4.88, 1, 0.63);
}
.allProductSingle .related ul .item:hover {
display: grid;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: .5rem;
    display: grid;
    padding: .5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 10px;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: background 0s ease, box-shadow 0.5s linear !important;
    /* border-left: 3px dashed #006676; */
    border-right: 3px dashed #006676;
    border-bottom: 3px dashed #006676;
    border-top: 3px dashed #006676;
    background: #18000a;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #18000a;
    background-blend-mode: color;
}
.allProductSingle .related ul .item .pic img:hover {
    content: url(https://access.my.1bi.ir/Introduction/Img/boximageservice.webp);
    vector-effect: non-scaling-stroke;
    transform-style: initial;
    transform-box: content-box;
    transform-origin: top;
    --vajehyab-extension-color-neutral-ink0: #00bbbb;
    -webkit-text-stroke-width: revert;
    background-size: cover;
    -webkit-tap-highlight-color: #97004e;
    background-repeat: repeat;
    background-blend-mode: color;
    background-color: #0b1d2a;
    padding: 10px;
    display: inline-block;
    font-family: helvetica;
    transition: background-color .5s, color .5s linear, border-radius 2s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    color-interpolation-filters: auto;
    transition: transform 5s cubic-bezier(1, 4.88, 1, 0.63);
    splay: inline-block;
    font-family: helvetica;
    transition: background-color .8000s, color .150s linear, border-radius 1500s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    transform: rotateY(18deg);
    border: dashed;
    border-top: 3px dashed rgb(249 235 241);
    border-bottom: 3px dashed rgb(249 235 241);
    border-left: 3px dashed rgb(249 235 241);
    border-right: 3px dashed rgb(249 235 241);
}


.allProductSingle .related ul .item .title {
    font-size: 1rem;
    font-weight: 500;
    color: #ff005c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 1rem
}

.allProductSingle .related ul .item .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: .5rem;
    background: #930840;
    border-radius: 5px;
    margin-top: .5rem;
    border: 2px dashed #40021b;
}
.allProductSingle .related ul .item .option:hover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    color: #03fdf9;
    padding: .5rem;
    background: #086f84;
    border-radius: 5px;
    margin-top: .5rem;
    border: 2px dashed #40021b;
}
.allProductSingle .related ul .item .option i {
    display: grid;
    align-items: center
}

.allProductSingle .related ul .item .option i svg {
    width: 1rem;
    height: 1rem;
    fill: #475569
}
.allProductSingle .related ul .item .option i svg {
    width: 1rem;
    height: 1rem;
    fill: #ff81b2;
}
.allProductSingle .related ul .item .option i svg:hover {
    width: 1rem;
    height: 1rem;
    fill: #02d5f6;
}
.allProductSingle .allMap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #87878780;
    z-index: 999;
    margin: auto;
    display: grid;
    align-items: center
}

.allProductSingle .allMap .showMap {
    background: #fff;
    width: 50%;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    height: 30rem;
    position: relative;
    text-align: center
}

.allProductSingle .allMap .showMap .details {
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 2000
}

.allProductSingle .allMap .showMap .details .detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
    box-shadow: 0 0 5px #0003;
    font-size: .85rem;
    font-weight: 700;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
    color: #fff;
    padding: .5rem;
    border-radius: 5px;
}

.allProductSingle .allMap .showMap .details .detail .title1 {
    font-size: .9rem;
    font-weight: 300;
    color: #00f1ff;
}

.allProductSingle .allMap .showMap .details .detail .body {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
}

.allProductSingle .allMap .showMap .details .google {
    text-align: center;
    justify-content: center
}

.allProductSingle .allMap .showMap .description {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: .5rem;
    z-index: 2000;
    display: flex;
    justify-content: right;
    align-items: center;
    background: #08314f;
    border-left: 3px dashed #005783;
    border-right: 3px dashed #005783;
    border-bottom: 3px dashed #005783;
}

.allProductSingle .allMap .showMap .description .title1 {
    font-size: .9rem;
    font-weight: 300;
    color: #00d9ff;
}

.allProductSingle .allMap .showMap .description .body {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
}

.allProductSingle .allMap .showMap .mapp-anchor {
    display: none
}

.allProductSingle .allMap .showMap #map1 {
    height: 30rem
}

.allProductSingle .allMap .showMap .mapp-modal {
    display: none
}

@media screen and (max-width: 1000px) {
    .allProductSingle {
        margin-top:.5rem
    }

    .allProductSingle .breadcrumbs {
        margin-bottom: .5rem
    }

    .allProductSingle .breadcrumbs a:nth-last-child(2):after {
        content: unset
    }

    .allProductSingle .breadcrumbs a:last-child {
        display: none
    }

    .allProductSingle .topProduct {
        display: block
    }

    .allProductSingle .topProduct .info {
        padding: .5rem;
        display: block;
        grid-gap: .5rem;
        border: 0;
        margin-bottom: .5rem
    }

    .allProductSingle .topProduct .info .images {
        display: flex;
        flex-direction: column-reverse
    }

    .allProductSingle .topProduct .info .images .items {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(3rem,1fr));
        grid-gap: .5rem;
        margin-bottom: .5rem
    }

    .allProductSingle .topProduct .info .images .items .item {
        margin-top: 0;
        width: 4.5rem;
        height: 4.5rem
    }

    .allProductSingle .topProduct .info .images .showImage img {
        width: 100%;
        height: 10rem;
        padding: .5rem
    }

    .allProductSingle .topProduct .info .description h1 {
        font-size: 1.1rem;
        font-weight: 700;
        color: #000;
        margin-top: 1rem
    }

    .allProductSingle .topProduct .info .description .detail {
        margin-top: 1rem;
        padding: 0;
        padding-top: 1rem;
        border-bottom: 0
    }

    .allProductSingle .topProduct .info .description .detail .cheapest {
        padding: .5rem 1rem
    }

    .allProductSingle .topProduct .info .description .detail .cheapest .right .name span,.allProductSingle .topProduct .info .description .detail .cheapest .right .price {
        font-size: .9rem
    }

    .allProductSingle .topProduct .info .description .shortCode {
        padding: .5rem;
        border-radius: 5px
    }

    .allProductSingle .topProduct .info .description .shortCode span,.allProductSingle .topProduct .info .description .shortCode .code {
        font-size: .7rem
    }

    .allProductSingle .topProduct .info .description p,.allProductSingle .topProduct .changeList {
        display: none
    }

    .allProductSingle .botProduct {
        margin-top: .5rem;
        display: block;
        grid-gap: .5rem
    }

    .allProductSingle .botProduct .containerTabs .tab {
        padding: 1rem .5rem;
        font-size: .85rem
    }

    .allProductSingle .botProduct .sellers {
        border: 0;
        border-radius: 5px;
        padding: .5rem
    }

    .allProductSingle .botProduct .sellers .title {
        margin-bottom: 1rem
    }

    .allProductSingle .botProduct .sellers .title .name {
        font-size: 1.1rem
    }

    .allProductSingle .botProduct .sellers .title .name i {
        display: none
    }

    .allProductSingle .botProduct .sellers .title .counts .count {
        font-size: .7rem
    }

    .allProductSingle .botProduct .sellers .filters {
        display: block;
        background: transparent;
        padding: 0
    }

    .allProductSingle .botProduct .sellers .filters .sort {
        display: none
    }

    .allProductSingle .botProduct .sellers .filters .sortRes {
        display: block
    }

    .allProductSingle .botProduct .sellers .filters .sortRes select {
        background: #fff;
        width: 100%;
        cursor: pointer;
        border-radius: 5px;
        padding: .5rem;
        border: 1px solid #bbb;
        font-size: .9rem;
        font-weight: 700;
        color: #475569
    }

    .allProductSingle .botProduct .sellers .filters .prices {
        display: none
    }

    .allProductSingle .botProduct .sellers .sellerItems {
        margin-top: 1rem
    }

    .allProductSingle .botProduct .sellers .sellerItems .tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem
    }

    .allProductSingle .botProduct .sellers .sellerItems .tabs a {
        text-align: center
    }

    .allProductSingle .botProduct .sellers .sellerItems .seller {
        display: block;
        grid-gap: .5rem;
        padding: 1rem 0
    }

    .allProductSingle .botProduct .sellers .sellerItems .seller .right .top {
        flex-wrap: wrap;
        gap: 1rem
    }

    .allProductSingle .botProduct .sellers .sellerItems .seller .right .top .name {
        font-size: 1rem
    }

    .allProductSingle .botProduct .ability {
        border: 0;
        padding: .5rem;
        margin-top: .5rem
    }

    .allProductSingle .botProduct .ability .title1,.allProductSingle .botProduct .ability .details .detail .title2 {
        font-size: 1rem
    }

    .allProductSingle .botProduct .ability .details .detail ul li {
        font-size: .8rem
    }

    .allProductSingle .botProduct .description {
        padding: .5rem;
        font-size: .85rem
    }

    .allProductSingle .related {
        margin-top: .5rem
    }

    .allProductSingle .related ul {
        grid-template-columns: 1fr 1fr;
        grid-gap: .5rem
    }

    .allProductSingle .related ul .item {
        border-radius: 5px
    }

    .allProductSingle .related ul .item .pic img {
        height: 8rem
    }

    .allProductSingle .related ul .item .title {
        font-size: .8rem;
        margin-top: .5rem
    }

    .allProductSingle .related ul .item .option {
        font-size: .8rem;
        font-weight: 500
    }

    .allProductSingle .related ul .item .option i {
        display: grid;
        align-items: center
    }

    .allProductSingle .related ul .item .option i svg {
        width: .8rem;
        height: .8rem
    }

    .allProductSingle .allMap .showMap {
        background: #fff;
        width: 90%;
        margin: auto;
        border-radius: 5px;
        overflow: hidden;
        height: 30rem;
        position: relative;
        text-align: center
    }

    .allProductSingle .allMap .showMap .details {
        right: .5rem
    }

    .allProductSingle .allMap .showMap .details .detail {
        margin-top: .5rem
    }

    .allProductSingle .allMap .showMap .details .detail .title1,.allProductSingle .allMap .showMap .details .detail .body,.allProductSingle .allMap .showMap .description .title1,.allProductSingle .allMap .showMap .description .body {
        font-size: .7rem
    }
}

.authIndex {
    display: grid;
    grid-template-columns: auto 1fr;
    height: 100vh
}

.authIndex .login {
    padding: 40px 30px 10px;
    display: flex;
    flex-direction: column;
    border-left: 2px dashed #00212b;
}

.authIndex .login .top {
    flex-grow: 1
}

.authIndex .login .top h1 {
    font-weight: 900;
    color: #475569;
    text-align: center;
    font-size: .9rem;
    margin-bottom: 5vh
}

.authIndex .login .top input {
    background: transparent;
    border-bottom: 1px solid #bbb;
    padding: .5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #475569;
    text-align: center
}


.authIndex .login .top button {
    font-weight: 500;
    padding: .5rem;
    font-size: .9rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 
.authIndex .login .top button:hover {
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #f6fcff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
  } 
.authIndex .login .top .authItems {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem
}

.authIndex .login .title {
    display: grid;
    justify-content: center;
    margin-bottom: 5vh
}

.authIndex .login .title img {
    height: 5rem;
    object-fit: contain
}

.authIndex .login .reset-code {
    display: none
}

.authIndex .leftAuth {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 1000px) {
    .authIndex {
        display:block
    }

    .authIndex .login .bot {
        text-align: center;
        margin-top: 1rem
    }

    .authIndex .leftAuth {
        display: none
    }
}

.allProfileIndex {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem
}

.allProfileIndex .profileContainer {
    margin: 1rem;
    margin-right: 0;
    border-radius: 5px;
    overflow-y: hidden;
    direction: rtl;
    font-size: 12px;
    padding: 0;
    text-align: right;
    overflow-x: hidden;
    height: 100%;
    background: #d7dadf;
    font-family: vazir,vazir,sans-serif;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern.png);
    background-color: #011820c9;
    letter-spacing: normal;
    background-repeat: repeat;
    background-size: 0.8rem;
    background-blend-mode: color;
}

.allProfileIndex .profileContainer .searchIndex {
    display: grid;
    justify-content: center;
    grid-gap: 1rem;
    padding: 1rem;
    background: #b5025b;
    position: relative;
    z-index: 1;
}

.allProfileIndex .profileContainer .searchIndex h1 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000
}

.allProfileIndex .profileContainer .searchIndex label {
    background: #fff;
    border: 1px solid #bbb;
    padding: .8rem 1rem;
    display: flex;
    justify-content: right;
    align-items: center;
    border-radius: 5px;
    gap: 1rem;
    cursor: text
}

.allProfileIndex .profileContainer .searchIndex label i {
    display: grid;
    align-items: center
}

.allProfileIndex .profileContainer .searchIndex label i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #475569
}

.allProfileIndex .profileContainer .searchIndex label input {
    width: 25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    background: transparent
}

.allProfileIndex .profileContainer .sellers {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(19rem,1fr));
    grid-gap: 1rem;
    padding: 1rem
}

.allProfileIndex .profileContainer .sellers .item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: .5rem;
    background: #fff;
    padding: 1rem;
    border-radius: 5px
}

.allProfileIndex .profileContainer .sellers .item .right .name {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin-bottom: .5rem
}

.allProfileIndex .profileContainer .sellers .item .right .body {
    font-weight: 300;
    color: #475569;
    font-size: .8rem
}

.allProfileIndex .profileContainer .sellers .item .left {
    background: #3468cc;
    padding: .5rem;
    border-radius: 5px;
    font-size: .8rem;
    font-weight: 300;
    color: #fff
}

.allProfileIndex .profileContainer .sellers .item .online {
    background: #ad0047
}

@media screen and (max-width: 1000px) {
    .allProfileIndex {
        display:block
    }

    .allProfileIndex .profileContainer {
        margin: .5rem
    }

    .allProfileIndex .profileContainer .searchIndex {
        grid-gap: .5rem;
        padding: .5rem;
        grid-template-columns: 1fr
    }

    .allProfileIndex .profileContainer .searchIndex h1 {
        font-size: 1.1rem
    }

    .allProfileIndex .profileContainer .searchIndex label {
        padding: .5rem;
        gap: .5rem
    }

    .allProfileIndex .profileContainer .searchIndex label i svg {
        width: 1.2rem;
        height: 1.2rem
    }

    .allProfileIndex .profileContainer .searchIndex label input {
        width: 100%;
        font-size: .8rem
    }

    .allProfileIndex .profileContainer .sellers {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(19rem,1fr));
        grid-gap: 1rem;
        padding: 1rem
    }

    .allProfileIndex .profileContainer .sellers .item {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        grid-gap: .5rem;
        background: #fff;
        padding: 1rem;
        border-radius: 5px
    }

    .allProfileIndex .profileContainer .sellers .item .right .name {
        font-size: .9rem;
        font-weight: 500;
        color: #000;
        margin-bottom: .5rem
    }

    .allProfileIndex .profileContainer .sellers .item .right .body {
        font-weight: 300;
        color: #475569;
        font-size: .8rem
    }

    .allProfileIndex .profileContainer .sellers .item .left {
        background: #3468cc;
        padding: .5rem;
        border-radius: 5px;
        font-size: .8rem;
        font-weight: 300;
        color: #fff
    }

    .allProfileIndex .profileContainer .sellers .item .online {
        background: #ad0047
    }
}

.profileLists .profileListRes {
    display: none;
    width: 100%;
    background: #fff;
    padding: .5rem;
    text-align: center;
    color: #475569;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    z-index: 1
}

.profileLists .profileList {
    background: #002b4b;
    height: 100vh;
    padding: 1rem;
    width: 17rem;
    position: sticky;
    overflow-y: scroll;
    top: 0;
    z-index: 2;
}

.profileLists .profileList .titleFilter {
    display: none
}

.profileLists .profileList .wallet {
    text-align: center;
    padding-bottom: 1rem
}

.profileLists .profileList .wallet i {
    display: grid;
    justify-content: center
}

.profileLists .profileList .wallet i svg {
    width: 3rem;
    height: 3rem;
    fill: #ad0047
}

.profileLists .profileList .wallet .title1 {
    text-align: center;
    font-size: .8rem;
    font-weight: 700;
    margin-top: .5rem;
    color: #17c8ff;
}

.profileLists .profileList .wallet .charge {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 900;
    margin-top: .1rem;
    color: #07fff6;
    margin-bottom: .5rem
}

.profileLists .profileList .wallet .charge span {
    font-size: .8rem
}

.profileLists .profileList .wallet a {
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 
.profileLists .profileList .wallet a:hover {
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #f6fcff; 
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
  }

.profileLists .profileList .items {
    border-top: 2px dashed #bbb;
    padding-top: 1rem
}

.profileLists .profileList .items h4 {
    margin-bottom: .5rem;
    opacity: .7;
    padding: 10px 20px;
    pointer-events: none;
    cursor: default;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #00f1ff;
    font-weight: 700;
    background: #00455d;
}

.profileLists .profileList .items ul li {
    margin-bottom: 1rem
}

.profileLists .profileList .items ul li a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
}

.profileLists .profileList .items ul li a span {
    opacity: .6
}

.profileLists .profileList .items ul .active a {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    color: #ffcad6;
    font-weight: 500;
    background: #ad0047;
    height: 2.2rem;
}

.profileLists .profileList .items ul .active a:before {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    background: #ff007f;
    display: grid
}

.profileLists .profileList .items:first-child {
    border-top: 0;
    padding-top: 0
}

@media screen and (max-width: 1000px) {
    .profileLists {
        position:sticky;
        top: 3.6rem;
        z-index: 2
    }

    .profileLists .profileList {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
        padding: 0
    }

    .profileLists .profileList .titleFilter {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        margin-bottom: 1rem;
        padding: 1rem;
        background: #fff;
        position: sticky;
        top: 0;
        border-bottom: 2px dashed #bbb
    }

    .profileLists .profileList .titleFilter .title2 {
        font-size: 1.1rem;
        font-weight: 700;
        color: #000
    }

    .profileLists .profileList .titleFilter i {
        display: grid;
        align-items: center;
        cursor: pointer
    }

    .profileLists .profileList .titleFilter i svg {
        width: 1.5rem;
        height: 1.5rem;
        fill: #000
    }

    .profileLists .profileList .items {
        padding: .5rem
    }

    .profileLists .profileListRes {
        display: block
    }
}

.profileHistory {
    margin: 1rem;
    margin-right: 0
}

.profileHistory ul {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(15rem,1fr));
    grid-gap: 1rem
}
.profileHistory ul .item {
    display: grid;
    padding: .5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 10px;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: background 0s ease, box-shadow 0.5s linear !important;
    border-left: 2px dashed #ff006e;
    border-right: 2px dashed #ff006e;
    border-bottom: 2px dashed #ff006e;
    border-top: 2px dashed #ff006e;
    background: #041a2a;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #031522f5;
    background-blend-mode: color;
}
    
.profileHistory ul .item:hover {
    display: grid;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: .5rem;
    display: grid;
    padding: .5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 10px;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: background 0s ease, box-shadow 0.5s linear !important;
    border-left: 3px dashed #006676;
    border-right: 3px dashed #006676;
    border-bottom: 3px dashed #006676;
    border-top: 3px dashed #006676;
    background: #18000a;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #18000a;
    background-blend-mode: color;
}

.profileHistory ul .item .pic img {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-top: 3px dashed rgb(173 0 71);
    border-bottom: 3px dashed rgb(173 0 71);
    border-left: 3px dashed rgb(173 0 71);
    border-right: 3px dashed rgb(173 0 71);
    background: #041a2a;
    transition: transform 0.5s cubic-bezier(1, 4.88, 1, 0.63);
}
.profileHistory ul .item .pic img:hover {
    content: url(https://access.my.1bi.ir/Introduction/Img/boximageservice.webp);
    vector-effect: non-scaling-stroke;
    transform-style: initial;
    transform-box: content-box;
    transform-origin: top;
    --vajehyab-extension-color-neutral-ink0: #00bbbb;
    -webkit-text-stroke-width: revert;
    background-size: cover;
    -webkit-tap-highlight-color: #97004e;
    background-repeat: repeat;
    background-blend-mode: color;
    background-color: #0b1d2a;
    padding: 10px;
    display: inline-block;
    font-family: helvetica;
    transition: background-color .5s, color .5s linear, border-radius 2s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    color-interpolation-filters: auto;
    transition: transform 5s cubic-bezier(1, 4.88, 1, 0.63);
    splay: inline-block;
    font-family: helvetica;
    transition: background-color .8000s, color .150s linear, border-radius 1500s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    transform: rotateY(18deg);
    border: dashed;
    border-top: 3px dashed rgb(249 235 241);
    border-bottom: 3px dashed rgb(249 235 241);
    border-left: 3px dashed rgb(249 235 241);
    border-right: 3px dashed rgb(249 235 241);
}

.profileHistory ul .item .title {
    font-size: 1rem;
    font-weight: 500;
    color: #ff0073;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 1rem;
    text-align: center;
}
.profileHistory ul .item .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: .5rem;
    background: #930840;
    border-radius: 5px;
    margin-top: .5rem;
    border: 2px dashed #40021b;
}
.profileHistory ul .item .option:hover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    font-weight: 500;
     display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    color: #03fdf9;
    padding: .5rem;
    background: #086f84;
    border-radius: 5px;
    margin-top: .5rem;
    border: 2px dashed #40021b;
}

.profileHistory ul .item .option i {
    display: grid;
    align-items: center
}

.profileHistory ul .item .option i svg {
    width: 1rem;
    height: 1rem;
    fill: #ff81b2;
}
.profileHistory ul .item .option i svg:hover {
    width: 1rem;
    height: 1rem;
    fill: #02d5f6;
}
@media screen and (max-width: 1000px) {
    .profileHistory {
        margin:.5rem
    }

    .profileHistory ul {
        grid-template-columns: 1fr 1fr;
        grid-gap: .5rem
    }

    .profileHistory ul .item {
        border-radius: 5px
    }

    .profileHistory ul .item .pic img {
        height: 8rem
    }

    .profileHistory ul .item .title {
        font-size: .8rem;
        margin-top: .5rem
    }

    .profileHistory ul .item .option {
        font-size: .8rem;
        font-weight: 500
    }

    .profileHistory ul .item .option i {
        display: grid;
        align-items: center
    }

    .profileHistory ul .item .option i svg {
        width: .8rem;
        height: .8rem
    }
}

.profileReport {
    margin: 1rem;
    margin-right: 0
}

.profileReport ul {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(15rem,1fr));
    grid-gap: 1rem
}

.profileReport ul li {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    overflow: hidden;
    padding: 1rem
}

.profileReport ul li .title {
    font-size: 1rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: .5rem
}

.profileReport ul li p {
    font-size: 1rem;
    font-weight: 300;
    color: #475569;
    opacity: .8
}

.profileReport ul li .status {
    width: 100%;
    display: grid;
    border-radius: 5px;
    background: red;
    font-size: .8rem;
    font-weight: 300;
    text-align: center;
    margin-top: 1rem;
    padding: .5rem;
    color: #fff
}

.profileReport ul li .active {
    background: green
}

@media screen and (max-width: 1000px) {
    .profileReport {
        margin:.5rem
    }
}

.registerContainer {
    margin: 1rem;
    margin-right: 0
}

.registerContainer .title {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #002b4b;
}
.registerContainer .title:hover {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #b10256;
}
.registerContainer .items {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit,minmax(20rem,auto));
    grid-gap: 1rem;
    margin-top: 2rem
}

.registerContainer .items .item {
    width: 28rem;
    border-radius: 5px;
    padding: 1rem;
    display: grid;
    align-items: center;
    background: #041a2a !important;
    border-bottom: 3px dashed #ad0000;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .7rem !important;
    background-color: #041a2af5 !important;
    background-blend-mode: color !important;
    border-left: 3px dashed #11c1bc;
    border-right: 3px dashed #11c1bc;
    border-bottom: 3px dashed #11c1bc;
    border-top: 3px dashed #11c1bc;
}
.registerContainer .items .item:hover {
    padding: 1rem;
    border-bottom: 2px dashed #950056;
    cursor: pointer;
    background: #00337a !important;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .7rem !important;
    background-color: #012b4af5 !important;
    background-blend-mode: color !important;
        border-left: 3px dashed #009fff;
    border-right: 3px dashed #009fff;
    border-bottom: 3px dashed #009fff;
    border-top: 3px dashed #009fff;
}

.registerContainer .items .item .title1 {
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
    color: #34a8cc;
    margin-bottom: 1rem
}

.registerContainer .items .item p {
    font-size: 0.9rem;
    font-weight: 500;
    color: #c1dedf;
    text-align: center
}
.registerContainer .items .item .click {
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
    color: #f6fcff; 
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
  }
.registerContainer .items .item .click:hover {
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 

.registerContainer .items .item .online1 {
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  }
.registerContainer .items .item .online1:hover {
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
    color: #f6fcff; 
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
  } 

.registerContainer .items .item .online {
    color: #f61c75;
}

@media screen and (max-width: 1000px) {
    .registerContainer {
        margin:.5rem
    }

    .registerContainer .title {
        font-size: 1.2rem
    }

    .registerContainer .items {
        display: block;
        margin-top: 0
    }

    .registerContainer .items .item {
        margin-top: 1rem;
        width: auto;
        padding: .5rem;
        display: grid;
        align-items: center
    }

    .registerContainer .items .item .title1 {
        font-size: 1rem;
        margin-bottom: .5rem
    }

    .registerContainer .items .item p {
        font-size: 1rem
    }

    .registerContainer .items .item .click {
        width: 100%;
        padding: .5rem;
        border-radius: 5px;
        background: #3468cc;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        margin-top: 1rem;
        text-align: center
    }

    .registerContainer .items .item .online1 {
        background: #ad0047
    }

    .registerContainer .items .item .online {
        color: #ad0047
    }
}

.onlineContainer {
    background: #fff;
    margin: 1rem;
    margin-right: 0;
    border-radius: 5px;
    padding: 1rem;
    cursor: pointer;
    background: #043451 !important;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: 0.6rem !important;
    background-color: #001c43 !important;
    background-blend-mode: color !important;
    border-left: 3px dashed #0aa4cb;
    border-right: 3px dashed #0aa4cb;
    border-bottom: 3px dashed #0aa4cb;
    border-top: 3px dashed #0aa4cb;
}

.onlineContainer .error {
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 500;
    margin: 1rem 0;
    color: #ffffff;
    background-color: #aa0818;
    border-left: 3px dashed #700e17;
    border-right: 3px dashed #700e17;
    border-top: 3px dashed #700e17;
    border-bottom: 3px dashed #700e17;
}

.onlineContainer .title {
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
    color: #25def7;
    margin-bottom: 2rem
}

.onlineContainer .items {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(30rem,1fr));
    grid-gap: 1rem
}

.onlineContainer .items .item .title1 {
    font-size: 1rem;
    font-weight: 500;
    color: #82f8ff;
    margin-bottom: .5rem
}

.onlineContainer .items .item input,.onlineContainer .items .item select {
    padding: .5rem;
    border-radius: 5px;
    font-size: 1rem;
    display: grid;
    width: 100%;
    border: 2px dashed #0aa4cb;
    color: #d3e3ef;
    background: #002b4b;
}

.onlineContainer .items #city {
    display: none
}

.onlineContainer .map1 {
    margin-top: 1rem
}

.onlineContainer .map1 .mapp-anchor {
    display: none
}

.onlineContainer .map1 #map1 {
    height: 20rem
}

.onlineContainer .map1 .mapp-modal {
    display: none
}

.onlineContainer .next {
    display: grid;
    justify-content: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid #0b6c87;
}

.onlineContainer .next button {
    padding: .3rem 1.5rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 
.onlineContainer .next button:hover {
    padding: .3rem 1.5rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 5px;
    color: #f6fcff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
  } 
@media screen and (max-width: 1000px) {
    .onlineContainer {
        margin:.5rem;
        padding: .5rem
    }

    .onlineContainer .title {
        font-size: 1.3rem;
        margin-bottom: 0
    }

    .onlineContainer .items {
        display: block
    }

    .onlineContainer .items .item {
        margin-top: 1rem
    }

    .onlineContainer .items .item .title1,.onlineContainer .items .item input,.onlineContainer .items .item select {
        font-size: .9rem
    }

    .onlineContainer .next button {
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        padding: .5rem 1rem;
        background: #ad0047;
        border-radius: 5px
    }
}

.profileCheck {
    margin: 1rem;
    margin-right: 0
}

.profileCheck ul {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(20rem,1fr));
    grid-gap: 1rem
}

.profileCheck ul li {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
    border-radius: .4rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    background: #002b4b;
    border: 2px dashed #0aa4cb;
    height:4rem;
    width:100%;

}
.profileCheck ul li:hover {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
    border-radius: .4rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    background: #0e4b65;
    height:4rem;
    width:100%;
    border: 2px dashed #23b9d8;
}

.profileCheck ul li .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem
}

.profileCheck ul li .title .right {
    font-size: .9rem;
    font-weight: 700;
    color: #f2fdff;
}

.profileCheck ul li .title .left span {
    border-radius: 5px;
    font-size: .8rem;
    font-weight: 300;
    color: red;
    background: #ff00001a;
    padding: .1rem .5rem
}

.profileCheck ul li .title .left .check {
    color: #9cf1ff;
    background: #14ada09c;
}

.profileCheck ul li .title .left .check2 {
    color: green;
    background: #37ff001a
}

.profileCheck ul li .time {
    margin: .5rem 0;
    font-size: .8rem;
    font-weight: 300;
    color: #c7ffe6;
}

.profileCheck ul li .reason {
    padding: .5rem;
    border-radius: 5px;
    background: #eee;
    font-size: .8rem;
    font-weight: 300;
    color: #1d517b
}

@media screen and (max-width: 1000px) {
    .profileCheck {
        margin:.5rem
    }
}

.clickContainer {
    margin: 1rem;
    margin-right: 0
}

.clickContainer .widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(15rem,1fr));
    grid-gap: 1rem
}

.clickContainer .widgets .widget {
    padding: 1rem;
    border-radius: 5px;
    background: #002b4b;
    grid-template-columns: auto 1fr;
    border-left: 3px dashed #0aa4cb;
    border-right: 3px dashed #0aa4cb;
    border-bottom: 3px dashed #0aa4cb;
    border-top: 3px dashed #0aa4cb;
}
.clickContainer .widgets .widget:hover {
    padding: 1rem;
    border-radius: 5px;
    background: #034b64;
    grid-template-columns: auto 1fr;
    border-left: 3px dashed #46c0d1;
    border-right: 3px dashed #46c0d1;
    border-bottom: 3px dashed #46c0d1;
    border-top: 3px dashed #46c0d1;
}

.clickContainer .widgets .widget h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #11a7cb;
}

.clickContainer .widgets .widget .body {
    font-size: 1.1rem;
    font-weight: 700;
    color: #01d7e3;
    margin-top: .5rem
}

.clickContainer .allTables {
    margin-top: 1rem
}

.clickContainer .allTables .allData {
    overflow-x: scroll
}

.clickContainer .allTables table {
    background: #fff;
    border-radius: .3rem;
    box-shadow: 0 0 10px #0000000d;
    clear: both;
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    max-width: none!important;
    border-collapse: separate!important;
    width: 100%
}

.clickContainer .allTables table tr {
    display: grid;
    grid-template-columns: 6rem 6rem 14rem 10rem 10rem 10rem 10rem 8rem 10rem 15rem;
    align-items: center;
    border-top: 1px solid #eee
}

.clickContainer .allTables table tr th {
    font-weight: 700;
    color: #d1f6ff;
    font-size: .85rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    border-left: 2px dashed #0aa4cb;
    padding: .8rem;
    background: #002b4b;
}

.clickContainer .allTables table tr th:last-child {
    border-left: 0
}

.clickContainer .allTables table tr td {
    display: grid;
    align-items: center;
    font-weight: 300;
    font-size: .85rem;
    text-align: center;
    color: #3d6194;
    height: 100%;
    border-left: 1px solid #eee;
    padding: .8rem
}

.clickContainer .allTables table tr td svg {
    fill: #475569;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

.clickContainer .allTables table tr td i {
    display: grid;
    align-items: center;
    justify-content: center
}

.clickContainer .allTables table tr td i svg {
    width: 1rem;
    height: 1rem
}

.clickContainer .allTables table tr td .image1 {
    height: 3rem;
    width: 100%;
    object-fit: contain
}

.clickContainer .allTables table tr td .checked svg {
    fill: green
}

.clickContainer .allTables table tr td .canceled svg {
    fill: red
}

.clickContainer .allTables table tr td .check {
    background: #3468cc;
    color: #fff;
    padding: .2rem .5rem;
    border-radius: 5px
}

.clickContainer .allTables table tr td .unActive {
    background: red;
    color: #fff;
    padding: .2rem .5rem;
    border-radius: 5px
}

.clickContainer .allTables table tr td .active {
    background: #ad0047;
    color: #fff;
    padding: .2rem .5rem;
    border-radius: 5px
}

.clickContainer .allTables table tr td a {
    display: grid;
    align-items: center
}

.clickContainer .allTables table tr td a svg {
    margin-left: .5rem
}

.clickContainer .allTables table tr td .pics {
    display: flex;
    justify-content: center
}

.clickContainer .allTables table tr td .pics .pic {
    margin-right: 5px
}

.clickContainer .allTables table tr td .pics .pic img {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    border-radius: 100%
}

.clickContainer .allTables table tr td .pics .pic:first-child {
    margin-right: 0
}

.clickContainer .allTables table tr td .sign img {
    height: 2rem;
    object-fit: cover
}

.clickContainer .allTables table tr td:last-child {
    border-left: 0
}

.clickContainer .allTables table tr .roleTd {
    display: flex;
    justify-content: center;
    gap: 1rem
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:after,.clickContainer .allTables table tr .roleTd input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t) var(--d-t-e,ease),opacity var(--d-o,.2s)
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:checked,.clickContainer .allTables table tr .roleTd input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2,.85,.32,1.2)
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:disabled,.clickContainer .allTables table tr .roleTd input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:disabled:checked,.clickContainer .allTables table tr .roleTd input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border)
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:disabled+label,.clickContainer .allTables table tr .roleTd input[type=radio]:disabled+label {
    cursor: not-allowed
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:hover:not(:checked):not(:disabled),.clickContainer .allTables table tr .roleTd input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover)
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:focus,.clickContainer .allTables table tr .roleTd input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus)
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:not(.switch),.clickContainer .allTables table tr .roleTd input[type=radio]:not(.switch) {
    width: 21px
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:not(.switch):after,.clickContainer .allTables table tr .roleTd input[type=radio]:not(.switch):after {
    opacity: var(--o,0)
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:not(.switch):checked,.clickContainer .allTables table tr .roleTd input[type=radio]:not(.switch):checked {
    --o: 1
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]+label,.clickContainer .allTables table tr .roleTd input[type=radio]+label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:not(.switch) {
    border-radius: 7px
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r,20deg))
}

.clickContainer .allTables table tr .roleTd input[type=checkbox]:not(.switch):checked {
    --r: 43deg
}

.clickContainer .allTables table tr .roleTd input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px
}

.clickContainer .allTables table tr .roleTd input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab,var(--border));
    transform: translate(var(--x,0))
}

.clickContainer .allTables table tr .roleTd input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px
}

.clickContainer .allTables table tr .roleTd input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: .6
}

.clickContainer .allTables table tr .roleTd input[type=radio] {
    border-radius: 50%
}

.clickContainer .allTables table tr .roleTd input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s,.7))
}

.clickContainer .allTables table tr .roleTd input[type=radio]:checked {
    --s: .5
}

.clickContainer .allTables table tr .roleTd label {
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center
}

.clickContainer .allTables table tr .buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(1rem,auto));
    grid-gap: .5rem
}

.clickContainer .allTables table tr .buttons a {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: green
}

.clickContainer .allTables table tr .button2 {
    grid-template-columns: 1fr 1fr
}

.clickContainer .allTables table tr button {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: #ff8c00
}

.clickContainer .allTables table tr button:last-child {
    background: red
}

.clickContainer .allTables table tr button[disabled] {
    opacity: .6;
    cursor: auto
}

.clickContainer .allTables table tr:first-child {
    border-top: 0
}

.clickContainer .allTables .grid5 tr {
    grid-template-columns: repeat(auto-fit,minmax(1px,1fr))
}

.clickContainer .pagination {
    display: grid;
    grid-template-columns: repeat(10,auto);
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    margin: 1rem 0
}

.clickContainer .pagination a {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 5px;
    background: #fff;
    color: #475569;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 300;
    box-shadow: 0 0 10px #0003;
    cursor: pointer
}

.clickContainer .pagination a svg {
    width: .8rem;
    height: .8rem;
    fill: #475569
}

.clickContainer .pagination .active-page {
    background: #ad0047;
    color: #fff
}

@media screen and (max-width: 800px) {
    .clickContainer {
        margin:.5rem
    }

    .clickContainer .widgets {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: .5rem
    }

    .clickContainer .widgets .widget {
        padding: .5rem
    }

    .clickContainer .widgets .widget h4,.clickContainer .widgets .widget .body {
        font-size: .8rem
    }

    .clickContainer .allTables {
        overflow-x: scroll
    }

    .clickContainer .allTables table {
        clear: both;
        margin-top: 6px!important;
        margin-bottom: 6px!important;
        max-width: none!important;
        border-collapse: separate!important;
        width: 100%
    }

    .clickContainer .allTables table tbody {
        background: #fff
    }

    .clickContainer .allTables table tr {
        display: flex
    }

    .clickContainer .allTables table tr td,.clickContainer .allTables table tr th {
        min-width: 12rem
    }

    .clickContainer .allTables table tr .buttons {
        min-width: 15rem
    }
}

.profileIndexTicket {
    padding: 1rem;
    padding-right: 0
}

.profileIndexTicket .titleTicket {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem
}

.profileIndexTicket .titleTicket h1 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: 1rem
}

.profileIndexTicket .titleTicket button {
    padding: .3rem .5rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;

}
.profileIndexTicket .titleTicket button:hover {
    padding: .3rem .5rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    background: #0b5c62;
    border-right: 5px solid #08baa6;
    border-left: 5px solid #08baa6;
}
.profileIndexTicket h6 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: 1rem
}

.profileIndexTicket .alert {
    background: #00800042;
    color: #006200;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin: 1rem 0
}

.profileIndexTicket .referralCode {
    background: #fff;
    border-radius: .3rem;
    box-shadow: 0 0 10px #bbb;
    margin-bottom: 1rem;
    padding: 1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
    align-items: center
}

.profileIndexTicket .referralCode span {
    font-size: .9rem;
    font-weight: 300;
    color: #475569
}

.profileIndexTicket .referralCode h5 {
    font-size: .9rem;
    font-weight: 300;
    color: #475569;
    padding: .5rem;
    border: 1px solid #bbb;
    border-radius: 5px
}

.profileIndexTicket .containerSub {
    background: #fff;
    border-radius: .3rem;
    box-shadow: 0 0 10px #bbb;
    margin-bottom: 1rem;
    padding: 1rem;
    overflow: hidden
}

.profileIndexTicket .containerSub table {
    margin-bottom: 0
}

.profileIndexTicket .emptyUser {
    margin: 1rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #32cd32;
    text-align: center
}

.profileIndexTicket table {
    background: #fff;
    border-radius: .3rem;
    box-shadow: 0 0 10px #bbb;
    width: 100%;
    margin-bottom: 1rem;
    border-left: 3px dashed #006676;
    border-right: 3px dashed #006676;
    border-bottom: 3px dashed #006676;
    border-top: 3px dashed #006676;
}

.profileIndexTicket table tr {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(1px,1fr));
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    background: #002b4b;
}

.profileIndexTicket table tr th {
    font-weight: 700;
    color: #f7f7f7;
    font-size: .85rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center
}

.profileIndexTicket table tr td {
    font-weight: 300;
    font-size: .85rem;
    text-align: center;
    color: #00f1ff;
}

.profileIndexTicket table tr td svg {
    fill: #475569;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

.profileIndexTicket table tr td img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 5rem;
    box-shadow: 0 0 10px #0000001a
}

.profileIndexTicket table tr td a {
    display: grid;
    align-items: center
}

.profileIndexTicket table tr td a svg {
    margin-left: .5rem
}

.profileIndexTicket table tr .buttons a {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: green
}


.profileIndexTicket table tr .buttons button {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
}
.profileIndexTicket table tr .buttons button:hover {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;

}
.profileIndexTicket table tr:nth-child(2n) {
    background: #005761;
}

.profileIndexTicket .allTickets .container {
    border-radius: 5px;
    background: #fff
}

.profileIndexTicket .allTickets .container .chat {
    display: grid;
    color: #cde9ed;
    background: #001c31;
}

.profileIndexTicket .allTickets .container .chat .chat-header {
    padding: 10px;
    border-bottom: 2px dashed #ad0047;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 1rem;
    background: #002b4b;
    color: #fff;
}

.profileIndexTicket .allTickets .container .chat .chat-header img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 100%
}

.profileIndexTicket .allTickets .container .chat .chat-header .chat-with {
    font-weight: 700;
    font-size: 16px
}

.profileIndexTicket .allTickets .container .chat .chat-history {
    padding: 15px;
    border-bottom: 2px dashed #ad0047;
    overflow-y: scroll;
    height: 400px;
}

.profileIndexTicket .allTickets .container .chat .chat-history .message-data {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #003d57;
    border-radius: 5px;
}

.profileIndexTicket .allTickets .container .chat .chat-history .message-data-time {
    color: #fb80b3;
    font-size: .9rem;
    padding-right: 6px;
}

.profileIndexTicket .allTickets .container .chat .chat-history .message-data-name {
    color: #08fdff;
    font-size: .9rem
}

.profileIndexTicket .allTickets .container .chat .chat-history ul {
    display: grid
}

.profileIndexTicket .allTickets .container .chat .chat-history .message {
    color: #fff;
    padding: 10px 20px;
    line-height: 26px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 30px;
    max-width: 90%;
    position: relative
}

.profileIndexTicket .allTickets .container .chat .chat-history .message i {
    display: grid;
    align-items: center;
    justify-content: left;
    margin-top: .3rem
}

.profileIndexTicket .allTickets .container .chat .chat-history .message i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.profileIndexTicket .allTickets .container .chat .chat-history .message:after {
    bottom: 100%;
    right: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #32cd32;
    border-width: 10px;
    margin-left: -10px
}

.profileIndexTicket .allTickets .container .chat .chat-history .my-message {
    float: right;
    background: #32cd32
}

.profileIndexTicket .allTickets .container .chat .chat-history .other-message {
    background: #0d8b99;
}

.profileIndexTicket .allTickets .container .chat .chat-history .other-message:after {
    border-bottom-color: #0d8b99;
    right: auto;
    left: 1rem
}

.profileIndexTicket .allTickets .container .chat .chat-message {
    border-top: 2px dashed #ad0047;
    padding: 10px
}

.profileIndexTicket .allTickets .container .chat .chat-message .messageData {
    position: relative
}

.profileIndexTicket .allTickets .container .chat .chat-message .messageData textarea {
    width: 100%;
    border: none;
    font-size: .8rem;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: vertical;
    background: #b6e7e5;
}

.profileIndexTicket .allTickets .container .chat .chat-message .messageData span {
    position: absolute;
    bottom: 1rem;
    left: .5rem;
    background: #777;
    padding: .3rem .5rem;
    border-radius: 5px;
    font-weight: 300;
    font-size: .7rem;
    color: #fff
}

.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons {
    display: flex;
    gap: .5rem
}

.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button {
    display: flex;
    gap: .5rem;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 300;
    background: #32cd32;
    padding: .5rem 1rem;
    border-radius: 5px;
    position: relative
}
.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button {
    display: flex;
    gap: .5rem;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 300;
     position: relative;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 
.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button:hover {
    display: flex;
    gap: .5rem;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 300;
     position: relative;
    border-radius: 5px;
    color: #f6fcff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;

 } 
.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button i {
    display: flex;
    justify-content: center;
    align-items: center
}

.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button i svg {
    width: 1rem;
    height: 1rem;
    fill: #31e3ff
}

.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button:last-child {
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 
.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button:last-child:hover {
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #f6fcff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
  } 
.profileIndexTicket .allTickets .container .align-left {
    justify-content: left;
    text-align: left
}

.profileIndexTicket .allTickets .container .float-left {
    float: left;
    text-align: left
}

.profileIndexTicket .sendFiles {
    background: #00000080;
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center
}

.profileIndexTicket .sendFiles .sendPos {
    width: 40%;
    padding: 1rem;
    margin: auto;
    background: #fff;
    border-radius: .4rem;
    position: relative
}

.profileIndexTicket .sendFiles .sendPos .sendImage {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d;
    margin-top: 1rem
}

.profileIndexTicket .sendFiles .sendPos .sendImage .dropify-wrapper {
    height: 100px;
    border: 1px solid #eee!important
}

.profileIndexTicket .sendFiles .sendPos .sendImage .dropify-wrapper .file-icon:before {
    opacity: 0!important;
    position: absolute!important;
    top: 0!important;
    visibility: hidden!important
}

.profileIndexTicket .sendFiles .sendPos .sendImage .dropify-wrapper .dropify-message {
    position: relative!important;
    top: auto!important;
    margin-top: 2rem
}

.profileIndexTicket .sendFiles .sendPos .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1rem;
    font-family: irsans;
    color: #00800082
}

.profileIndexTicket .createTicket {
    padding: 1rem;
    background: #fff;
    border-radius: 5px
}

.profileIndexTicket .createTicket p {
    font-size: .8rem;
    font-weight: 300;
    color: #475569;
    opacity: .7
}

.profileIndexTicket .createTicket p .closeChats {
    padding: .2rem .4rem;
    background: red;
    color: #fff;
    border-radius: 5px;
    font-size: .7rem;
    cursor: pointer;
    display: none
}

.profileIndexTicket .createTicket .bodyLabel {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 300;
    color: #475569;
    margin-top: 1rem
}

.profileIndexTicket .createTicket .bodyLabel input,.profileIndexTicket .createTicket .bodyLabel select,.profileIndexTicket .createTicket .bodyLabel textarea {
    background: #fff;
    border: 1px solid #bbb;
    padding: .3rem .5rem;
    color: #475569;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.profileIndexTicket .createTicket .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem
}

.profileIndexTicket .createTicket .buttons .submit {
    font-size: .9rem;
    font-weight: 500;
    color: #32cd32;
    text-align: center;
    background: transparent;
    width: 100%;
    border: 1px solid #32cd32;
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    transition: all .3s ease-in-out
}

.profileIndexTicket .createTicket .buttons .submit:hover {
    background: #32cd32;
    color: #fff
}

.profileIndexTicket .createTicket .buttons .cancel {
    font-size: .9rem;
    font-weight: 500;
    color: red;
    text-align: center;
    background: transparent;
    width: 100%;
    border: 1px solid red;
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    transition: all .3s ease-in-out
}

.profileIndexTicket .createTicket .buttons .cancel:hover {
    background: red;
    color: #fff
}

.profileIndexTicket .createTicket .sendImage {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d;
    margin-top: 1rem
}

.profileIndexTicket .createTicket .sendImage .dropify-wrapper {
    border: 1px solid #eee!important
}

.profileIndexTicket .createTicket .sendImage .dropify-wrapper .file-icon:before {
    display: none!important
}

.profileIndexTicket .createTicket .sendImage .dropify-wrapper .dropify-message {
    position: relative!important;
    top: auto!important;
    margin-top: 2rem
}

.profileIndexTicket .createTicket .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1rem;
    color: #00800082
}

@media screen and (max-width: 700px) {
    .profileIndexTicket table tr {
        grid-gap:.5rem;
        padding: .5rem
    }

    .profileIndexTicket table tr th,.profileIndexTicket table tr td {
        font-size: .5rem
    }

    .profileIndexTicket table tr td svg {
        width: .7rem;
        height: .7rem
    }

    .profileIndexTicket table tr .buttons {
        display: block
    }

    .profileIndexTicket table tr .buttons a,.profileIndexTicket table tr .buttons button {
        font-size: .5rem
    }

    .profileIndexTicket .allTickets .container {
        display: block
    }

    .profileIndexTicket .allTickets .container .people-list {
        border-left: 0;
        width: 100%;
        border-bottom: 1px solid #eee
    }

    .profileIndexTicket .allTickets .container .chat {
        display: grid;
        background: #fff;
        color: #434651
    }

    .profileIndexTicket .allTickets .container .chat .chat-message .chatButtons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: .5rem
    }

    .profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button {
        font-size: .7rem;
        padding: .5rem
    }

    .profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button i svg {
        width: .6rem;
        height: .6rem
    }

    .profileIndexTicket .sendFiles .sendPos {
        width: 90%
    }
}

.profileIndexTicket .popUp {
    background: #00000080;
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center
}

.profileIndexTicket .popUp .popUpItem {
    width: 40%;
    margin: auto;
    background: #fff;
    border-radius: .4rem;
    position: relative;
    padding: 1rem
}

.profileIndexTicket .popUp .popUpItem .title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #475569;
    text-align: center
}

.profileIndexTicket .popUp .popUpItem p {
    margin-top: .5rem;
    font-size: 1rem;
    font-weight: 300;
    color: #475569;
    text-align: center
}

.profileIndexTicket .popUp .popUpItem .buttonsPop {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    margin-top: 2rem
}

.profileIndexTicket .popUp .popUpItem .buttonsPop button {
    font-size: .9rem;
    padding: .3rem 1rem;
    border-radius: 5px;
    background: green;
    color: #fff
}

.profileIndexTicket .popUp .popUpItem .buttonsPop button:nth-child(2) {
    background: red
}

.profileIndexTicket .showTicket {
    background: #00000080;
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    overflow-y: scroll
}

.profileIndexTicket .showTicket .ticketData {
    width: 40%;
    margin: auto;
    background: #fff;
    border-radius: .4rem;
    position: relative;
    padding: 1rem
}

.profileIndexTicket .showTicket .ticketData .itemsAnswer {
    margin-top: 2rem
}

.profileIndexTicket .showTicket .ticketData h4 {
    font-size: .9rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: .5rem
}

.profileIndexTicket .showTicket .ticketData p {
    padding: .5rem;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: .85rem;
    font-weight: 300;
    color: #475569
}

.profileIndexTicket .showTicket .ticketData .buttonsPop {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    margin-top: 2rem
}

.profileIndexTicket .showTicket .ticketData .buttonsPop button {
    font-size: .9rem;
    padding: .3rem 1rem;
    border-radius: 5px;
    background: green;
    color: #fff
}

.profileIndexTicket .showTicket .ticketData .buttonsPop button:nth-child(2) {
    background: red
}

.myProduct {
    margin: 1rem;
    margin-right: 0;
    border-radius: 5px;
    overflow-y: hidden;
    direction: rtl;
    font-size: 12px;
    padding: 0;
    text-align: right;
    overflow-x: hidden;
    height: 100%;
    background: #d7dadf;
    font-family: vazir, vazir, sans-serif;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern.png);
    background-color: #011820c9;
    letter-spacing: normal;
    background-repeat: repeat;
    background-size: 0.8rem;
    background-blend-mode: color;
}

.myProduct .success {
    background: #00800042;
    color: #006200;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin: 1rem 0
}

.myProduct .allTopTable .searches {
    padding: 1rem;
    background: #ad0047;
}

.myProduct .allTopTable .searches input {
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 300;
    color: #ffffff;
    padding: .5rem 1rem;
    background: #001627;
    width: 100%;
    box-shadow: 0 0 1px #0003;
}

.myProduct .alert {
    background: #00ff001a;
    color: green;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .3px;
    margin: 1rem 0
}

.myProduct .allTableContainer {
    background: #fff;
    border-radius: 10px
}

.myProduct .allTableContainer .postItem {
    padding: 1rem;
    border-bottom: 2px dashed #950056;
    cursor: pointer;
    background: #041a2a !important;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .7rem !important;
    background-color: #041a2af5 !important;
    background-blend-mode: color !important;
}
.myProduct .allTableContainer:hover .postItem:hover {
    padding: 1rem;
    border-bottom: 2px dashed #950056;
    cursor: pointer;
    background: #00337a !important;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .7rem !important;
    background-color: #012b4af5 !important;
    background-blend-mode: color !important;
}
.myProduct .allTableContainer .postItem .postTop {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    grid-gap: 1rem;
}

.myProduct .allTableContainer .postItem .postTop .postPic img {
    width: 100%;
    height: 10rem;
    object-fit: contain
}

.myProduct .allTableContainer .postItem .postTop .postTitle h3 {
    font-size: .9rem;
    font-weight: 300;
    color: #2dd6ff;
    opacity: .7;
    margin-bottom: .5rem
}

.myProduct .allTableContainer .postItem .postTop .postTitle h3 span {
    background: #be0000cc;
    color: #fff;
    padding: .2rem .5rem;
    border-radius: 5px;
    font-size: .7rem
}

.myProduct .allTableContainer .postItem .postTop .postTitle h3 .count {
    background: #00be0080
}

.myProduct .allTableContainer .postItem .postTop .postOptions {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
}

.myProduct .allTableContainer .postItem .postTop .postOptions a,.myProduct .allTableContainer .postItem .postTop .postOptions i {
    display: flex;
    padding: .5rem;
    grid-gap: .5rem;
    background: #f5f5f5;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 300;
    font-size: .8rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;

}
    
    .myProduct:hover  .allTableContainer:hover  .postItem:hover  .postTop:hover  .postOptions  a:hover ,.myProduct:hover  .allTableContainer:hover  .postItem:hover  .postTop:hover  .postOptions:hover  i:hover {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
}
.profileIndexTicket
    table tr .buttons button {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  }      
.profileIndexTicket
    table tr .buttons button:hover {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;

}

.myProduct .allTableContainer .postItem .postTop .postOptions a svg,.myProduct .allTableContainer .postItem .postTop .postOptions i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #f70484;
}

.myProduct .allTableContainer .postItem .postBot {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: .5rem;
    margin-top: .5rem;
    background: #002b4b;
    border-radius: 5px;
    padding: 1rem
}

.myProduct .allTableContainer .postItem .postBot ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 2rem;
    align-items: center
}

.myProduct .allTableContainer .postItem .postBot ul li {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem
}

.myProduct .allTableContainer .postItem .postBot ul li span {
    font-size: .85rem;
    font-weight: 300;
    color: #41b7f1;
}

.myProduct .allTableContainer .postItem .postBot ul li span:last-child {
    color: #ddecedcc;
}

.myProduct .allTableContainer .postItem .postBot ul li div {
    display: block
}

.myProduct .allTableContainer .postItem .postBot ul li div span span:last-child {
    color: red
}

.myProduct .allTableContainer .postItem .postBot ul li div span:before {
    content: ",";
    padding: 0 .5rem
}

.myProduct .allTableContainer .postItem .postBot ul li div span:first-child:before {
    content: "";
    padding: 0
}

.myProduct .allTableContainer .postItem .postBot ul li div .count:last-child {
    color: green
}

.myProduct .allTableContainer .postItem .postBot ul .ads1 {
    background: orange;
    padding: .3rem;
    font-size: .8rem;
    font-weight: 300;
    color: #fff!important;
    border-radius: 5px
}

.myProduct .allTableContainer .postItem .postBot i {
    display: grid;
    align-items: center
}

.myProduct .allTableContainer .postItem .postBot i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #475569
}

.myProduct .allTableContainer .postItem .postBot i svg:nth-child(2) {
    visibility: hidden;
    position: absolute;
    bottom: 100rem
}

.myProduct .allTableContainer .postItem:last-child {
    border-bottom: 0
}

@media screen and (max-width: 800px) {
    .myProduct .allTableContainer .postItem .postTop {
        grid-template-columns:1fr
    }

    .myProduct .allTableContainer .postItem .postTop .postTitle h3 {
        font-size: .75rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        text-align: center
    }

    .myProduct .allTableContainer .postItem .postBot ul {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width: 1000px) {
    .myProduct {
        margin:.5rem
    }
}

.allAddVariety {
    border-radius: 5px;
    margin: 1rem;
    margin-right: 0;
    padding: 1rem;
    border-bottom: 2px dashed #950056;
    cursor: pointer;
    background: #041a2a !important;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .7rem !important;
    background-color: #041a2af5 !important;
    background-blend-mode: color !important;
}

.allAddVariety .allAddVarietyTop {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem
}

.allAddVariety .allAddVarietyTop .allAddVarietyPic img {
    width: 10rem;
    height: 100%;
    object-fit: cover
}

.allAddVariety .allAddVarietyTop .allAddVarietySubject h1 {
    font-size: 1rem;
    font-weight: 300;
    color: #16d2dd;
}

.allAddVariety .allAddVarietyTop .allAddVarietySubject ul {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(1px,auto));
    justify-content: right;
    grid-gap: 2rem;
    align-items: center;
    margin-top: 2rem;
    background: #053b63;
    padding: 1rem;
    border-radius: 5px;
    overflow: hidden;
}

.allAddVariety .allAddVarietyTop .allAddVarietySubject ul li {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem
}

.allAddVariety .allAddVarietyTop .allAddVarietySubject ul li span {
    font-size: .85rem;
    font-weight: 300;
    letter-spacing: .1px;
    color: #44c1ff;
}

.allAddVariety .allCreateVariety {
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1rem;
    border-bottom: 2px dashed #008e95;
    border-top: 2px dashed #008e95;
    border-left: 2px dashed #008e95;
    border-right: 2px dashed #008e95;
    cursor: pointer;
    background: #00337a !important;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .7rem !important;
    background-color: #0c2c45f5 !important;
    background-blend-mode: color !important;
}

.allAddVariety .allCreateVariety .allVarietiesTitle {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 1rem
}

.allAddVariety .allCreateVariety .allVarietiesTitle span {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .1px;
    color: #008e95;
}

.allAddVariety .allCreateVariety .allCreateVarietyItems {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(15rem,1fr));
    grid-gap: 1rem;
    margin-bottom: 1rem
}

.allAddVariety .allCreateVariety .allCreateVarietyItems .allCreateVarietyItem h3 {
    color: #16d2dd;
    font-weight: 500;
    font-size: .9rem;
    margin-bottom: .5rem
}

.allAddVariety .allCreateVariety input,.allAddVariety .allCreateVariety select {
    border: 1px solid #bbb;
    padding: .3rem .5rem;
    color: #475569;
    border-radius: .3rem;
    font-size: .8rem;
    background: #fff;
    width: 100%;
    height: 2.8rem;
    transition: all .3s ease-in-out
}

.allAddVariety .allCreateVariety input:focus,.allAddVariety .allCreateVariety select:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #3468cc
}

.allAddVariety .buttons {
    display: grid;
    justify-content: left;
    margin-top: 1rem
}

.allAddVariety .buttons button {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  }      
.allAddVariety .buttons button:hover {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;

}
@media screen and (max-width: 1000px) {
    .allAddVariety {
        margin:.5rem
    }
}

@media screen and (max-width: 800px) {
    .allTableContainer .postTop {
        display:block!important
    }

    .allTableContainer .postBot ul {
        grid-template-columns: 1fr!important
    }
}

.sellerAuto {
    padding: 1rem;
    padding-right: 0
}

.sellerAuto .success {
    background: #00800042;
    color: #006200;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin: 1rem 0
}

.sellerAuto .error {
    background: #ff000042;
    color: red;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin: 1rem 0
}

.sellerAuto .check {
    display: grid;
    grid-template-columns: auto 1fr;
    background: #00f3;
    color: #0048ff;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 500;
    margin: 1rem 0;
    direction: ltr
}

.sellerAuto .check span {
    direction: rtl;
    color: #000
}

.sellerAuto .data {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 1rem
}

.sellerAuto .data input {
    padding: .5rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 300;
    border: 1px solid #bbb;
    direction: ltr;
    text-align: right
}

.sellerAuto .data button {
    height: 100%;
    background: #ad0047;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    padding: 0 1rem;
    border-radius: 10px
}

.sellerAuto .filledItems {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    padding: 1rem
}

.sellerAuto .filledItems .filledItem {
    display: grid;
    grid-template-columns: 15rem 1fr;
    align-items: center;
    grid-gap: .5rem
}

.sellerAuto .filledItems .filledItem label {
    font-size: .9rem;
    font-weight: 700;
    color: #475569
}

.sellerAuto .filledItems .filledItem input {
    background: #eee;
    padding: .5rem;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 700;
    color: #475569
}

.sellerAuto .filledItems button {
    padding: .3rem .5rem;
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    background: green;
    border-radius: 5px
}

.sellerAuto .description {
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    margin-top: 1rem;
    border: 1px solid #bbb
}

.sellerAuto .description h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #000
}

.sellerAuto .description p {
    font-size: .85rem;
    font-weight: 500;
    color: #000;
    text-align: left;
    direction: ltr
}

.sellerAuto .description ul li {
    margin-top: 1rem;
    font-size: .9rem;
    font-weight: 300;
    color: #333;
    display: flex;
    gap: .5rem;
    align-items: center
}

.sellerAuto .description ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 100%
}

.sellerAuto .description ul li span {
    color: red
}

.sellerAuto .description ul .ss {
    display: flex;
    justify-content: right
}

.sellerAuto .description ul .ss h5 {
    font-size: .9rem;
    font-weight: 300;
    color: #333;
    direction: ltr;
    text-align: right
}

@media screen and (max-width: 1000px) {
    .sellerAuto,.sellerAuto .description {
        padding:.5rem
    }

    .sellerAuto .description h4 {
        font-size: .8rem
    }

    .sellerAuto .description p {
        font-size: .7rem
    }

    .sellerAuto .description ul li {
        margin-top: .5rem;
        font-size: .7rem
    }

    .sellerAuto .description ul .ss h5 {
        font-size: .7rem
    }
}

.allExcelPanel {
    margin: 1rem;
    margin-right: 0
}

.allExcelPanel .importDataExcel .sendImage {
    background: #fff;
    margin: 1rem 0;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d
}

.allExcelPanel .importDataExcel .sendImage .dropify-wrapper {
    border-right: 3px dashed #03344b;
    border-left: 3px dashed #03344b;
    border-top: 3px dashed #03344b;
    border-bottom: 3px dashed #03344b;
    background-color: #a1e7b6;
}

.allExcelPanel .importDataExcel .sendImage .dropify-wrapper .file-icon:before {
    opacity: 0!important;
    position: absolute!important;
    top: 0!important;
    visibility: hidden!important
}

.allExcelPanel .importDataExcel .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1.3rem;
    color: #00800082
}

.allExcelPanel .importDataExcel .buttons {
    display: flex;
    gap: 1rem;
    align-items: center
}

.allExcelPanel .importDataExcel #upload-image {
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 
.allExcelPanel .importDataExcel #upload-image:hover {
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #f6fcff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
  } 
.allExcelPanel .importDataExcel a {
    padding: .3rem .5rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;

}
.allExcelPanel .importDataExcel a:hover {
    padding: .3rem .5rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    background: #0b5c62;
    border-right: 5px solid #08baa6;
    border-left: 5px solid #08baa6;
}

@media screen and (max-width: 1000px) {
    .allExcelPanel {
        margin:.5rem
    }
}

.allCreatePost {
    margin-bottom: 1rem;
    margin-left: 1rem
}

.allCreatePost .allPostPanelTop {
    display: grid;
    grid-template-columns: auto 1fr
}

.allCreatePost .allPostPanelTop h1 {
    color: #475569
}

.allCreatePost .allPostPanelTop .allPostTitle {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(2px,auto));
    justify-content: left;
    align-items: center;
    grid-gap: .5rem
}

.allCreatePost .allPostPanelTop .allPostTitle span,.allCreatePost .allPostPanelTop .allPostTitle a {
    color: #475569;
    font-weight: 400;
    font-size: .95rem
}

.allCreatePost .allPostPanelTop .allPostTitle a:last-child {
    color: #3468cc
}

.allCreatePost .success {
    background: #00800042;
    color: #006200;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin-top: 1rem
}

.allCreatePost .postTabs .tabs {
    margin: 1rem 0;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 5px 20px #0000001a;
    border-radius: 10px;
    position: relative;
    width: 100%;
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit,minmax(1px,1fr))
}

.allCreatePost .postTabs .tabs a {
    text-decoration: none;
    color: #777;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition-duration: .6s
}

.allCreatePost .postTabs .tabs a i {
    margin-right: 5px
}

.allCreatePost .postTabs .tabs .selector {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    background: #05abe0;
    background: -moz-linear-gradient(45deg,#05abe0 0%,#8200f4 100%);
    background: -webkit-linear-gradient(45deg,#05abe0 0%,#8200f4 100%);
    background: linear-gradient(45deg,#05abe0,#8200f4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05abe0",endColorstr="#8200f4",GradientType=1)
}

.allCreatePost .postTabs .tabs .active {
    color: #fff
}

.allCreatePost .allCreatePostData {
    margin-bottom: 1rem
}

.allCreatePost .allCreatePostData .alert {
    font-size: .8rem;
    font-weight: 500;
    color: red
}

.allCreatePost .allCreatePostData .allCreatePostSubject {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #0000001a
}

.allCreatePost .allCreatePostData .allCreatePostSubject .allCreatePostItemShow .allCreatePostItem {
    padding: 1rem;
    background: #f5f5f5
}

.allCreatePost .allCreatePostData .allCreatePostSubject .allCreatePostItemShow .allCreatePostItems {
    background: #f5f5f5;
    padding-top: 1rem
}

.allCreatePost .allCreatePostData .allCreatePostSubject .allCreatePostItemShow .allCreatePostItems p {
    color: #475569;
    font-weight: 400;
    text-align: center;
    font-size: .8rem;
    padding-bottom: 1rem
}

.allCreatePost .allCreatePostData .allCreatePostSubject .allCreatePostItemShow .allCreatePostItems .allCreatePostItem {
    padding-top: 0;
    margin-bottom: 0
}

.allCreatePost .allCreatePostData .allCreatePostSubject .allCreatePostItemShow:first-child {
    margin-bottom: 1rem
}

.allCreatePost .allCreatePostData .allCreatePostSubject label {
    color: #475569;
    font-weight: 500;
    font-size: .9rem;
    margin-bottom: .5rem;
    display: grid
}

.allCreatePost .allCreatePostData .allCreatePostSubject select,.allCreatePost .allCreatePostData .allCreatePostSubject input {
    background: #fff;
    border: 1px solid #DFE3E7;
    padding: .3rem .5rem;
    color: #475569;
    border-radius: .3rem;
    font-size: .8rem;
    width: 100%;
    height: 2rem;
    transition: all .3s ease-in-out
}

.allCreatePost .allCreatePostData .allCreatePostSubject select:focus,.allCreatePost .allCreatePostData .allCreatePostSubject input:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #3468cc
}

.allCreatePost .allCreatePostData .allCreatePostSubject .select2 {
    width: 100%!important
}

.allCreatePost .allCreatePostData .allCreatePostSubject .allCreatePostItem {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 1rem
}

.allCreatePost .allCreatePostData .allCreatePostSubject .allCreatePostItem textarea {
    border: 1px solid #DFE3E7;
    padding: .4rem .5rem;
    color: #475569;
    border-radius: .3rem;
    font-size: .7rem;
    width: 100%;
    height: 15rem;
    transition: all .3s ease-in-out;
    resize: vertical;
    outline: transparent
}

.allCreatePost .allCreatePostData .allCreatePostSubject .allCreatePostItem textarea:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #3468cc
}

.allCreatePost .allCreatePostData .allCreatePostSubject .mapp-modal,.allCreatePost .allCreatePostData .allCreatePostSubject .mapp-logo {
    display: none
}

.allCreatePost .allCreatePostData .allCreatePostSubject .addImageButton {
    padding: .3rem;
    font-weight: 500;
    font-size: .9rem;
    color: #fff;
    background: #2f8a03;
    margin-right: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #0000000d;
    width: 14rem;
    text-align: center;
    margin-bottom: .5rem;
    cursor: pointer
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery {
    background: #fff;
    margin-bottom: 1rem;
    border-radius: .2rem;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .getImageItem {
    min-height: 12rem;
    border-radius: .4rem;
    border: 2px dashed #DFE3E7;
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    grid-template-columns: repeat(auto-fit,minmax(10rem,auto));
    grid-gap: 1rem;
    padding: 1rem
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .getImageItem span {
    color: #494f56;
    font-size: .7rem;
    font-weight: 300;
    text-align: center
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .getImageItem .getImagePic {
    position: relative
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .getImageItem .getImagePic:hover i {
    visibility: visible;
    opacity: 1
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .getImageItem .getImagePic i {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    background: #cbbdbd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .getImageItem .getImagePic i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .getImageItem img {
    height: 10rem;
    width: 10rem;
    object-fit: cover
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .sendFileItem {
    border-radius: .4rem;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr;
    cursor: pointer;
    grid-gap: 1rem;
    border: 2px dashed #bbb;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem;
    margin-top: .5rem;
    position: relative
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .sendFileItem .vue-dropzone {
    border-radius: .3rem;
    color: #000;
    border: 0
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .sendFileItem .vue-dropzone span {
    margin-right: .5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .sendFileItem .vue-dropzone .dropzone-custom-content {
    text-align: center
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .sendFileItem .vue-dropzone .dropzone-custom-title {
    margin-top: 0;
    color: orange;
    font-family: irsans;
    font-style: normal;
    font-weight: 900;
    font-size: 1rem
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .sendFileItem .vue-dropzone .subtitle {
    margin-top: 1rem;
    color: #475569;
    font-family: irsans;
    font-style: normal;
    font-weight: 500;
    font-size: .8rem
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .sendFileItem .sendFileItemPic {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto
}

.allCreatePost .allCreatePostData .allCreatePostSubject .sendGallery .sendFileItem .sendFileItemPic img {
    object-fit: contain;
    width: 7rem;
    height: 100%
}

.allCreatePost .allCreatePostData .allCreatePostSubject .allCreatePostItem2 {
    margin-bottom: 1rem
}

.allCreatePost .allCreatePostData .allCreatePostSubject .allCreatePostDetailItemState {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem
}

.allCreatePost .allCreatePostData .allCreatePostSubject #cityContainer,.allCreatePost .allCreatePostData .allCreatePostSubject #city {
    display: none
}

.allCreatePost .allCreatePostData .allCreatePostSubject #map1 {
    height: 20rem
}

.allCreatePost .button {
    padding: .5rem 1rem;
    border-radius: .3rem;
    background-color: #3468cc;
    color: #fff;
    box-shadow: 0 2px 4px #5a8dee80;
    transition: all .3s ease-in-out
}

.allCreatePost .button:hover {
    background-color: #00f
}

.allCreatePost .abilityPost {
    background: #f5f6f8;
    padding: 1rem;
    border-radius: .2rem;
    margin-top: 1rem
}

.allCreatePost .abilityPost .abilityTitle {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    grid-gap: .5rem;
    align-items: center
}

.allCreatePost .abilityPost .abilityTitle i svg {
    width: 1.2rem;
    height: 1.2rem
}

.allCreatePost .abilityPost table {
    background: #fff;
    border-radius: .3rem;
    box-shadow: 0 0 10px #0000000d;
    clear: both;
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    max-width: none!important;
    border-collapse: separate!important;
    width: 100%
}

.allCreatePost .abilityPost table tr {
    display: grid;
    grid-template-columns: 1fr 4rem;
    align-items: center;
    border-top: 1px solid #eee
}

.allCreatePost .abilityPost table tr th {
    font-weight: 300;
    color: #475569;
    font-size: .75rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #eee;
    padding: .8rem
}

.allCreatePost .abilityPost table tr th i {
    display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.allCreatePost .abilityPost table tr th i svg {
    width: 1rem;
    height: 1rem
}

.allCreatePost .abilityPost table tr th:last-child {
    border-left: 0
}

.allCreatePost .abilityPost table tr td {
    display: grid;
    align-items: center;
    font-weight: 300;
    font-size: .75rem;
    text-align: center;
    color: #475569;
    height: 100%;
    border-left: 1px solid #eee;
    padding: .8rem
}

.allCreatePost .abilityPost table tr td svg {
    fill: #475569;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

.allCreatePost .abilityPost table tr td i {
    display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.allCreatePost .abilityPost table tr td i svg {
    width: 1rem;
    height: 1rem
}

.allCreatePost .abilityPost table tr td input,.allCreatePost .abilityPost table tr td select,.allCreatePost .abilityPost table tr td textarea {
    background: #fff;
    border: 1px solid #DFE3E7;
    padding: .4rem .5rem;
    color: #475569;
    border-radius: .3rem;
    font-size: .7rem;
    width: 100%;
    transition: all .3s ease-in-out;
    resize: vertical;
    outline: transparent
}

.allCreatePost .abilityPost table tr td input:focus,.allCreatePost .abilityPost table tr td select:focus,.allCreatePost .abilityPost table tr td textarea:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #3468cc
}

.allCreatePost .abilityPost table tr td:last-child {
    border-left: 0
}

.allCreatePost .abilityPost table tr:first-child {
    border-top: 0
}

.allCreatePost .abilityPost #properties tr,.allCreatePost .abilityPost #specifics tr {
    grid-template-columns: 1fr 1fr 4rem
}

.allCreatePost .abilityPost .abilityPostToolTip {
    background: #ff00001a;
    padding: 0 .5rem;
    border-radius: 5px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    height: 3rem
}

.allCreatePost .abilityPost .abilityPostToolTip i {
    display: grid;
    align-items: center
}

.allCreatePost .abilityPost .abilityPostToolTip i svg {
    fill: red;
    width: 1.2rem;
    height: 1.2rem;
    animation: arrow-anim5 1.5s ease infinite
}

@keyframes arrow-anim5 {
    0% {
        transform: rotate(-40deg)
    }

    50% {
        transform: rotate(40deg)
    }

    to {
        transform: rotate(-40deg)
    }
}

.allCreatePost .abilityPost .abilityPostToolTip p {
    font-size: .8rem;
    font-weight: 300;
    color: #475569;
    height: 3rem;
    display: grid;
    align-items: center
}

.allCreatePost .payAbility {
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

@media screen and (max-width: 1000px) {
    .allCreatePost {
        margin:.5rem
    }

    .allCreatePost .postTabs .tabs a {
        padding: 10px;
        font-size: .8rem
    }

    .allCreatePost .allCreatePostData,.allCreatePost .allPostPanelTop {
        display: block
    }

    .allCreatePost .allCreatePostData h1,.allCreatePost .allPostPanelTop h1 {
        margin-bottom: 1rem
    }

    .allCreatePost .allCreatePostData .allCreatePostDetails {
        width: auto;
        margin-top: 1rem
    }

    .allCreatePost .allCreatePostData .allCreatePostDetails span {
        width: 100%!important
    }
}

.allChargeIndex {
    margin: 1rem;
    margin-right: 0
}

.allChargeIndex .success {
    background: #00800042;
    color: #006200;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin-bottom: 1rem
}

.allChargeIndex .error {
    color: red;
    background: #ff00001a;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin-bottom: 1rem
}

.allChargeIndex .chargeWidgets {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(15rem,1fr));
    grid-gap: 1rem
}

.allChargeIndex .chargeWidgets .WidgetItem {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #002b4b;
    grid-template-columns: auto 1fr;
    border-left: 3px dashed #0aa4cb;
    border-right: 3px dashed #0aa4cb;
    border-bottom: 3px dashed #0aa4cb;
    border-top: 3px dashed #0aa4cb;
}
.allChargeIndex .chargeWidgets .WidgetItem:hover {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #034b64;
    grid-template-columns: auto 1fr;
    border-left: 3px dashed #46c0d1;
    border-right: 3px dashed #46c0d1;
    border-bottom: 3px dashed #46c0d1;
    border-top: 3px dashed #46c0d1;
}
.allChargeIndex .chargeWidgets .WidgetItem .WidgetIcon {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center
}

.allChargeIndex .chargeWidgets .WidgetItem .WidgetIcon svg {
    width: 4rem;
    height: 4rem
}

.allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject {
    position: relative;
    z-index: 5
}

.allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject h4 {
    font-size: .9rem;
    color: #11a7cb;
    font-weight: 600;
}

.allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject h5 {
    font-size: .85rem;
    color: #01d7e3;
    font-weight: 700;
    margin-top: .5rem
}

.allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject h5 span {
    letter-spacing: .2px
}

.allChargeIndex .chargePrice {
    background: #002b4b;
    margin-top: 1rem;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 1rem;
    overflow: hidden;
    background: #041a2a !important;
    border-bottom: 3px dashed #ad0000;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .7rem !important;
    background-color: #041a2af5 !important;
    background-blend-mode: color !important;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    flex-direction: column;
    align-items: stretch;
}

.allChargeIndex .chargePrice form {
    text-align: center
}

.allChargeIndex .chargePrice form .top .right1 {
    font-size: .9rem;
    font-weight: 500;
    color: #ebf3ff;
}

.allChargeIndex .chargePrice form .top input {
    padding: .3rem .5rem;
    color: #ffffff;
    border-radius: 5px;
    font-size: 0.8rem;
    width: 15rem;
    transition: all .3s ease-in-out;
    background: #e2fcff;
}

.allChargeIndex .chargePrice form .top input:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #3468cc
}

.allChargeIndex .chargePrice form .gateItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin: 1rem 0
}

.allChargeIndex .chargePrice form .gateItems .gateItem {
    display: grid;
    justify-content: center;
    padding: .5rem;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #bbb;
    filter: grayscale(1);
    transition: all .3s ease-in-out
}

.allChargeIndex .chargePrice form .gateItems .gateItem img {
    height: 3.5rem;
    width: 3.5rem;
    object-fit: contain
}

.allChargeIndex .chargePrice form .gateItems .gateItem:hover {
    filter: grayscale(0)
}

.allChargeIndex .chargePrice form .gateItems .active {
    border: 2px solid #ad0047;
    filter: grayscale(0)
}

.allChargeIndex .chargePrice form button {
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #f6fcff; 
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
  }
.allChargeIndex .chargePrice form button:hover {
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 

.allChargeIndex table {
    margin-top: 1rem;
    background: #002b4b;
    border-radius: 10px;
    width: 100%;
    border-left: 3px dashed #0aa4cb;
    border-right: 3px dashed #0aa4cb;
    border-bottom: 3px dashed #0aa4cb;
    border-top: 3px dashed #0aa4cb;
}

.allChargeIndex table tr {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(1px,1fr));
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem
}

.allChargeIndex table tr th {
    font-weight: 700;
    color: #def4ff;
    font-size: .85rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center
}

.allChargeIndex table tr td {
    font-weight: 300;
    font-size: .85rem;
    text-align: center;
    color: #475569
}

.allChargeIndex table tr td .active {
    background: green;
    padding: .3rem .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #fff!important;
    border-radius: 5px
}

.allChargeIndex table tr td .unActive {
    background: red;
    padding: .3rem .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #fff!important;
    border-radius: 5px
}

.allChargeIndex table tr:nth-child(2n) {
    background: #eee
}

@media screen and (max-width: 1000px) {
    .allChargeIndex {
        margin:.5rem
    }

    .allChargeIndex .chargeWidgets {
        grid-template-columns: 1fr 1fr;
        grid-gap: .5rem
    }

    .allChargeIndex .chargeWidgets .WidgetItem {
        display: block;
        padding: .5rem
    }

    .allChargeIndex .chargeWidgets .WidgetItem .WidgetIcon {
        display: none
    }

    .allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject h4 {
        font-size: .75rem
    }

    .allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject h5 {
        font-size: .8rem
    }

    .allChargeIndex .chargePrice {
        padding: .5rem
    }

    .allChargeIndex .chargePrice form .top .right1 {
        font-size: .8rem
    }

    .allChargeIndex .chargePrice form .top input {
        font-size: .8rem;
        width: 100%
    }

    .allChargeIndex .chargePrice form .gateItems .gateItem img {
        height: 2rem;
        width: 2rem
    }

    .allChargeIndex .allTables {
        overflow-x: scroll
    }

    .allChargeIndex .allTables table {
        clear: both;
        margin-top: 6px!important;
        margin-bottom: 6px!important;
        max-width: none!important;
        border-collapse: separate!important;
        width: 100%
    }

    .allChargeIndex .allTables table tbody {
        background: #fff
    }

    .allChargeIndex .allTables table tr {
        display: flex
    }

    .allChargeIndex .allTables table tr td,.allChargeIndex .allTables table tr th,.allChargeIndex .allTables table tr .buttons {
        min-width: 6rem
    }
}

.allAdsProfile {
    margin: 1rem;
    margin-right: 0;
    margin-top: 1rem;
    border-radius: 5px;
    padding: 1rem;
    overflow: hidden;
    background: #041a2a !important;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .7rem !important;
    background-color: #041a2af5 !important;
    background-blend-mode: color !important;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 3px dashed #0091ad;
    border-top: 3px dashed #0091ad;
    border-left: 3px dashed #0091ad;
    border-right: 3px dashed #0091ad;
}

.allAdsProfile h1 {
    font-size: 1rem;
    font-weight: 700;
    color: #02f1ff;
    margin-bottom: .5rem;
    text-align: center
}

.allAdsProfile p {
    font-size: 1rem;
    font-weight: 700;
    color: #10eefb;
    text-align: center;
    margin-bottom: 1rem
}

.allAdsProfile p span {
    opacity: .5
}

.allAdsProfile .packs {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(20rem,1fr));
    grid-gap: 1rem;
    margin-top: 1rem
}

.allAdsProfile .packs .item {
    display: grid;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 5px;
    padding: 1rem;
    border-bottom: 3px dashed #0091ad;
    border-top: 3px dashed #0091ad;
    border-left: 3px dashed #0091ad;
    border-right: 3px dashed #0091ad;
    background: #003d57;
}

.allAdsProfile .packs .item .title {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #20ffd8;
    padding-bottom: 1rem;
    border-bottom: 2px dashed #bbb
}

.allAdsProfile .packs .item .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    font-weight: 500;
    font-size: .9rem;
    color: #fff;
}

.allAdsProfile .packs .item .button {
    margin-top: 1rem;
    background: red;
    padding: .5rem;
    text-align: center;
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    border-radius: 5px
}

.allAdsProfile .packs .item .active {
    color: #aaffbe;
    background-color: #054f16;
    border-right: 5px solid #146c43;
    border-left: 5px solid #146c43;
}
.allAdsProfile .packs .item .active:hover {
    background: #71002e;
    border-right: 5px solid #c8004e;
    border-left: 5px solid #c8004e;
    color: #ffc6dc;
}
.allIndex {
    height: calc(100vh - 6rem);
    display: grid;
    align-items: center;
    justify-content: center
}

.allIndex .boxIndex .pic {
    display: grid;
    justify-content: center
}

.allIndex .boxIndex .pic img {
    width: auto;
    height: 5rem;
    object-fit: contain
}

.allIndex .boxIndex h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #ad0047;
    text-shadow: 0 5px 5px rgba(0,0,0,.2);
    text-align: center;
    margin: .5rem 0
}

.allIndex .boxIndex form {
    position: relative;
    z-index: 1
}

.allIndex .boxIndex form label {
    background: #fff;
    border: 1px solid #bbb;
    padding: .8rem 1rem;
    display: flex;
    justify-content: right;
    align-items: center;
    border-radius: 5px;
    gap: 1rem;
    cursor: text
}

.allIndex .boxIndex form label i {
    display: grid;
    align-items: center
}

.allIndex .boxIndex form label i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #475569
}

.allIndex .boxIndex form label input {
    width: 25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    background: transparent
}

.allIndex .boxIndex form ul {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px #0003;
    border-radius: 5px
}

.allIndex .boxIndex form ul li a {
    font-size: .95rem;
    font-weight: 700;
    color: #475569;
    padding: .5rem 1rem;
    display: flex;
    gap: .5rem
}

.allIndex .boxIndex form ul li a span {
    color: #ad0047
}

.allIndex .boxIndex form ul li a:hover {
    background: #eee
}

.allIndex .boxIndex p {
    text-align: center;
    margin-top: 1rem;
    color: #475569;
    font-weight: 500;
    font-size: 1rem
}

@media screen and (max-width: 1000px) {
    .allIndex .boxIndex h1 {
        font-size:2rem
    }

    .allIndex .boxIndex form label input {
        width: 100%;
        font-size: 1rem
    }
}

.allIndex2 {
    min-height: calc(100vh - 6rem)
}

.allIndex2 .indexData {
    margin-top: 1rem
}

.allIndex2 .indexData:last-child {
    margin-bottom: 1rem
}

.allProductList {
    border-radius: 5px;
    margin: auto;
    background: #b1f7ff3d;
    box-shadow: 0 0 10px #0000000d;
    position: relative;
    padding: 1rem;
    border-left: 2px dashed #004d62;
    border-right: 2px dashed #004d62;
    border-bottom: 2px dashed #004d62;
    border-top: 2px dashed #004d62;
}

.allProductList .title {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: .5rem;
    padding: 1rem;
    text-align: center
}

.allProductList .title .title1 {
    font-size: 1.2rem;
    font-weight: 900;
    color: #002b4b;
    transition: all 1s ease-in-out
}
.allProductList .title .title1:hover {
    font-size: 1.2rem;
    font-weight: 900;
    color: #d81565;
    transition: all 1s ease-in-out
}
.allProductList .owl-stage {
    height: 100%
}

.allProductList .owl-carousel.owl-loaded {
    display: grid!important
}

.allProductList button.owl-prev {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0
}

.allProductList button.owl-prev span {
    font-size: 4rem;
    color: #00fdff;
    background: #006a8b;
    border: 2px dashed #0da2c7;
}
.allProductList button.owl-prev span:hover {
    font-size: 4rem;
    color: #ff0086;
    background: #6e0831;
    border: 2px dashed #ff0078;
}
.allProductList button.owl-next {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0
}

.allProductList button.owl-next span {
    font-size: 4rem;
    color: #00fdff;
    background: #006a8b;
    border: 2px dashed #0da2c7;
}
.allProductList button.owl-next span:hover {
    font-size: 4rem;
    color: #ff0086;
    background: #6e0831;
    border: 2px dashed #ff0078;
}
.allProductList .owl-dots {
    position: absolute
}

.allProductList .slider-productList .owl-item {
    display: grid
}

.allProductList .slider-productList .item {
    display: grid;
    padding: .5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 10px;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: background 0s ease, box-shadow 0.5s linear !important;
    border-left: 2px dashed #ff006e;
    border-right: 2px dashed #ff006e;
    border-bottom: 2px dashed #ff006e;
    border-top: 2px dashed #ff006e;
    background: #041a2a;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #031522f5;
    background-blend-mode: color;
}
.allProductList .slider-productList .item:hover {
    display: grid;
    padding: .5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 10px;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: background 0s ease, box-shadow 0.5s linear !important;
border-left: 3px dashed #006676;
    border-right: 3px dashed #006676;
    border-bottom: 3px dashed #006676;
    border-top: 3px dashed #006676;
    background: #18000a;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #18000a;
    background-blend-mode: color;
}

.allProductList .slider-productList .item .pic img {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-top: 3px dashed rgb(173 0 71);
    border-bottom: 3px dashed rgb(173 0 71);
    border-left: 3px dashed rgb(173 0 71);
    border-right: 3px dashed rgb(173 0 71);
    background: #041a2a;
    transition: transform 0.5s cubic-bezier(1, 4.88, 1, 0.63);
}
.allProductList .slider-productList .item .pic img:hover {
    content: url(https://access.my.1bi.ir/Introduction/Img/boximageservice.webp);
    vector-effect: non-scaling-stroke;
    transform-style: initial;
    transform-box: content-box;
    transform-origin: top;
    --vajehyab-extension-color-neutral-ink0: #00bbbb;
    -webkit-text-stroke-width: revert;
    background-size: cover;
    -webkit-tap-highlight-color: #97004e;
    background-repeat: repeat;
    background-blend-mode: color;
    background-color: #0b1d2a;
    padding: 10px;
    display: inline-block;
    font-family: helvetica;
    transition: background-color .5s, color .5s linear, border-radius 2s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    color-interpolation-filters: auto;
    transition: transform 5s cubic-bezier(1, 4.88, 1, 0.63);
    splay: inline-block;
    font-family: helvetica;
    transition: background-color .8000s, color .150s linear, border-radius 1500s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    transform: rotateY(18deg);
    border: dashed;
    border-top: 3px dashed rgb(249 235 241);
    border-bottom: 3px dashed rgb(249 235 241);
    border-left: 3px dashed rgb(249 235 241);
    border-right: 3px dashed rgb(249 235 241);
}

.allProductList .slider-productList .item .title {
    font-size: 1rem;
    font-weight: 900;
    color: #ff005c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 1rem 0;
    padding: 0
}

.allProductList .slider-productList .item .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: .5rem;
    background: #930840;
    border-radius: 5px;
    margin-top: .5rem;
    border: 2px dashed #40021b;
}
.allProductList .slider-productList:hover .item:hover .option:hover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    color: #03fdf9;
    padding: .5rem;
    background: #086f84;
    border-radius: 5px;
    margin-top: .5rem;
    border: 2px dashed #40021b;
}
.allProductList .slider-productList .item .option i {
    display: grid;
    align-items: center
}

.allProductList .slider-productList .item .option i svg {
    width: 1rem;
    height: 1rem;
    fill: #ff81b2;
}
.allProductList .slider-productList .item .option i svg:hover {
    width: 1rem;
    height: 1rem;
    fill: #02d5f6;
}

.allAdsIndex {
    margin: auto
}

.allAdsIndex .adsItems {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(15rem,1fr));
    grid-gap: 2rem
}

.allAdsIndex .adsItems .adsItem {
    border-radius: 10px;
    overflow: hidden
}

.allAdsIndex .adsItems .adsItem img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width: 700px) {
    .allAdsIndex .adsItems {
        grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));
        grid-gap: 1rem
    }
}

.AllPopUpIndex {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 999
}

.AllPopUpIndex .AllPopUpData {
    padding: 1rem;
    width: 35%;
    margin: auto;
    border-radius: .3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff
}

.AllPopUpIndex .AllPopUpData .pic {
    display: grid;
    justify-content: center;
    margin-bottom: 1rem
}

.AllPopUpIndex .AllPopUpData .pic img {
    width: 100%;
    height: 5rem;
    object-fit: contain
}

.AllPopUpIndex .AllPopUpData h3 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #475569;
    margin-bottom: .5rem
}

.AllPopUpIndex .AllPopUpData p {
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    color: #475569;
    opacity: .7
}

.AllPopUpIndex .AllPopUpData .buttons {
    display: grid;
    justify-content: center;
    margin-top: 1rem
}

.AllPopUpIndex .AllPopUpData .buttons a {
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    background: #ad0047;
    color: #fff;
    padding: .2rem 1rem;
    border-radius: 5px
}

@media screen and (max-width: 920px) {
    .AllPopUpIndex .AllPopUpData {
        width:90%
    }
}

.allSpecialIndex {
    margin: auto;
    min-height: 100vh;
    margin-bottom: 1rem
}

.allSpecialIndex .seller {
    margin-top: 2rem
}

.allSpecialIndex .seller .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem
}

.allSpecialIndex .seller .title .name {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000
}

.allSpecialIndex .seller .title a {
    font-size: 1rem;
    font-weight: 500;
    color: #ad0047
}

.allSpecialIndex .seller .owl-stage {
    height: 100%
}

.allSpecialIndex .seller .owl-carousel.owl-loaded {
    display: grid!important
}

.allSpecialIndex .seller button.owl-prev {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0
}

.allSpecialIndex .seller button.owl-prev span {
    font-size: 2.5rem
}

.allSpecialIndex .seller button.owl-next {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0
}

.allSpecialIndex .seller button.owl-next span {
    font-size: 2.5rem
}

.allSpecialIndex .seller .owl-dots {
    position: absolute
}

.allSpecialIndex .seller .slider-productList .owl-item {
    display: grid;
    height: 100%
}

.allSpecialIndex .seller .slider-productList .item {
    display: grid;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: .5rem
}

.allSpecialIndex .seller .slider-productList .item .pic img {
    width: 100%;
    height: 12rem;
    object-fit: contain
}

.allSpecialIndex .seller .slider-productList .item .title {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 1rem 0;
    padding: 0
}

.allSpecialIndex .seller .slider-productList .item .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    color: #000;
    padding: .5rem;
    background: #eee;
    border-radius: 5px;
    margin-top: .5rem;
    border: 1px solid #bbb
}

.allSpecialIndex .seller .slider-productList .item .option i {
    display: grid;
    align-items: center
}

.allSpecialIndex .seller .slider-productList .item .option i svg {
    width: 1rem;
    height: 1rem;
    fill: #475569
}

.allPaginateHome {
    display: grid;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.allPaginateHome .pages {
    display: grid;
    grid-template-columns: repeat(10,auto);
    justify-content: center;
    align-items: center;
    grid-gap: 1rem
}

.allPaginateHome .pages div {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 5px;
    background: #fff;
    color: #475569;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 300;
    box-shadow: 0 0 10px #0003;
    cursor: pointer
}

.allPaginateHome .pages div svg {
    width: .8rem;
    height: .8rem;
    fill: #475569
}

.allPaginateHome .pages .true {
    background: #ad0047;
    color: #fff
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0
}

.pagination a {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 5px;
    background: #fff;
    color: #475569;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 300;
    box-shadow: 0 0 10px #0003;
    cursor: pointer
}

.pagination a svg {
    width: .8rem;
    height: .8rem;
    fill: #475569
}

.pagination .active-page {
    background: #d73948;
    color: #fff
}

.allCounseling {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #87878780;
    z-index: 999;
    display: none;
    overflow-y: scroll
}

.allCounseling .counselingFast {
    text-align: center;
    background: #002b4b;
    padding: 1rem;
    width: 35%;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 3px dashed #f0faff;
    border-right: 3px dashed #f0faff;
    border-bottom: 3px dashed #f0faff;
    border-top: 3px dashed #f0faff;
}

.allCounseling .counselingFast .title {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #bbb;
    padding-bottom: .5rem;
    margin-bottom: .5rem
}

.allCounseling .counselingFast .title .title2 {
    font-size: 0.8rem;
    font-weight: 500;
    color: #00e5ff;
}

.allCounseling .counselingFast .title i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allCounseling .counselingFast .title i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #00c9ff;
}

.allCounseling .counselingFast .counselingTitleProduct {
    font-size: .9rem;
    font-weight: 300;
    color: #00e5ff;
    border-radius: 5px;
    text-align: right;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
    padding: 0 .5rem;
    background: #056685;
}

.allCounseling .counselingFast .counselingFastData {
    margin: 1rem 0
}

.allCounseling .counselingFast .counselingFastData label {
    margin-bottom: .5rem;
    display: grid;
    text-align: right;
    font-size: 0.8rem;
    font-weight: 500;
    color: #00e5ff;
}

.allCounseling .counselingFast .counselingFastData input,.allCounseling .counselingFast .counselingFastData textarea {
    padding: .4rem .5rem;
    color: #475569;
    border-radius: 5px;
    font-size: .8rem;
    width: 100%;
    transition: all .3s ease-in-out;
    resize: vertical;
    outline: transparent;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px dashed #15869f;
    border-bottom: 1px dashed #15869f;
    background: #ffffff;
}

.allCounseling .counselingFast .captchaQuick {
    display: grid;
    margin-top: 1rem;
    justify-content: center
}

.allCounseling .counselingFast button,.allCounseling .counselingFast a {
    background: #ad0047;
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    padding: .3rem 1rem;
    border-radius: 5px;
    margin-top: 1rem
    color: #ffd5dd;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
  } 
.allCounseling .counselingFast button,.allCounseling .counselingFast a:hover {
    font-size: .8rem;
    font-weight: 300;
    padding: .3rem 1rem;
    border-radius: 5px;
    color: #f6fcff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
}

@media screen and (max-width: 800px) {
    .allCounseling .counselingFast {
        width:98%
    }
}

.showAllShare {
    background: #00000080;
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center
}

.showAllShare .showAllShareHome {
    width: 30%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    border-radius: .4rem;
    overflow: hidden;
    background: #08314f;
    border-left: 3px dashed #005783;
    border-right: 3px dashed #005783;
    border-bottom: 3px dashed #005783;
    border-top: 3px dashed #005783;
}

.showAllShare .showAllShareHome .showAllShareTop {
    display: grid;
    grid-template-columns: 1fr auto;
    background: #f5f5f5;
    border-bottom: 2px solid #bbb
}

.showAllShare .showAllShareHome .showAllShareTop i {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    cursor: pointer
}

.showAllShare .showAllShareHome .showAllShareTop i svg {
    fill: #475569;
    width: 1.3rem;
    height: 1.3rem
}

.showAllShare .showAllShareHome .showAllShareTop .title2 {
    font-size: 1rem;
    font-weight: 300;
    padding: 1rem;
    color: #f9d9e9;
    background: #ad0047;
}

.showAllShare .showAllShareHome .showAllShareItems {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    background: #002b4b;
    padding: 1rem;
    padding-bottom: 0
}

.showAllShare .showAllShareHome .showAllShareItems .showAllShareItem {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: space-between;
    grid-gap: .4rem;
    text-align: center;
    border: 1px solid #bbb;
    padding: .5rem;
    border-radius: 5px
}

.showAllShare .showAllShareHome .showAllShareItems .showAllShareItem .showAllShareItemName .title2 {
    font-size: 1rem;
    text-align: right;
    color: #09f2ff;
    font-weight: 300
}

.showAllShare .showAllShareHome .showAllShareItems .showAllShareItem .showAllShareItemName a {
    text-align: left;
    direction: ltr;
    width: 100%;
    display: block;
    color: #00f2ff;
    opacity: .5;
    font-size: .7rem;
    font-weight: 300;
    margin-top: .3rem;
    height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.showAllShare .showAllShareHome .showAllShareItems .showAllShareItem a {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem
}

.showAllShare .showAllShareHome .showAllShareItems .showAllShareItem a i svg {
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
}

.showAllShare .showAllShareHome .showAllShareTag {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-content: left;
    direction: ltr;
    grid-gap: .5rem;
    margin: 1rem;
    padding: .5rem;
    border-radius: .5rem;
    border: 1px solid #bbb
}

.showAllShare .showAllShareHome .showAllShareTag i {
    display: grid;
    justify-content: center;
    align-items: center
}

.showAllShare .showAllShareHome .showAllShareTag i svg {
    fill: #ffffff;
    width: 1.3rem;
    height: 1.3rem
}

.showAllShare .showAllShareHome .showAllShareTag i .copy {
    fill: #ad0047
}

.showAllShare .showAllShareHome .showAllShareTag .title2 {
    color: #0ce7f3;
    text-align: left;
    font-weight: 300
}

.showAllShare .showAllShareHome .showAllShareTag input {
    visibility: hidden;
    position: absolute;
    opacity: 0
}

@media screen and (max-width: 1200px) {
    .showAllShare .showAllShareHome {
        width:50%
    }
}

@media screen and (max-width: 1000px) {
    .showAllShare .showAllShareHome {
        width:55%
    }
}

@media screen and (max-width: 800px) {
    .showAllShare .showAllShareHome {
        width:98%;
        display: block
    }
}

.allSingleNews {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 1rem;
    margin: 1rem auto;
    min-height: calc(100vh - 12rem)
}

.allSingleNews .right .pic {
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
    padding: 1rem;
    background: #fff
}

.allSingleNews .right .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allSingleNews .right .postsList {
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
    padding: 1rem;
    margin-top: 1rem;
    background: #fff
}

.allSingleNews .right .postsList .titleList {
    font-size: 1rem;
    font-weight: 500;
    color: #475569
}

.allSingleNews .right .postsList ul li {
    margin-top: 1rem;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.allSingleNews .right .postsList ul li a {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: .5rem;
    align-items: center
}

.allSingleNews .right .postsList ul li a img {
    width: 5rem;
    height: 100%;
    object-fit: cover;
    border-radius: 3px
}

.allSingleNews .right .postsList ul li a .showInfo {
    display: grid;
    justify-content: right;
    text-align: right;
    align-items: center;
    grid-gap: .5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.allSingleNews .right .postsList ul li a .showInfo h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: #475569;
    font-size: .8rem
}

.allSingleNews .right .postsList ul li a .showInfo span {
    font-size: .7rem;
    color: #475569;
    font-weight: 300
}

.allSingleNews .right .postsList ul li a:hover .showInfo h4 {
    color: #ad0047
}

.allSingleNews .left {
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
    padding: 1rem;
    background: #fff
}

.allSingleNews .left .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem
}

.allSingleNews .left .top h1 {
    font-size: 1.7rem;
    font-weight: 500;
    color: #475569;
    line-height: 3rem
}

.allSingleNews .left .top i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allSingleNews .left .top i svg {
    width: 2rem;
    height: 2rem;
    fill: #475569
}

.allSingleNews .left .leftItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 2px dashed #bbb;
    border-bottom: 2px dashed #bbb;
    gap: 2rem
}

.allSingleNews .left .leftItem .option {
    position: relative;
    padding-left: 2rem
}

.allSingleNews .left .leftItem .option h3 {
    font-size: 1.1rem;
    font-weight: 300;
    color: #475569;
    margin-bottom: .5rem
}

.allSingleNews .left .leftItem .option h4 {
    font-size: .9rem;
    font-weight: 300;
    color: #475569;
    background: #f5f5f5;
    border-radius: 5rem;
    padding: .2rem .5rem
}

.allSingleNews .left .leftItem .option a {
    font-size: .9rem;
    font-weight: 300;
    color: #475569;
    margin-top: .5rem
}

.allSingleNews .left .leftItem .option:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #eee
}

.allSingleNews .left .leftItem .option:last-child:after {
    content: none
}

.allSingleNews .left .leftP {
    display: grid;
    justify-items: center
}

.allSingleNews .left .leftP p {
    font-size: 1rem;
    font-weight: 400;
    color: #475569;
    margin-bottom: 1rem;
    line-height: 3rem
}

.allSingleNews .left .leftP .image {
    display: grid;
    justify-content: center;
    margin: 1rem 0
}

.allSingleNews .left .leftP ul {
    margin: 2rem
}

.allSingleNews .left .leftP ul li {
    list-style: decimal;
    margin-bottom: 1rem
}

.allSingleNews .left .leftP ul ul {
    margin: 0;
    margin-top: 1rem;
    margin-right: 1rem
}

@media screen and (max-width: 700px) {
    .allSingleNews {
        display:block
    }

    .allSingleNews .right {
        margin-bottom: 1rem
    }

    .allSingleNews .right .postsList {
        position: absolute;
        opacity: 0;
        visibility: hidden
    }

    .allSingleNews .left {
        padding: .5rem
    }

    .allSingleNews .left .top h1 {
        font-size: 1.2rem
    }

    .allSingleNews .left .top i svg {
        width: 1.5rem;
        height: 1.5rem
    }

    .allSingleNews .left .leftItem .option h3,.allSingleNews .left .leftItem .option h4,.allSingleNews .left .leftItem .option a {
        font-size: .7rem
    }

    .allSingleNews .left .leftItem .option a span {
        font-size: .9rem
    }
}

.allComment {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.allComment .addComment {
    background: #02253f;
    border-radius: 5px;
    padding: 1rem;
    border-right: 3px dashed #1cabc1;
    border-bottom: 3px dashed #1cabc1;
    border-top: 3px dashed #1cabc1;
}

.allComment .addComment .sendCommentItem {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: .5rem;
    margin-bottom: 1rem
}

.allComment .addComment .sendCommentItem input,.allComment .addComment .sendCommentItem select {
    padding: .5rem;
    border-radius: 5px;
    width: 100%;
    transition: all .3s ease-in-out;
    font-size: .85rem;
    font-weight: 300;
    background: #08314f;
    grid-template-columns: auto 1fr;
    border-left: 3px dashed #005783;
    border-right: 3px dashed #005783;
    border-bottom: 3px dashed #005783;
    border-top: 3px dashed #005783;
    color: #fff;
}

.allComment .addComment .sendCommentItem textarea {
    padding: .5rem;
    border: 1px solid #bbb;
    border-radius: 5px;
    width: 100%;
    outline-style: unset;
    transition: all .3s ease-in-out;
    font-size: .85rem;
    font-weight: 300;
    height: 10rem;
    resize: vertical
}

.allComment .addComment .sendCommentItem label {
    font-size: .95rem;
    line-height: 1.692;
    color: #09dbf3;
    position: relative
}

.allComment .addComment .sendCommentItem label i {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.allComment .addComment .sendCommentItem label i svg {
    width: 1.2rem;
    height: 1.2rem
}

.allComment .addComment button {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #d73948;
    padding: .5rem 1rem;
    border-radius: .2rem
}

.allComment .addComment button i {
    display: grid;
    justify-content: center;
    align-items: center
}

.allComment .addComment button i svg {
    fill: #fff;
    width: 1rem;
    height: 1rem
}

.allComment .addComment button img {
    width: 4rem;
    height: 1rem;
    object-fit: cover
}

.allComment .addComment button:last-child {
    display: block;
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
}.allComment .addComment button:last-child:hover {
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #f6fcff; 
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
}
.allComment .showComments {
    background: #011a2d;
    border-radius: 5px;
    padding: 1rem;
    border-left: 3px dashed #1cabc1;
    border-right: 3px dashed #1cabc1;
    border-bottom: 3px dashed #1cabc1;
    border-top: 3px dashed #1cabc1;
}

.allComment .showComments .getCommentItem {
    border-bottom: 1px solid #bbb;
    padding: .5rem;
}

.allComment .showComments .getCommentItem .user {
    font-size: 0.9rem;
    font-weight: 700;
    color: #00d9ff;
    background: #08314f;
    grid-template-columns: auto 1fr;
    border-left: 3px dashed #005783;
    border-right: 3px dashed #005783;
    border-bottom: 3px dashed #005783;
    border-top: 3px dashed #005783;
}

.allComment .showComments .getCommentItem .seller {
    font-size: .8rem;
    font-weight: 300;
    color: #09dbff;
    opacity: .7;
    margin: .3rem 0
}

.allComment .showComments .getCommentItem p {
    font-size: .85rem;
    font-weight: 500;
    color: #00c2ff;
    line-height: 1.7rem;
}

.allComment .showComments .getCommentItem .answer1 {
    margin-top: .5rem;
    border-radius: 5px;
    padding: .5rem;
    background: #550324;
    border-left: 3px dashed #ff0072;
    border-right: 3px dashed #ff0072;
    border-bottom: 3px dashed #ff0072;
    border-top: 3px dashed #ff0072;
}

.allComment .showComments .getCommentItem .answer1 .seller {
    margin-top: 0;
    font-size: .85rem;
    font-weight: 500;
    color: #ffffff;
    opacity: 1
}

.allComment .showComments .getCommentItem .answer1 p {
    color: #ffbbd4;
}

.allComment .showComments .getCommentItem .answer {
    margin-top: .5rem
}

.allComment .showComments .getCommentItem .answer .reply {
    text-align: left
}

.allComment .showComments .getCommentItem .answer .reply span {
    cursor: pointer;
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #71002e;
    border-left: 5px solid #c8004e;
    border-right: 5px solid #c8004e;
    border-top: 1px solid #c81259;
    border-bottom: 1px solid #c81259;
    }
.allComment .showComments .getCommentItem .answer .reply span:hover {
    cursor: pointer;
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #f6fcff; 
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
}

.allComment .showComments .getCommentItem .answer .contentReply {
    background: #09553d;
    padding: .5rem;
    border-radius: 5px;
    margin-top: .5rem;
    display: none;
    border-left: 3px dashed #068924;
    border-right: 3px dashed #068924;
    border-bottom: 3px dashed #068924;
    border-top: 3px dashed #068924;
}

.allComment .showComments .getCommentItem .answer .contentReply textarea {
    padding: .5rem;
    border: 1px solid #bbb;
    border-radius: 5px;
    font-size: .75rem;
    font-weight: 300;
    height: 4rem;
    width: 100%;
    resize: vertical;
    margin: .5rem 0
}
.allComment .showComments .getCommentItem .answer .contentReply button {
    cursor: pointer;
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #00ff3e; 
    background: #003708;
    border-right: 5px solid #24a13e;
    border-left: 5px solid #24a13e;
    border-top: 1px solid #24a13e;
    border-bottom: 1px solid #24a13e;
}
.allComment .showComments .getCommentItem .answer .contentReply button:hover {
    cursor: pointer;
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #1ad548;
    background-color: #021c06;
    border-left: 5px solid #44d662;
    border-right: 5px solid #44d662;
    border-top: 1px solid #44d662;
    border-bottom: 1px solid #44d662;
}
.allComment .showComments .emptyComment {
    font-size: 1rem;
    font-weight: 500;
    color: #65c5ff;
    text-align: center;
    opacity: .7
}

@media screen and (max-width: 800px) {
    .allComment {
        display:flex;
        flex-direction: column-reverse
    }

    .allComment .showComments {
        border-right: 0
    }

    .allComment .showComments .getCommentItem {
        display: block
    }
}
.profileIndex .notes .note {
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 0 0 10px #00000005;
    margin-top: 1rem;
    position: relative
}

.profileIndex .notes .note .title {
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.profileIndex .notes .note .body {
    font-size: .8rem;
    font-weight: 300;
    color: #475569;
    margin-top: .5rem
}

.profileIndex .notes .note:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 80%;
    width: 5px;
    background: red;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.profileIndex .notes .note:first-child {
    margin-top: 0
}

.profileIndex .myRef {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 0 0 10px #00000005;
    margin-top: 1rem;
    position: relative
}

.profileIndex .myRef .right .title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .5rem;
    color: #000
}

.profileIndex .myRef .right p {
    font-size: .9rem;
    font-weight: 500;
    color: #475569;
    line-height: 1rem
}

.profileIndex .myRef .right p span {
    color: #d73948
}

.profileIndex .myRef .left {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right,#3468cc 20%,#d73948,#d73948,#3468cc 80%);
    background-size: 200% auto;
    animation: shine 1s linear infinite;
    padding: .5rem 1rem;
    border-radius: 5px;
    color: #fff
}

@keyframes shine {
    to {
        background-position: 200% center
    }
}

.profileIndex .about {
    border-radius: 5px;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 10px #00000005;
    margin-top: 1rem
}

.profileIndex .about .title {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem
}

.profileIndex .about .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    align-items: center
}

.profileIndex .about .items .item .name {
    font-size: .9rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: .5rem
}

.profileIndex .about .items .item .body {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    background: #eee;
    padding: .5rem;
    border-radius: 5px
}
.profileContainer {
    margin: 1rem;
    border-radius: 5px;
    overflow-y: hidden;
    padding: 1rem;
    border-bottom: 2px dashed #950056;
    cursor: pointer;
    background: #041a2a !important;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .7rem !important;
    background-color: #041a2af5 !important;
    background-blend-mode: color !important;
}

.profileContainer .searchIndex {
    display: grid;
    justify-content: center;
    grid-gap: 1rem;
    position: relative;
    z-index: 1;
    padding: 1rem;
    cursor: pointer;
    background: #00337a !important;
    background-image: url(https://access.my.1bi.ir/assets/images/backpatern1.png) !important;
    background-repeat: repeat !important;
    background-size: .7rem !important;
    background-color: #012b4af5 !important;
    background-blend-mode: color !important;
    border-left: 3px dashed #1cabc1;
    border-right: 3px dashed #1cabc1;
    border-bottom: 3px dashed #1cabc1;
    border-top: 3px dashed #1cabc1;
}

.profileContainer .searchIndex h1 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #f17697;
}

.profileContainer .searchIndex p {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #00fdff;
}

.profileContainer .searchIndex label {
    background: #fff;
    border: 1px solid #bbb;
    padding: .8rem 1rem;
    display: flex;
    justify-content: right;
    align-items: center;
    border-radius: 5px;
    gap: 1rem;
    cursor: text
}

.profileContainer .searchIndex label i {
    display: grid;
    align-items: center
}

.profileContainer .searchIndex label i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #475569
}

.profileContainer .searchIndex label input {
    width: 25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    background: transparent
}

.profileContainer .sellers {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(19rem,1fr));
    grid-gap: 1rem;
    padding: 1rem
}

.profileContainer .sellers .item {
        display: flex;
    align-items: center;
    background: #73002e;
    color: #ffbacc;
    border-radius: 5px;
    padding: 1rem;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
    border-left: 2px dashed #ff006e;
    border-right: 2px dashed #ff006e;
    border-bottom: 2px dashed #ff006e;
    border-top: 2px dashed #ff006e;
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    text-align: center;
}
.profileContainer .sellers .item:hover {
    display: flex;
    align-items: center;
    background: #052e4d;
    border-radius: 5px;
    padding: 1rem;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
    border-left: 3px dashed #1cabc1;
    border-right: 3px dashed #1cabc1;
    border-bottom: 3px dashed #1cabc1;
    border-top: 3px dashed #1cabc1;
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    text-align: center;
}
}
.profileContainer .sellers .item .right .name {
    font-size: .9rem;
    font-weight: 500;
    color: #ffdfef;
    margin-bottom: .5rem
}

.profileContainer .sellers .item .right .body {
    font-weight: 300;
    color: #fff5fa;
    font-size: .8rem
}

.profileContainer .sellers .item .left {
    background: #3468cc;
    padding: .5rem;
    border-radius: 5px;
    font-size: .8rem;
    font-weight: 300;
    color: #fff
}

.profileContainer .sellers .item .online {
    background: #d73948
}

.profileContainer .sellers .item .codes {
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #fbb3c0;
    background-color: #2d0012;
    border-left: 5px solid #ff0063;
    border-right: 5px solid #ff0063;
    border-top: 1px solid #ff0063;
    border-bottom: 1px solid #ff0063;
}
.profileContainer .sellers .item .codes:hover {
    cursor: pointer;
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 5px;
    color: #f6fcff;
    background: #034e75;
    border-right: 5px solid #15869f;
    border-left: 5px solid #15869f;
    border-top: 1px solid #15869f;
    border-bottom: 1px solid #15869f;
}
@media screen and (max-width: 1000px) {
    .profileContainer {
        margin:.5rem
    }

    .profileContainer .searchIndex {
        grid-gap: .5rem;
        padding: .5rem;
        grid-template-columns: 1fr
    }

    .profileContainer .searchIndex h1 {
        font-size: 1.1rem
    }

    .profileContainer .searchIndex label {
        padding: .5rem;
        gap: .5rem
    }

    .profileContainer .searchIndex label i svg {
        width: 1.2rem;
        height: 1.2rem
    }

    .profileContainer .searchIndex label input {
        width: 100%;
        font-size: .8rem
    }

    .profileContainer .sellers {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(19rem,1fr));
        grid-gap: 1rem;
        padding: 1rem
    }

    .profileContainer .sellers .item {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        grid-gap: .5rem;
        background: #fff;
        padding: 1rem;
        border-radius: 5px
    }

    .profileContainer .sellers .item .right .name {
        font-size: .9rem;
        font-weight: 500;
        color: #000;
        margin-bottom: .5rem
    }

    .profileContainer .sellers .item .right .body {
        font-weight: 300;
        color: #475569;
        font-size: .8rem
    }

    .profileContainer .sellers .item .left {
        background: #3468cc;
        padding: .5rem;
        border-radius: 5px;
        font-size: .8rem;
        font-weight: 300;
        color: #fff
    }








