/*.form-row {font-size:12px !important;} */
input::placeholder {font-size: 12px;}
body p,li,input,select{font-family: 'Roboto', Times, serif !important;}

.section-title {padding:15px;color:#173345;}
.header-area-2 .top-bar-right {
        /* -webkit-border-radius: 30px; */
        float: right;
        margin: 5px 6px 5px 5px;
        height: 43px;
        display: block;
        width: 180px;
        background: #151748;
    }
    
    .important {
        display: block !important;
        transform: scale(1) !important;
        opacity: none !important;
        left: 0%!important;
    }
    
    .header-area-2 .top-bar-right a {
        text-decoration: none;
    }
    
    .intro {
        color: red;
    }
    
    .txtfiled {
        margin-top: 5px;
    }
    
    .Modify {
        background: #fff !important;
        color: #DAAB35 !important;
        border: 1px solid !important;
    }
    
    .mb-3 {
        margin-bottom: 0 !important;
    }
    
    strong {
        color: #000 !important;
    }
    
    .custom-select-lg {
        height: calc(1.5em + 1rem + 9px);
    }
    
    #confirmation_code_error {
        display: block;
    }
    /* langage styles */
    
    .groupRadio:lang(ar),
    .titlefiled:lang(ar) {
        text-align: right;
    }
    
    #event:lang(ar) {
        text-align: right;
        padding: 0 160px;
        direction: rtl;
    }
    
    .addgest p:lang(ar),
    label:lang(ar) {
        text-align: right;
        direction: rtl;
    }
    
    #eventDelegate:lang(ar) {
        text-align: right;
        padding: 0 160px;
        direction: rtl;
    }
    
    .groupRadio .LabelsCheck:lang(ar) {
        margin-left: 50px;
        margin-right: 0px;
    }
    
    .boxStyle:lang(ar) {
        border-right: 4px solid #DAAB35;
        border-left: 0px;
    }
    
    .titlefiled:lang(ar) {
        direction: ltr;
    }
    
    .pre-registration:lang(ar) {
        text-align: center;
    }
    
    .custom-select:lang(ar) {
        background: #fff url("img/down_arrow.svg") no-repeat left .75rem center/18px 10px;
    }
    
    /* #progressbar #firststep:before {
        font-size: 14px;
        content:"Verify email";
    }
    #progressbar #secondstep:before {
        font-size: 14px;
        content:"Package";
    }
    #progressbar #thirdstep:before {
        font-size: 14px;
        content:"Basic Info";
    }
    #progressbar #forthstep:before {
        font-size: 14px;
        content:"Participation";
    }
    #progressbar #fifthstep:before {
        font-size: 14px;
        content:"Payment";
    } */
    #progressbar li:lang(ar) {
        list-style-type: none;
        color: #000;
        font-size: 1.5rem;
        width: 25%;
        float: right;
        position: relative;
    }
    
    #progressbar:lang(ar) li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #868585;
        opacity: 0.3;
        position: absolute;
        left: 50%;
        top: 1.5rem;
        z-index: -1;
    }
    
    .previous:lang(ar) {
        float: right;
    }
    
    .next:lang(ar) {
        float: left;
    }
    
    #msform .action-button:lang(ar) {
        font-weight: normal;
        ;
    }
    
    .boxStyle-3:lang(ar) {
        padding: 30px;
        padding-right: 300px;
        padding-bottom: 50px;
        background-color: #f7f7f7;
        box-shadow: 0px 8px 20px 3px #eee;
        border-top: 1px solid #E6E5EC;
    }
    
    .total_price:lang(ar) {
        background-color: #000;
        padding: 30px 50px;
        text-align: center;
        margin: -315px 50px 0 0;
        z-index: 10;
    }
    
    .mode-payment:lang(ar) {
        background: #f7f7f7;
        padding-left: 0;
        padding-right: 300px;
        color: #000;
    }
    /* input flag container styles */
    
    .flag-container ul {
        display: none !important;
    }
    
    .intl-tel-input {
        display: flex !important;
    }
    
    .iti-arrow {
        display: none !important;
    }
    
    .selected-flag {
        line-height: 3.2rem !important;
    }
    
    .intl-tel-input.separate-dial-code .selected-flag {
        background-color: transparent !important;
    }
    
    #phonePersonnel {
        padding-left: 6rem !important;
    }
    
    .next:hover {
        outline: none;
    }
    
    .next:focus {
        outline: none;
    }
    
    .form-text {
        width: 100%;
        font-weight: 500;
        padding: 10px 0;
    }
    
    .filedLabels {
        width: 100%
    }
    
    .blg {
        width: auto;
    }
    
    .obg {
        color: red;
        padding: 16px 5px 0 5px;
        width: auto;
    }
    
    #upload-photo4 {
        margin-top: 2reù;
    }
    
    .content-wrapper ul li:before {
        display: none;
    }
    /* Radio buttons style */
    /* horizental align */
    
    #centerVertical {
        display: flex;
        width: 100%;
    }
    /* Create a custom radio button */
    
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }
    /* On mouse-over, add a grey background color */
    
    .containerd:hover input~.checkmark {
        background-color: #ccc;
    }
    /* When the radio button is checked, add a blue background */
    
    .containerd input:checked~.checkmark {
        background-color: #2196F3;
    }
    /* Create the indicator (the dot/circle - hidden when not checked) */
    
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the indicator (dot/circle) when checked */
    
    .containerd input:checked~.checkmark:after {
        display: block;
    }
    /* Style the indicator (dot/circle) */
    
    .containerd .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }
    /* Date naissance filed design */
    
    #datepickerCommercial,
    #datepickerPersonnel {
        background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
    }
    
    #datepickerCommercial::-webkit-inner-spin-button {
        display: none;
    }
    
    #datepickerCommercial::-webkit-calendar-picker-indicator {
        opacity: 0;
    }
    
    #datepickerPersonnel::-webkit-inner-spin-button {
        display: none;
    }
    
    #datepickerPersonnel::-webkit-calendar-picker-indicator {
        opacity: 0;
    }
    /*form styles*/
    
    #msform {
        width: 80%;
        margin:20px auto;

        /*text-align: center;
        position: relative;*/
    }
    
    #msform fieldset {
        /* background: white;
        border: 0 none;
        border-radius: 3px; */
        /* padding: 20px 30px; */
        box-sizing: border-box;
      
        /* width: 80%; */
        /* margin: 0 auto;
        position: inherit !important; */
    }
    /*Hide all except first fieldset*/
    
    #msform fieldset:not(:first-of-type) {
        display: none;
    }
    /*inputs*/
    
    /* #msform input,
    #msform textarea {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        font-family: Helvetica;
        color: #151748;
        ;
        font-size: 13px;
    } */
    
    #id_commercial {
        margin-left: 4rem;
    }
    /*buttons*/
    
    #msform .action-button {
        width: 13rem;
        background: #30498c;
        font-weight: bold;
        border: 0 none;
        border-radius: 8px;
        cursor: pointer;
        padding: 10px 5px;
        color:#fff;
        margin-top: 2rem;
    }
    
    #merciButton {
        background: #151748 !important;
    }
    
    #merciButton:hover,
    #merciButton:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #22a7f0 !important;
        outline: none;
    }
    
    #suiviButton:hover,
    #suiviButton:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #DAAB35 !important;
        outline: none;
    }
    
    #msform .previous {
        
        color: #DAAB35;
        border: 1px solid #DAAB35;
        border-radius: 8px;
    }
    
    #msform .action-button:hover,
    #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #22a7f0;
    }
    
    #msform .getSubmit {
        background: #DAAB35;
    }
    
    #msform .getSubmit:hover,
    #msform .getSubmit:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #a2d366;
    }
    /*headings*/
    
    .fs-title {
        font-size: 14px;
        text-transform: uppercase;
        color: #2C3E50;
        margin-bottom: 10px;
    }
    
    .fs-subtitle {
        font-weight: normal;
        font-size: 12px;
        color: #666;
        margin-bottom: 20px;
    }
    
    .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #151748;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        /* Safari */
        animation: spin 2s linear infinite;
        margin: auto;
    }
    /* Safari */
    
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    /*progressbar*/
    
    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        /*CSS counters to number the steps*/
        counter-reset: step;
        text-align: center;
    }
    
    #progressbar li {
        list-style-type: none;
        color: #000;
        font-size: 14px;
        width: 20%;
        float: left;
        position: relative;
    }
    
    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 3rem;
        line-height: 3rem;
        display: block;
        margin: 0 auto 5px auto;
        background: #D6D6D6;
        color: white;
        border-radius: 99%;
        font-size: 14px;
    }
    /*progressbar connectors*/
    
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #868585;
        opacity: 0.3;
        position: absolute;
        left: -50%;
        top: 1.5rem;
        z-index: -1;
        /*put it behind the numbers*/
    }
    
    #progressbar li:first-child:after {
        /*connector not needed before the first step*/
        content: none;
    }
    
    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #000;
        color: white;
        border-radius: 99%;
        font-size: 18px;
    }
    
    .text-danger {
        display: flex;
        font-size:12px;
    }
    
    .custom-select {
        background: #fff url("../img/down_arrow.svg") no-repeat right .75rem center/18px 10px;
    }
    
    .fileUploads {
        cursor: pointer;
        text-align: initial;
        display: flow-root !important;
        opacity: 0.7;
        padding: 11px;
        border: 1px solid #ccc;
        width: 100%;
        box-sizing: border-box;
        font-family: Helvetica;
        color: #151748;
        border-radius: 0;
        font-size: 17px;
    }
    
    .fileUploads img {
        float: right;
    }
    
    .upload-photo {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    /* field labels design */
    
    .filedLabels {
        border: none;
        text-align: initial;
        padding: 1rem 0 0 0;
        font-weight: normal;
        color: #151748;
    }
    
    #formalite {
        display: table-cell;
        padding: 1rem 0 0.7rem 0;
        color: #151748;
    }
    /* Validated Payment step */
    
    #ValidatedID {
        float: none;
        margin-bottom: 1rem;
    }
    
    .input-group option {
        color: #151748;
        font-weight: normal;
        font-size: 1rem;
    }
    
    .confirmProcess h1,
    .confirmProcess p {
        color: #151748 !important;
    }
    
    .custom-select {
        color: #151748;
        font-size: 1rem;
        opacity: 0.8;
    }
    
    .alert {
        background-color: #1A9BFE;
        color: #FFFFFF;
        border-radius: 30px;
    }
    
    #type-paiement {
        box-shadow: 0px 1px 3px 0px grey;
        margin-bottom: 2rem;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #confirmation_process {
        box-shadow: 0 4px 2px -5px grey;
        border-radius: 30px;
    }
    
    #confirmation_process h1,
    #confirmation_process p {
        color: #151748;
    }
    
    .getSubmit {
        background-color: #DAAB35;
    }
    
    .confirmProcess h1 {
        font-weight: bold;
    }
    
    .confirmProcess h1,
    .confirmProcess p {
        color: #0073CB;
    }
    /*----------fieldsets 1----------------*/
    
    .boxStyle {
        padding: 30px !important;
        background-color: #fefefe;
        box-shadow: 2px 1px 2px 2px #dedede;

    }
    .boxStyle h2 {color:#173345;padding-bottom:10px;}
    .boxStyle table{width:100%;height:150px;}
    .boxStyle td img{width:100% !important;height: auto;}
    .boxStyle .agendadate {font-weight: bold;color:#d8a935;font-size:25px;margin-bottom:3px; border-bottom:2px solid #2e3192; }
    #judging td {text-align: center !important;}
    .boxStyle .agendatable {width:100%;}
    .boxStyle .agendatime {color:#173345;font-weight: 500;}
    .boxStyle .judgeimg {width:35%;}
    .boxStyle .criteria {font-size:80px;}
    .boxStyle .colorgold {color:#d8a935;}
    .boxStyle .colorgray {color:#173345;}
    .title-shape {color:#d8a935;}
    .boxStyle .imgfade {opacity: 0.5 ;}
    .boxStyle .colorred {background-color:#173345;color:#fff;width:30%;}
    .boxStyle .keytext{background-color:#e1e1e1;color:#1d1d1d;border:1px solid #fff;}
    .boxStyle .keytable {width:100% !important;}
    .boxStyle li {padding-left:10px;list-style-position: outside;}
    .boxStyle .regformhead {text-align:left;color:#d20303;}
    .boxStyle p {text-align:justify;}
    .box {
        text-align: left;
        box-shadow: 0px 8px 20px 3px #eee;
        margin: 40px 0;
    }
    
    .resource-1,
    .resource-2,.OTPverify,.btnverifyotp {
        display: none;
    }

    .filedTitle {
        font-weight: bold;
    }
    /*----------fieldsets 2----------------*/
    
    .check {
        width: auto!important;
    }
    
    .LabelsCheck {
        width: 100%!important;
        border: none;
        text-align: initial;
        padding: 1rem 0 0 0;
        font-weight: normal;
        color: #151748;
    }
    
    .LabelsRadio {
        width: auto!important;
        border: none;
        text-align: initial;
        padding: 1rem 0 0 0;
        font-weight: normal;
        color: #151748;
    }
    
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }
    
    .toggle-off.btn {
        padding-left: 0.5em!important;
    }
    
    .languages {
        display: none;
    }
    
    .titlefiled {
        padding: 20px;
        width: 100%;
    }
    
    .grid-2 {
        width: 100%;
    }
    
    .boxStyle-2 {
        padding: 30px;
        background-color: #f7f7f7;
        box-shadow: 0px 8px 20px 3px #eee;
    }
    
    .boxStyle-3 {
        padding: 30px;
        padding-left: 300px;
        padding-bottom: 50px;
        background-color: #f7f7f7;
        box-shadow: 0px 8px 20px 3px #eee;
        border-top: 1px solid #E6E5EC;
    }
    
    .radio {
        width: 7% !important;
    }
    
    .groupRadio {
        width: 100%;
        text-align: left;
    }
    
    .next {
        float: right;
    }
    
    .done {
        float: right;
    }
    
    .previous {
        float: left;
    }
    
    .groupRadio .LabelsCheck {
        margin-right: 50px;
    }
    /*----------checkbox----------------*/
    
    .checks {
        display: none;
        /* Hide the default checkbox */
    }
    /* Style the artificial checkbox */
    
    #spn {
        height: 15px;
        width: 15px;
        border: 1px solid grey;
        display: inline-block;
        position: relative;
    }
    /* Style its checked state...with a ticked icon */
    
    [type=checkbox]:checked+span:before {
        content: '\2713';
        position: absolute;
        top: -5px;
        left: 1px;
    }
    
    #btn-input,
    #btn-discover {
        margin: 0 auto;
    }
    
    .dwn-img {
        width: 50px;
    }
    
    .parag {
        font-weight: 700;
    }
    
    .open-icon {
        float: right;
        padding: 5px;
    }
    
    .mode-payment {
        background: #f7f7f7;
        padding-left: 300px;
        text-align: left;
        color: #000;
    }
    
    .total_price {
        background-color: #000;
        padding: 30px 50px;
        text-align: center;
        margin: -330px 0 0 50px;
        z-index: 10;
    }
    
    .total_price h5 {
        color: #fff;
        font-weight: normal;
    }
    
    .price h5 {
        color:  #fff;
    }
    
    .swal-footer {
        text-align: center !important;
    }
    
    .price {
        padding: 60px 10px;
        color: #fff;
    }
    
    .style-img {
        margin: 25px auto;
    }
    
    .last-box {
        padding: 30px;
        color: #fff;
        text-align: center;
    }
    
    .last-box-2 {
        padding: 30px;
        color: #fff;
        text-align: center;
    }
    
    .title-box {
        color: #fff !important;
        text-align: center;
        font-weight: bold;
        font-size: 23px;
        padding: 10px 0;
    }
    
    .bg-txt {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f3f3f4;
        box-shadow: 0px 8px 20px 3px #eee;
    }
    
    .txt {
        text-align: left;
    }
    
    .discover_parag {
        width: inherit;
    }
    
    #event {
        text-align: left;
        padding: 0 67px;
        margin-bottom: 20px;
    }
    
    #event p {
        margin: 0;
        line-height: inherit;
    }
    
    #eventDelegate {
        text-align: left;
        padding: 0 67px;
        margin-bottom: 20px;
    }
    
    #allPrice {
        margin-bottom: 20px;
    }
    
    #eventDelegate p {
        margin: 0;
        line-height: inherit;
    }
    
    .summaryDelegate {
        margin: 0 0 20px 0 !important;
    }
    
    .addgest {
        text-align: left;
        padding: 15px 0;
    }
    .form-row label {text-align: left !important;}
    .form-row2 {margin-right:-5px;margin-left:-5px}
    .form-row2>.col,.form-row2>[class*=col-]{padding-right:5px;padding-left:5px}

    .form-control {
        box-shadow: none;
        border-color: #e5e5e5;
        width:100% !important;
        height: 50px !important;
        }
        ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: rgb(171, 169, 169) !important;
            opacity: 1; /* Firefox */
            font-size:14px;
          }
          
          :-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: rgb(171, 169, 169) !important;
            font-size:14px;
          }
          
          ::-ms-input-placeholder { /* Microsoft Edge */
            color: rgb(171, 169, 169) !important;
            font-size:14px;
          }        
          input:focus::placeholder {
            color: transparent !important;
          }          
