@font-face {

    font-family: 'Bahij_TheSansArabic' ;
    src: url('../css/font/Bahij_TheSansArabic-Bold.ttf') format('truetype');
    src: url('../css/font/Bahij_TheSansArabic-ExtraBold.ttf') format('truetype');
    src: url('../css/font/Bahij_TheSansArabic-ExtraLight.ttf') format('truetype');
    src: url('../css/font/Bahij_TheSansArabic-Black.ttf') format('truetype');
    src: url('../css/font/Bahij_TheSansArabic-Light.ttf') format('truetype');
    src: url('../css/font/Bahij_TheSansArabic-Plain.ttf') format('truetype');
    src: url('../css/font/Bahij_TheSansArabic-SemiBold.ttf') format('truetype');
    src: url('../css/font/Bahij_TheSansArabic-SemiLight.ttf') format('truetype');

}

body {
    background-color: #2f2f2f;
    overflow: hidden;
    font-family: "Bahij_TheSansArabic", san-serif;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #FCB614;
    border-radius: 10px;
}

.flow {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url("../img/BG-WEB-ELAB\ \(1\).png");
    background-position: center;
    background-size: cover;
    padding: 3rem 18%;
}

.zone {
    border: 2px solid;
    border-image-source: linear-gradient(135.79deg, rgba(255, 255, 255, 0.2) 20.18%, rgba(255, 255, 255, 0.02) 87.75%);
    box-shadow: 1px 4px 4px 0px #00000040;
    background: linear-gradient(0deg, #212121, #212121), linear-gradient(135.79deg, rgba(255, 255, 255, 0.2) 20.18%, rgba(255, 255, 255, 0.02) 87.75%);
    border-radius: 24px;
    padding: 5rem 10% 1rem;
    text-align: center;
    /* margin: 1rem 0; */
    position: relative;
    width: 100%;
    /* overflow-y: scroll; */
    overflow: hidden;
}

.logo {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 135px;
}


.process-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}

.process-bar::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #2B2B2B;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.status-bar {
    position: absolute;
    height: 5px;
    background: #FCB614;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
    z-index: 2;
}

.step {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #a7bbc7;
    transition: all 0.3s cubic-bezier(0.44, 0.79, 1, 0.59);
    position: relative;
    z-index: 2;
}


.back-step2,
.back-step1 {
    margin-right: 1rem;
}

/* TG Button 03 */
.step .tg-btn-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #858585;
    background: transparent;
    border: none;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    width: 85px;
    height: 100px;
}

.step .icon {
    width: 15px;
}

.fill-black {
    width: 15px;
}

.step.active .tg-btn-3 .fill-black path {
    fill: #2B2B2B !important;
}

.step.active .tg-btn-3 .fill-black path {
    stroke: #2B2B2B !important;
}

.step .stroke {
    width: 15px;
}

.step.active .tg-btn-3 {
    color: #2B2B2B;
}

.step.active .tg-btn-3 path {
    fill: #FCB614 !important;
}

.step .tg-btn-3 .icon path{
    fill: #FFFFFF73;
}

.step.active .tg-btn-3 .icon path {
    fill: #2B2B2B !important;
}

.step .tg-btn-3 .stroke path{
    stroke: #FFFFFF73;
}

.step.active .tg-btn-3 .stroke path {
    stroke: #2B2B2B !important;
}

.step .tg-btn-3 .svg-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #2B2B2B;
    stroke: none;
    stroke-width: 2px;
    fill-rule: evenodd;
    z-index: -1;
}
.step .tg-btn-3 .svg-icon svg {
    display: block;
    transition: all 0.3s ease-out 0s;
}

.step .tg-btn-3 .svg-icon svg {
    display: block;
    transition: all 0.3s ease-out 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: textfield;
}

.zone .form {
    position: relative;
    /* width: 80%;
    margin: auto; */
    /* margin-top: 3rem; */
}

.zone .form-group {
    margin-bottom: 1rem;
}

