body {
    /* background-image: url(../image/background.png); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    /*height: 100vh;
    display: grid;*/
}


footer {
    display: inherit;
}
 *{
    direction: rtl;

}

.floatsa {
    float: left;
}

.floatsa a {
    padding-left: 20px;
    position: relative;
    top: 20px;
}

.container.welcomees h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    margin-bottom: 0px;
}

.container.welcomees h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-top: 5px;
    color: #000000;
    margin-bottom: 15px;
}

.container.welcomees p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    color: #000000;
    margin-bottom: 15px;
}

.row.align-item-center {
    align-items: center;
}
.btn-primary{
    /* background-color: unset !important; */
    border: unset !important;
}
button.btn.btn-primary.login {
    border: none;
    background: #F09323;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 15px;
    padding: 15px 55px;
}
button.btn.btn-primary.login  img {
    transform: rotate(180deg);
    margin-right: 0.5rem;

}


button.btn.btn-primary.register {
    border: none;
    background: #F09323;
    border-radius: 8px;
    font-family: 'Poppins';
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 55px;
}

button.btn.btn-primary.login a {
    text-decoration: none;
    color: white;
}

button.btn.btn-primary.register a {
    text-decoration: none;
    color: white;
}

@media only screen and (max-width: 600px) {
    .row.align-item-center {
        margin-top: 30px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.form-check-input:checked[type=checkbox] {
    width: 18px;
    height: 18px;
}

.form-check-input:checked {
    background-color: #f69437;
    border-color: #f69437;
}

input#exampleCheck1 {
    width: 18px;
    height: 18px;
}

.form_wrapper {
    box-sizing: border-box;
    padding: 5px 25px;
    margin: 8% auto 0;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 2px rgb(240 147 35 / 15%);
    border-radius: 8px;
}

.form_wrapper h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
}

.form_wrapper .title_container {
    text-align: center;
    padding-bottom: 15px;
}

.form_wrapper h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}

.form_wrapper label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    top: 25px;
    right: 55px;
    text-align: right;
}

.form_wrapper .row {
    margin: 0px -15px;
}

.form_wrapper .row>div {
    padding: 0 15px;
    box-sizing: border-box;
}

.form_wrapper .col_half {
    width: 50%;
    float: right;
}

.form_wrapper .input_field {
    position: relative;
    margin-bottom: 0px;
}

.form_wrapper .input_field>span {
    position: absolute;
    right: 0;
    top: 42px;
    color: #333;
    height: auto;
    text-align: center;
    width: 55px;
}

.form_wrapper .input_field>span>i {
    padding-top: 10px;
}

.form_wrapper .textarea_field>span>i {
    padding-top: 10px;
}

.input_field img {
    width: 21px;
}

.form_wrapper input[type=text],
.form_wrapper input[type=email],
.form_wrapper input[type=password] {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #2F2F2F;
    width: 100%;
    border-radius: 5px;
    padding: 25px 55px 15px 55px;
    background: #ECECEC;
    height: 65px;
    border: 1px solid #cccccc00;
    box-sizing: border-box;
    outline: none;
    text-align: right;
}

.form_wrapper input[type=submit] {
    line-height: 16px;
    width: 100%;
    outline: none;
    border: none;
    background: #F09323;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
    margin-right: 0px;
    padding: 20px 55px;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.forget_password {
    color: #F09323;
    text-decoration: none;
}

.form_wrapper input[type=submit]:hover {
    background: #F09323;
}

.form_wrapper input[type=submit]:focus {
    background: #F09323;
}

::-webkit-input-placeholder {
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #2F2F2F !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #2F2F2F !important;
}

::placeholder {
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #2F2F2F !important;
}

.field-icon {
    float: left;
    margin-right: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

i.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
    position: relative;
    top: 49px;

    font-size: 19px;
    z-index: 1;
    cursor: pointer;
}

i.fa.fa-fw.field-icon.toggle-password.fa-eye {
    position: relative;
    top: 49px;
    z-index: 1;
    right: -48px;
   left: 0;
    font-size: 19px;
    cursor: pointer;
}

i.fa.fa-fw.field-icon.toggle-password1.fa-eye-slash {
    position: relative;
    top: 49px;
    left: 10px;
    font-size: 19px;
    cursor: pointer;
}

i.fa.fa-fw.field-icon.toggle-password1.fa-eye {
    position: relative;
    top: 49px;
    right: -48px;
    left: 0;
    font-size: 19px;
    cursor: pointer;
}

span.checkboxabcds {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 135.5%;
    color: #2F2F2F;
}

select.form-select {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    color: #2F2F2F;
    padding: 28px 50px 15px 55px;
    box-sizing: border-box;
    outline: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat left #ececec;
    -webkit-appearance: none;
    background-position-x: 5%;
    border: none;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 0px !important;
}

.selected-dial-code {
    background: #ececec;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-right: 74px;
    outline: none !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    margin-left: 15px;
}

.abcd {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    background: rgba(240, 147, 35, 0.3);
    border: 1px solid #000000;
    border-radius: 5px;
    text-align: center;
    padding: 40px;
    margin-bottom: 30px;
}

.abcd:hover {
    background: #F09323;
    color: white;
}

@media (max-width: 600px) {
    .form_wrapper .col_half {
        width: 100%;
        float: none;
    }

    .bottom_row .col_half {
        width: 50%;
        float: right;
    }

    .form_container .row .col_half.last {
        border-left: none;
    }

    .remember_me {
        padding-bottom: 20px;
    }

    .form_wrapper {
        padding: 5px 10px;
    }

    input.button.registers {
        padding: 20px 100px !important;
    }

    .genderss span {
        right: 38px !important;
    }

    .input_field123 h1 {
        right: 40px !important;
    }

    .input_field123 img {
        top: -15px !important;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
}

.genderss {
    margin-top: 25px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #2F2F2F;
    width: 100%;
    border-radius: 5px;
    padding: 5px 15px 15px 55px;
    background: #ECECEC;
    height: 65px;
    border: 1px solid #cccccc00;
    box-sizing: border-box;
    outline: none;
}

.genderss img {
    width: 21px;
    position: relative;
    top: -5px;
}

.genderss span {
    position: unset;
    right: 0px;
    color: #333;
    height: auto;
    text-align: center;
}

h4.labelco {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    top: 5px;
    right: 55px;
    position: relative;
}

h6.form-check-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.form-check-input:checked[type=radio] {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e); */
    background: black;
    border: black;
}

.input_field123 h1 {
    position: absolute;
    right: unset;
    color: #333;
    height: auto;
    text-align: right;
}

.input_field123 img {
    width: 21px;
    position: relative;
    top: -25px;
}

.input_field123 {
    margin-top: 25px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #2F2F2F;
    width: 100%;
    border-radius: 5px;
    padding: 5px 15px 15px 55px;
    background: #ECECEC;
    height: 65px;
    border: 1px solid #cccccc00;
    box-sizing: border-box;
    outline: none;
}

h6.labelco123 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 12px;
    top: 5px;
    position: relative;
    padding-right: 24px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    background: #ececec !important;
}

