*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    background-color: #E3EAF1 !important;
}

.image > img{
    width: 100%;
    height: 200px;
}

div.image{
    max-height: 200px;
}



.row > .col-6{
    margin: -6px !important;
}


.col-6 > .body > span{
    position: relative;
    top: -66px;
    left: 40px;
    color: white;
    font-weight: 500;
    width: max-content;
}

.col-6 > .body > img{
    width: 100%;
    height: 180px;
    border-radius: 4px;

}


.footer{
    background-color: #f8f9fb;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    margin-left: -10px !important;
    width: 100%;
    border-radius: 13px 13px 0 0;
}

.footer > .bordered > .button{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white;
    border: none;
    position: relative;
    top: -15px;
}


.footer::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #f8f9fb;
    border-radius: 50%;
    top: -30px;
    z-index: -1;
    
}

.header > .image > .texts{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    position: relative;
    /* ortala */
    top: -130px;
    width: 100%;
    color: white;
}

.texts > h3{
    font-size: 20px;
    font-weight: 500;
}
.texts > span{
    font-size: 14px;
    font-weight: 400;
}




.add-data{
    position: relative;
    bottom: -30px;
    left: 35%;
    border-radius: 10px !important;
    font-size: 20px !important;
     /*buton görünüm  */
    background-color: red !important;
    color: white !important;
    border: none !important;
    padding: 5px !important;
    width: 30% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.details-row > .col-6{
    margin-bottom: 30px !important;
}



.col-6:last-child{
    margin-bottom: 80px !important;
}