.zone form label {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 0.3rem;
    text-align: end;
    display: flex;
    align-items: center;
    text-align: left;
}

.zone form label span {
    font-size: 10px;
    color: #FFFFFF80;
    margin-left: 0.3rem;
}

.zone form label svg {
    width: 10px;
    height: 10px;
    margin-right: 0.3rem;
}

.zone form label img {
    width: 10px;
    height: 10px;
    margin-right: 0.3rem;
}

.zone form .form-control {
    display: block;
    width: 100%;
    padding: 0.7em;
    font-size: 14px;
    color: #FFF;
    background-color: #4848488F;
    background-clip: padding-box;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.zone form .error-input {
    background-image: url("../img/Vector\ \(8\).png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    border: 1px solid #CC293D;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #4848488F;
    border: none;
    border-radius: 0.25rem;
    margin: 0 !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.input-group-text:hover {
    color: #212529;
}

.zone form .form-text {
    font-size: 12px;
    color: #CC293D;
    /*display: none;*/
    text-align: left;
}

.form-text.error-label {
    display: block;
    text-align: left;
}

.zone form .forget-password {
    margin-top: 0.25rem;
    font-size: 14px;
    color: #616161;
}

/* TG Button 03 */
form .tg-btn-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: transparent;
    border: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    /* padding: 9px 20px; */
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    width: 47px;
    height: 47px;
}

form .tg-btn-3 .svg-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #2B2B2B;
    stroke: none;
    stroke-width: 2px;
    fill-rule: evenodd;
    z-index: -1;
    transition: all .3s;
}

form .tg-btn-3 .svg-icon svg {
    display: block;
    transition: all 0.3s ease-out 0s;
}

form .tg-btn-3:hover .svg-icon path {
    /* fill: #FCB614 !important; */
    /* transition: all .3s; */
}

form .tg-btn-3 i {
    color: #000;
    font-size: 18px;
}

#nextBtn i,
#submit-button,
.next i {
    color: #919191 !important;
}

/* TG Button 03 */
form .submit.tg-btn-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #919191;
    background: transparent;
    border: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    /* padding: 9px 20px; */
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    width: 177px;
    height: 47px;
}

form .button-step3.tg-btn-3 .svg-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #2B2B2B;
    stroke: none;
    stroke-width: 2px;
    fill-rule: evenodd;
    z-index: -1;
    transition: all .3s;
}

.Close.tg-btn-3 .svg-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #2B2B2B;
    stroke: none;
    stroke-width: 2px;
    fill-rule: evenodd;
    z-index: -1;
    transition: all .3s;
}

.Close.tg-btn-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: transparent;
    border: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    /* padding: 9px 20px; */
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    width: 177px;
    height: 47px;
}

form .button-step3.tg-btn-3 .svg-icon svg {
    display: block;
    transition: all 0.3s ease-out 0s;
}

form .button-step3.tg-btn-3:hover .svg-icon path {
    fill: #FCB614 !important;
    transition: all .3s;
}

form .button-step3.tg-btn-3 i {
    color: #8B8B8B;
    font-size: 18px;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    display: block;
    width: 100%;
    padding: 0.7em 2rem;
    font-size: 14px;
    color: #FFF !important;
    background-color: #141414;
    background-clip: padding-box;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    background-image: url("../img/Vector\ \(6\).png");
    background-repeat: no-repeat;
    background-position: 3% 50%;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #F5F5F5;
    line-height: 32px;
    padding-right: 33px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}
.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
    color: #FFF;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 15px;
    line-height: 29px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
    color: #000;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}
.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}
.select2-container .select2-dropdown .select2-search {
    padding: 0;
}
.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}
.select2-container .select2-dropdown .select2-results {
    padding: 0;
}
.select2-container .select2-dropdown .select2-results ul {
    background: #444444;
    border: none;
    /* display: block !important; */
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #F5F5F5;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] span img {
    opacity: .5;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}

