@font-face {
    font-family: "vazir";
    src: url("../fonts/Vazir.ttf");
}

@font-face {
    font-family: "calibrib";
    src: url("../fonts/calibrib.ttf");
}

@font-face {
    font-family: "calibri";
    src: url("../fonts/calibri.ttf");
}

body {
    font-family: "vazir";
}

p {
    margin-bottom: 0;
}

/*.sidebar-nav li a:before {
    content: "a";
}*/

textarea {
    resize: none;
}

.primary-color {
    color: #ffffff;
    background-color: #0443f2;
    padding: 1px 4px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 2px;
}

.success-color {
    color: #ffffff;
    background-color: #157e00;
    padding: 1px 4px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 2px;
}

.sidebar-nav li a:focus {
    background-color: #53cbfb;
}
/*.sidebar-nav li a:focus:before {
        content: "b";
    }*/

.account-container {
    min-height: 100vh;
}

    .account-container .account-row {
        min-height: 100vh;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .account-container .account-col {
    }

        .account-container .account-col .account-title {
            color: #0443f2;
            font-size: 1.3em;
            margin-bottom: 25px;
        }

        .account-container .account-col .account-brand {
            font-style: italic;
            font-family: "calibrib";
            color: #0443f2;
            margin-bottom: 25px;
            font-size: 2em;
        }

        .account-container .account-col .box {
            margin-top: 20px;
            padding: 15px;
            border: 1px solid #0443f2;
            border-radius: 5px;
        }

            .account-container .account-col .box .form-group span {
                font-size: 0.75em;
            }

            .account-container .account-col .box .form-label {
                font-size: 0.85em;
                margin-top: 10px;
            }

            .account-container .account-col .box .account-btn {
                margin-top: 25px;
                margin-bottom: 15px;
                width: 100%;
                color: #ffffff;
                background-color: #0443f2;
            }


.ltr-dir {
    direction: ltr;
}

#panel-header {
    background-color: #0443f2;
    height: 40px;
    z-index: 3;
}

    #panel-header .panel-nav li a {
        color: #ffffff;
    }

    #panel-header .panel-nav .dropdown .dropdown-menu {
        direction: rtl;
        text-align: right;
    }

        #panel-header .panel-nav .dropdown .dropdown-menu li .dropdown-item {
            color: #333;
        }

