@font-face {
    font-family: "WrthLatinDisplay-Bold";
    src: url("../../include/fonts/WrthLatinDisplay-Bold.ttf");
}
@font-face {
    font-family: "WrthText-Bold";
    src: url("../../include/fonts/WrthText-Bold.ttf");
}
@font-face {
    font-family: "WrthText-Italic";
    src: url("../../include/fonts/WrthText-Italic.ttf");
}
@font-face {
    font-family: "WrthText-Light";
    src: url("../../include/fonts/WrthText-Light.ttf");
}
@font-face {
    font-family: "WrthText-Regular";
    src: url("../../include/fonts/WrthText-Regular.ttf");
}
.nav {
    border-bottom: 10px solid #3E5329;
}

.nav p{
    color: #3E5329;
    font-weight: bold;
}

.nav-content{
    display: inline-flex;
}

.nav-content a:hover p{
    color: white;
}

.nav-content a {
    padding: 0 10px;
}

.generalForm{
    height: auto;
    background-color: white;
    padding-bottom: 50px;
    width: 55%;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 0 15px #0000007a;
    min-height: 300px;
}

.generalFormLogin{
    height: auto;
    background-color: white;
    padding-bottom: 30px;
    width: 35%;
    margin: 22px auto;
    border-radius: 5px;
    box-shadow: 0 0 15px #0000007a;
    min-height: 250px;
    position: absolute;
    right: 30%;
    top: 25%;
}

.generalForm2 {
    height: auto;
    background-color: white;
    padding-bottom: 30px;
    width: 55%;
    margin: 22px auto;
    border-radius: 5px;
    box-shadow: 0 0 15px #0000007a;
    min-height: 749px;
}

.buttonIconSec{
    background: #dab8bd85;
}

.buttonIconSec {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-right: 12%;
}

.buttonIconSec .content:nth-child(odd) {
    background: #3E5329;
}

.buttonIconSec .content:nth-child(even) {
    background: #4e6939;
}

.buttonIconSec .content {
    padding: 39px 0;
    width: 175px;
    height: 160px;
    margin: 20px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}

.buttonIconSec .content:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    transition: 0.5s;
}

.buttonIconSec .content h6{
    margin-top: 10px;
}

@media screen and (max-width: 1700px){
    .buttonIconSec {
        padding-right: 4%;
    }
}

.admPortalSec{
    border-left: 2px solid #3E5329;
}

.vertiacl-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 7px;
    text-align: center;
    background-color: #3E5329;
    color: white;
    height: 85px;
    width: 30px;
    -webkit-writing-mode: vertical-lr;
    display: inline-block;
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
    text-align: center;
    white-space: nowrap;
    transform-origin: 50% 50%;
    transform: rotate(180deg);
}

.unified-admission-txt-title {
    font-weight: bold;
    font-size: 1.05rem;
    color: #ffffff;
    background: #3E5329;
    border: 1px solid #3E5329;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    float: right;
    margin: 10px;
}

.ROW_DEV {
    font-weight: bold;
    font-size: 1.05rem;
}

table td a.btn {
    float: initial;
    display: table-caption;
    height: fit-content;
    width: max-content;
    padding: 4px;
}

.fontText {
    font-weight: bold;
    font-size: 1.05rem;
    border: 0pt;
    color: Black;
    vertical-align: middle;
    height: 16pt;
    padding-left: 20px;
}

.rowPadding {
    padding-right: 35px;
}

.secLogo .img1{
    width:300px;
    height:70px;
    border-left: 1px solid #3E5329;
    padding: 0 20px;
    margin: auto 20px;
}
.secLogo .img2{
    width: 100px;
    height: auto;
}
.secLogo{
    text-align: right!important;
}
.secCon{
    display: flex;
    height: 240px;
    background: #DAE3D2;
    padding: 20px;
}
.impNote{
    color: red;
    padding: 0 40px
}

.newAdmReq{
    width: 1024px;
}

