﻿.field-validation-error {
    color: red;
    font-weight: bold;
}

.btn {
    cursor: pointer;
}

.col-md-12.toppart {
    height: 120px;
    background-color: #fdfdfd;
    box-shadow: 1px 1px 0px #d6d3d3;
    padding: 10px 54px 20px 20px;
}

.col-md-6.logopart {
    width: 45%;
    float: right;
    height: 95px;
    display: inline-block;
}

.col-md-6.AppNMpart {
    text-align: left;
    padding-top: 0px;
    font-size: 20px;
    color: #0b94d0;
}

.loginPart {
    background-color: #fdfdfd;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 1px 1px 1px 1px #f3f3f3;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.05rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.btn.btn-success.col-12 {
    border-radius: 0.05rem;
    background-color: #46a7e0;
    border-color: #46a7e0;
}

.loginPart2 {
    width: 60%;
    max-width: 100%;
    background-color: #fdfdfd;
    /* color: black; */
    margin: 0 auto;
    padding: 15px;
    box-shadow: 1px 1px 1px 1px #f3f3f3;
}

    .loginPart2 h2 {
        text-align: right;
        font-size: 16px;
        color: #2c9cde;
        border-bottom: 1px solid #2488c3;
        padding-bottom: 10px;
    }

.changeBLK {
    /*width: 40% !important;
    background-color: #fdfdfd;
    border: 1px solid #178aad;
    border-top: 5px solid #ac9262;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 150px;
    margin: 28px auto;
    padding: 60px 0px 0px 0px;*/
}

    .changeBLK a {
        color: #178aad;
        background-color: #fdfdfd;
        border: 1px solid #178aad;
        border-top: 5px solid #ac9262;
        display: inline-block;
        text-align: center;
        height: 150px;
        margin: 14% auto;
        padding: 48px 0px 0px 0px;
        width: 92%;
        font-size: 23px;
        direction: rtl;
        text-decoration: none;
    }

    .changeBLK i {
        font-size: 45px;
        vertical-align: middle;
    }

    .changeBLK a:hover, .changeBLK a:focus {
        background-color: #46a7e0;
        color: #fff;
        border-top: 5px solid #969595;
    }

.loginPart2 .form-control {
    text-align: right;
    border-radius: 3px;
    width: 100%;
}

.loginPart2 .k-widget.k-tooltip-validation {
    display: block;
    text-align: right;
    border-color: transparent;
    background-color: transparent;
    color: #ff0000;
}

.loginPart2 input[type=file] {
    background-color: #fff;
    border: 1px solid #e0dede;
}

.loginPart2 button.btn.btn-success.col-12 {
    border-radius: 0.05rem;
    background-color: #46a7e0;
    border-color: #46a7e0;
}

    .loginPart2 button.btn.btn-success.col-12:hover {
        border-radius: 0.05rem;
        background-color: #46a7e0;
        border-color: #46a7e0;
    }

.loginPart .title {
    text-align: right;
    font-size: 16px;
    color: #2c9cde;
    border-bottom: 1px solid #2488c3;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
}

.loginPart .form-control {
    text-align: right;
    border-radius: 3px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

* {
    text-align: justify;
}

.taahod_header {
    margin-top: 3rem;
}

    .taahod_header h1 {
        color: #ceaa29;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .taahod_header h3 {
        font-size: 1.1rem;
        font-weight: 500;
        /*font-style: italic;*/
        margin-top: 10px;
        color: #ca6868;
    }

.accordion {
    margin-top: 2rem;
    border: 1px solid rgb(4 99 110 / 39%);
    border-radius: 5px;
}

    .accordion .item:not(:last-child) {
        border-bottom: 1px solid rgb(4 99 110 / 39%);
    }

    .accordion .item {
        background-color: rgb(4 99 110 / 5%);
    }

    .accordion .item-header h2 {
        font-size: 1.1rem;
        font-weight: 600;
        background-color: rgb(4 99 110 / 7%);
        color: #04646f;
        padding: 10px 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .accordion .item-body {
        padding: 1rem;
    }

        .accordion .item-body ul {
            margin: 0;
        }

            .accordion .item-body ul li {
                font-weight: 500;
                margin-bottom: .5rem;
            }

        .accordion .item-body h3 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            line-height: 1.5;
        }

.form-check, .form-check-label {
    cursor: pointer
}

.valideWrapper {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

    .valideWrapper p {
        margin: 0;
        display: flex;
        align-items: center;
        gap: .5rem;
        font-size: .8rem;
    }
        .valideWrapper p i {
            font-size: .7rem;
        }

        .valideWrapper p.text-success :before {
            content: "\f00c";
        }
