﻿html {
    container-type: scroll-state;
    container-name: scroller;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1170px;
    }
}

/*@media (min-width: 1200px) {
    .container {
        max-width: 980px;
    }
}*/

.panel h3.orange {
    color: #7fba00;
    font-weight:700;
}

.panel h3.bold {
    color: #333;
    font-weight: 700;
    margin:24pt 0;
}

.amoozeshgahtab {
    display: flex;
    flex-direction: row;
    width: calc(100% - 30px);
    position: sticky;
    background: var(--window-backcolor);
    box-shadow: 0px 5px 25px var(--box-shadow);
    top: 50px;
    z-index: 20;
    margin: 0px 15px 20px;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 4px;
    gap: 4px;
}

.amoozeshgahcell {
    border-right: 2px solid var(--lighgray);
    margin: 1px;
    cursor: pointer;
    color: var(--blue);
    border-bottom: 4px solid transparent;
    font-size: 12pt;
    box-sizing: border-box;
    flex: 1 0;
    border-radius: 12px;
    transition: border-radius 300ms;
    transition-delay: 500ms;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 50px;
    line-height: normal;
}

@container scroller scroll-state(scrollable: top) {
    .amoozeshgahtab {
        box-shadow: 0px 2px 5px var(--box-shadow);
        border-radius:0px 0px 12px 12px;
    }
}

    .amoozeshgahcell img {
        margin-top: 20px;
    }

.amoozeshgahcell:hover {
    /*border-bottom: 4px solid #00aff0;*/
    background: var(--lightblue);
    background: linear-gradient(180deg, var(--lightblue) 0%, var(--lighterblue) 100%);
    border-color: transparent;
    border-top-color: var(--lightblue);
    border-bottom-color: var(--lighterblue);
}


@media (prefers-color-scheme: dark) {
    .amoozeshgahcell:hover {
        /*border-bottom: 4px solid #00aff0;*/
        background: #26405a;
        background: linear-gradient(0deg, #26405a 0%, #252938 100%);
        border-color: transparent;
        border-top-color: #252938;
        border-bottom-color: #26405a;
    }
}

.amoozeshgahcell.active {
    color: #fff!important;
    text-shadow:0px 1px 2px var(--btn-primary-color1);
    background: var(--btn-primary-color1);
    background: linear-gradient(180deg, var(--btn-primary-color1) 0%, var(--btn-primary-color2) 100%);
    border-color: transparent;
    border-top-color: var(--btn-primary-color1);
    border-bottom-color: var(--btn-primary-color2);
}


    .amoozeshgahcell#tab1 {
        border-right: 0px;
        background: url('logo-kanoon.png') no-repeat right top;
    }

    .amoozeshgahcell#tab2 {
        background: url('others.png') no-repeat right top;
    }

    .amoozeshgahcell#tab3 {
        background: url('davtalabin.png') no-repeat right top;
    }


.tabinfo {
    width:100%;
    max-width:980px;
    min-height: 500px;
}


.advbox.color {
    width: 100%;
    background: #ccc;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 50px;
}

.advcontent {
    width: 100%;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}

.advcontent.mingap
{
    gap:20px;
}

.advbox {
    width: 100%;
}

    .advbox h2 {
        color: #00aff0;
        font-weight: bolder;
        font-size: 21pt;
        margin-top: 24px;
        margin-bottom: 24px;
        line-height: normal;
    }

        .advbox h2 span {
            color: #00aff0;
            font-weight: bolder;
            font-size: 12pt;
            display: block;
        }

    .advbox .icon {
        padding-top: 50px;
        width: unset;
        height: unset;
        margin: unset;
        padding: unset;
        box-sizing: unset;
        border-radius: unset;
    }


    .advbox p {
        font-size: 11.5pt;
        text-align: right;
        color: #333;
    }

@media (prefers-color-scheme: dark) {
    .advbox p {
        color: #eee;
    }
}


.advbox .advcontent .icon img {
    width: 100%;
    object-fit: contain;
}

.advbox.color {
    width: 100%;
    background: #ccc;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 50px;
}

.advcontent {
    max-width: 960px;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}

.box-order-1 {
    order: 1;
}


.box-order-2 {
    order: 2;
}


.box-1 {
    flex: 1 0%;
}

.box-2 {
    flex: 2 0;
}

.box-3 {
    flex: 3 0;
}

.box-4 {
    flex: 4 0;
}

.box-5 {
    flex: 5 0;
}

.box-6 {
    flex: 6 0;
}



.advbox .advcontent .icon img {
    width: 100%;
    object-fit: contain;
}


.advbox a.ballon {
    display: inline-block;
    padding: 5px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 25px;
    margin-top: 10px;
    transition: all 300ms;
    color: #db8e00;
    font-size: 12pt;
    border: 2px solid #db8e00;
    text-decoration: none;
}



    .advbox a.ballon svg {
        width: 21px;
        height: 21px;
        margin: 0px;
        padding: 0px;
        fill: #db8e00;
        vertical-align: middle;
        margin-right: -5px;
        margin-left: 5px;
        transition: all 300ms;
    }

    .advbox a.ballon:hover {
        background-color: #db8e00;
        color: white;
    }

        .advbox a.ballon:hover svg {
            fill: #fff;
        }


