<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: Poppins;
}
.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
    outline: none;
}

.accordion-button:focus
{
     box-shadow : none;
}

.accordion-button
{
    padding: 20px 24px;
    background: #fff;
    border-radius: 12px!important;
}

.accordion {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.enust-baslik {
    border: 1px solid #E4E7EC!important;
    border-radius: 12px!important;
}


.accordion-body {
    padding-top: 0;
}
::after{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-color: #F9FAFB;
    border-radius: 50px;
    border: 1px solid #E4E7EC;
    background-size: 15px;
    padding: 15px;
}
.footer-btn1::after {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-color: #F9FAFB;
    border-radius: 50px;
    border: 1px solid #E4E7EC;
    background-size: 15px;
}



.card-talep-image{
    width: 19%;
}
.card-talep-image&gt;img{
    border: 1px solid #EAEDEE;
    border-radius: 4px;
    width: 100%;
}

.card-info{
    width: 80%;
}

.card-talep-button{
    width: 19%;
}

.info-item{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding-left: 5%;
}

.talep-durum{
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
    justify-content: baseline;
}


::after {
    position: absolute;
    right: 20px;
    top: 70%;
}

.info-item-child{
    display: flex;
    flex-direction: row;
    column-gap: 50px;
}


/* body content */

.body-content-buttons{
    width: 100%;   
}

.body-content-buttons&gt;button{
    width: 50%;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    background-color: #A459D1;
    height: 48px;
    color: #fff;
}
.buton-flex{
    width: 50%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    column-gap: 2%;
}

.buton-flex&gt;button{
    width: 49%;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    background-color: #fff;
    height: 48px;
}


.body-content-info{
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 2%;
    margin-top: 3%;

}

.body-content-info-item{
    width: 48%;
}


.content-info-item-child{
    display: flex;
    flex-direction: column;
}

.content-info-item-child&gt;span{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #78899C;
}

.sayfalar-btn{
width: 100%;
display: flex;
flex-direction: row;
column-gap: 8px;
justify-content: center;
margin-top: 5%;
}
.sayfalar-btn&gt;button{
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.col-4 {
    flex: 0 0 auto;
    width: 26.333333%;
}

.emailadress{
    font-size:13px;
}


    .spanlar{
        color: #2f4858;
        font-size: 10px;
        font-weight: 400;
    }
/* col-lg-3 */


.profiledecor{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 0;
    border-bottom: 1px solid #EAEDEE;
    background-color: #FCFCFD;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left: 5%;
    column-gap: 2%;
}

#menu-id{
    border: 1px solid #EAEDEE;
    border-radius: 8px;
    width: 90%;
    margin-left: 10%;

}
#name-ico{
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5%;

}

#name-ico&gt;span{
    background-color: #A459D1;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    padding: 15%;
    border-radius: 50px;
}
.panel{
    padding: 16px;
}
.panel-item{
    vertical-align: middle;
    border-bottom: 1px solid #E4E7ECB2;
    padding-bottom: 10px;
    font-size: 15px;
    padding-top: 10px;
    color: #2F4858;
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    column-gap: 5%;
}

.isim{
    font-weight: 600;
    font-size: 15px;
}
@media only screen and (width &lt;= 1024px) {
    .box {
        width: 525px;
        height: 50px;
        background-color: white;
        border-radius: 30px;
        display: flex;
        align-items: center;
        padding: 20px;
    }
}


@media only screen and (width:768px) {
    .box {
        width: 375px;
        height: 50px;
        background-color: white;
        border-radius: 30px;
        display: flex;
        align-items: center;
        padding: 20px;
    }
    
    .isim{
        font-size: 13px;
        font-weight: 600;
    }
    .spanlar{
        color: #2f4858;
        font-size: 10px;
        font-weight: 400;
    }
    .emailadress{
        font-size:11px;
    }
    #gizle-panel{
        width: 230px;
    }
    .info-item-child{
        display: flex;
        flex-direction: row;
        column-gap: 20px;
    }
    ::after {
        position: absolute;
        right: 20px;
        top: 75%;
    }
    .body-content-buttons{
        width: 100%;
    }
    .body-content-buttons&gt;button{
        width: 100%;
    }
    .buton-flex{
        width: 100%;
    }
    .buton-flex&gt;button{
        width: 100%;

    }
    ::after {
        position: absolute;
        right: 10px;
        top: 65%;
    }
    .footer-btn1::after {
        position: absolute;
        right: 15px;
        top: 20%;
    }
    
}


@media only screen and (max-width:767px) {
    #gizle-panel{
        display: none;
    }
    #acik-panel{
        width: 100%;
        padding: 0;
    }
    .info-item-child{
        display: flex;
        flex-direction: row;
        column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .baslik{
        display: flex;
        flex-direction: column;
        padding: 2%;
        width: 100%;
        align-items: baseline;
    }
    .card-talep-image{
        width: 50%;
        margin-bottom: 10px;
    }
    .info-item{
        padding: 0;
    }
    .spanlar{
        color: #2f4858;
        font-size: 10px;
        font-weight: 400;
    }
    .body-content-buttons{
        width: 100%;
    }
    .body-content-buttons&gt;button{
        width: 100%;
    }
    .buton-flex{
        width: 100%;
    }
    .buton-flex&gt;button{
        width: 100%;

    }
    #flex-md{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    ::after {
        position: absolute;
        right: 10px;
        top: 80%;
    }
    .footer-btn1::after {
        position: absolute;
        right: 15px;
        top: 20%;
    }

    .card-info {
        width: 100%;
    }
    .talep-durum{
        font-size: 12px;
    }
    .info-item {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding-bottom: 20px;
        padding-left: 5%;
    }


    .body-content-info{
        display: flex;
        flex-direction: column;
        width: 100%;
        column-gap: 2%;
        margin-top: 7%;
    
    }
    .body-content-info-item{
        width: 100%;
    }
}


</pre></body></html>