﻿body {
    height: 100vh;
    font-family: Yekan, YekanNumber;
}

.loader {
    position: fixed;
    height: 100vh;
    z-index: 16;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: #ffffff;
    font-family: Yekan, YekanNumber;
}

    .loader > .loader-item {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }

    .loader h4 {
        color: #434e8d;
    }



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Yekan, YekanNumber;
    font-weight: 500;
    color: inherit;
    line-height: 2 !important;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    font-family: Yekan, YekanNumber;
}

.flex-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    background-color: #f1f1f1;
    height: 100%;
    max-height: 100%;
    font-family: Yekan, YekanNumber;
}

.flex-1 {
    background-color: white;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content:flex-start;
    font-family: Yekan, YekanNumber;
    max-width: 25%
}

.flex-2 {
    flex-grow: 8;
    font-family: Yekan, YekanNumber;
    max-width: 75%
}

.form-login {
    width: 100%;
    border-radius: 42px;
    background-color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: space-around;
    color: #242638;
    font-family: Yekan, YekanNumber;
    font-size: 1.4rem;
    display: block;
    direction: rtl;
}

form {
    padding-top: 6rem;
    direction: rtl;
    font-family: Yekan, YekanNumber;
}

.mt-3{
    margin-top:3rem;
}

.form-group {
    position: relative;
}

input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none !important;
    border-bottom: 2px solid #242638 !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%) !important;
    border-radius: unset !important;
    font-family: Yekan, YekanNumber;
}

.form-control:focus {
    transition: 0.1s !important;
    border-image: linear-gradient(to right,#00c6ff, #005aff,#080089) !important;
    border-image-slice: 1 !important;
    border-width: 3px !important;
}

.form-control {
    display: inline !important;
    padding: 0 0px !important;
}

.btn {
    width: 100%;
    font-size: 13px !important;
    display: flex !important;
    padding: 5px 0px !important;
    border-radius: 20px !important;
    justify-content: space-around !important;
    font-family: Yekan, YekanNumber;
}

    .btn #btnLogin {
        background: linear-gradient( 45deg, #00063e 0%, #0095ff 100%);
        transition: 0.4s;
        border: 1px solid #fff !important;
        height: 40px;
    }

        .btn #btnLogin:hover {
            color: #fff;
        }

.bg-overlay-gradient-blue::before {
    background: linear-gradient( 45deg, #00042e 30%, #00a7e7 100%) !important;
}

.section.bg-overlay {
    background-position: center center;
    background-size: cover;
}

.section {
    position: relative;
    padding: 8rem 0;
    z-index: 1;
    background-image: url("15.jpg");
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    direction: rtl;
    font-family: Yekan, YekanNumber !important;
}

    .section.bg-overlay::before {
        display: block;
        content: '';
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

.bg-overlay-gradient-blue::before {
    background: linear-gradient( 45deg, #242638 0%, #3386a7 100%);
}

.bg-overlay-gradient-blue .heading, .bg-overlay-gradient-blue .sub-heading, .bg-overlay-gradient-blue .ui-icon-blocks .ui-icon-block > .icon, .bg-overlay-gradient-blue .section-heading .paragraph, .bg-overlay-gradient-blue .lead {
    color: #FFF;
    font-family: Yekan, YekanNumber;
}

.sub-heading {
    font-family: Yekan, YekanNumber;
}

.text {
    position: relative;
    z-index: 2;
    color: white;
    padding-right: 5rem;
    font-family: Yekan, YekanNumber;
}


.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    cursor: pointer;
    left: 5px;
}

.link {
    color: #00042e;
    font-size: 12px;
    position: fixed;
    bottom: 10px;
    z-index: 2;
    padding-top: 750px;
    padding-right: 50px;
    font-size: 14px;
}



.rcRefreshImage{
    z-index:2;
    border:none !important;
    position:absolute;
}
#loginCaptcha_CaptchaTextBox{
    height:5rem !important;
}
#loginCaptcha_SpamProtectorPanel p{
    position:relative !important;
    padding:0 !important;
}
#loginCaptcha_SpamProtectorPanel p::before{
    content:'';
    position:absolute;
    right:25%;
    display:inline-block;
    width:2px;
    /* background: #000000; */
    border-left:1.5px solid #000;
    z-index:5;
    height:5rem;
    bottom:0;
}

