
.main-button {

    border-radius: 4px;
    background: #1AA5D7;
    color: white;
    font-size: 20px;
    border: none;
    transition: all 0.3s;
    padding: 10px;

}

.main-button:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.main-button:focus {
    background: blue;
}

.main-button:disabled {
    background: #CDCDCD;
    color: #98979A;
}

.subtitle4 {
    /*font: 'Noto Sans Hebrew';*/
    font-family: "Noto Sans Hebrew";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    /*letter-spacing: normal;*/

}

.subtitle1 {
    /*font: 'NotoSansHebrew';*/
    font-family: "Noto Sans Hebrew";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #0E69AF;
}

.input-container {
    position: relative;
    margin: 20px;
}

.input {
    /*padding: 10px;*/
    /*width: 200px;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    padding-top: .32rem;
    padding-bottom: .32rem;
    padding-right: .75rem;
    padding-left: .75rem;
    /*border: 0;*/
    background: rgba(0, 0, 0, 0);
    transition: all .2s linear;
    width: 100%;
}

.input:disabled {
    color: #a3a3a3;

}

.input::placeholder {
    color: #757575;
    transition: all 0.3s;
    opacity: 1;
}

.input:disabled::placeholder {

    opacity: 0.5;
}

.input:focus::placeholder,
.input:valid::placeholder {
    transform: translateY(-100%);
    /*font-size: 12px;*/
    /*color: #333;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #757575;
}

.main-body {
    background: linear-gradient(to top, #ffffff 90%, #E9F5FE);

}

.choice > div > ul {
    border: 1px solid black;
}
.choice > div > .awesomplete > ul {
    border: 1px solid black;
}

.choice > div > ul > li {
    cursor: pointer;
}
.choice > div > .awesomplete > ul > li {
    cursor: pointer;
}


.choice > div {
    width: 100%;

}

.choice > div > .awesomplete > ul > li:hover {
    background-color: #CDCDCD;

}

.choice > div > .awesomplete >  ul > li[aria-selected="true"] {
    background-color: #CDCDCD;

}

.choice > div > ul > li:hover {
    background-color: #CDCDCD;

}

.choice > div > ul > li[aria-selected="true"] {
    background-color: #CDCDCD;

}

#city::-webkit-calendar-picker-indicator, #work_place::-webkit-calendar-picker-indicator, #streetInput::-webkit-calendar-picker-indicator, #employment_branch::-webkit-calendar-picker-indicator {
    display: none !important;
    opacity: 0 !important;
}

.errors {
    padding-right: 1rem;
    margin-bottom: 0;
}

.new-col {
    flex: 1 0 auto
}