input {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.body {
    display: flex;
    margin: 0;
    padding: 0;
}

.text-info {
    color: #EA8000 !important;
}

.btn {
    /* color: #EA8000 !important; */
    background-color: #EA8000 !important;
    border-color: #EA8000 !important;
}

.card-clickable:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#basvuru_formu {
    /* margin-top: 10em; */
    margin-bottom: 30em;
}

nav.stepper{
    display: flex;
    /* flex-direction: column; */
    margin: 20px 20px 5px 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /* Ensure the nav appears above other elements */
    align-items: center;
    justify-content: space-between;
    /* background-color: #00BAF0; */
    background: linear-gradient(to left, #EA8000, #f4c8c8);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    height: 50px;
    padding: 1em;
}

.step {
    display: flex;
    align-items: center;
    padding: 10px;
    /* background-color: #f0f0f0; */
    /* border-radius: 5px; */
    cursor: pointer;
    /* margin-bottom: 10px; */
}

.step.active {
    /* background-color: #EA8000; */
    border-radius: 15px;
    border-color: #000000;
    color: #000000;
    
}

.step:not(.active):hover {
    background-color: #e9e9e9;
}

.step-number {
    margin-right: 10px;
}

.step-panel {
    color: #EA8000 !important;
    opacity: 0.2;
    transition: opacity 0.8s ease-in-out;
    /* margin-bottom: 20px; */
    margin-top: 7em;
}

.step-panel.active {
    opacity: 1;
}

.bg-primary {
    background-color: #EA8000 !important;
}

.banner {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


#alertContainer,
#loadingBanner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
}