@media only screen and (max-width: 992px) {

    .panel-body {
        padding: 8px !important;
    }

    .flex-1 {
        max-width: 40% !important;
    }
}
@media only screen and (max-width: 1024px) {
    .flex-1 {
        max-width: 40% !important;
    }
}
@media only screen and (max-width: 800px) {

    .panel-body {
        padding:9px !important;
    }

    .flex-1 {
        max-width: 40% !important;
    }
    @media only screen and (max-width: 600px) {

        .panel-body {
            padding: 24px !important;
        }

        .flex-1 {
            max-width: 100% !important;
        }
    }
    @media only screen and (max-width: 768px) {

        .panel-body {
            max-width: 212px !important;
            min-width: 212px !important;
        }

        .form-group {
            margin-bottom: -7px !important;
        }
        /* Flex Styles */
        .flex-2 {
            display: none;
        }

        .flex-1 {
            max-width: 100%;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: flex-start;
        }

        .flex-3 {
            background-color: white;
            display: flex;
            align-items: flex-start;
            align-content: flex-start;
            justify-content: center;
            font-family: Yekan, YekanNumber;
            min-width: 25%
        }


        /* Custom Styles */
        .font-yekan {
            font-family: "Yekan" !important;
            font-weight: 100 !important;
        }

        .input-group-custom, .input-group, .form-control {
            border: 1.55px solid #101010 !important;
            border-radius: 13px !important;
            padding: 3px !important;
        }

        .w-9 {
            min-width: 100% !important;
            margin-inline: auto !important;
        }

        .flex-col {
            display: flex !important;
            flex-flow: column wrap !important;
        }

        .shenase-title {
            margin-bottom: 5px;
        }

        /* Link Styles */
        .text-link > * {
            color: #adb9b9 !important;
            text-decoration-color: #7fffd3 !important;
        }

            .text-link > *:is(:hover, :checked, :focus) {
                text-decoration-thickness: 0.175em;
            }


        /* CustomGroup Styles */
        .custom-group {
            margin: 2rem auto 1.5rem !important;
            padding: 0 !important;
        }

        #txt_Num {
            width: 100% !important;
            border: 1.5px solid #101010 !important;
            border-radius: 13px !important;
            padding: 5px !important;
            margin-inline: auto !important;
            font-size: 14px !important;
            letter-spacing: 5px;
            font-weight: bold !important;
            text-align: center;
            color: #000000;
        }


        /* Plak Styles */
        .plak-group {
            padding: .5rem !important;
            margin: -3rem auto 1rem !important;
        }

        .plak-input {
            padding: unset !important;
            display: flex;
            justify-content: center;
        }

        .plak-box {
            padding-inline: 2rem !important;
        }

        .plak-title {
            margin-bottom: 5px;
        }


        /* Logo Styles */
        .logo {
            width: 100%;
            height: 100%;
            display: grid;
            place-items: center;
        }

        .logo-default {
            position: absolute;
            width: 40% !important;
            z-index: 100;
            object-position: center;
        }


        /* CaptchaBox Styles */
        .captcha-box {
            width: 100% !important;
            margin: -2.2rem auto 2rem !important;
        }


        #loginCaptcha_CaptchaImageUP {
            width: 100% !important;
            border-radius: 13px;
            margin-bottom: 14px;
        }

        input[name="loginCaptcha$CaptchaTextBox"] {
            width: 100% !important;
            border: 1.5px solid #101010 !important;
            border-radius: 13px !important;
            margin: 1rem auto 0 !important;
            padding: 5px 40px 12.5px 4px !important;
            margin-inline: auto !important;
            font-size: 16px !important;
            letter-spacing: 18px;
            font-weight: bold !important;
            text-align: center;
            color: black;
        }

        .loader {
            position: fixed;
            height: 100vh;
            z-index: 16;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            width: 100%;
            background: #ffffff;
            font-family: Yekan, YekanNumber;
        }

            .loader > .loader-item {
                position: fixed;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                text-align: center;
            }

        .rcRefreshImage {
            position: absolute;
            z-index: 2;
            border: none !important;
        }

        #loginCaptcha_CaptchaTextBox {
            height: 5rem !important;
        }

        #loginCaptcha_SpamProtectorPanel p {
            position: relative !important;
            padding: 0 !important;
        }

            #loginCaptcha_SpamProtectorPanel p::before {
                content: '';
                position: absolute;
                right: 25%;
                display: inline-block;
                width: 2px;
                border-left: 1.5px solid #000;
                z-index: 5;
                height: 5rem;
                bottom: 0;
            }

        .buttonclass {
            width: 15px !important;
            margin-right: -12px !important;
            padding-top: -6px !important;
            padding-bottom: 2px !important;
            position: fixed;
        }
    }