@font-face {
    font-family: "GEDinarOne-Medium";
    src: url("../fonts/GEDinarOne-Medium.otf");
}

* {
    font-family: "GEDinarOne-Medium" !important;
}
.bg-gradient {
    background: rgb(112, 196, 101); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(112, 196, 101, 1) 0%,
        rgba(101, 196, 110, 1) 9%,
        rgba(70, 196, 135, 1) 26%,
        rgba(24, 187, 165, 1) 48%,
        rgba(6, 180, 177, 1) 59%,
        rgba(3, 176, 180, 1) 64%,
        rgba(3, 158, 180, 1) 81%,
        rgba(12, 139, 180, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(112, 196, 101, 1) 0%,
        rgba(101, 196, 110, 1) 9%,
        rgba(70, 196, 135, 1) 26%,
        rgba(24, 187, 165, 1) 48%,
        rgba(6, 180, 177, 1) 59%,
        rgba(3, 176, 180, 1) 64%,
        rgba(3, 158, 180, 1) 81%,
        rgba(12, 139, 180, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(112, 196, 101, 1) 0%,
        rgba(101, 196, 110, 1) 9%,
        rgba(70, 196, 135, 1) 26%,
        rgba(24, 187, 165, 1) 48%,
        rgba(6, 180, 177, 1) 59%,
        rgba(3, 176, 180, 1) 64%,
        rgba(3, 158, 180, 1) 81%,
        rgba(12, 139, 180, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c465', endColorstr='#0c8bb4',GradientType=0 ); /* IE6-9 */
    height: 100vh;
    color: #ccf0ec;
}
.app-header {
    height: 60px;
    /* line-height: 60px; */
    direction: rtl;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.menu-icon {
    padding-right: 16px;
    padding-left: 16px;
}
.logo-img {
    padding-top: 12px;
}
.login-btn {
    margin-top: 16vh;
    width: 70%;
    background: #ccf0ec;
    color: #33adc1;
    border-radius: 0;
    border-color: transparent;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 550;
    padding: 0.55rem 1rem;
    line-height: 1.64;
    font-size: 1rem;
}
.main-btns {
    width: 70%;
    margin: 15vh auto 0;
    border-radius: 20px;
    background-color: #ffffff21;
}
.btns {
    padding: 16px;
}
.btns h6 {
    font-size: 12px;
    margin-bottom: 0;
}
.btns:not(:last-of-type) {
    border-right: 1px solid #ffffff45;
}
.icon-btn {
    margin-top: 12px;
    margin-bottom: 12px;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: white;
}
.menu-icon-color {
    filter: invert(49%) sepia(58%) saturate(6627%) hue-rotate(166deg) brightness(98%) contrast(94%);
}

/* wizared page */
.header-title {
    margin: 0 auto;
    min-width: fit-content;
    width: 60%;
    padding: 12px;
    padding-right: 32px;
    padding-left: 32px;
    margin-top: 8px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    color: white;
    background: rgb(19, 115, 159);
    background: -moz-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: -webkit-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13739f",endColorstr="#54bfcc",GradientType=1);
}
.header-title h6 {
    margin-bottom: 0;
}
.info-text {
    font-size: 14px;
    color: gray;
}
hr {
    width: 80%;
}
.flex-d {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bg-gray {
    background-color: #eee;
}
.bg-white {
    background: #fff;
    /* padding-top: 14px; */
}

.step-icon {
    /* padding-top: -8px; */
    width: inherit;
    padding: 6px 12px 12px 12px;
    margin: 0 auto;
    filter: invert(87%) sepia(0%) saturate(788%) hue-rotate(288deg) brightness(98%) contrast(91%);
}
.wizard li.active .step-icon {
    filter: invert(92%) sepia(92%) saturate(0%) hue-rotate(236deg) brightness(106%) contrast(107%);
}

/*  */
/*-----------------------------------------------------------------------------------------------------------------------*/
input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}
.signup-step-container {
    padding: 10px 0px;
    direction: rtl;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 28px;
    text-align: left;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 64%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 22px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border-radius: 50%;
    /* border-top-right-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 21px;
    color: #cfd0d2;
    font-weight: 500;
    border: 1px solid #f1f1f1;
}
span.round-tab i {
    color: #555555;
}
.wizard li.active span.round-tab {
    /* background: #50bbca; */
    background: rgb(19, 115, 159);
    background: -moz-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: -webkit-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13739f",endColorstr="#54bfcc",GradientType=1);
    color: #fff;
    border-color: #52bdcb;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 60px;
    height: 60px;
    margin: 23px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}
.next-step {
    font-size: 16px;
    padding: 8px 24px;
    border: none;
    border-radius: 20px;
    margin-top: 5px;
    width: 80%;
    color: white;
}
a.next-step {
    color: white !important;
    display:inline-block;
}
.next-step {
    background: rgb(19, 115, 159);
    background: -moz-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: -webkit-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13739f",endColorstr="#54bfcc",GradientType=1);
}
.next-step:disabled {
    color: #a0a0a0 !important;
    background: rgb(19, 115, 159);
    background: -moz-linear-gradient(89deg, #e0e0e0 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(89deg, #e0e0e0 0%, #e0e0e0 100%);
    background: linear-gradient(89deg, #e0e0e0 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e0e0",endColorstr="#e0e0e0",GradientType=1);
}
.skip-btn {
    background-color: #cec12d;
}
.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check {
    font-size: 14px;
    font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.2rem 0.2rem 0;
}
.footer-link {
    margin-top: 30px;
}
/* .all-info-container {
} */
.list-content {
    margin-bottom: 10px;
}
.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box {
    padding: 10px;
}
.signup-logo-header .logo_area {
    width: 200px;
}
.signup-logo-header .nav > li {
    padding: 0;
}
.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-inline li {
    display: inline-block;
}
.pull-right {
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}
input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before {
    background-color: #18ba60;
    border-color: #18ba60;
}

@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }
    .wizard .nav-tabs > li a i {
        display: none;
    }
    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area {
        margin-top: 0;
    }
    .signup-logo-header .header-flex {
        display: block;
    }
}

/* segbtns */

/* .container { */
/* padding: 20px; */
/* margin: 20px 0; */
/* } */
/* Radio group */
.segmented {
    direction: ltr;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    font-size: 90%;
    text-align: center;
}
.segmented label {
    display: block;
    flex: 1;
    box-sizing: border-box;
    border: 1px solid rgb(19, 115, 159);
    border-right: none;
    color: rgb(19, 115, 159);
    margin: 0;
    padding: 0.4em;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
.segmented label.checked {
    background: #167efb;
    background: rgb(19, 115, 159);
    background: -moz-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: -webkit-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13739f",endColorstr="#54bfcc",GradientType=1);
    color: #fff;
}
.segmented.inverted label {
    border-color: #fff;
    color: #fff;
    background: none;
}
.segmented.inverted label.checked {
    background: #fff;
    color: inherit;
}
.segmented label:first-child {
    border-radius: 0 0 0 20px;
    border-right: 0;
}
.segmented label:last-child {
    border-radius: 0 20px 0 0;
    /* border-right: 1px; */
    border: 1px solid #13739f;
}
.segmented input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    position: absolute;
    visibility: hidden;
}

/* slide range */
.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: calc(100% - 80px);
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /* background: #4CAF50; */
    background: rgb(19, 115, 159);
    background: -moz-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: -webkit-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13739f",endColorstr="#54bfcc",GradientType=1);
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4caf50;
    cursor: pointer;
}
.pt-12 {
    padding-top: 12px;
}
.note {
    color: tomato;
    font-size: 12px;
}
.list-group-item.active {
    /* background: rgb(19, 115, 159);
    background: -moz-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: -webkit-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13739f",endColorstr="#54bfcc",GradientType=1); */
    background: white;
    border-color: rgb(19, 115, 159);
}
.list-group-item.disabled {
    color: #6c757d !important;
    background: #eeeeee !important;
}
.list-group-item-action {
    color: black !important;
}
.type-icon {
    padding: 4px;
}
.sider-salary {
    width: calc(100% - 140px);
}
.sider-salary- {
    width: calc(100% - 120px);
}
.jumbotron-note {
    color: #8b8d8b;
}
.progress {
    border-radius: 24px;
    height: 0.76rem;
}
.progress-bar {
    background: rgb(19, 115, 159);
    background: -moz-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: -webkit-linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    background: linear-gradient(89deg, rgba(19, 115, 159, 1) 0%, rgba(84, 191, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13739f",endColorstr="#54bfcc",GradientType=1);
    /* border-radius: 50px; */
}
.progress-value{
    font-size: 14px;
    padding-inline-end: 10px;
}
.display-flex-space-between{
    display: flex;
    justify-content: space-between;
}
.back-btn{
    visibility: hidden;
}
.product-name{
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    background-color: #EFF1F0;
    color: #156C99;
    border-radius: 1rem;
}
.funding-label{
    color: #7295AB;
}
.funding-container{
    background: transparent;
    border: 1.5px solid #E9E9E9;
    border-radius: 1rem;
}
.indigo-text{
    font-size: 28px;
    font-weight: normal !important;
}
#funding{
    margin: 0 auto;
}
.circle-text{
    font-family: cursive !important;
    line-height: 185px !important;
    color: #477491;
}
.icon-img{
    width: 38px;
    padding: 5px;
}
.funding-options{
    width: 200px;
    margin: 0 auto;
    text-align: start;
    margin-top: 1rem;
}
.funding-options > hr{
    width: 100%;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.funding-options > p{
    margin-bottom: 0;
    color: #707070;
}
.range-slider .thumb {
    opacity: 0;
    visibility: hidden;
    position:absolute;
    top:-11111px;
}

body {
    unicode-range: U+30-39;
    font-weight:normal !important;
}