﻿html {
    font-size: 14px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }
}
a{
    padding-right:10px

}
.linkdrawer:hover a {
    background-color: lightgreen;
    color: black;margin:5px;
}

.linkdrawer:hover {
    background-color: lightgreen;
    color: yellow;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: right;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@font-face {
    font-family: 'CyrillicRibbon';
    src: url('font/CyrillicRibbon.eot');
    src: url('font/CyrillicRibbon.eot?#iefix') format('embedded-opentype'), url('font/CyrillicRibbon.woff2') format('woff2'), url('font/CyrillicRibbon.woff') format('woff'), url('font/CyrillicRibbon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam-FD.eot');
    src: url('Shabnam-FD.eot?#iefix') format('embedded-opentype'), url('Shabnam-FD.woff2') format('woff2'), url('Shabnam-FD.woff') format('woff'), url('Shabnam-FD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'iliyavazir';
    src: url('Vazir.eot');
    src: url('Vazir.eot?#iefix') format('embedded-opentype'), url('Vazir.woff2') format('woff2'), url('Vazir.woff') format('woff'), url('Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: ragam;
    src: url(fo/Farsi-Digits/Shabnam-Medium-FD.ttf);
}


.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;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
   
   
}

.text-center {

   
}
body {
    background-color: white;
}
.itemha {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 818px;
    height: 490px;
    border: 1px solid black;
    text-align: center;
    
    background-color: #228CFA;
    border-radius: 4px;
    position: absolute;
  
   
}


.column {
    margin-top:10px;
    float: left;
    width: 24%;
    padding: 0 10px;
     text-align:center;
     margin-left:.4%;
  
}

/* Remove extra left and right margins, due to padding */
.row {
    margin: 0px -5px;
  
}

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    .card{
         text-align:center;
    }
.imageitemha
{
    
     width:auto; height:77px;margin-top:8px;

}
.vasat {
    text-align: center
}
h5,div {
    font-family: iliyavazir;
}

.ch3 {
    margin-top: 10px;
    font-family: iliyavazir;
    margin-bottom: 10px;
    font-size: 18px;
}
.farsi {
    font-family: Shabnam;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    font-family: iliyavazir;
    margin-top: 100px;
    z-index: 100000000000000000000;
}

label {
    font-family: iliyavazir;
}
@media only screen and (max-width: 5500px) {
    .pc {
        display: block;
            }
    .mob {
        display: none;
    }
    #badane1 {
        background-color: #C0C0C0;
        height: 800px;
        margin-top: 88px;
        display: none;
        text-align: center;
    }
}


@media only screen and (max-width: 1023px) {
    body {
        background-color: silver
    }
    .pc {
        display: none;
    }
    .mob {
        display: block;
         background-color:silver
    }
    #badane1 {
        background-color: transparent;
        height: 400px;
        margin-top: 180px;
        display: none;
        text-align:center;
    }
}





.selector {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
    font-family: vazir;
}

    .selector,
    .selector button {
        font-weight: 300;
        font-family: vazir;
    }

        .selector button {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 3px;
            background: orange;
            border-radius: 50%;
            border: 0;
            color: white;
            font-size: 20px;
            cursor: pointer;
            box-shadow: 0 3px 3px blue;
            transition: all .1s;
            font-family: vazir;
        }

            .selector button:hover {
                background: yellow;
                color: blue;
            }

            .selector button:focus {
                outline: none;
            }

        .selector ul {
            position: absolute;
            list-style: none;
            padding: 0;
            margin: 0;
            top: -20px;
            right: -20px;
            bottom: -20px;
            left: -20px;
            font-family: vazir;
        }

        .selector li {
            position: absolute;
            width: 0;
            height: 100%;
            margin: 0 50%;
            -webkit-transform: rotate(-360deg);
            transition: all 0.8s ease-in-out;
            font-family: vazir;
        }

            .selector li input {
                display: none;
                font-family: vazir;
            }

                .selector li input + label {
                    position: absolute;
                    left: 50%;
                    bottom: 100%;
                    width: 0;
                    height: 0;
                    line-height: 1px;
                    margin-left: 0;
                    background: red;
                    border-radius: 50%;
                    text-align: center;
                    font-size: 1px;
                    overflow: hidden;
                    cursor: pointer;
                    box-shadow: 5px 10px blue;
                    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
                    font-family: vazir;
                }