.applicationDivList {
    min-height: 250px;
    overflow: hidden;
}
.applicationList2 {
    font-size: 1.05rem;
    min-height: 250px;
    overflow: scroll;
}
.choicesTableTr{
    display: flex;
    flex-direction: row;
    min-width: 100%;
}
.choicesTableTr td:nth-child(1) {
    flex: 45%;
}
.choicesTableTr td:nth-child(2) {
    flex: 10%;
    margin: auto;
}
.choicesTableTr td:nth-child(3) {
    flex: 45%;
}
.change-desires{
    display: flex;
    flex-direction: column;
    margin-right: 50%;
    margin-top: 15px;
}


.secInfo{
    display: flex;
    flex-direction: column;
}
.dataSec{
    flex: 50%
}
.dataSec tbody {
    display: flex;
    flex-direction: row;
    text-align: center;
}
.dataInfo{
    display: flex;
    flex-direction: column;
    flex: 25%;
}
.dataSec tbody .fontText{
    margin-bottom: 5px;
}
.dataSec tbody input {
    width: 70%;
    text-align: center;
    margin-bottom: 10px;
}
.tooltoptd {
    font-size: 1.05rem;
    position: absolute;
    right: 46.5%;
    top: 13.5%;
}
#tooltopwrap{
    z-index: 999;
    background: #fff;
    border: 1px solid #3E5329;
    display: none;
    padding: 10px;
    width: 250px;
    display: none;
}


@media screen and (max-width: 1554px) {
    .buttonIconSec .content{
        flex: 18.33%;
    }
    .wei-Ratio{
        width:45% !important;
    }
}
@media screen and (max-width: 1223px) {

    .nav p {
        font-size: 1.05rem;
    }
    .tooltoptd {
        right: 48.5%;
        top: 14.5%;
    }
}
@media screen and (max-width: 1137px) {
    .generalForm, .generalForm2{
        width: 70%;
    }
    .generalFormLogin{
        width: 50%;
    }
    .newAdmReq{
        width: 90%;
    }
}
@media screen and (max-width: 992px) {
    .buttonIconSec {
        padding-right: 2%;
    }
    .generalFormLogin {
        position: inherit;
        width: 60% !important;
        right: auto;
        top: auto;
    }

    .buttonIconSec .content {
        margin: 10px;
        height: 130px;
        padding: 20px 0;
    }
    body{
        padding-bottom: 60px;
    }
    .nav-content {
        display: grid !important;
        max-width: 300px;
        background: #DAE3D2;
        position: absolute;
        z-index: 999;
        top: 126px;
        right: -320px;
        padding: 0 ;
        border-radius: 0 0 0 15px;
        box-shadow: -3px 3px 15px black;
        transition: 0.8s ease-in-out;
    }
    .nav-content.active{
        right: 0;
    }
    .nav-content a {
        border-left: none;
        border-bottom: 1px solid #3E5329;
        padding: 10px 20px !important;
        text-align: initial;
        width: 300px;
        margin: 0;
    }
    .nav-content a:last-child {
        border-radius: 0 0 0 15px;
    }
    .nav p {
        font-size: 1.1rem;
    }
    .pp2.active{
        filter: brightness(70%);
    }
    .buttonIconSec .content{
        flex: auto;
    }
    .admPortalSec {
        border-left: none;
        border-bottom: 2px solid #3E5329;
        padding-bottom: 15px;
    }
    .secCon{
        display: grid;
        height: auto;
    }
    .admTimeSec{
        padding-top: 15px;
    }
    .img-header{
        height: 200px;
    }
    .generalForm, .generalForm2 {
        width: 90%;
    }
    .newAdmReq{
        width: 95%;
    }
    .wei-Ratio .trMedia {
        display: grid;
    }
    .wei-Ratio .trMedia .fontText {
        margin-bottom: 10px;
    }
    .wei-Ratio .trMedia input, .generalForm2 .trMedia select {
        width: 100%;
        height: 33px;
    }
    .tableMedia td, .tableMedia th {
        border: 2px solid white;
        padding: 0 10px;
    }

}
@media screen and (max-width: 900px) {
    .secInfo{
        flex-direction: row;
    }
    .dataSec tbody {
        flex-direction: column;
    }

}
@media screen and (max-width: 685px) {
    .generalFormLogin {
        width: 80% !important;
    }
    .generalForm, .generalForm2 {
        width: 95%;
    }
    .trMedia {
        display: grid;
    }
    .trMedia .fontText {
        margin-bottom: 10px;
    }
    .trMedia input, .trMedia select {
        width: 100%;
        height: 33px;
    }
    .newAdmReq .trMedia {
        display: table-row;
    }
    .newAdmReq .trMedia .fontText {
        margin: 0;
    }
    .newAdmReq .trMedia input, .newAdmReq .trMedia select{
        width: auto;
    }
    .impNote{
        text-align: center !important;
        padding: 0 15px 15px;

    }
    .generalForm #t3 {
        margin: auto 10% !important;
    }
    .generalForm{
        padding-bottom: 75px;
    }
    #ValidNationalIdTr{
        display: block;
    }
    .btn.resBtn {
        margin: auto !important;
    }
    .choicesTableTr {
        flex-direction: column;
    }
    .rotRes{
        transform: rotate(-90deg);
    }
    .change-desires{
        margin-right: auto;
    }
    .tooltoptd {
        right: 36.5%;
        top: 12.8%;
    }
}
@media screen and (max-width: 508px) {
    .img-header {
        height: 125px;
    }
    .generalFormLogin {
        position: inherit;
        width: 95% !important;
    }
    body {
        font-size: 1rem;
    }
    p{
        font-size: 1rem;
    }
    .secLogo .img1 {
        width: 200px;
        padding: 0 10px;
        height: auto;
    }
    .secLogo .img2 {
        width: 75px;
    }
    .dropbtnNav_ar  {
        background-size: 70%;
        left: 30%;
    }
    .nav-content{
        top: 101px;
    }
    .secInfo{
        flex-wrap: wrap;
    }
    .dataSec {
       flex: 100%;
    }
    .secInfo .dataSec:first-child tbody , .secInfo .dataSec:last-child tbody {
        text-align: right;
    }
    .dataSec tbody input {
        margin-bottom: 15px;
    }
    .newAdmReq .trMedia {
        display: grid;
    }
    .newAdmReq .trMedia .fontText {
        margin-bottom: 10px;
    }
    .newAdmReq .trMedia input, .newAdmReq .trMedia select{
        width: 100%;
        height: 33px;
    }

    #hijriDateTr span{
        visibility: hidden;
    }
    .tooltoptd {
        right: 25.5%;
        top: 10.3%;
    }


}
@media screen and (max-width: 425px) {
    .generalForm{
        padding-bottom: 95px;
    }
}