.visitordesc {background: white;
    border: 0 none;
    border-radius: 3px;
    padding: 20px 40px 0px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: inherit !important;}          
.heading {text-align:center;} 
.ar-right:lang(ar) { text-align:right !important; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .formwidth {width:100% !important;margin:0 auto !important;padding:0px !important;}
    .boxStyle {padding: 5px !important;margin:5px !important;width:100% !important;}
    .boxStyle h2 {font-size:22px; padding-top:15px;}
    .boxStyle ul {padding-left:0px;margin-left:10px;list-style-position: outside;}
    #msform {padding:0px !important;margin:0px auto;}
    #msform fieldset {padding:0px !important;margin:0px auto;}
    /* jeevan */
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .formwidth {width:100% !important;margin:0 auto !important;padding:0px !important;}
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .formwidth {width:100% !important;}
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .formwidth {width:80% !important;}
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .formwidth {width:80% !important;}
  }
  span.forprice {float: right;}
  span.pricetitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
}
.pfullbox {background-color: #fff;;padding-top:5px; padding-bottom: 5px;margin:0px 8px 8px 0px;border: solid 0px #f00;}
.opt2 { padding-bottom: 20px; }
.optsclass {text-align: left;margin-left: 10px;}
.delegate {
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 5px;
    line-height:normal;
    margin-bottom: 15px;
    margin-top:0px;
    background-color: #DAAB35;
    color: #000;
    font-size: 16px;
    text-align: center;
}
.ulparti li{padding:0px 10px 15px;}
.whocerti img {padding-bottom:7px;}
.whocerti {font-family: 'Roboto', Times, serif !important;}
.certcontent {font-family: 'Roboto', Times, serif !important;text-align: center !important;}
.row label {font-family: 'Roboto', Times, serif !important;}