* {
    touch-action: manipulation;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    background: #fff;
	color: #000;
	padding-bottom: 80px;
}


.profile-isim-div {
	margin-top: 12px;
}
.profile-isim-div h1{
	display: inline-block;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    background: #000;
    width: 98%;
	color: #fff;
	border-radius: 8px;
}





.footer {
    margin-top: 64px;
}




.sticky-phone a {
    font-size: 17px;
    letter-spacing: 1.1px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.sticky-phone span {
}

.sticky-phone {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
    text-align: center;
    color: #fff;
    #background-image: linear-gradient(90deg, rgb(152, 150, 241) 0%, rgb(185, 150, 218) 100%);
    #background-image: linear-gradient(90deg, #4caf50 0%, rgb(124 199 37) 100%);
}


.header-sikayet {
    color: #fff;
    background: #000;
    padding: 12px;
    border-radius: 3px;
    margin: 0;
    font-size: 16px;
    /* animation-name: police;*/
    animation-duration: 2s;
    animation-iteration-count: 30;
}


.kiz-ogesi{
    background: #b22222;
    font-size: 14px;
    font-weight: 400;
}
.kiz-ogesi a{
    text-decoration: none;
}

.kiz-ogesi .kiz-ogesi-kapak img{
    aspect-ratio: 3/3;
    object-fit: cover;
}

.kiz-ogesi-height-0{
    line-height: 13px;
}

.kiz-ogesi-alt-cerceve{
    text-align: center;
    color: #fff;
    padding: 6px 0;
}

.kiz-ogesi-iletisim{
    font-weight: 400;
    font-size: 15px;
}


.call-btn {
    padding: 10px;
    border-radius: 3px;
    display: block;
	width: 100%;
}

.call-btn--Phone {
    /*
        background-image: linear-gradient(90deg, rgb(152, 150, 241) 0%, rgb(185, 150, 218) 100%);
        */
    background-color: #4d88e0;
	margin-right: 4px;

}
.container-contact{
	margin-top: 12px;
	display: flex;
    justify-content: space-between;
}

.call-btn a {
    display: flex;
    align-items: center;
	justify-content: center;
    color: #fff;
    text-decoration: none !important;
}

.call-btn-icon {
    margin-right: 12px;
    color: #fff;
}

.call-btn span:first-child {
    font-size: 14px;
}


.call-btn--whatsApp {
    background-color: #3BB14A;
	margin-left: 4px;
}


.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 45%;
    overflow: hidden;
    border: 4px solid #F3D9C3;
    margin-right: 12px;
}

.profile-content {
    padding: 12px;
    border: 2px solid #ff20df;
	margin: 20px 0;
	border-radius: 4px;
}

.profile-content * {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}



