#left {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 100px;
}


/* html body {
    height: 100%;
    position: relative;
    overflow: hidden;
} */

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    height: 100%;
    position: relative;
}

.right {
    margin-top: 50px;
    padding-right: 15px;
}

#slider {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    overflow: hidden;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    height: 100%;
    background-color: rgb(241, 241, 241);
    position: fixed;
    z-index: 3;
}

.step-img-container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#mobile-step-img {
    display: flex;
    height: 100%;
}

#desktop-step-img {
    display: none;
}

.navbar-brand {
    z-index: 4;
}

.next {
    color: white;
    font-size: large;
    background-color: #4E42F8;
    border-radius: 1000px;
    padding: 15px, 40px, 15px, 40px;
    height: 54px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    border-width: 2px;
    float: right;
    right: 0;
}

.next svg path {
    fill: white;
}

.radioRow {
    margin-bottom: 10px !important;
}

.btn.formApply {
    margin-top: 20px;
}

#budget {
    width: 143px;
}

#visual {
    width: 143px;
}

#synopsis-input {
    height: 71px;
}

#cv-text {
    width: 100%;
    max-width: 400px;
}

#tellus-input,
#future-input {
    height: 100px;
}

.subtext {
    color: rgb(145, 145, 145);
    margin-top: 15px;
}

form {
    min-height: 590px;
}

.hintContainer {
    position: absolute;
    left: 150px;
    top: 7px;
    /* width: 50px;
    height: 50px; */
}

.tooltip-inner {
    background-color: white;
    color: #3f3f3f;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tooltip.bottom .tooltip-arrow {
    background-color: white;
    box-shadow: rgba(197, 197, 197, 0.35) 0px 5px 15px;
    border-color: white
}

.arrow::before {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}

#paginationDesktop {
    display: none;
}

@media (min-width: 993px) {
    #paginationDesktop{
        margin-left: -12vw;
    }
    
}

.category {
    width: 90%;
    max-width: 310px;
    margin-left: 20px;
    display: none;
}


/* .fsBody {
    display: none;
} */

.animate__animated.animate__fadeInUp {
    --animate-duration: 800ms;
    animation-delay: 1s;
}

.animate__animated.animate__fadeIn {
    --animate-duration: 800ms;
    animation-delay: 1s;
}

.animate__fadeInDown {
    animation-delay: 1s;
}

#thankYouContainer {
    display: none;
    text-align: center;
    width: 100%;
}

#thankYouText {
    font-size: 45px;
    padding: 0 10px 0 10px;
    font-weight: bold;
    margin-top: 20px;
}

a {
    display: none;
}

#thankYouSubText {
    margin-top: 10px;
    padding: 0 10px 0 10px;
    font-size: 1.3rem;
    margin-bottom: 100px;
    color: #878787;
    animation-delay: 1.3s;
}

#thankYouAnimation {
    width: 200px;
    display: none;
}

.modal-content {
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
}

.progress-bar {
    background-color: #4E42F8;
    -webkit-transition: width 2.5s ease;
    transition: width 2.5s ease;
}

#uploadingText {
    display: none;
}

#doneText {
    display: none;
}

.spinner-border {
    display: none
}

#tellus-input,
#future-input {
    width: 100%;
}

.invalid-feedback {
    font-size: 1rem !important;
}

.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: none;
}

.was-validated .form-control:invalid {
    border-width: 2px;
    background-image: none;
}

.was-validated .form-control:valid {
    background-image: none;
}

.was-validated .form-check-input:valid~.form-check-label {
    color: rgb(84, 84, 84);
}

.custom-file-label.upload {
    width: 200px;
    text-align: left;
}

.custom-file-label.fullWidth,
.custom-file-input.fullWidth {
    width: 100%;
}

.custom-file-label {
    background-color: #4E42F8;
    ;
    border-radius: 8px;
    height: 44px;
    color: white;
    text-align: center;
    width: 143px;
    padding: 7px 20px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 2;
}

