/*
    linear-gradient(Direction || Angle, color Stop 1, Color Stop 2, ......) 
    background-image: linear-gradient(to bottom, rgb(7, 64, 156), rgb(210, 218, 223))
*/
*{
    position: relative;
    margin:0;
    padding:0;
    font-family: Droid Arabic Kufi;
}
.modal {
    position: absolute;
    float:right;
}
body{
    display:flex;
    align-items:center; 
    justify-content:center; 
    text-align:center;
}
.dv_main{
    position: relative;
    width:100vw;
    height: 100vh;
    overflow: auto;
    display:flex;
    align-items:center; 
    justify-content:center; 
    text-align:center;
    background: linear-gradient(to left, transparent, #70a3ce);
	background-size: 100% 100%;
}
.dv_bdy{
    position: relative;
    display: block;
    width:60vw;
    height: 80vh;
    min-height: 515px;
    border-radius: 10px;
    background-color: rgba(28, 81, 131, 0.6);
    box-shadow: -4px 4px 10px 0px #6f6f71;
}
@media (min-width:992px) {
    .dv_rit{
        border-left:1px solid #294293;;
    }
}
.dv_bdy_row{
    position: relative;
    height:100%;
}
.dv_dta{
    position: relative;
    display: block;
    height: 100%;
}
.dv_rit_row{
    position: relative;
    display: block;
    float:right;
    padding-right: 10px;
    direction: rtl;
}
.dv_rit_row:nth-child(1){
    display: inline-flex;
    align-items: center; 
    justify-content: right; 
    text-align: center;
    height:35px;
}
.img_icn{
    position: absolute;
    display: block;
    float:left;
    left:0;
    height:100%;
    width:120px;
}
.lbl_rit_rgl{
    position: relative;
    display: block;
    float:right;
    direction:rtl;
    width:100%;
    text-align: right;
    font-size:14px;
    font-weight: bold;
    color:#294293;
}
.dv_dtl, .dv_dti{
    position: relative;
    display: block;
    float:right;
    direction:rtl;
    padding:5px;
    width:100%;
}
.dv_dtl{
    text-align: right;
    color:#FFFFFF;
    height:25px;
    font-size: 12px;
}
.txt_inp{
    position: relative;
    display: block;
    direction:ltr !important;
    float:right;
    width:100%;
    height:35px;
    text-align: center;
}
.captcha{
	position:relative;
	display: block;
	float:left;
	width:100%;
	margin:5px 0px;
}
.captcha-form{
    position: relative;
	display: flex;
    float:left;
    width:100%;
    
}
.preview{
    position: relative;
    display: block;
    float:left;
    direction:ltr;
	color:#eceaea;
	width:100%;
	display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
	height:40px;
	line-height: 40px;
	letter-spacing:8px;
	border:1px dashed #111111;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-family: "monospace";
	font-size: 20px;
}
.captcha .preview span{
    display: inline-block;
    float:left;
	user-select: none;
}
.captcha-form input{
    position: relative;
    display: inline-block;
    float:left;
    direction:ltr;
	width:100%;
	height:30px;
	padding:2px;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
    border-radius: 0;
	border-bottom-left-radius: 3px;
	border:none;
	background-color: #f2f0f0;
}
.captcha-refresh{
    float:right;
    display: inline-flex;
	width:40px;
	border:none;
	outline:none;
	color:#eee;
	cursor:pointer;
    font-size:18px;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    background: linear-gradient(to right, transparent, #1680c7);
    border-bottom-right-radius: 3px;
}
.captcha-refresh:hover{
    background: linear-gradient(130deg, #4f8cb6, #1680c7 120%) no-repeat center 100%; /* Modern gradient */
    color:orange;
    transition: .3s !important;
}
.dv_btn{
    position: relative;
    display: inline-block;
    float: right;
    padding:1px;
}
.btn_ctl{
    position: relative;
    display: inline;
    float: right;
    width: 100%;
    height: 33px;
    font-size: 11px;
    font-weight: 400;
    color:white;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    background: linear-gradient(to left, transparent, #1680c7);
    box-shadow: -1px 1px 4px 0px #414040;
    border:none !important;
}
.btn_ctl:hover{
    background: rgb(3 0 0);
    background: linear-gradient(130deg, #4f8cb6, #1680c7 120%) no-repeat center 100%; /* Modern gradient */
    color:orange;
    transition: .3s !important;
}
.btn_reg{
    position:absolute !important;
    display: block !important;
    float:right !important;
    right:5% !important;
    bottom:0 !important;
    margin:0 !important;
    width:90% !important;
}
.frm_btm{
	position: absolute;
	display: block;
	float:right;
    right: 0;
    margin:0;
    width:100%;
    height:auto !important;
    padding:0 !important;
    font-size: 9px;
	bottom:0px;
}
.frm_btm_txt, .frm_btm_qst{
	position: relative;
	display: block;
	float:left;
    height:50px;
    width:100%;
	text-align: justify;
    color:#FFFFFF;
	font-size: 10px;
	font-family: Droid Arabic Kufi;
    padding-left: 10px;
    padding-right: 10px;
}
.frm_btm_txt a{
    color:orange;
}
.frm_btm_qst{
    display: flex;
    height: 30px !important;
    font-size: 9px;
	font-family: Droid Arabic Kufi;
    align-items: center; 
    justify-content: center; 
    text-align: center;
}
.frm_btm_qst label{
    position: relative;
    display: block !important;
    float:left;
    width:90%;
    color:#bac6eb;
    border: none;
    border-top: 1px solid #98a1bf;
}
.frm_btm_btn{
	position: relative;
	display: block;
    float:left;
    padding-left: 10px;
    padding-right: 10px;
	bottom:0;
    width:100%;
    height: 40px !important;
}
.frm_btm_btn p{
	position: relative;
	display: block;
	float:right;
	font-size: 12px;
}

.dv_lft{
    padding:0;
}
.dv_lft_top,.dv_lft_mdl,.dv_lft_btm{
    position: relative;
}
.dv_lft_top{
    height:10%;
    font-size:12px;
    color:#e4e2e2;
}
.dv_lft_mdl{
    height:auto;
}
.dv_lft_btm{
    position: absolute;
	display: block;
	float:right;
	width:100%;
    margin:0;
    padding:5px;
    right: 0;
    font-size: 9px;
	bottom:0px;
}
.lbl_seq{
    position: relative;
    width:40px;
    height: 40px;
    color:#FFFFFF;
    font-weight: bold;
    font-size: 22px;
    font-family:Arial, Helvetica, sans-serif;
    background: linear-gradient(to left, transparent, #1680c7);
    border-radius: 50%;
    box-shadow: -4px 4px 10px 0px #424242;
    display:flex;
    align-items:center; 
    justify-content:center; 
    text-align:center;
}

.dv_mdl_seq {
    display:flex;
    align-items:center; 
    justify-content:center; 
    text-align:center;
}
.dv_mdl_row{
    margin-top:5px;
    height:100px;
}
.dv_mdl_inf{
    display:flex;
    align-items:center; 
    justify-content:center; 
    text-align:center;
}
.dv_mdl_txt{
    height:100px;
    padding:5px;
    font-size: 10px;
    text-align: justify;
    color:#e4e2e2;
    border-radius: 5px;
    align-items:center; 
    justify-content:center; 
    border:1px solid rgb(186, 186, 186);
}

.img_lab, .img_inf{
    position: relative;
    display: block;
    float:right;
    width:100%;
    height:100px;
    opacity:0.2;
    border-radius: 5px;
}
.img_inf{
    width:80%;
    height:80%;
    opacity:0.8;
    border-radius: 10px;
}
.dv_img{
    display:flex;
    align-items:center; 
    justify-content:center; 
    text-align:center;
}
.line-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 10px; 
    color: #294293;
}

.line-with-text::before,
.line-with-text::after {
    content: ""; 
    flex-grow: 1; 
    height: 1px;
    background-color: #ccc; 
    margin: 0 10px; 
}

.line-with-text::before {
    background: linear-gradient(to right, transparent, #294293);
}
.line-with-text::after {
    background: linear-gradient(to left, transparent, #294293);
}
.img_wts{
    position: absolute;
    display: block;
    float: right;
    right:5px;
    top:1px;
    width:22px;
    height: 22px;
    font-size: 22px;
    color:rgb(67, 243, 67);
    cursor: pointer;
}
.img_wts:hover{
    color:greenyellow;
    transition: .3s;
}

@media (max-width: 970px) {
    .img_icn{
        width:85px;
        height:90%;
    }
    .lbl_rit_rgl{
        font-size:13px;
    }
    .dv_rit_row:nth-child(1){
        height:40px;
    }
}
@media (min-width: 1200px) {
    .img_icn{
        width:120px;
        height:100%;
    }
    .lbl_rit_rgl{
        font-size:14px;
    }
}