@import url("../../cdn.jsdelivr.net/npm/bootstrap-icons%401.5.0/font/bootstrap-icons.css");
@font-face {
    font-family: Frutiger;
    src: url('../fonts/Frutiger/Normal/FrutigerLTW20-55Roman.ttf');
}
*{
    font-family: Frutiger !important;
}
.mt-6{
    margin-top: 2em !important;
}
.mt-7{
    margin-top: 2.5em !important;
}
.logo{
    margin-top: .5em;
    margin-right: 4.66em;
    width: 8em;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    text-align: left;
}
.headerTitle{
    margin-right: 11.3em;
    font-weight: bold;
    margin-top: 0.3em;
}
.pattern{
    float: left;
    margin-top: 4.5em;
    margin-left: 4.66em;
    width: 20% !important;
}
.header {
    height: 8em;
    background: transparent linear-gradient(100deg, #0d197c 0%, #0072B6 50%, #3F1C8E 100%) 0% 0% no-repeat padding-box;
    color: white;
    font-size: 30px;
}
input{
    border: none;
}
.applicationNotCompleted{
    position: absolute;
    top: 32px;
    right: 40%;
    left: 40%;
}
a{
    text-decoration: none;
}
input:focus, textarea:focus, select:focus{
    outline: none;
}
.errors{
    color:#FF8F00;
}
.error{
    color: #fff;
    display: block;
}
.cam{
    position: absolute;
    bottom: 1px;
    right: 1px;

    font-size: 25px;

    background-color: #304251;
    padding: 10px 15px;
}
.sidebarImg{
    width: 15em;
    height: 15em;
}
.sidebarImg:hover{
    cursor: pointer;
}
.sidebar{
    position: absolute;
    top: 10.5em;
    right: 7.3%;
    width: 15em;
}
.border-right{
    border-right: 3px solid #C4C8C9;
    display: inline-block;
    margin-right: .5em;
}
.botomSidebar{
    padding-top: 2.5em;
    /* text-align: center; */
    background: #FDFDFD;
    min-height: 25em;
}

.sidebar-details{
    display: inline-block;
    color: #304251;
    font-size: 14px ;
}
.sidebar-icon{
    /* float: right; */
    margin-left: .5em;
    margin-right: .5em;
}
#details{
    border: none;
    background-color: inherit;
    color: #FF8F00;
}
.active-row{
    background-color: #304251;
}
.active-row  button {
    color: #C3CC00 !important;
}
.sidebar-name{
    color: #0072B6;
}
.apptitle{
    color: #0d197c;
}
.appHead > tr > th{
    color: #FF8F00;
}
.appcontainer{
    position: relative;
    min-height: 150px;
    background-color: #304251;
    padding-bottom: 60px;
}
.delete-btn{
    background-color: #FF3600 !important;
}
.sidebarLink{
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    border-right: 15px solid #C4C8C9;
    border-bottom: 1px solid #C4C8C9;
}
.sidebarLink-active{
    border-right-color: #0072B6 !important;
}
.rights{
    color: #0d197c ;
    font-size: 12px
}
.sidebarLink-active > a{
    color: #0072B6 !important;
}
.sidebarLink > a{
    padding-bottom: .5em;
    color: #304251;
    display: block;
    margin-right: 2em;
}
.sidebarLink > a:hover{
    color: #C4C8C9;
}
.sidebarLink:hover{
    color: #C4C8C9;
    cursor: pointer;
}
.display-none{
    display: none !important;
}

.top-p{
    color: #FF8F00;
}
.row{
    margin-top: 25px;
}
label{
    margin: 0 10px 10px 0;
    color: #0072B6;
    float: right;
}