#panel-content {
    z-index: 1;
}

    #panel-content .table {
    }

    #panel-content .dash-box {
        text-align: center;
        padding: 10px;
    }

        #panel-content .dash-box div {
            background-color: rgb(193, 237, 255);
            height: 100%;
            padding: 20px 20px 10px 20px;
            border-radius: 3px;
        }

            #panel-content .dash-box div h3 {
                font-size: 2.5em;
                color: #0443f2;
                text-align: center;
                margin-bottom: 10px;
            }

            #panel-content .dash-box div p {
                color: #0443f2;
                display: inline-block;
                text-align: center;
                margin-bottom: 0;
            }

            #panel-content .dash-box div h2 {
                font-size: 2em;
                margin-right: 10px;
                color: #0443f2;
                display: inline-block;
                text-align: center;
                margin-bottom: 0;
            }

    #panel-content .sidebar {
        z-index: 2;
        min-height: calc(100vh - 40px);
        background-color: rgb(193, 237, 255);
        padding: 20px 10px;
    }

        #panel-content .sidebar .nav .nav-item .nav-link {
            font-size: 14px;
        }

    #panel-content .box {
        border: 1px solid rgb(193, 237, 255);
        border-radius: 3px;
        margin-bottom: 20px;
    }

        #panel-content .box ul {
            padding-right: 10px;
        }

            #panel-content .box ul li {
                padding-right: 10px;
                border: 0px;
                font-size: 14px;
            }

                #panel-content .box ul li p, #panel-content .box ul li form {
                    display: inline-block;
                }

                    #panel-content .box ul li p span {
                        font-size: 12px;
                        margin-right: 10px;
                        color: #0443f2;
                    }

                #panel-content .box ul li .tool-btn {
                    background-color: rgb(193, 237, 255);
                    color: #0443f2;
                    padding: 2px 5px;
                    border: 0px;
                    border-radius: 3px;
                    font-size: 12px;
                    text-decoration: none;
                    margin-right: 5px;
                    margin-top: 1px;
                }

                    #panel-content .box ul li .tool-btn:hover {
                        background-color: #53cbfb;
                    }

                #panel-content .box ul li a {
                    background-color: rgb(193, 237, 255);
                    color: #0443f2;
                    display: inline-block;
                    padding: 2px 5px;
                    border: 0px;
                    border-radius: 3px;
                    font-size: 12px;
                    text-decoration: none;
                    margin-right: 5px;
                }

                    #panel-content .box ul li a:hover {
                        background-color: #53cbfb;
                    }


    #panel-content h2 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #0443f2;
    }

        #panel-content h2 span {
            font-size: 14px;
            margin-left: 5px;
        }

    #panel-content .box h2 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #0443f2;
    }

        #panel-content .box h2 span {
            font-size: 14px;
            margin-left: 5px;
        }

    #panel-content .box h3 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #0443f2;
    }

    #panel-content .box .create-btn {
        font-size: 14px;
        background-color: rgb(193, 237, 255);
        padding: 5px 15px;
        margin-bottom: 15px;
        color: #0443f2;
    }

        #panel-content .box .create-btn:hover {
            background-color: #53cbfb;
        }

    #panel-content form {
    }

        #panel-content form .form-group {
            margin-bottom: 10px;
        }

            #panel-content form .form-group label {
                margin-bottom: 5px;
                font-size: 14px;
            }

            #panel-content form .form-group inpu {
                font-size: 14px;
            }

.blog-detail-title, .client-detail-title {
    text-align: center;
    margin-top: 10px;
}

.blog-detail-category, .client-detail-description {
    text-align: center;
    font-size: 1.1em !important;
    color: #333 !important;
    margin-bottom: 10px;
}

.blog-detail-img {
    margin-bottom: 10px;
}

.client-detail-img {
    max-height: 200px;
}

.blog-detail-content {
}

.panel-table, .table {
    margin-bottom: 0;
    border: 1px solid rgb(193, 237, 255);
}

    .panel-table tr td .table-color-box, .table tr td .table-color-box {
        display: block;
        height: 20px;
        width: 20px;
        border-radius: 100px;
        border: 1px solid #000;
    }

    .panel-table tr td .table-item, .table tr td .table-item {
        margin-left: 0px;
        background-color: rgb(193, 237, 255);
        /*aasdddddddddddddd*/
        padding: 1px 10px 1px 5px !important;
        border-radius: 100px;
        font-size: 13px;
        margin-left: 4px;
    }

        .panel-table tr td .table-item span, .table tr td .table-item span {
            padding: 0;
        }

            .panel-table tr td .table-item span form, .table tr td .table-item span form {
                border: 0;
                display: inline;
            }

            .panel-table tr td .table-item span button, .table tr td .table-item span button {
                border: 0;
                padding: 0 4px;
                background-color: rgb(193, 237, 255) !important;
            }




                .panel-table tr td .table-item span button i, .table tr td .table-item span button i {
                    color: #0443f2;
                    font-size: 10px;
                }











            .panel-table tr td .table-item span a, .table tr td .table-item span a {
                padding: 0 4px;
                margin-right: 5px;
            }

                .panel-table tr td .table-item span a:hover, .table tr td .table-item span a:hover {
                    background-color: transparent;
                }

                .panel-table tr td .table-item span a:last-child, .table tr td .table-item span a:last-child {
                    margin-right: 0px !important;
                }

            .panel-table tr td .table-item span i, .table tr td .table-item span i {
                color: #0443f2;
                font-size: 10px;
            }

        .panel-table tr td .table-item:last-child, .table tr td .table-item:last-child {
            margin-left: 0px;
        }

    .panel-table tr th, .table tr th {
        color: #0443f2;
    }

    .panel-table tr th, .panel-table tr td, .table tr th, .table tr td {
        font-size: 14px;
    }

        .panel-table tr td .tool-btn, .table tr td .tool-btn {
            background-color: rgb(193, 237, 255) !important;
        }

            .panel-table tr td .tool-btn:hover, .table tr td .tool-btn:hover {
                background-color: #53cbfb !important;
            }



        .panel-table tr td a, .table tr td a, .table tr td form .btn {
            text-decoration: none;
            font-size: 13px;
            background-color: rgb(193, 237, 255);
            padding: 2px 5px;
            display: inline-block;
            border-radius: 3px;
            margin-left: 5px;
            margin-bottom: 5px;
            color: #0031b8;
        }

            .panel-table tr td a:hover, .table tr td a:hover {
                background-color: #53cbfb;
            }

        .panel-table tr td .btn, .table tr td .btn, .table tr td form .btn {
            display: inline-block;
            background-color: #ffffff;
            padding: 0 3px;
            font-size: 12px;
            margin-left: 3px;
        }

            .panel-table tr td .btn:hover, .table tr td .btn:hover {
                background-color: rgb(193, 237, 255);
            }

