﻿@font-face {
    font-family: 'DroidKufiRegular';
    src: url('../fonts/DroidKufiRegular.eot');
    src: url('../fonts/DroidKufiRegular.eot') format('embedded-opentype'), url('../fonts/DroidKufiRegular.woff') format('woff'), url('../fonts/DroidKufiRegular.ttf') format('truetype'), url('../fonts/DroidKufiRegular.svg#DroidKufiRegular') format('svg');
}

@font-face {
    font-family: 'DroidKufiBold_0';
    src: url('../fonts/DroidKufiBold_0.eot');
    src: url('../fonts/DroidKufiBold_0.eot') format('embedded-opentype'), url('../fonts/DroidKufiBold_0.woff2') format('woff2'), url('../fonts/DroidKufiBold_0.woff') format('woff'), url('../fonts/DroidKufiBold_0.ttf') format('truetype'), url('../fonts/DroidKufiBold_0.svg#DroidKufiBold_0') format('svg');
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

body {
    font-size: 15px;
    font-weight: normal;
    font-family: 'DroidKufiRegular' !important;
    background: #fff url(../../Images/bg.png);
    direction: rtl;
    text-align: right;
}

p, h1, h2, h3, h4, h5, h6, label {
    padding: 0;
    margin: 0;
}

ul, li, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

body {
    background: url(../project_images/login_bg.png) no-repeat right top #FCFCFC;
    height: 100vh;
    background-size: contain;
    font-weight: normal;
    font-family: 'DroidKufiRegular';
    direction: rtl;
}

.notfound_pg, .noper_pg, .error_pg {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .notfound_pg .notfound_bx {
        position: relative;
    }

        .notfound_pg .notfound_bx a, .noper_pg .noper_bx .noper_content ul li a, .error_pg .error_bx .error_content ul li a {
            position: absolute;
            left: 60px;
            bottom: 0;
            height: 45px;
            line-height: 45px;
            padding: 0 50px;
            border-radius: 25px;
            color: #fff;
               background: #efb205;
            font-size: 15px;
            text-align: center;
            border: none;
            border-radius: 25px;
            height: 40px;
            line-height: 40px;
            display: block;
            margin: 0 auto;
            transition: all 0.3s ease-in-out;
        }

            .notfound_pg .notfound_bx a:hover, .noper_pg .noper_bx .noper_content ul li a:hover, .error_pg .error_bx .error_content ul li a:hover {
                    background: #f59300;
                transition: all 0.3s ease-in-out;
            }

    .noper_pg .noper_bx, .error_pg .error_bx {
        width: 450px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 13px -9px #000;
        overflow: hidden;
    }

    .error_pg .error_bx {
        width: 60%;
    }

        .noper_pg .noper_bx .noper_title, .error_pg .error_bx .error_title {
            background: #5984ca;
            position: relative;
            overflow: hidden;
        }

            .noper_pg .noper_bx .noper_title i, .error_pg .error_bx .error_title i {
                border-bottom-left-radius: 10px;
                border-top-left-radius: 10px;
                padding: 0 15px;
                position: absolute;
                right: 0;
                bottom: 0;
                top: 0;
                height: 45px;
                line-height: 45px;
                color: #000;
                font-size: 10em;
                transform: rotate(-35deg);
                opacity: 0.1;
            }

            .noper_pg .noper_bx .noper_title h1, .error_pg .error_bx .error_title h1 {
                text-align: center;
                color: #fff;
                font-size: 1.2em;
                font-family: 'DroidKufiBold_0';
                height: 100px;
                line-height: 100px;
                position: relative;
            }

        .noper_pg .noper_bx .noper_content, .error_pg .error_bx .error_content, .error_pg .error_bx .error_art {
            padding: 30px;
        }
        .error_pg .error_bx .error_art{
            font-family: arial;
            line-height: 25px;
        }
        .error_pg .error_bx .error_art h1{
            color: #5a5a5a;
    background: #eee;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    padding: 10px 0;
        }
        .error_pg .error_bx .error_art #div_error{
            width: 80%;
            margin: 0 auto;
        }
            .noper_pg .noper_bx .noper_content p, .error_pg .error_bx .error_content p {
                color: #5a5a5a;
                font-size: 15px;
                line-height: 25px;
                text-align: center;
                margin-bottom: 30px;
            }

            .noper_pg .noper_bx .noper_content ul, .error_pg .error_bx .error_content ul {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .error_pg .error_bx .error_content ul {
                margin-bottom: 10px;
            }

                .noper_pg .noper_bx .noper_content ul li a, .error_pg .error_bx .error_content ul li a {
                    position: static;
                    width: initial;
                    margin: 0 5px;
                    padding: 0 15px;
                }

        .error_pg .error_bx .error_art {
            max-height: 400px;
            overflow: hidden;
            overflow-y: auto;
        }

@media (max-width: 768px) {
    .notfound_pg .notfound_bx a {
        bottom: -60px;
        left: 0;
        right: 0;
        width: 50%;
        margin: 0 auto;
    }

    .notfound_pg .notfound_bx {
        padding: 0 50px;
    }
}

@media (max-width: 480px) {
    .noper_pg .noper_bx {
        width: 100%;
        margin: 0 25px;
    }

        .noper_pg .noper_bx .noper_content ul {
            display: block;
        }

            .noper_pg .noper_bx .noper_content ul li a {
                margin-bottom: 8px;
            }
}