.select2-container--default .select2-results__option[aria-selected=true] span {
    position: relative;
    background-image: url("../img/Vector\ \(7\).png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.select2-container--default .select2-results__option[aria-selected=true] span img {
    opacity: .5;
}

.select2-results__options {
    display: flex;
    flex-wrap: wrap;
    color: #F5F5F5;
    margin-bottom: 1rem;
    padding: 1rem;
}

.select2-results__option[aria-selected] {
    /* width: 20%; */
}

.select2-results__option[aria-selected] span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    font-size: 12px;
}

.select2-results__option[aria-selected] span img {
    width: 80px;
    height: 120px;
    object-fit: cover;
}

.select2-container .select2-container--default .select2-container--open {
    display: inline-block !important;
}

.select2 .select2-container .select2-container--default .select2-container--focus .select2-container--below .select2-container--open {
    display: inline-block !important;
}

.select2-dropdown.select2-dropdown--below {
    display: block !important;
}

.select2-results {
    display: block !important;
}

.select2-container.select2-container--default.select2-container--open {
    display: block !important;
}

.select2-container {
    display: block;
    width: 100% !important;
    font-size: 14px;
    color: #FFF;
    background-color: #4848488F !important;
    text-align: left;
    background-clip: padding-box;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18%;
}

.step4 h1 {
    font-size: 26px;
    color: #FFF;
}

.step4 p {
    font-size: 14px;
    color: #696969;
}

.tab h1 {
    font-size: 26px;
    color: #FFF;
}

.tab p {
    font-size: 14px;
    color: #FFF;
}

.success {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 100%;
}

.success h2 {
    font-size: 30px;
    color: #FFF;
}

.success p {
    font-size: 14px;
    color: #696969;
}

.changLang {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.changLang2 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.modal-content {
    background: linear-gradient(0deg, #212121, #212121), linear-gradient(135.79deg, rgba(255, 255, 255, 0.2) 20.18%, rgba(255, 255, 255, 0.02) 87.75%);
    width: 100%;
    border: 2px solid;
    border-image-source: linear-gradient(135.79deg, rgba(255, 255, 255, 0.2) 20.18%, rgba(255, 255, 255, 0.02) 87.75%);
    box-shadow: 1px 4px 4px 0px #00000040;
    overflow: hidden;
    padding: 0;
    border-radius: 25px;
}

.modal-body {
    padding: 0;
}

.modal h1 {
    font-size: 37px;
    color: #FFFFFF;
    /* margin-top: 1rem; */
    /* margin-bottom: 1.5rem; */
}

.modal li {
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.modal-footer {
    border: none !important;
    display: block;
    text-align: center;
    /* justify-content: center; */
    /* align-items: center; */
}

.modal-body ul {
    list-style: none;
}

.modal-body ul li img {
    width: 10px;
    height: 10px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.modal-body li a {
    color: #fff !important;
    font-size: 18px;
    padding: 0.6rem 2.5rem;
    font-weight: bold;
    width: 280px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}


.agree {
    border: none;
    position: relative;
    background-image: url("./img/Group\ 2.svg");
    width: 250px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #2B2B2B;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ar-buttons,
.en-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-radius: 8px;
    /* padding: 1rem; */
}

.modal-logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-logo img {
    width: 80%;
}

.disagree {
    background-color: transparent;
    text-decoration: underline;
    font-weight: normal !important;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    color: #FCB614;
    font-size: 16px;
    font-weight: bold;
}

.disagree:hover {
    background-color: transparent;
    text-decoration: underline;
    font-weight: normal !important;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    color: #FCB614;
    font-size: 16px;
    font-weight: bold;
}

.top {
    /* position: absolute; */
    /* top: 1rem; */
    /* right: 1rem; */
    background-color: #FCB614;
    width: 58px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-radius: 8px;
    padding: 1rem;
}

.top img {
    width: 35px;
    height: 35px;
    display: block;
}

.top a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0.3rem;
}

.modal .right {
    text-align: right;
}

.modal .right .btn .btn-default {
    justify-content: flex-end !important;
    display: flex;
}

.modal ul {
    padding: 0;
}

.modal .right li {
    justify-content: end;
}

.modal .tg-btn-3 .svg-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #2B2B2B;
    stroke: none;
    stroke-width: 2px;
    fill-rule: evenodd;
    z-index: -1;
    transition: all .3s;
}

.modal .tg-btn-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: transparent;
    border: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    /* padding: 9px 20px; */
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    /* width: 177px;
    height: 47px; */
}


/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd !important;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

#submit-button {
    width: 125px;
    color: #FFF;
    margin-left: 0.5rem;
    display: none;
}