/* #formContainer{
    padding: 2em 1em;
} */
.next-btn, .confirm-btn, .confirmed-btn{
    position: absolute;
    bottom: 1em;

    opacity: 1;
    width: 120px;
    height: 48px;
    left: 1em;
    color: #fff;
    display: inline-block;
    background: #0d197c;
    border: none;
}
.confirm-btn-1{
    opacity: 1;
    width: 120px;
    height: 48px;
    color: #fff;
    display: inline-block;
    background: #0d197c;
    border: none;
}
.confirmed-btn{
    width: 306px;
    opacity: 0.7;
    border-radius: 20px;
    height: 40px;
    background: #22cfc7;
    bottom: 1em;
    left: 10em;
}
input[type=text], select {
    /* width: 320px; */
    height: 38px;
}
.modal-footer{
    direction: ltr;
}
.next-btn{
    background: #C4C8C9;
}
.confirm-btn{
    bottom: 1em;
    left: 10em;
    background-color: #0072B6;
}
.confirm-btn-1{
    background-color: #0072B6;
}
.borderless th{
    text-align: right;
    padding: .5rem 1rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#deleteFile-btn{
    background: none;
    border: none;
    float: right;
    font-size: 18px;
    color: #FF3600;
}
.original_name{
    color:black;
}
input[type=number] {
  -moz-appearance: textfield;
}
.submit-next-btn, .previus-btn, .edit-btn, .save-btn{
    position: absolute;
    bottom: 1em;
    left: 1em;
    width: 120px;
    height: 48px;
    background: #0072B6;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    border: none;
}
.edit-btn{
    background: #FF8F00;
}
.save-btn{
    background: #C3CC00;
}
.submit-next-btn-end{
    background: #22cfc7;
}
.previus-btn{
    bottom: 1em;
    left: 10em;
    background-color: #304251;
}
nav{
    width: 100%;
    display: flex;
}
nav .item:hover{
    cursor: pointer;
}
nav .item{
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    border: 1px solid #C4C8C9;
    border-right: none;
    border-top: none;
    /*border-radius: 40px 0 0 0 ;*/
    position:relative;
}
nav .item:after {
       content: '';
    position: absolute;
    top: 0px;
    left: 0;
    border-bottom: 30px solid transparent;
    border-left: 30px solid white;
    width: 0;
}

