﻿


.chat-bubble {
    margin: 10px 80px;
    border-radius: 9px;
    /*position: relative;*/
    animation: fadeIn 1s ease-in;
    word-wrap: break-word;
}

.chat-bubble-left {
    left: 0;
    background: #eee;
    border-left: 0;
    margin-left: 0;
}

.chat-bubble-right {
    right: 0;
    background: #d9fdd4;
    border-right: 0;
    margin-right: -10px;
}

/*mesajı beğenme butonu*/
.begendimAktif {
    font-size: 1.5em;
    color: black;
    padding-left: 3px;
    padding-right: 3px;
}

.begendimPasif {
    font-size: 1.2em;
    color: darkgray;
    padding-left: 3px;
    padding-right: 3px;
}
/*mesajı beğenme butonu*/



#profilButonu .dropdown-menu i {
    width: 30px;
}



#ta_prompt {
    word-wrap: break-word;
    min-width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    max-height: 150px;
}

#mesajSiniri {
    font-size: .8em;
    font-weight:bold;
    text-align: center;
    min-width: calc(100% - 50px);
    max-width: calc(100% - 50px);
}

.mesajZamani {
    font-size:.8em;
}



.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 40px;
    font-weight: 300;
    /*color: #FFD600;*/
    color:#0d6efd;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}



#hazirSorular div[id='0'] div {
    cursor:pointer;
}

#hazirSorular div[id='0'] > div div {
    margin:3px;
}

#hazirSorular div[id='0'] div:hover > div:first-child {
    color: #141619;
    /*color: #fff;*/
    background-color: #d3d3d4;
    border: 1px solid #bcbebf;
    border-radius: .25rem;
}

.asagiDondur {
    transform: rotate(90deg);
}

.yukariDondur {
    transform: rotate(0deg);
}