span.select2.select2-container.select2-container--default {
    font-family: 'Poppins';
    font-style: normal;
    width: 100% !important;
    font-weight: 700;
    border-radius: 4px;
    color: #2F2F2F;
    padding: 28px 15px 0px 55px;
    box-sizing: border-box;
    outline: none;
    background: #ececec;
    -webkit-appearance: none;
    background-position-x: 95%;
    border: none;
}

.select2-container--default .select2-selection--multiple {
    background-color: #ececec !important;
    border: 1px solid #ececec !important;
    border-radius: 4px;
    cursor: text;
    padding-right: 40px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

h5.labelco {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    top: 30px;
    right: 60px;
    z-index: 99;
}

span.labelco {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    top: 25px;
    right: 55px;
}

span.imgae_abcdssddd img {
    position: absolute;
    z-index: 999;
    color: #333;
    margin-top: 20px;
    height: auto;
    margin-right: 15px;
    text-align: center;
    width: 21px;
}


.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: left;
    font-weight: bold;
    font-size: 25px !important;
    margin-top: -10px !important;
    margin-left: 10px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


@media screen and (max-width: 480px) {

    footer {
        text-align: center;
        padding-bottom: 20px !important;
        }
      footer .col-lg-8 {
        margin-bottom: 20px;
        }
        html, body {
            width: 100% !important;
            display: block !important;
            overflow-x: hidden !important;
        }
        .container.welcomees {
          padding: 0px 15px 0px 15px !important;
      }
      .col-lg-6.dsfdsfdsf {
            margin-bottom: 30px;
        }
        h1.abcdsbcbnxnkkk {
            margin-right: 0px !important;
        }
      /*.container.welcomees .col-lg-6 {
        margin-bottom: 30px;
        }*/
    }
    ul li{
        text-align: right ;

    }
    .wrapper.mb-4.d-flex.align-items-center{
        float: left !important;
    }
    .swal-text{
        direction: rtl;
    }
    .swal-button-container{
        float: left;
        margin: 16px;
    }
    .container.welcomees{
        direction: rtl;
    }
    .form_wrapper .input_field>span {
        position: absolute;
        right: 0 !important;
        top: 42px;
        color: #333;
        height: auto;
        text-align: center;
        width: 55px;
    }
    .logo123{
        margin-left: 30px !important;
    }
    .actions li:nth-child(2){
        float: left !important;
    }
    .actions li:nth-child(1) {
        float: right;
    }
    .quiz-progress-area .progress .progress-bar span{
        direction: rtl;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered{
        padding: 0 44px;
    }
    .select2-container .select2-search--inline .select2-search__field{
        margin-top: 0px;
    }
    input[name=phone]{
        direction: rtl;
    }
    .welcomees div div.col-lg-12{
        direction: ltr;

    }
    select[name=dialcode]{
        padding-right: 16px;
    }
    .form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, input.active, input:hover, input:focus, textarea:hover, textarea:focus, a:hover, a:focus, a:visited, a.active, select, select:hover, select:focus, select:visited{
        outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
    }
    .button_page a{
        text-decoration: none;
        color: #FFFFFF;

    }
    .header__pane{
        margin-right:auto !important ;
    }
    .progress-bar{
        overflow: visible !important;
    }
    .fixed-sidebar .app-main .app-main__outer{
        padding-right: 280px;
        padding-left: 0px;
    }
    .card-body{
        text-align: right;
    }
    .accordion-title:before {
        right: auto;
        left: 10px;
    }
    .containerars h2{

        text-align: right;
    }
    .containerars span:nth-child(1) {
        display: inline-block;

        text-align: right;
    }
    .containerars span:nth-child(2) a{
        display: inline-block;

        text-align: left;
    }
    .quiz_lista p {

        text-align: right;
    }

    /* Shereen */