.btn{
    border: 1px solid #3E5329;
    font-size: 1rem !important;
    line-height: 1.3;
    border-radius: 20px 0;
    padding: 4px 15px 4px 15px !important;
    color: #ffffff !important;
    background-color: #3E5329;
    display: block;
    font-weight: normal !important;
    margin: auto 0px auto 10px;
    height: auto;
    width: max-content;
}

input, select {
    border-radius: 5px;
    /*border: 1px solid;*/
    height: 35px;
    padding: 0 10px;
}

.ui-panel-title::after {
    content: "";
    display: flex;
    width: 100%;
    height: 0.3rem;
    right: auto;
    bottom: auto;
    margin-top: 5px;
    background: linear-gradient(to left, #3e5329, #486030, #dae3d2);
}
#booleanData table{
    width: 100px;
}

.HEADING {
    background-color: #3E5329 !important;
}
.btn {
    background-color: #3E5329 !important;
    border-color: #3E5329 !important;
}

.fileLabel {
    background-color: #3E5329;
    color: white;
    padding: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 0.3rem;
    font-family: "WrthText-Regular";
    background-image: url("/wrth/images/uploadBck.png");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left;
    background-position-x: 5px;
    width: 85px;
    text-align: right;
}
.linkA{
    color: #3E5329 !important;
}
.linkA:hover{
    color: #556840 !important;
}

.ui-state-active{
    color: white !important;
}

.fixedHeader thead tr  {
    position: sticky;
    top: 0;
}