.mobile-logo {
    display: none;
}

.footer-mobile {
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    bottom: 1rem;
    margin: 0;
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.zone form #date.error-input {
    background-position: 90% 50%;
}


#Congratulation .modal-content {
    background: linear-gradient(0deg, #2B2B2B, #2B2B2B), linear-gradient(135.79deg, rgba(255, 255, 255, 0.2) 20.18%, rgba(255, 255, 255, 0.02) 87.75%);
    border: 2.79px solid;
    border-image-source: linear-gradient(135.79deg, rgba(255, 255, 255, 0.2) 20.18%, rgba(255, 255, 255, 0.02) 87.75%);
}

.modal-dialog {
    margin-top: 12%;
}

.charge {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.charge h2 {
    font-size: 28px;
    color: #FFF;
    margin-bottom: .5rem;
    font-weight: bold;
}

.charge p {
    font-size: 12px;
    color: #CBCBCB;
    margin-bottom: .5rem;
}

.charge img {
    width: 180px;
    margin-bottom: 1rem;
    object-fit: contain;
}

/* TG Button 03 */
.charge .tg-btn-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: transparent;
    border: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    /* padding: 9px 20px; */
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    width: 147px;
    height: 77px;
}

.charge .tg-btn-3 .svg-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #FCB614;
    stroke: none;
    stroke-width: 2px;
    fill-rule: evenodd;
    z-index: -1;
}

.left,
.right {
    padding: 0 2rem;
}

/* styles */
.custom-select {
    position: relative;
}

.custom-select-options ul {
    padding: 0;
    margin: 0;
    height: 200px;
    overflow-y: scroll;
}

.custom-select-options {
    background: #454545;
    color: #FFF;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 9;
    max-height: 0;
    overflow: hidden;
    /* border-radius: 5px; */
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.03); */
    overflow: hidden;
}
.custom-select-options li {
    position: relative;
    padding: 10px;
    /* border-bottom: 1px solid #ebebeb; */
    cursor: pointer;
}
.custom-select-options li .custom-select-img-container {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.custom-select-options li .custom-select-img-container img {
    width: 100%;
}
.custom-select-options li.is-highlighted {
    background: #FCB614;
    color: #000;
}
.custom-select-options li.is-highlighted:hover {
    color: #f0f0f0;
}
.custom-select-options li.label {
    color: #333;
}
.custom-select-options li:last-of-type {
    border-bottom: none;
}
.custom-select-options li:hover {
    color: #FCB614;
}
.custom-select-options.is-active {
    transition: max-height 0.8s;
    max-height: 800px;
    font-size: 14px;
}
.custom-select-options.has-images li {
    padding-left: 35px;
}

.custom-select-active {
    background: #4848488F;
    background-image: url("../img/Vector\ \(23\).png");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    padding: 8px 10px;
    cursor: pointer;
    text-align: left;
    color: #FFF;
}

.custom-select-searchbox {
    background-position: calc(100% - 10px) center;
    width: 100%;
    padding: 0.7em .7rem .7rem 2.8rem;
    font-size: 14px;
    color: #FFF;
    background-color: #454545;
    background-clip: padding-box;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    background-image: url("../img/Vector\ \(6\).png");
    background-repeat: no-repeat;
    background-position: 3% 50%;
}

#popover-password {
    text-align: left;
}