.custom-file-label:hover {
    background-color: #776ff3;
    cursor: pointer;
}

.negative-feedback {
    margin-top: -25px;
}

.spacer {
    display: none;
}

.previous {
    color: #4E42F8;
    font-size: large;
    background-color: white;
    border-radius: 1000px;
    padding: 15px, 40px, 15px, 40px;
    margin-top: 25px;
    height: 54px;
    width: 100%;
    float: left;
    right: 0;
    border-width: 1px;
    border-color: #4E42F8;
}

.previous svg path {
    fill: #4E42F8;
}

.custom-file-label::after {
    display: none;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.formApply {
    margin-top: 25px;
    margin-bottom: 25px;
}

.langButton {
    /* inactive button */
    display: none;
    border-color: #4E42F8;
    border: solid;
    border-width: 1px;
    /* font-weight: bold; */
    background-color: white;
    text-decoration: none;
    color: #4E42F8;
}

.langButton:hover {
    color: white;
    background-color: #4E42F8;
    border-color: #4E42F8
}

.langButton.buttonActive:hover {
    border-color: white;
}

.langButton.buttonActive {
    background-color: #4E42F8;
    color: white;
}

.next:hover svg path {
    fill: #4E42F8 !important;
}

.next:hover {
    border-color: #4E42F8;
    border: solid;
    border-width: 1px;
    /* font-weight: bold; */
    background-color: white;
    text-decoration: none;
    color: #4E42F8 !important;
}

.previous:hover {
    background-color: #4E42F8;
    color: white;
    border: none;
}

.previous:hover svg path {
    fill: white;
}

.form-control {
    height: 44px;
    margin-bottom: 30px;
    background-color: rgba(33, 33, 33, 0.05);
    border-width: 0;
    border-radius: 8px;
}

.form-row {
    margin-bottom: 0;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(33, 33, 33, 0.5);
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(33, 33, 33, 0.5);
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(33, 33, 33, 0.5);
}

.form-control {
    color: rgba(33, 33, 33, 0.5);
}

.form-player{
    margin-bottom: 35px;
}

@media (max-width: 365px) {
    .form-row{
        font-size: .85rem!important;
    }
    
    
}

.hide {
    display: none;
}

.slide-in {
    animation: slide-in 0.7s forwards;
    -webkit-animation: slide-in 0.7s forwards;
}

.slide-out {
    animation: slide-out 0.7s forwards;
    -webkit-animation: slide-out 0.7s forwards;
}

.slide-out-left {
    animation: slide-out-left 0.7s forwards;
    -webkit-animation: slide-out-left 0.7s forwards;
}

.slide-in-left {
    animation: slide-in-left 0.7s forwards;
    -webkit-animation: slide-in-left 0.7s forwards;
}

@keyframes slide-in {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-out-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(100%);
    }
}


/* // Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    #paginationDesktop {
        display: block;
    }
    #paginationMobile {
        display: none;
    }
    #tellus-input,
    #future-input {
        width: 500px;
        max-width: 400px;
    }
    .custom-file-label.fullWidth,
    .custom-file-input.fullWidth {
        width: 143px;
    }
    .previous {
        width: 127px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .next {
        width: 127px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .spacer {
        display: block;
    }
}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #mobile-step-img {
        display: none;
    }
    #desktop-step-img {
        display: flex;
    }
    .right {
        margin-top: 100px;
    }
    #thankYouText {
        font-size: 64px;
    }
    #thankYouAnimation {
        width: 300px;
    }
    #thankYouSubText {
        font-size: 2.0rem;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    /* form {
        margin-right: 20%;
    } */
    #left {
        margin-left: 100px;
    }
}


/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    form {
        margin-right: 10rem;
    }
}


.ar-entry{
    padding-right: .75rem!important;

}

.ar-form{
    text-align:right;
}

.ar-radio{
    margin-left: 10px!important;
}

.radioRow-ar{
    margin-right: 22px;
}

.furjan_ar{
    text-align:initial;
    margin-top: 20px; 
    color: rgb(114, 114, 114);
}