main{
    background: #fff !important;
}
.cozum-merkezi{
    .sidebar{
        border-right: 1px solid #dadada;
        background: none; /*safari browser*/
        top: 30px;
        .label-item{
            transition: all 300ms;
            .image{

            }
            .title{
                transition: all 300ms;
                color: #484848;
                height: 2.3em;
                align-items: center;
                display: flex;
                text-align: left;
            }
            &:hover{
                .title{
                    transition: all 300ms;
                    padding-left: .3em;
                }
            }
            &.selected{
                border-right: 3px solid #2484c6;
                transition: all 300ms;
                .image{
                    color: #2484c6;
                }
                .title{
                    color: #2484c6;
                    padding-left: .3em;
                }
            }
        }
        .sidebar-content{
            .sub-main-title{
                color: #9b9b9b;
            }
            .label-item{
                padding-right: 0;
                &.selected{
                    border-right: 0;
                    ul{
                        border-left: 1px solid #d7d6d6;
                        li{
                            a{
                                color: #484848;
                            }
                            &.active{
                                border-right: 3px solid #2484c6;
                                padding-left: .3em;
                                a{
                                    color: #2484c6;
                                }
                                &:hover{
                                    a{
                                        padding-left: 0;
                                    }
                                }
                            }
                        }
                    }
                }
                ul{
                    li{
                        a{
                            transition: all 300ms;
                        }
                    }
                    li{
                        &:hover{
                            a{
                                transition: all 300ms;
                                padding-left: .3em;
                            }
                        }
                    }
                }
            }
        }
    }
    .content{
        .content-item{
            &.content-welcome{
                border:1px solid #dadada;
                border-radius: 8px;
                .welcome-blok-text{
                    max-width: 600px;
                }
                .welcome-text{
                    font-size: 18px;
                    line-height: 24px;
                }
                .welcome-question{
                    font-size: 43px;
                    line-height: 54px;
                    color: #2484c6;
                }
            }
            .card{
                button{
                    &.selected{
                        h3{
                            color: #2484c6;
                        }
                    }
                }
            }
            .search-input{
                position: relative;
                svg{
                    top: -5px;
                    left: 16px;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                }
                input{
                    border: 2px solid rgb(245 245 245);;
                    outline: none;
                    transition: all .12s;
                    padding: 20px 16px 20px 55px;
                    background: rgb(245 245 245);
                    &:focus{
                        border:2px solid #2484c6;
                        background-color: transparent;
                    }
                }
            }
            .faq_boxes{
                .faq_item{
                    height: 116px;
                    width: 188px;
                    max-width: 100%;
                    color: #ffffff;
                    background: #2484c6;
                    flex-direction: column  ;
                    &:hover{
                        background: #1a5d8b;
                    }
                    .icon{
                        filter: brightness(0) invert(1);
                        svg{
                            font-size: 32px;
                            width: 30px;
                        }
                    }
                    .text{

                    }
                }
            }
            .announcement{
                width: 100%;
                color: #212121;
                background: #f5f5f5;
                border-radius: 8px;
                word-break: break-word;
                font-size: 16px;
                line-height: 24px;
                .ann-item{    
                    padding-left: 0; 
                    padding-right: 0; 
                    border-bottom: 1px solid #dadada;
                    &:nth-last-child(1){
                            border: 0;
                    }
                }
            }
            .sub-cat-name{
                font-size: 30px;   
            }
            .findResult{
                display: none;
                &.active{
                    display: block;
                }
                .collapse-items{
                    margin-top: 2em;
                    border:0;
                    .collapse-item{
                        margin: 0px;
                    }
                }
                &.active{
                    .collapse-items{
                        .collapse-item{
                            &.active{                            
                                margin: 15px -16px;
                            }
                        }
                    }
                }
                .searchNotFound{
                    padding: 1.4em;
                    font-weight: bold;
                }
                .resultHtml{
                    margin-top: 1.7em;
                    .prevText {
                        padding: 1em;
                        font-weight: 500;
                        border: 1px solid #e5e7eb;
                    }
                    h2.card-title{
                        display: none;
                    }
                }
            }
            a{
                -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
                &:hover{
                    --tw-text-opacity: 1;
                    color: rgb(251 140 0 / var(--tw-text-opacity));
                }
            }
            .collapse-items{
                .collapse-item{
                    margin: 0 16px;
                    border:1px solid #dadada;
                    &:nth-last-child(1){
                        border-radius: 0 0 8px 8px;
                    }
                    &:nth-child(1){
                        border-radius: 8px 8px 0 0;
                    }
                    .title{
                        span{
                            
                        }
                        .icon{
                            position: absolute;
                            right: 1em;
                            top: .8em;
                            transition: transform 0.3s ease;
                        }
                    }
                    .description{
                        /* border-top: 1px solid #dadada; */
                        max-height: 0;
                        padding: 0 0.75rem; /* Başlangıçta padding dikey olarak 0 */
                        overflow: hidden;
                        transition: all 300ms ease;
                    }
                    &.active{
                        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
                        margin: 15px 0;
                        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                        border-radius: 8px;
                        padding: 1em;
                        .title{
                            .icon{
                                transition: transform 0.3s ease;
                                transform-origin: left center;
                                transform: rotate(180deg);
                                right: 0;
                            }
                        }
                        .description{
                            transition: all 300ms ease;
                            max-height: 500px;
                            padding: 0.75rem 0.75rem;
                            font-size: .9em;
                        }
                    }
                }
            }
        }
    }
}
body{
    overflow: auto;
    &.overflowHidden{
        overflow: hidden;
    }
}
.chatBox{
    display: none;
    &.active{
        display: block;
    }
    .overlay{
        /* z-index: 9999 !important; */
    }
    .chat-container{
        /* z-index: 9999 !important; */
    }
    .closeChatBox{
        
    }
    .head{
        box-shadow: 0 1px 5px #0003,0 6px 16px #0000000f;
    }
    .body{
        &::-webkit-scrollbar {
            width: 15px;
        }

        &::-webkit-scrollbar-track {
            background: var(--primary);
            border-radius: 5px;
        }

        &::-webkit-scrollbar-thumb {
            background-color: var(--secondary);
            border-radius: 14px;
            border: 3px solid var(--primary);
        }
        .chat-bullet-container{
            display: flex;
            flex-direction: column;
            .chat-answer div a {
                text-decoration: underline;
                &:hover{
                    color: rgb(251 140 0 / var(--tw-text-opacity));
                }
            }
            &.loading{
                .chat-bullet{
                    border: 0;
                    .description{
                        border: 0;
                    }
                }
            }
            .chat-bullet{
                background: #ffffff;
                border: 1px solid #dadada;
                color: #212121;
                font-size: 14px;
                line-height: 20px;
                max-width: 290px;
                border-radius: 16px;
                word-break: break-word;
                border-bottom-left-radius: 0;
                align-items: flex-start;
                .description{

                }
            }
            &.client{
                align-items: flex-end;
                .chat-bullet{
                    border-radius: 16px;
                    border-bottom-right-radius: 0;
                    /* background: #2484c6; */
                    border-color: #2484c6;
                    color: #fff;
                    .description{
                    }
                }
            }
        }
    }
}
div:where(.swal2-container) h2:where(.swal2-title) {
    padding-left: 0;
    padding-right: 0;
}

