.contact-container{
    height: auto;
    max-width: 1024px;
    margin:0 auto;
    padding:50px;
}
.contact-container input{
    display: block;
}

.contact-container .form-group .kariyer-text{
    height: 300px;
    max-width: 500p !important;
}


.contact-container .kariyer-form{
    height: 150px;
    position: relative;
}

.contact-container .form-group .cv-input{
    height: 100px;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    
}

#ozgecmis-alert{
    color:red;
    height: 50px;
    display: block;
    align-items: center;
}

.talent-tech{
    border:2px solid #acacac;
    display: inline-block !important;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    outline: none !important;
    background-color: white;
    min-width: 50px;
    margin:0px;
    padding:12px;
    margin-bottom: 5px;
}


#talent-techs-container .talent-tect-box{
    border:1px solid #acacac !important;
    border-radius: 10px;
    display: inline-block;
    min-width: 50px;
    padding:5px;
    margin:4px;
}

.contact-container .form-group .cv-input-fake{
    border:1px dashed #ccc;
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color:#ccc;
    background-color: transparent;
    z-index: -1;
    margin-bottom: 2rem;
}

#tech-alert{
    color:red;
    height: auto;
    display: inline-block;
    align-items: center;
    margin-bottom: 10px;
}
#name-alert{
    color:red;
    height: auto;
    display: inline-block;
    align-items: center;
}
#mail-alert{
    color:red;
    height: auto;
    display: inline-block;
    align-items: center;
}
#form-alert{
    color:red;
    height: auto;
    display: inline-block;
    align-items: center;
}
#message-alert{
    color:red;
    height: auto;
    display: inline-block;
    align-items: center;
}

#avikon-kariyer-container{
    min-height: 300px;
    position: relative;
}

#avikon-kariyer-footer{
    position: absolute;
    width: 100%;
    bottom:-10px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
}

.avikon-kariyer-loading{
    display: flex;
    align-items: center;
    height: 300px;
    width: 100%;
    justify-content: center;
    font-size: 20px;
}
.avikon-kariyer-loading .green{
    font-size: 50px;
    color:green;
}
.avikon-kariyer-loading i{
    margin:10px;
}
.avikon-kariyer-loading .red{
    font-size: 50px;
    color:red;
}
.avikon-kariyer-loading p{
    font-size: 20px;
    margin:20px;
}

#avikon-kariyer-footer button{
    border:none;
    outline: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 18px;
    background-color:#022a50;
    color:white;
    height: 50px;
    border-radius: 10px;
    min-width: 100px;
    margin-left: 5px;
}

#avikon-kariyer-footer span{
    font-weight: bold;
    font-size: 18px;
    color:#022a50;
}

#avikon-kariyer-container h2{
    font-size: 20px;
    color:#979797;
    margin-bottom: 20px;
}