.moblogin {
    width: 95%;
    float: right;
    background-color: #ffffff;
    height: 90%;
    text-align: center;
    margin-top: 10px;
    margin-right: 2.5%;
    border: 1px solid transparent;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius:5px;
}

.columnmob {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-top:20px;
   
}

/* Remove extra left and right margins, due to padding */
.row1 {
    margin: 10px 20px;
}

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

.carditemha {
    transition: 0.3s;
    width: 100%;
    border-radius: 2px;
    margin-top: 5px;
    color: #818181;
    margin-left: 8px;
    text-align: center;
    float: right;
    height: 75px;
   
}
td{
    margin-left:2px;
}

.cardlogin {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 70px;
    border-radius: 5px;
    margin-top: 3px;
    color: #818181;
    margin-left: 20px;
    text-align: center;
}

    .cardlogin:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
.divider {
    font-size: 30px;
    display: flex;
    align-items: center;font-family:iliyavazir;font-size:14px;
}

    .divider::before, .divider::after {
        flex: 1;
        content: '';
        padding: 2px;
        background-color: silver;
        margin: 5px;
        margin-top:20px;
    }
.collapsibledashboard {
    direction: rtl;
    background-color: transparent;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border: .5px solid black;
    border-radius: 2px;
}
    .collapsibledashboard:hover {
        background-color: transparent;color:black;
    }

    .collapsibledashboard:after {
        content: '\002B';
        color: black;
        font-weight: bold;
        float: left;
        margin-left: 5px;
        color: black
    }
     .collapsibledashboard:hover {
        background-color: silver;color:black
    }
.collapsible {
    direction: rtl;
    background-color: transparent;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border: .5px solid black;
    border-radius: 2px;
}

    .active, .collapsible:hover {
        background-color: transparent;color:black
    }

    .collapsible:after {
        content: '\002B';
        color: black;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        color:black
    }

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border:1px solid black;
}


div.scrollmenu {
    background-color: transparent;
    overflow: auto;
    white-space: nowrap;
}

    div.scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 13.2px;
        text-decoration: none;
    }

        div.scrollmenu a:hover {
            background-color:transparent;
        }



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.collapsible {
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
}

    .active, .collapsible:hover {
        background-color: transparent;color:black;
    }

    .collapsible:after {
        content: '\002B';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
}
.tablink1 {
    background-color: #228CFA;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 33.1%;
    margin-top: -10px;
}

.tablink {
    background-color: #228CFA;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 33.3%;
    margin-top:-6px;
}

.tablinkfareii {
    background-color: #228CFA;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 33.3%;
    margin-top: -6px;
}
.tablinkaslimob, .tablinkfareimob, .tablinkrizfarei {
    background-color: #228CFA;
    color: white;
   
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
 
}
.tablinkzirfareii {
    background-color: #228CFA;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 33.3%;
    margin-top: -6px;
}
.tablink:hover {
    background-color: #777;
}

/* Style the tab content */
.tabcontent {

    color: white;
    display: none;
    padding: 5px;
    text-align: center;
}

#London {
    background-color: #C0C0C0;
}

#Paris {
    background-color: #C0C0C0;
}

#Tokyo {
    background-color: #C0C0C0;
}

#myInput {
    background-image: url('/css/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 18px;
    margin-top:-10px;
}

    #myTable th, #myTable td {
        text-align: left;
        padding: 12px;
    }

    #myTable tr {
        border-bottom: 1px solid #ddd;
    }

        #myTable tr.header, #myTable tr:hover {
            background-color: #f1f1f1;
        }

       
.sabtin:after {
    content: '\002B';
    color: black;
    font-weight: bold;
    float: left;
    margin-left: 5px;
    color: black
}
