

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


input[type=file]{
    width:100%;
   
    
}

.siparisozet{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(39, 247, 219, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.leave-comment .form-control {
    margin-bottom: 10px;
}
.leave-comment input {
    margin-bottom: 20px;
}
.leave-comment input {
    margin-bottom: 20px;
}

.blog-page {
    padding-top: 100px;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

.post-box {
    -webkit-box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    box-shadow: 0 5px 10pxrgba(0,9,128,.035),0 7px 18pxrgba(0,9,128,.05);
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 2;
}
.leave-comment {
    -webkit-box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    box-shadow: 0 5px 10pxrgba(0,9,128,.035),0 7px 18pxrgba(0,9,128,.05);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 100px;
    background: #fff;
}

.post-box .post-txt h4 {
    margin-bottom: 15px;
    line-height: 1.3;
}

.leave-comment h4 {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bx {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bx-comment-detail:before {
    content: "\ea46";
}

.sidebox-boxes {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.sidebox {
    margin-bottom: 30px;
}

.sidebox-inner {
    margin-top: 20px;
}

.list-group-flush {
    border-radius: 0;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1pxsolidrgba(0,0,0,.125);
}

.part-title h4 {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    background: #343791;
    color: #fff;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 25px 10px 20px;
    border-radius: 0 50px 50px 0;
    left: -30px;
    letter-spacing: .4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.part-title h4 i {
    margin-right: 10px;
}

b, strong {
    font-weight: bolder;
}
li {
    text-align: -webkit-match-parent;
}
ul.urundetaylist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
b {
    font-weight: bold;
}

ul.urundetaylist li i {
    color: #00c899;
    font-size: 21px;
}
.leave-comment h4 {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.urunicon{
    margin-right: 5px;
}

