#main-container{
    background-color: #e3e3e3;
}

.border-r-7{
    border-radius: 7px;
}

.gizle{
    display: none;
}

/* whatsap start */
.whatsapp {
    position: fixed;
    right: 45px;
    bottom: 63px;
    z-index: 99;
    width: 63px;
    height: 63px;
    border-radius: 50% !important;
    border: none !important;
    background-color: #25D366;
    color: #FFF !important;
    font-size: 33pt;
    text-align: center;
    line-height: 66px;
}

.whatsapp:hover{
    background-color: #1dc063;
}

.whatsapp_details{
    position:fixed;
    z-index: 9999;
    bottom:176px !important;
    right:47px;
}

.whatsapp_details .temsilci_icerik {
    display:none;
    width:201px;
    min-height:127px !important;
    overflow:auto;    
    background:#000;
    opacity: 0.90;
    padding:3%;
    border-radius:5px;
    margin-bottom:-49px;
    
}
.whatsapp_details .temsilci_icerik a{
    /* display:block !important; */
    display: flex;
    flex-direction: row;
    width:100%;
    border-radius:3px;
    height:45px;
    line-height:21px;
    background:#090;
    color:#FFF;
    padding:0 3% 0 3%;
    font-size:11pt;
    margin-top:7px;
}
.whatsapp_details .temsilci_icerik a i{
    font-size: 20pt;
    display: block;
    width:33px;
    height: 33px;
    margin-top:9px;
}
.whatsapp_details .temsilci_icerik a span{
    display:block;
}
.whatsapp_details .temsilci_btn{
    display:block;
    width:63px;
    height:63px;
    line-height:63px;
    border-radius:50%;
    background:#090;
    color:#FFF !important;
    font-size:33pt;
    text-align:center;
    cursor:pointer;
    border:none;
}


@media screen and (max-width: 767.98px) {
    .whatsapp_details .temsilci_btn{
        width:37px;
        height:37px;
        line-height:37px;
        font-size:19pt;
    }
}

.border-none{
    border: none !important;
}
/* whatsap end */


