﻿@font-face {
    font-family: 'JFFlat';
    src: url('/MOECore/font/JFFlat-Regular.woff2') format('woff2'),
        url('/MOECore/font/JFFlat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.file-details {
	color: gray!important;
}

.success-message {
    text-align: center;
    background-color: white;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    padding: 20px;
    /*width: 50%;*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    position: relative;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animated-check {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    position: relative;
}

.circle {
    stroke: #28a745;
    stroke-width: 2;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-linecap: round;
    animation: drawCircle 1s ease-out forwards;
}

.circleR {
	stroke: red;
	stroke-width: 2;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-linecap: round;
    animation: drawCircle 1s ease-out forwards;
}

#rejectError{
	font-size: large !important;
    color: #424242 !important;
}

.check {
    stroke: #28a745;
    stroke-width: 2;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-linecap: round;
    animation: drawCheck 1s 0.5s ease-out forwards;
}

@keyframes drawCircle {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    to {
        stroke-dashoffset: 0;
    }
}

.success-message h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.success-message p {
    font-size: 16px;
    margin-bottom: 20px;
}

#BtnNext5[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

#BtnNext6[disabled] {
        cursor: not-allowed;
        opacity: 0.5;
    }

#BtnNext1[disabled] {
        cursor: not-allowed;
        opacity: 0.5;
    }

#suiteBar, #s4-ribbonrow, div#s4-bodyContainer {
        display: block !important;
    }

    .contant input {
        color: #666 !important;
    }

    .gcBtn input {
        color: #fff !important;
    }


    img.LBD_CaptchaImage {
        bottom: 19px;
        border-radius: unset !important;
    }

     .contant input[type=submit]{
border-bottom: 0px;
    background: #068775!important;
    max-width: 100%;
    font-size: 16px;
    border-radius: 18px!important;
    color: #fff;
    height: 40px;
    padding: 0;
    width: 50%;
    line-height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
        }
  .contant input {
        color: #666 !important;
    }
.contant input{
	color:#666;
	font-size:30px;
	border:0;
}

.contant input {
    color: rgba(255, 255, 255, 0.7098039215686275);
    font-size: 20px;
    border: 0;
    /*width: 100%;*/
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px rgba(255, 255, 255, 0.3607843137254902) solid;
    padding-bottom: 15px;
            font-family: '29LT Bukra B';

    }

.contant input {
	font-family: 'CoconNextArabic';
    /*font-size: 14px;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.contant input[type=submit] {
    font-size: 20px;
}

  img.LBD_CaptchaImage {
        bottom: 19px;
        border-radius: unset !important;
    }
.LBD_CaptchaDiv a img {
        bottom: 9px;
    }
.CaptchTXTDiv {
    position: absolute;
    top: -30px;
    left: 0px;
}
    .CaptchaLine {
        max-width: 250px;
        margin: auto;
        position:relative;
        margin-top: 10px;
    }

.ComplaintCaptchaLine .LBD_CaptchaImageDiv, .ComplaintCaptchaLine .LBD_CaptchaIconsDiv, .ComplaintCaptchaLine .CaptchTXTDiv {
        position: inherit !important;
    }
.ComplaintCaptchaLine .LBD_CaptchaIconsDiv {
        margin-top: -31px !important;
        margin-right: 86px !important;
    }
    .LBD_CaptchaImageDiv {
    float: right;
}

    .LBD_CaptchaImageDiv img {
        width: 80px;
        border: 0;
        height: 40px;
        border-radius: 20px;
    }
.ComplaintCaptchaLine .CaptchTXTDiv input {
    width: 135px !important;
    float: right;
    height: 40px;
    border-radius:18px;
    background: #fff!important;
    border: 0;
    color: #666;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    border: 1px solid #cccccc;
        }

    .LBD_CaptchaIconsDiv {
        float: right;
        width: 20px !important;
    }
    /* Form group for labels and inputs */
.form-group {
    margin-bottom: 20px;
    text-align: right;
}

/* Form labels */
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    padding-right:10px;
}

/* Text input fields */
.form-control {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.form-group span {
    color: red !important;
}
h4{
	color:#2fab99!important;
}