.features span {
    display: block;
    font-size: 11pt;
}

    .features span::before {
        content: " ";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2328a745' d='M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z' /%3E%3C/svg%3E");
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-left: 4px;
        display: inline-block;
    }


hr {
    background: var(--lightgray);
    border: none;
    height: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (prefers-color-scheme: dark) {
    hr {
        background: #363c51;
    }
}


.notfound {
    width: 100%;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ccc' d='M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M15.5,8C16.3,8 17,8.7 17,9.5C17,10.3 16.3,11 15.5,11C14.7,11 14,10.3 14,9.5C14,8.7 14.7,8 15.5,8M10,9.5C10,10.3 9.3,11 8.5,11C7.7,11 7,10.3 7,9.5C7,8.7 7.7,8 8.5,8C9.3,8 10,8.7 10,9.5M12,14C13.75,14 15.29,14.72 16.19,15.81L14.77,17.23C14.32,16.5 13.25,16 12,16C10.75,16 9.68,16.5 9.23,17.23L7.81,15.81C8.71,14.72 10.25,14 12,14Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100px auto;
    padding-top: 120px;
}

    .notfound h3 {
        color: #aaa;
    }

    .notfound p {
        color: #aaa;
        text-align: center;
    }

.screenshots {
    position: relative;
}

    .screenshots button {
        position: absolute;
        width: 56px;
        height: 56px;
        top: calc(50% - 28px);
        right: -28px;
        border-radius: 50%;
        outline: none;
        border: none;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
        cursor: pointer;
        z-index: 1;
        padding:12px;
    }

        .screenshots button svg {
            width: 32px;
            height: 32px;
            fill: #666;
        }

        .screenshots button:active {
            background-color: #e4e5e6;
        }

@media (prefers-color-scheme: dark) {
    .screenshots button {
        background-color: #555;
    }

        .screenshots button:active {
            background-color: #444;
        }

        .screenshots button svg {
            fill: #eee;
        }
}



.screenshots button.next {
    right: unset;
    left: -24px;
}

.screenshots .items {
    overflow: hidden;
}

    .screenshots .items .itemscroller {
        display: flex;
        transition: transform 0.1s ease-out;
        will-change: transform;
    }

    .screenshots .items .item {
        padding: 10px;
        cursor: pointer;
    }

        .screenshots .items .item img {
            border-radius: 10px;
            box-shadow: 0px 0px 10px #00000066;
        }




.systemrequirments {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .systemrequirments .icon {
        padding: 20px;
    }

        .systemrequirments .icon img {
            height: 50px;
        }



            .systemrequirments .icon img.small {
                max-height: 30px;
                vertical-align: middle;
                margin: 5px;
                ;
            }

    .systemrequirments .item {
        flex: 1 0 49%;
        background: #FFF8E1;
        border-radius: 10px;
        padding: 20px 40px;
        box-sizing: border-box;
        text-align: center;
    }

        .systemrequirments .item:nth-child(2) {
            background-color: #E8F5E9;
        }

        .systemrequirments .item:nth-child(3) {
            background-color: #E0F2F1;
        }

        .systemrequirments .item:nth-child(4) {
            background-color: #E3F2FD;
        }




        .systemrequirments .item h3 {
            text-align: center;
            font-size: 12pt;
            font-weight:700;
            color: #333;
            margin:10px 0;
        }

        .systemrequirments .item p {
            text-align: center;
            font-size: 12pt;
            color: #333;
            margin-top: 20px;
        }

        .systemrequirments .item span {
            font-size: 10pt;
            color: red;
        }




@media (prefers-color-scheme: dark) {



    .systemrequirments .item img {
        filter: invert(1);
    }

    .systemrequirments .item h3 {
        color: white;
    }

    .systemrequirments .item {
        background: #FF6F00;
    }

        .systemrequirments .item:nth-child(2) {
            background-color: #1B5E20;
        }

        .systemrequirments .item:nth-child(3) {
            background-color: #004D40;
        }

        .systemrequirments .item:nth-child(4) {
            background-color: #0D47A1;
        }

        .systemrequirments .item p {
    
            color: #eee;
           
        }
}


.registerpanel {
    position: sticky;
    bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

@media (prefers-color-scheme: dark) {
    .registerpanel {
        background: #222635;
        background: linear-gradient(0deg,#222635FF 0%, #22263500 100%);
    }
}



.registerpanel a {
    display: block;
    width: fit-content;
    cursor: pointer;
    background-color: #2E7D32;
    text-decoration: none !important;
    color: white;
    border-radius: 12px;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 12pt;
    text-align: center;
    margin: 0 auto;
    border: 3px solid #81C784;
    transition: all 300ms;
}

    .registerpanel a svg {
        width: 24px;
        fill: white;
        vertical-align: middle;
        margin-left: 5px;
    }

    .registerpanel a:hover {
        transform: scale(1.02);
    }

.registerpanel.blue {
    position: static;
    bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .registerpanel.blue a {
        display: block;
        width: fit-content;
        cursor: pointer;
        background-color: #00aff0;
        text-decoration: none !important;
        color: white;
        border-radius: 12px;
        padding: 10px 30px;
        box-sizing: border-box;
        font-size: 12pt;
        text-align: center;
        margin: 0 auto;
        border: 3px solid #79d0f1;
        transition: all 300ms;
    }

        .registerpanel.blue a svg {
            width: 24px;
            fill: white;
            vertical-align: middle;
            margin-left: 5px;
        }

.gallerywashout {
    display: block;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 5000;
}

    .gallerywashout button {
        position: absolute;
        width: 56px;
        height: 56px;
        top: calc(50% - 28px);
        right: 18px;
        border-radius: 50%;
        outline: none;
        border: none;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
        cursor: pointer;
        z-index: 60;
        padding: 10px;
    }

        .gallerywashout button.next {
            right: unset;
            left: 18px;
        }

    .gallerywashout .loading {
        position: absolute;
        width: 64px;
        height: 64px;
        left: calc(50% - 32px);
        top: calc(50% - 32px);
        border-radius: 64px;
        border: 6px solid transparent;
        border-left-color: #fff;
        border-right-color: #fff;
        animation: loading 1s ease-in-out 0s infinite forwards;
        z-index: 52;
    }

        .gallerywashout .loading.hidden {
            display: none;
        }

    .gallerywashout .imageplaceholder {
        position: absolute;
        width: 80vw;
        height: 80vh;
        left: 10vw;
        top: 10vh;
        z-index: 51;
        justify-content: center;
        align-items: center;
        display: flex;
    }

        .gallerywashout .imageplaceholder img {
            max-width: 100%;
            max-height: 100%;
            box-shadow: 0 5px 20px #000000AA;
            border: 3px solid #fff;
            border-radius: 8px;
        }

        .gallerywashout .imageplaceholder embed {
            width: 100%;
            height: 100%;
        }

    .gallerywashout .label {
        position: absolute;
        left: 0px;
        top: 20px;
        width: 100vw;
        height: 40px;
    }

        .gallerywashout .label span {
            background-color: black;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: 12px center;
            background-size: 24px auto;
            box-shadow: 0 0 10px #00000055;
            border-radius: 16px;
            color: white;
            font-size: 12pt;
            padding: 4px 40px 4px 60px;
            margin-left: -12px;
            cursor: pointer;
        }

    .gallerywashout .pagination {
        position: absolute;
        width: 100vw;
        height: 20px;
        bottom: 30px;
        text-emphasis: center;
        left: 0px;
    }

        .gallerywashout .pagination span {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 12px;
            background-color: #888;
            margin: 2px;
        }

            .gallerywashout .pagination span.active {
                background-color: #fff;
            }

@keyframes loading {
    form {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.pricetable {
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 5px #00000033;
}

    .pricetable th {
        background: #00aff0;
        color: white;
        line-height: 30px;
        padding: 10px;
        text-align: center;
    }

    .pricetable td {
        padding: 10px;
        text-align: center;
        font-size:12pt;
    }

    .pricetable tr:nth-child(2n+1) {
        background: var(--lightgray);
    }




@media (prefers-color-scheme: dark) {
    .advbox img {
        filter: brightness(0.75);
    }
}


.cardtocard {
    background: var(--lightgray) url(newicons/cardtocard.svg) no-repeat center center;
    width: 200px;
    height: 200px;
    padding: 0px;
    background-size: 150px auto;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.bankinfo {
    margin-bottom: 20px;
    padding: 30px;
    padding-right: 200px;
    box-sizing: border-box;
    border-top: 5px solid var(--lightgray);
    background: #fafafa url() no-repeat right 10px;
    background-position: right 20px top 20px;
    background-size: 70px;
}



    .bankinfo h2 {
        color: #00aff0;
        margin: 0px;
        font-size: 19pt;
    }

    .bankinfo h3 {
        color: #00aff0;
        margin: 0px;
        font-weight: normal;
        font-size: 14pt;
    }

    .bankinfo h4 {
        font-weight: normal;
    }

    .bankinfo.melli {
        background: url(newicons/Bank_Melli_Iran_Logo_Blue.svg) no-repeat calc(100% - 20px) 40px;
        background-size: auto 200px;
    }

    .usermanual.centered
    {
        
        text-align:center;
    }
    .usermanual a {
        display: block;
        width: fit-content;
        cursor: pointer;
        background-color: #00aff0;
        text-decoration: none !important;
        color: white;
        border-radius: 12px;
        padding: 10px 25px;
        box-sizing: border-box;
        font-size: 12pt;
        text-align: center;
        margin-top: 40px;
        border: 3px solid #79d0f1;
        transition:background 300ms;
        margin-bottom: 10px;
    }
.usermanual.centered a {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

    .usermanual a:hover {
        background: #0096ce;
    }

    .usermanual a span {
        color: white;
        font-size: 18pt;
        margin-left: 10px;
        margin-right: -10px;
        vertical-align: middle;
        line-height: 10pt;
    }

    .usermanual span
    {
        color:var(--gray);
        font-size:10pt;
    }