
* {
    font-family: "Vazir";
    font-feature-settings: "ss01";
}
body.theme {
    color: var(--main-color);
    background:var(--main-bg);
    display: flex;
    flex-direction: column;
    align-items: center
}
body link, body a, .navbar-light .navbar-nav .nav-link {
    color: var(--main-link-color);
}
.invoicModal {
    background: var(--main-invoice-modal-bg);
}
.invoicModal>div {
    background: var(--main-invoice-modal-div-bg);
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family:Vazir;
  font-size:0.85rem;
}
main > div{
    width:100%;
}
.main-form 
{
   display: flex; 
   background: gray;
   justify-content: space-between;
   padding: 10px;
   flex-wrap:wrap;
}
    .main-form:nth-child(2n+1) {
        background: #e9ecf7;
    }
li.menu 
{
    background: var(--main-menu-button-bg);
    padding: 2px 1px;
    border-radius: 5px;
    margin-right: 10px;
}
li.menu span{
    margin-right :auto;
    color:var(--main-color);
}
/*li.menu svg 
{
        background: #03a9f4;
}*/
.table > :not(caption) > * > * {
    text-align: center;
}
.table thead tr {
    backdrop-filter: brightness(95%);
    filter: brightness(90%);
    padding:20px 0;
}
.table thead tr td {
    padding: 20px 0 !important;
}
table tbody tr:nth-child(2n+1) {
    background: #2196f31a;
}
div.content-menu {
    backdrop-filter: brightness(85%);
    filter: brightness(90%);
    display: flex;
    padding: 8px 10px;
}
/*svg {
    box-shadow: 1px 5px 10px #f8f9fa;
    border-radius: 50%;
    background: #fff6e4;
}*/
.pay-form {
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 10px 0;
    backdrop-filter: brightness(80%);
    padding: 10px;
}
input:invalid {
    border: 1px solid red;
    background: #a19b9b;

}
.user-info {
    display: flex;
    flex-direction: column;
    align-items:center;
}
.user-info > div {
    display: flex;
    justify-content: space-between;
    min-width: 300px;
    padding: 4px;
    margin: 2px;
}
.user-info>div>p{
    text-align:center;
}
a,a:link{
    text-decoration:none;
}
.sId::after {
    content:"@";
}
ol#res>li {
    text-align: right;
    padding: 6px;
    margin: 3px;
    border-radius: 5px;
}
    ol#res > li:nth-child(2n+1) {
        background: #f4f4f4;
    }
    ol#res > li:nth-child(2n) {
        background: #eee7e7;
    }
ol {
/*    max-width: 350px;*/
    counter-reset: my-awesome-counter;
    list-style: none;
/*    padding-left: 40px;*/
}

    ol li {
        margin: 0 0 0.5rem 0;
        counter-increment: my-awesome-counter;
        position: relative;
    }

        ol li::before {
            content: counter(my-awesome-counter);
            color: #fcd000;
            font-size: 1.5rem;
            font-weight: bold;
            position: absolute;
            --size: 32px;
            right: calc(-1 * var(--size) - 10px);
            line-height: var(--size);
            width: var(--size);
            height: var(--size);
            top: 0;
            transform: rotate(-10deg);
            background: black;
            border-radius: 50%;
            text-align: center;
            box-shadow: 1px 1px 0 #999;
        }

#divrs * 
{
    width:98%;
}
#services > div {
    padding-top: 10px;
    display: flex;
    position: relative;
    background: #292a3382;
    margin: 2px;
}
#services > div i {
    font-size:30px;
}
#services > div i::before {
    position:absolute;
    left:0;
    bottom:3px;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    vertical-align: middle;
}
.customer-form-edit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px;
    background: #808080d4;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}




#aler-component {
    animation: alertcomponent;
    animation-delay: 1s;
    animation-timing-function: ease-in;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes alertcomponent 
{
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.panevis {
    display: flex;
    justify-content: center;
    background: var(--main-bg);
    padding: 5px;
    color: var(--main-color);
    box-sizing: border-box;
    flex-flow: wrap;
}

    .panevis > div {
        text-align: justify;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 1px 1px 10px #c9dceb;
        border-radius: 15px;
        margin: 2%;
    }

@@media screen and (min-width: 960px) {
    .panevis > div {
        width: 21%;
    }
}

@@media screen and (max-width: 768px) {
    .panevis > div {
        width: 46%;
    }
}


@@media screen and (max-width: 480px) {
    .panevis > div {
        width: 96%;
    }
}

}

.panevis > div > h6 {
    background: #009aff3d;
    padding: 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px
}

.table {
    color: inherit;
}

.navbar-light .navbar-toggler {
    background: #89adc4;
    color: var(--main-color);
}

li.menu {
    margin: 5px 2px;
}
h1.header {
    text-align: center;
    font-size: 1.1em;
    padding: 10px;
    backdrop-filter: brightness(95%);
    filter: brightness(90%);
}
.table-striped > tbody > tr:nth-of-type(odd) {
    color: #93abc4 !important;
}
span.marja 
{
    text-decoration: line-through;
    text-decoration-color: #bc1b508f;
    text-decoration-skip-ink: auto
}
/*dark mod*/




.theme-button {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -15px;
    transform: scale(0.9);
    background: #ffebcd4a;
}

.theme-button .checkbox {
    opacity: 0;
    position: absolute;
}

.theme-button .checkbox-label {
    background-color: var(--main-bg);
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bi-moon {
    color: #f1c40f;
}

.bi-sun {
    color: #f39c12;
}

.theme-button .checkbox-label .ball {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.theme-button .checkbox:checked + .checkbox-label .ball {
    transform: translateX(24px);
}
#plans1 {
    align-items: center;
    display: flex;
    flex-direction: column !important;
    width: 100%;
    flex-flow: wrap;
    gap: 10px;
}

    #plans1 > div {
        min-width: 80%;
        background: var(--main-bg);
        color: var(--main-color);
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        position: relative;
        max-width: 300px;
        box-shadow: 1px 0px 9px 0px #d4dae063;
        margin: 1px;
    }

img#free {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: auto;
    rotate: -20deg;
}
/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* IMAGE STYLES */
    [type=radio] + img {
        cursor: pointer;
        width: 70px;
        background: #dcdcdc87;
        height: 76px;
    }

    /* CHECKED STYLES */
    [type=radio]:checked + img, [type=radio]:checked + label {
        outline: 2px solid #f9fafb;
        box-shadow: 1px 1px 10px 2px #86b7fed6;
        border-radius: 10px;
    }
@media (max-width: 1364px) {
    .main-nav-menu {
        font-size: 90%;
    }

        .main-nav-menu li svg {
            display: none;
        }

        .main-nav-menu span {
            margin: 0;
        }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 3px;
        padding-left: 3px;
    }
}

@media (max-width: 710px) 
{
    .main-nav-menu {
        font-size: 85%;
    }
}
.nav-link {
    padding: .5rem 0.2rem;
}
.inline-search-form button 
{
    margin-top: auto;
    width: 80px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.inline-search-form input 
{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.check-all 
{
    margin: auto;
    margin-right: 15px;
}
.form-control-vatisa-radiobox {
    font-family: system-ui, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}
.multiselect__single 
{
    font-size: 12px !important;
}
.not-accessable {
    color: gray;
    opacity: 0.5;
}
.not-in-month
{
    color:green !important;
    opacity:0.7 !important;
}