nav .item.active{
    background-color: #0072B6;
    color: #fff;
    border: none;
}
nav .item.previous{
    background-color: #0d197c;
    color: #fff;
    border: none;
}
.prev{
    background-color: #0d197c !important;
    color: #fff !important;
}
.box-container{
    border-top: 1px solid #C4C8C9;
    border-radius: 40px 0 0 0;
    padding-bottom: 0.93em;
    min-height: 45.5em;
    position: relative;
    top: 46px;
    right: 29.93em;
    width: 71%;
    background-color: #fff;
}
#formContainer {
    padding: 1.6em;
}
body{
    background-color: #EDF6FC;
}
.error{
    color: #FF8F00;
    margin-top: 5px;
}
.finish-check{
    font-size: 150px;
    color: #0d197c;
}
.finish-title{
    color: #0d197c;
}
.rate-textbox{
        width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 122px;
}
.show-personal-info, .submit-rate{
    margin-top: 2.5em;
    background-color: #304251;
    color: #FFFFFF;
    width: 220px;
    height: 50px;
    border: none;
}
@media only screen and (max-width: 1650px){
.box-container{
    right: 19em;
        width: 73%;
    }
    .choosed-programs {

    width: 98%;
    height: 66px;
    }
}
@media only screen and (max-width: 1200px){
    .submit-btn{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .box{
        margin-top: 50%;
    }
    .next-btn{
        position:unset;
        float: left;
        margin-left: 1%;
    }
    .confirmed-btn{
        position:unset;
        margin-top: 10px;
    }
    .box-container{
        position: inherit;
        width: 100% !important;
    }
    .sidebar{
        position: inherit;width: 100% !important;
    }
}



/* body{
   background: transparent url('/img/blue.jpeg');
    margin-top: 12%;
    margin-right: 10%;
} */

input[type=checkbox]{
    /* width: 25px;
    height: 25px;
    border: 1px solid ;
    border: 1px solid #FDFDFD;
    border-radius: 3px; */
    background: transparent;
    margin-top: 7px;
    float: right;
}



.greenySpan{
    color: #0d197c;
}
.greenySpan:hover{
    cursor: pointer;
}
.hedding{
    text-align: right;
    opacity: 1;
    font-weight: bold;
}



.labled-input-span{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    border-right: none;
}
.labled-input{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.create-account{
    float: left;
    width: 280px;
    height: 60px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 3px;
    opacity: 1;
}
.create-account-p{
    display: inline-block;
    text-align: right;
    font: normal normal normal 18px/39px Frutiger LT Arabic;
    letter-spacing: 0px;
    opacity: 1;
}
/* ::placeholder {
    margin: 100px;
    font-size: 1.5em;
    color: #fff;
    opacity: 1;
} */
div.stars {
 /* width: 270px;*/
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
.charter{
    text-align: right;
}
.charter-title{
    font-weight:bold;
    font-size:24px;
        text-align: center;
}
.starrr {
  display: inline-block; }
  .starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; }
.input{
    margin: 1em 0;
    display: block;
    width: 536px;
    height: 65px;
    border: 1px solid ;
    border-radius: 3px;
    opacity: 1;
    background: transparent;
    padding-right: 15px;
}
.submit-btn{
    color: #fff;
    display: inline-block;
    width: 230px;
    height: 48px;
    background: #0d197c;
    border: none;
    border-radius: 3px;
    opacity: 1;
}

.g-recaptcha{
    display: inline-block;
    width: 260px;
    height: 40px;

        vertical-align: middle;
}
.rec-butt{
	    height: 77px;
}
.endForm{
    height: 60px;
}




.table{
    margin-top: 1em;
}
.borderless td, .borderless th {
    border: none;
}
thead > tr > th{
    color: #0072B6;
}
.topBar{
    background-color: #0072B6;
    display: block;
    height: 3.5em;
    padding: 10px;
    border-top-left-radius: 2.5em ;
    width: 100%;
}
.createAppBtn{
    float: left;
    margin-left: 3em;
    color: #0072B6;
}
.topTitle{
    display: inline-block;
}

.blueBGC{
    background-color: #0072B6 !important;
}
.box-container{
    text-align: center;
}
.cancel-btn{
    position: absolute;
    bottom: 1em;
    left: 10em;
    color: #fff;
    display: inline-block;
    width: 120px;
    height: 48px;
    background: #304251;
    border: none;
    border-radius: 3px;
}
.appLabel{
    color: #FF8F00;
}

.bottomLabel{
    position: absolute;
    bottom: 0em;
    left: 40%;
    color: #fdfdfd;
    background-color: #0072B6 !important;
    display: inline-block;
    width: 200px;
    height: 30px;
    border-top-left-radius: 5em;
    border-top-right-radius: 5em;
}
.student-college-desires{
    width: 100%;
/* width: 88%; */
/* height: 380px; */
padding-bottom: 70px;
border: 1px solid var(--unnamed-color-c4c8c9);
border: 1px solid #C4C8C9;
border-radius: 3px;
opacity: 1;
position: relative;
}
.college-branches-dropdown{
    width: 50%;
}
.colleges, .collegesMa{
    width: 100%;
    height: 40px;
border-radius: 3px;
padding: inherit;
color:white;
float:right;
cursor: pointer;
margin: 5px;
line-height: 2;
}
.programs, .programsMa{
    padding-right: 26px;
    min-height: 38px;

    font-size: 13px;
    width:100%;
background: var(--unnamed-color-edf6fc) 0% 0% no-repeat padding-box;
background: #EDF6FC 0% 0% no-repeat padding-box;
border-radius: 3px;
float: right;

    margin: 5px;
    line-height: 2;
    position: relative;
}
.delete-desires{
        background: #C4C8C9;
    width: 180px;
    height: 48px;
    color: #fff;
    line-height: 2.5;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    bottom: 12px;
    right: 12px;
}
ol, ul {
         padding-left: 0rem !important;
}
.choosed-programs{
    display: inline-table;
    font-size: 13px;
    width:90%;
    height: 38px;
background: var(--unnamed-color-edf6fc) 0% 0% no-repeat padding-box;
background: #EDF6FC 0% 0% no-repeat padding-box;
border-radius: 3px;
padding-right: 10px;
float: right;
    text-align: right;
    margin: 5px;
    line-height: 2;
    position: relative;
    margin-bottom: 12px;
    cursor:pointer;
}
.choosedCollegeIn{
    color:#0072b6;
    margin-right:20px;
    display: inline-block;
    margin-left: 5%;
}
.arrange-equals{
    position: absolute;
    left: 0;
    /* top: 25%; */
    font-size: 50px;
    color: #FF8F00;
    display: inline-block;
    float: left;
    margin-left: 16px;
    font-size: 64px;
    line-height: 0.3;
}
.circle-add{
    border-radius: 50%;
    border: 2px solid #0d197c;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 9px;
    cursor: pointer;
    color:#0d197c;
    right: 10px;
    line-height: 12px;
    text-align: center;
}
.circle-remove{
    border-radius: 50%;
    border: 2px solid #FF3600;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 9px;
    cursor: pointer;
    color:#FF3600;
    right: 10px;
    line-height: 12px;
    text-align: center;
}
.priority{
    width: 26px;
    height:26px;
    display: inline-block;
    background: #FFFFFF;
    text-align: center;
    color:#0072b6;
    line-height: 1.4;
    text-align: center;
}
.college-1{
    background: var(--unnamed-color-c3cc00) 0% 0% no-repeat padding-box;
    background: #C3CC00 0% 0% no-repeat padding-box;
}
.college-2{
    background: var(--unnamed-color-0072B6) 0% 0% no-repeat padding-box;
    background: #0072B6 0% 0% no-repeat padding-box;
}
.college-3{
    background: var(--unnamed-color#0d197c) 0% 0% no-repeat padding-box;
    background: #0d197c 0% 0% no-repeat padding-box;
}
.college-4{
    background: var(--unnamed-color-FF8F00) 0% 0% no-repeat padding-box;
    background: #FF8F00 0% 0% no-repeat padding-box;
}


.right{
    float:right;
}
.show_input{
    display: flow-root;
    background-color: #e9ecef;
}

.login-create{
    height: 60px;
}


@media only screen and (max-width: 1200px){
    .box{
        margin-top: 50%;
    }
    .bottomLabel{
        position:unset;
        margin-top: 50%;
    }
    .cancel-btn, .previus-btn{
        position:unset;
        float: right;
        margin-right: 1%;
    }
    .next-btn, .edit-btn, .save-btn, .confirm-btn, .submit-next-btn{
        position:unset;
        float: left;
        margin-left: 1%;
    }
}


@media only screen and (max-width: 800px){
    /* .dontHaveAccount{
        margin-top: 0px;
    } */
    .createAppBtn {
        margin-top: 60px;
        float: right;
        margin-bottom: 10px;
        color: #fff;
        background-color: #0072B6;
    }
    .choosed-programs{
            height: 110px;
            padding-left: 50px;
    }
    body{
        margin-right: auto !important;
    }
    .formContainer{
        width: 80%;
    }
    .create-account{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .input{
        width: 90%;
        background: white;
    }
    .create-account{
        display: block;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .container{
        text-align: center;
    }

    .topnav{
        display: grid;
    }

    .row{
        display: block;
        width: 100%;
    }
    .col-4{
        width: 100%;
    }


    .headerTitle{
        margin-right: 0;
    }
    .header {
      padding-top: 5em;
      text-align: center;
    }
    .sidebarImg{
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* width: 50%; */
    }
    .header {
        padding-top: 0;
    }
    .pattern {
        display: none;
    }
    .logo {
        margin-top: 0;
        margin-right: 0;
    }
}