.slide-detail {
}

    .slide-detail .slide-holder {
        width: 100%;
        position: relative;
        display: flex;
        align-items: flex-start;
    }

        .slide-detail .slide-holder img {
        }

        .slide-detail .slide-holder .text {
            position: absolute;
            width: 100%;
            padding: 10px;
        }

            .slide-detail .slide-holder .text .title {
                color: #0031b8 !important;
                margin-bottom: 10px !important;
                background-color: rgba(255,255,255,0.7);
                font-size: 1.1em !important;
                padding: 4px 15px;
                border-radius: 500px;
                display: inline-block;
            }

            .slide-detail .slide-holder .text .content {
                font-size: 0.9em !important;
            }

.slide-text-hor-start {
    text-align: start;
}

.slide-text-hor-center {
    text-align: center;
}

.slide-text-hor-end {
    text-align: end;
}

.slide-text-ver-start {
    align-self: start;
}

.slide-text-ver-center {
    align-self: center;
}

.slide-text-ver-end {
    align-self: end;
}


.imageimage {
    display: block;
    max-width: 150px;
    width: auto;
    height: auto;
}

.view-invoice h2 {
    font-size: 1.2em;
}

.view-invoice h3 {
    font-size: 1em !important;
}

    .view-invoice h3 span {
        font-size: 1.4em !important;
        font-weight: bold;
    }

.view-invoice h4 {
    font-size: 0.9em !important;
}

    .view-invoice h4 span {
        font-size: 1.2em !important;
        font-weight: bold;
    }

.general-detail .general-detail-btn {
    text-decoration: none;
    font-size: 0.8em;
    background-color: rgb(193, 237, 255);
    color: #0031b8;
    padding: 3px 8px;
    border-radius: 3px;
    margin-right: 20px;
}

    .general-detail .general-detail-btn:hover {
        background-color: #53cbfb;
    }

.general-detail .general-detail-btn, .general-detail .general-detail-title {
    display: inline-block;
}

.general-detail .general-detail-title {
    font-size: 1em;
    margin-bottom: 0;
}

.general-detail .general-detail-content {
    line-height: 2em !important;
    margin-top: 5px;
    text-align: justify;
}

    .general-detail .general-detail-content h2 {
        margin: 10px 0 10px 0 !important;
    }

    .general-detail .general-detail-content h3 {
        margin: 15px 0 10px 0 !important;
    }

.general-detail #description {
    direction: rtl;
}