.rateThis{
    div{
        border-color: #2484c6;
        .rateAction{
            opacity: 1;
            svg{
                transition: all 600ms;
                &:hover{
                    fill: #2484c6;
                }
            }
            &.clickedActive{
                opacity: .5;
                svg{
                    fill: #2484c6;
                }
            }
        }
    }
    span{

    }
}
h2#swal2-title {
    font-size: 16px;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background-color:#2484c6;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{
    box-shadow: 0 0 0 3px rgb(36 132 198);
}
@media screen and (max-width:1024px){
    .cozum-merkezi{
        .content {
            .content-item {
                padding: 1.5em;
                &.content-welcome {
                    .welcome-text{
                        color: #2484c6;
                        font-weight: 700;
                    }
                    .welcome-question {
                        font-size: 16px;
                        line-height: normal;
                        margin-top: .3em;
                        color: #000;
                        font-weight: 400;
                    }
                }
                .search-input {
                    svg{
                        height: 25px;
                        top:0;
                        left:10px;
                    }
                    input{
                        font-size: 13px;
                        padding-left: 35px;
                    }
                }
                .announcement{
                }
            }
        }    
    }
}
@media screen and (max-width:451px){
    .cozum-merkezi {
        .content {
          .content-item {
            .faq_boxes {
              .faq_item{
                
              }
            }
        }
    }
}