@import url('https://fonts.googleapis.com/css?family=Cairo|Changa|Tajawal|Montserrat:300,400,400i,500,600,700,800,900&display=swap');

body {
  direction: rtl !important;
  font-family: 'Cairo', sans-serif;
  background-color: #ececec;
  background-image: linear-gradient(45deg, #008875, #008875);
  background-size: 504px 100%;
  background-repeat: no-repeat;
  text-align: right !important;
  background-position: left; }

main {
  padding-right: 83px;
  padding-left: 382px;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: auto; }
  @media (max-width: 1400px) {
    main {
      padding-left: 182px; } }
  @media (max-width: 767px) {
    main {
      padding: 24px; } }

.bd-wizard-card {
  width: 100%;
  border-radius: 23px;
  box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.5);
  background-color: #ffffff;
  min-height: 597px;
  margin-top: auto;
  margin-bottom: auto; }
  @media (max-width: 767px) {
    .bd-wizard-card {
      margin-top: 25px;
      margin-bottom: 0;
      min-height: auto; } }
  .bd-wizard-card .card-body {
    padding: 80px 90px 65px 80px; }
    @media (max-width: 767px) {
      .bd-wizard-card .card-body {
        padding: 50px 20px 20px; } }

/* Wizard */
.wizard .audible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.wizard .steps {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding-right: 92px;
  width: 504px; }
  @media (max-width: 1400px) {
    .wizard .steps {
      width: 310px; } }
  @media (max-width: 767px) {
    .wizard .steps {
      position: absolute;
      bottom: calc(100% - 25px);
      padding-right: 0;
      width: 100%;
      top: auto;
      right: 0;
      left: auto; } }
  .wizard .steps > ul {
    list-style: none;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    z-index: 1;
    height: 100%; }
    @media (max-width: 767px) {
      .wizard .steps > ul {
        flex-direction: row; } }
    .wizard .steps > ul li a {
      display: inline-block; }
      .wizard .steps > ul li a:hover {
        text-decoration: none; }
    @media (max-width: 767px) {
      .wizard .steps > ul li {
        margin-left: 12px; }
        .wizard .steps > ul li:last-child {
          margin-left: 0; } }
    .wizard .steps > ul li .media {
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 991px) {
        .wizard .steps > ul li .media {
          align-items: center; } }
      @media (max-width: 767px) {
        .wizard .steps > ul li .media {
          padding-top: 0;
          padding-bottom: 0; } }
    .wizard .steps > ul li .bd-wizard-step-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.5);
      background-color: #ffffff;
      font-size: 20px;
      color: rgba(0, 0, 0, 0.54);
      text-align: center;
      line-height: 60px;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .wizard .steps > ul li .bd-wizard-step-icon {
          margin-left: 0;
          height: 50px;
          width: 50px;
          line-height: 50px; } }
    .wizard .steps > ul li .bd-wizard-step-title {
      font-size: 20px;
      font-weight: bold;
      color: #ffffff; 
      text-align: right;
}
      @media (max-width: 767px) {
        .wizard .steps > ul li .bd-wizard-step-title {
          display: none; } }
    .wizard .steps > ul li .bd-wizard-step-subtitle {
      font-size: 15px;
      line-height: 1.6;
      color: #ffffff;
      font-weight: normal;
      opacity: 0.4;
      width: 271px; 
      text-align: right;
}
      @media (max-width: 991px) {
        .wizard .steps > ul li .bd-wizard-step-subtitle {
          display: none; } }
    .wizard .steps > ul li.current .bd-wizard-step-icon, .wizard .steps > ul li.done .bd-wizard-step-icon {
      background-color: #ff8770; }

.wizard .content .title {
  display: none; }

.wizard .content .logo {
  margin-bottom: 11px; }

.wizard .content .section-heading {
  font-size: 20px;
  color: #030303;
  margin-bottom: 30px; 
  text-align: right;
}

.wizard .content p {
  font-size: 14px;
  line-height: 1.43;
  color: #6b6767; 
  text-align: right;
}

.wizard .content .form-group {
  }
.form-group .select2-container{
  width: 100% !important;
}

.wizard .content .form-control, .select2-selection {
  width: 100% !important;
  padding: 10px 10px;
  min-height: 40px;
  border-radius: 4px;
  font-size: 12px;
  border: solid 1px #ececec;
  }
.wizard .content .form-control {
  padding: 16px 25px;
  min-height: 40px;
  border-radius: 4px;
  font-size: 13px;
  border: solid 1px #ececec;
  }
  .wizard .content .form-control::-webkit-input-placeholder {
    color: #919aa3; }
  .wizard .content .form-control::-moz-placeholder {
    color: #919aa3; }
  .wizard .content .form-control:-ms-input-placeholder {
    color: #919aa3; }
  .wizard .content .form-control::-ms-input-placeholder {
    color: #919aa3; }
  .wizard .content .form-control::placeholder {
    color: #919aa3; }

.wizard .actions > ul {
  list-style: none;
  padding-right: 0;
  display: flex;
  margin-bottom: 0; }

.wizard .actions li a {
  display: inline-block;
  border-radius: 6px;
  background-color: #763cb0;
  padding: 16px 30px;
  color: #fff;
  font-style: 15px;
  font-weight: bold; }
  .wizard .actions li a:hover {
    text-decoration: none; }

.wizard .actions li.disabled {
  display: none; }

.bd-wizard-btn {
      padding: 16px 30px;
    background-color: #1c46a2;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border: navajowhite;
    margin-top: 20px;
}
  @media (max-width: 767px) {
    .bd-wizard-btn {
      padding: 12px 24px; } }

.actions {
  display: none; }

.card-footer-text {
  margin-bottom: 0;
  margin-top: 39px; }
#termsAgreement {
    margin-left: 5px;
    position: inherit;
}
/*# sourceMappingURL=bd-wizard.css.map */
input[type="date"]::before{
   color: #91a7c3;
   content: attr(placeholder) " : ";
}
input[type="date"]:focus::before {
   content: "" !important;
}
input.is-error,span.is-error {
    border-color: #dc3545 !important;
    padding-left: calc(1.5em + 0.75rem) !important;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTEuOTk5IDUxMS45OTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMS45OTkgNTExLjk5OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRjY0NjU7IiBkPSJNMzg0Ljk1NSwyNTZsMTIwLjI4LTEyMC4yOGM5LjAxOS05LjAxOSw5LjAxOS0yMy42NDIsMC0zMi42Nkw0MDguOTQsNi43NjUgIGMtOS4wMTktOS4wMTktMjMuNjQyLTkuMDE5LTMyLjY2LDBsLTEyMC4yOCwxMjAuMjhMMTM1LjcxOCw2Ljc2NWMtOS4wMTktOS4wMTktMjMuNjQyLTkuMDE5LTMyLjY2LDBMNi43NjQsMTAzLjA1OCAgYy05LjAxOSw5LjAxOS05LjAxOSwyMy42NDIsMCwzMi42NmwxMjAuMjgsMTIwLjI4TDYuNzY0LDM3Ni4yOGMtOS4wMTksOS4wMTktOS4wMTksMjMuNjQyLDAsMzIuNjZsOTYuMjk1LDk2LjI5NCAgYzkuMDE5LDkuMDE5LDIzLjY0Miw5LjAxOSwzMi42NiwwbDEyMC4yOC0xMjAuMjhsMTIwLjI4LDEyMC4yOGM5LjAxOSw5LjAxOSwyMy42NDIsOS4wMTksMzIuNjYsMGw5Ni4yOTUtOTYuMjk0ICBjOS4wMTktOS4wMTksOS4wMTktMjMuNjQyLDAtMzIuNjZMMzg0Ljk1NSwyNTZ6Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

label.is-error
{
    color: #ff6465;
    font-size: 12px;
    display: block;
}
.is-valid {
    border-color: #28a745 !important;
    padding-left: calc(1.5em + 0.75rem) !important;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgLTM2IDUwOS4yNDggNTA5IiB3aWR0aD0iMTZweCI+PHBhdGggZD0ibTE3MS45MDIzNDQgNDM4LjA3NDIxOS0xNzEuOTAyMzQ0LTE3MS45MDIzNDQgMTAwLjYyNS0xMDAuNjA5Mzc1IDcxLjI3NzM0NCA3MS4yOTY4NzUgMjM2LjcyMjY1Ni0yMzYuNzM0Mzc1IDEwMC42MjEwOTQgMTAwLjYyMTA5NHptMCAwIiBmaWxsPSIjYWRkYjMxIi8+PC9zdmc+Cg==) !important;
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}




.my_wishes tr:nth-child(even) {
  background: #3d5cf433;
}
.my_wishes td{
  padding:10px;
  width: 30%;
  text-align: right;
}
.my_wishes tr{
  background-color:#00bea41c;    
}
.my_wishes th{
  background-color:#01bfa5;
  padding:15px;
}
.my_wishes td:first-child{
  background-color:#3d5cf4 !important;
  color:#fff;
  font-weight:bold;
  border-bottom:1px outset #929fff;
}
.my_wishes{
	width: 100%;
    margin: auto;
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}
.my_summary{
	max-width: 600px;    
}
div[id^="idAjaxRadio_"] table{
	width:100%;
	table-layout: fixed;
}
div[id^="idAjaxRadio_"] table td{
	text-align:center;	
}
div[id^="idAjaxRadio_"] table td i{
	font-size: 2.5em;
}
div[id^="idAjaxRadio_"] table td i{
	text-align:center;
	color: #3d5cf4;
}
#idAjaxRadio_mode_formation table td{
  width: 33.33333333333%;
}

div[id^="idAjaxRadio_"] table td input[type=radio] {
  	z-index: -4;
	position: absolute;
}

div[id^="idAjaxRadio_"] table td label:before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: inset 0px 0px 0px 3px #3d5cf4;
  -moz-box-shadow: inset 0px 0px 0px 3px #3d5cf4;
  box-shadow: inset 0px 0px 0px 3px #3d5cf4;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0px 15px 0px 5px;
  transition: all .25s ease;
}

input[type=radio]:checked + label::before {
  content: "";
  color:#00bea4 !important;
  webkit-box-shadow: inset 0px 0px 0px 10px #00bea4;
  -moz-box-shadow: inset 0px 0px 0px 10px #00bea4;
  box-shadow: inset 0px 0px 0px 10px #00bea4;
  display:inline-block;  
}

input[type=radio]:checked + label i{  
  color:#00bea4 !important;  
}

  .keyboardInputInitiator{
	position: absolute;
	top: 9px;
	right: 20px;
	width: 40px;
	}
  #id_sc_field_nom_candidat_ar,#id_sc_field_prenom_candidat_ar{
	padding-right: 70px !important;
	direction:rtl;
	font-size: 12px;
	font-family: 'Cairo', 'Changa', 'Tajawal' !important;
	}
  .keyboardInputlogo{
	display:none;
  }
  .hasDatepicker{
	background-position-x: calc(45px) !important;
  }
  .ui-datepicker-trigger{
	position: absolute;
	top: 0;
	height: 40px;
	width: 50px;
	left: 0;
	}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
	z-index:2;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 10px solid #EFEFFA;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 10px solid #EFEFFA;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 10px solid #EFEFFA;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

.back_load{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.87);
	z-index:1;
}

label.is-error i{
    color: #ff6465 !important;	
}
label.is-error:before
{
 box-shadow: inset 0px 0px 0px 3px #ff6465 !important;
}

  @media (max-width: 1400px) {
    .wizard .steps > ul li .bd-wizard-step-title {
      font-size: 16px;      
      }
}
  @media (max-width: 1200px) {
    main {
      padding-right: 5px; }
    .wizard .steps > ul li .bd-wizard-step-title {
      font-size:14px;
      word-wrap: break-word;
      width: 100%;
    }
	  .wizard .steps > ul li .bd-wizard-step-subtitle{
	  	display:none;
	  }
}
.media-body {
    padding-left: 5px;
}