.category-badge {
}

    .category-badge span {
        background-color: rgb(193, 237, 255);
        padding: 2px 4px 1px 4px;
        border-radius: 3px;
        font-size: 0.9em;
        margin-left: 4px;
        display: inline-block;
        margin-bottom: 4px;
        font-weight: normal;
        color: #0031b8;
    }

        .category-badge span:last-child {
            margin-left: 0px;
            margin-bottom: 0px;
        }

.tools-cell {
    min-width: 100px;
}

    .tools-cell form {
        padding: 0 !important;
        margin: 0 !important;
    }

    .tools-cell a, .tools-cell form {
        display: inline-block !important;
    }

        .tools-cell a, .tools-cell form .tool-btn {
            color: #0031b8 !important;
            padding: 2px 4px !important;
            margin: 0 !important;
            font-size: 0.85em !important;
        }

        .tools-cell form .tool-btn {
            margin-right: 5px !important;
        }

.home-latest-comment .box {
    padding: 0px 8px 4px 8px;
    vertical-align: middle;
    align-self: center;
    font-size: 0.9em;
}

    .home-latest-comment .box .owner, .home-latest-comment .box .date {
        color: #888;
        text-align: center;
    }

    .home-latest-comment .box .product {
        background-color: rgb(193, 237, 255);
        padding: 2px 4px 1px 4px;
        color: #0031b8;
        font-size: 0.8em;
        border-radius: 3px;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .home-latest-comment .box .date {
        font-size: 0.85em;
        margin-bottom: 5px;
    }

    .home-latest-comment .box .points {
        text-align: center;
    }

        .home-latest-comment .box .points i {
            color: darkorange;
        }

    .home-latest-comment .box .title {
        color: #0031b8;
        font-weight: bold;
    }

.home-latest-invoices .box {
    padding: 4px 8px 4px 8px;
    vertical-align: middle;
    align-self: center;
    font-size: 0.9em;
    text-align: center;
}

    .home-latest-invoices .box .date {
        font-size: 1em;
        margin-bottom: 0px;
        color: #888;
    }

    .home-latest-invoices .box .total-price {
        font-size: 1em;
        font-weight: bold;
        color: #0031b8;
        margin-bottom: 5px;
    }

    .home-latest-invoices .box .status {
        color: #333;
        background-color: rgb(193, 237, 255);
        display: inline-block;
        padding: 2px 4px 1px 4px;
        border-radius: 3px;
        font-size: 0.8em;
        margin-bottom: 5px;
    }

    .home-latest-invoices .box .receiver {
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 3px;
    }

    .home-latest-invoices .box .phonenumber {
        margin-bottom: 10px;
    }

    .home-latest-invoices .box .item-box {
        background-color: rgb(193, 237, 255);
        border-radius: 3px;
        padding: 4px 8px;
        text-align: center;
        margin-bottom: 4px;
    }

        .home-latest-invoices .box .item-box:last-child {
            margin-bottom: 4px;
        }



        .home-latest-invoices .box .item-box .item-title {
            color: #0031b8;
        }

        .home-latest-invoices .box .item-box .item-quantity {
        }

        .home-latest-invoices .box .item-box .item-price {
        }

            .home-latest-invoices .box .item-box .item-title span,
            .home-latest-invoices .box .item-box .item-quantity span,
            .home-latest-invoices .box .item-box .item-price span {
                font-size: 0.85em;
                font-weight: normal;
            }

.clients-table img, .downloads-table img {
    max-height: 100px;
}

.digi-table {
}

    .digi-table tr th {
        vertical-align: middle;
        text-align: center;
    }

    .digi-table p {
        font-size: 13px;
        display: inline-block;
        margin-bottom: 15px;
        color: #888888;
    }

        .digi-table p span {
            font-size: 15px;
            display: block;
            color: #333333;
        }

        .digi-table p:last-child {
            margin-bottom: 0;
        }

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

@media (max-width: 768px) {
    .sidebar{
        
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .sidebar .sidebar-nav{
        
        padding-right: 0;
    }
        .sidebar .sidebar-nav .nav {
            padding-right: 0px;
            background-color: #53cbfb;
        }
}