#popover-password ul li {
    color: #646464;
    margin-bottom: 0.3rem;
    font-size: 12px;
}

#popover-password p {
    color: #888888;
    margin-bottom: 0.7rem;
}

#popover-password .fa-x {
    color: #CC293D;
    margin-right: 0.3rem;
}

#popover-password .fa-check {
    color: #FCB614;
    margin-right: 0.3rem;
}

#Congratulation {
    background-color: #00000040;
    backdrop-filter: blur(5px);
}

.search {
    margin-bottom: 0 !important;
}

.search input {
    background-image: url("../img/Vector\ \(6\).png");
    background-repeat: no-repeat;
    background-position: .7rem 50%;
    padding: 0.7rem 2.3rem !important;
    background-color: #141414 !important;
}

.list ul {
    padding: 0;
    display: -webkit-box;
    /* flex-wrap: nowrap; */
    overflow-x: scroll;
    height: 135px;
    background-color: #444444;
    /* width: 100%; */
    padding: 1rem;
    text-align: left;
}

.list ul li {
    width: 20%;
    margin-right: 1rem;
    color: #F5F5F5;
    font-size: 12px;
    list-style: none;
}

.list ul li a {
    color: #F5F5F5;
    font-size: 12px;
}

.list ul li img {
    height: 70%;
    width: 100%;
    margin-bottom: 0.3rem;
}

.done {
    background-image: url("../img/Vector\ \(7\).png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}

.done a {
    opacity: .2;
}





@media (max-width: 1024px) {
    .flow {
        padding: 3rem 5% 3rem;
    }

    .zone {
        padding: 5rem 5% 1rem;
        text-align: center;
        margin: 1rem 0;
        position: relative;
    }
}

@media (max-width: 768px) {
    .flow {
        padding: 3rem 5% 3rem;
        height: 100vh;
        overflow-x: hidden;
    }
    .zone {
        height: 70vh;
        padding: 1rem;
        margin: 0;
        overflow-y: scroll;
    }
    .zone .form-group {
        margin-bottom: 2rem;
    }
    .list ul li {
        width: 30%;
    }
    .process-bar {
        margin-bottom: 2rem;
    }
    .logo {
        top: 1rem;
        left: 40%;
        width: auto;
    }
    .mobile-logo {
        display: block;
    }
    .web-logo {
        display: none;
    }
    .step .tg-btn-3 {
        width: 80px;
        height: 80px;
        font-size: 10px;
    }
    .step.active .tg-btn-3 img {
        width: 15px;
    }
    .step .tg-btn-3 .icon {
        width: 15px;
    }
    .step .tg-btn-3 .stroke {
        width: 15px;
    }
    .modal .left .modal-logo,
    .modal .right .modal-logo {
        display: none;
    }
    .modal h1 {
        font-size: 28px;
    }
    .footer-mobile {
        display: block;
    }
    .modal li {
        font-size: 12px;
        margin-bottom: 0.5rem;
    }
    .charge h2 {
        font-size: 20px;
    }
    .charge img {
        width: 90px;
        margin-bottom: 0rem;
    }
    .charge .tg-btn-3 {
        width: 97px;
        height: 47px;
    }
    #Congratulation .modal-dialog {
        margin-top: 30vh;
    }
}

@media (max-width: 450px) {
    .step .tg-btn-3 {
        width: 60px;
        height: 60px;
        font-size: 10px;
    }
    .step span {
        display: none;
    }
    .step.active .tg-btn-3 img {
        width: 15px;
    }
    .step .tg-btn-3 .icon {
        width: 15px;
    }
    .step .tg-btn-3 .stroke {
        width: 15px;
    }
    .step4 h1 {
        font-size: 22px;
        color: #FFF;
    }
    .success h2 {
        font-size: 22px;
        color: #FFF;
    }
    #myModal .modal-dialog {
        margin-top: 32%;
    }
}


