/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2022 | 13:43:56 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
body{margin: 0;padding: 0;}
#sekil_orta{width: 100%;margin: 0 auto;}
#sekil_orta h2{margin: 30px 0 10px;text-transform: capitalize;font-family: 'Poppins', sans-serif;font-weight: 700;}
.entry-content h3 {
    background-image: linear-gradient(120deg,#84FAB1 0%,#84FAB1 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-;
    display: inline;
}

span.inputBolum input {
    margin-bottom: 15px;
    width: 100% !important;
}

.arama {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: transparent;
    padding: 7px 12px;
    width: 100%;
}
.fontadi {
    color: #0a0707;
    font-size: 20px;
    font-weight: bold;
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 25px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.copy_text {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: transparent;
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: transparent;
        border-left-style: solid;
        border-left-width: 1px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    padding: .375rem .75rem;
        padding-top: 0.375rem;
        padding-right: 0.75rem;
        padding-bottom: 0.375rem;
        padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition-property: color, background-color, border-color, box-shadow;
        transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
        transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        transition-delay: 0s, 0s, 0s, 0s;
}
btn:focus, .btn:hover {
    text-decoration: none;
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-color: currentcolor;
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
        border-top-color: rgb(17, 122, 139);
        border-right-color: rgb(17, 122, 139);
        border-bottom-color: rgb(17, 122, 139);
        border-left-color: rgb(17, 122, 139);
}
#converting_text {
	font-size: 20px;
	width: calc(100% - 25px);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #bcc5ce;
	padding: 5px 15px 5px 10px;
	color: #000000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px
	}