body {
    margin: 0;
    padding: 0;
    font-size: 0.87rem;
    font-family: 'Titillium Web', sans-serif !important;
    color: #222;
}

.beyaz {
    background-color: #ffffff;
    padding: 20px;
    overflow: auto;
}

.beyaz table tbody tr td a {
    color: blue !important
}

.duyurular-sayfasi-icerik p {
    color: #696F79;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start !important;
    display: inline !important
}

.duyurular-sayfasi-icerik {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.son-duyuru-text {
    color: #696F79;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-mavi-1 {
    background-color: #074470;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;
    padding: 7px;
    width: 150px;
    border: 0;
    border-radius: 5px;
}

.btn-mavi-1:hover {
    background-color: #2570a6;
    color: #fff;
}

.btn-yesil-1 {
    background-color: #29c4c0;
    font-size: 0.88rem;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    width: 150px;
    border: 0;
    border-radius: 5px;
}

.btn-yesil-1:hover {
    color: #fff;
    background-color: #087b8f;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
    border-color: rgba(143, 171, 197, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: 0 none;
}

.h3,
h3 {
    font-size: 1.5rem;
    font-weight: 300;
}

.message-red {
    background-color: #ce5868;
    padding: 10px;
    margin: 15px 0;
    color: #ffffff;
}

.mesaj-basarili {
    background-color: #18aba4;
    color: #ffffff;
    width: 100%;
    padding: 15px;
}

.ustalan {
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
    height: 75px;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 5;
}

.topalan {
    height: 51px;
    width: 100%;
    position: relative;
    background-color: #0b2239;
}

.logo {
    display: flex;
    width: 22%;
    align-items: center;
    padding-left: 75px;
}

.mlogo {
    display: none;
}

.manset {
    margin: 0;
    padding: 15px;
    height: auto;
    min-height: 445px;
}

.ugalan {
    width: 100%;
    height: 51px;
    padding-inline: 140px
}


.header-left-menu-item:first-child {
    padding-left: 0;
    border: none;
}

.header-left-menu-item {
    padding: 15px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    font-size: 10.5pt;
}

.header-right-menu-item:first-child {
    padding-left: 0;
    border: none
}

.header-right-menu-item {
    padding: 15px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    font-size: 10.5pt;
}

.menutam {
    background-color: #00469d;
    height: 44px;
}

.menutam .menuler {
    height: 44px;
    display: flex;
    justify-content: start;
    padding-left: 30px;
}

.menutam .menuler .btn {
    border: 0;
}

.menutam .menuler button {
    margin: 0;
    padding: 0;
}

.menutam .menuler button {
    list-style: none;
}

.menutam .menuler button a {
    display: block;
    transition: all 0.2s ease-in-out;
    float: left;
    line-height: 44px;
    padding: 1px 30px;
    color: #f5f5f5;
    font-size: 0.85rem;
}

.menutam .menuler button a:hover {
    background-color: #00a8e8;
    color: #444;
}

.menutam .menuler button .ana {
    background-color: #242c42;
    color: #444;
    font-size: 18px;
    padding: 10px !important;
}

.menutam .menuler button .ana i {
    font-size: 20px;
}

.menutam .menuler .btn-group button a {
    display: block;
    transition: all 0.2s ease-in-out;
    float: left;
    padding: 0px 45px;
    color: #f5f5f5;
}

.menutam .menuler .btn-group button a:hover {
    background-color: #ffffff;
    color: #007092;
}

.menutam .menuler .btn-group span a:active {
    border: unset;
}

.hizmetler {
    background: url(/public/images/default/counter-back.png) center center no-repeat;
    background-size: cover;
    display: flex;
    padding: 0;
    margin-bottom: 20px;
}

.hizmetler .hizKutuDis {
    display: flex;
    border-radius: 15px;
    padding: 15px 10px;
    margin: 10px;
}

.hizmetler .hizKutuDis .hizKutu {
    width: calc(33.3333333333% - 21px);
    padding: 15px;
}

.hizmetler .hizKutuDis .hizKutu .hizmet-kutu {
    padding: 0;
    transition: all 0.4s ease-in-out;
}

.hizmetler .hizKutuDis .hizKutu .hizmet-kutu:hover {
    transform: translateY(-15px);
    box-shadow: 1px 1px 25px 0 rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0) inset;
}

.hizmetler .hizKutuDis .hizKutu .hizmet-baslik {
    padding: 10px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

.hizmetler .hizKutuDis .hizKutu .hizmet-baslik p {
    color: #000;
}

.hizmetler .hizKutuDis .hizKutu .hizmet-baslik a {
    display: block;
    color: #fff;
}

.hizmetler .hizKutuDis .hizKutu .hizmet-baslik h3 {
    margin-bottom: 0;
}

.hizmetler .hizKutuDis .hizKutu .hizmet-baslik h3 a {
    color: #fff;
    font-size: 20px;
    line-height: normal;
    display: block;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

.hizmetler .hizKutuDis .hizKutu .hizmet-baslik i {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 0 19px;
    padding: 15px 0 0 0;
    font-size: 18px;
    line-height: 18px;
    background-color: rgba(16, 53, 89, 0.4705882353);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.haberalan {
    display: flex;
    margin: 60px 0;
}

.haberalan .haberKutuDis {
    display: inline-block;
}

.haberalan .hkutuDis {
    float: left;
    width: calc(33.3333333333% - 100px);
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    background: #ffffff;
    box-shadow: 1px 1px 25px 0 rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0) inset;
    border-radius: 15px;
    transition: all 0.4s ease-in-out;
    margin: 50px;
}

.haberalan .hkutuDis:hover {
    transform: translateY(-15px);
    box-shadow: 1px 1px 25px 0 rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0) inset;
}

.haberalan .hkutuDis .hkutu {
    width: 100%;
    position: relative;
}

.haberalan .hkutuDis .hkutu a {
    color: rgb(61, 61, 61);
    font-size: 0.9rem;
    font-weight: 800;
}

.haberalan .hkutuDis .hkutu .habictarih {
    width: 34px;
    height: 59px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(1, 41, 68, 0.7607843137);
    position: absolute;
    top: 20px;
    right: 20px;
}

.haberalan .hkutuDis .hkutu .habictarih span {
    display: flex;
    flex-direction: column;
}

.haberalan .hkutuDis .hkutu .habictarih span:first-of-type {
    font-size: 1.1rem;
    font-weight: 500;
}

.haberalan .hkutuDis .hkutu .habictarih span:last-of-type {
    font-size: 11px;
    font-weight: 300;
}

.haberalan .hkutuDis .hkutu .habicresim {
    padding: 10px;
}

.haberalan .hkutuDis .hkutu .habicresim img {
    -o-object-position: center;
    object-position: center;
    max-height: 145px;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
}

.haberalan .hkutuDis .hkutu .habichaberbaslik {
    font-size: 0.85rem;
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    padding: 0 23px;
    font-weight: 500;
}

.habbaslik {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: #000000;
    font-size: 1.8rem;
}

.habbaslik span:first-of-type {
    font-size: 1.2rem;
    font-weight: 400;
    width: 75%;
}

.habbaslik span:last-of-type {
    width: 25%;
    font-size: 0.95rem;
    display: flex;
    justify-content: end;
    align-items: center;
}

.habbaslik span:last-of-type a {
    padding: 0 11px;
    color: #000;
    font-weight: 400;
    font-size: 0.85rem;
    margin-right: 12px;
    background-color: #dce6ef;
}

.habbaslik span:last-of-type a:hover {
    background-color: #3fb3b0;
    color: fff;
}

.habbaslik .habbaslik span a {
    color: #fff;
    display: block;
    padding: 0 18px;
}

.habbaslik .habbaslik span a:hover {
    color: #fff;
    background-color: #007ea7;
}

.btn-tumList {
    margin: 25px;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
}

.btn-tumList a {
    color: #000;
    background-color: #d8d5f3;
    padding: 15px;
}

.yorumalan {
    color: #fff;
    padding-top: 20px;
    overflow: auto;
}

.sayialan {
    background: url("/public/images/default/counter-back.png") center center no-repeat;
    background-size: cover;
    margin: 20px 0;
    overflow: auto;
    padding: 50px 0;
}

.sayialan .sayikutu {
    display: block;
    float: left;
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    font-size: 1.8rem;
    color: #ffffff;
}

.sayialan .sayikutu i {
    font-size: 1rem;
    font-weight: 100;
    padding: 15px;
}

.sayialan .sayikutu .number {
    display: block;
    margin: 0 auto 2px;
    font-size: 2rem;
    color: #f6f2fd;
    font-weight: 400;
}

.sayialan .sayikutu .fact_detail {
    font-size: 1rem;
    display: block;
    font-weight: 300;
    color: #000000;
}

.logolar {
    padding: 0;
    margin: 50px 0 0;
    border-bottom: solid 1px #f0f8ff;
    border-top: solid 1px #f0f8ff;
    background-color: aliceblue;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #869791;
}

#owl-example_logo .item {
    padding: 8px 0;
    margin: 0;
    border-radius: 3px;
    text-align: center;
}

#owl-example_logo .owl-pagination {
    padding: 2px 0;
}

#owl-example_logo .item span {
    font-size: 0.69rem;
    padding: 10px;
    color: #788695;
    font-weight: 400;
}

#owl-example .item {
    padding: 10px 10px 5px 10px;
    margin: 10px 10px 5px 10px;
    border-radius: 3px;
    text-align: center;
}

#owl-example_logo .item img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.fact_detail {
    display: block;
    font-size: 18px;
    color: #70d8ff;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    border: 1px solid #6a6f73;
    border-radius: 50%;
    background-color: #000;
    padding: 0 1rem;
    width: 3rem;
    height: 3rem;
}

.govde {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.footer-kapsa {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.footer-ust {
    background-color: #b2d1ef;
    padding: 13px 0;
}

.footer-alt {
    height: 128px;
    display: flex;
    align-items: center;
    background-color: #003d89;
}

.footer-alt-kapsa {
    padding: 10px;
    width: 100%;
    display: flex;
    justify-items: center;
}

.telif-yazisi {
    width: 25%;
    display: flex;
    color: #111;
    flex-direction: column-reverse;
}

.telif {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: start;
    font-weight: normal;
    padding: 0;
    color: rgba(240, 248, 255, 0.7490196078);
    flex-direction: column;
    border-right: rgba(143, 137, 137, 0.4588235294) solid 1px;
}

.telif span:first-of-type {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.telif span:last-of-type {
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-bottom: 11px;
}

.alt_logo {
    padding: 20px 0 0 0;
}

.odeme-ikonlari {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.sosyalalan {
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
}

.sosyalalan .sosyal-yazi {
    color: #8196a9;
    font-size: 0.73rem;
    text-align: center;
}

.sosyalalan .sosyal-ikon {
    font-size: 1.3rem;
    text-align: center;
}

.sosyalalan .sosyal-ikon a {
    color: #005089;
    padding-left: 10px;
}

.sosyalalan .sosyal-ikon a:hover {
    color: rgb(15, 16, 49);
}

.yardim-alan {
    width: 33.3333333333%;
    display: flex;
    align-self: center;
    justify-content: center;
}

.app-alan {
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.politika-menu {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.politika-menu a {
    color: #ffffff;
    font-size: 12px;
    padding: 0 15px;
}

.kyorumlar-baslik {
    padding: 10px;
    background-color: #af4040;
    color: #fff;
}

.kulyortumu {
    float: right;
    margin-top: -3px;
    margin-right: -3px;
}

.temizle {
    clear: both;
}

.kulyortumu a {
    padding: 5px;
    background-color: #222;
    color: #fff;
    font-size: 12px;
}

.kulyorum1 {
    width: 100%;
    border: 0 solid #d9dbdf;
    display: flex;
    height: auto;
    overflow: hidden;
}

.kulyorum1 .avatar-dis {
    width: 15%;
    margin-top: 5px;
}

.kulyorum1 .avatar-dis .presim {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 15px 0;
}

.kulyorum1 .avatar-dis .presim img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.adminSil {
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.kyorumdis {
    width: 85%;
    display: flex;
    flex-direction: column;
    padding-right: 25px;
}

.kyorumdis .talkbubble {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 24px;
    border: solid #d2f1f5;
    background: #d2f1f5;
    color: #182122;
    font-size: 0.9rem;
    text-align: start;
}

.kyorumdis .talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 17px solid #d2f1f5;
    border-bottom: 13px solid transparent;
}

.kyorumdis .kulyadi1 {
    padding-left: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: start;
    margin-top: 15px;
    color: #003459;
    width: 100%;
}

.kyorumdis .kulyadi1 p {
    font-size: 0.8rem;
    font-weight: normal;
    text-align: start;
    margin-top: 10px;
}

.anayorumlar {
    background-color: #fff;
}

.kulyorum {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.icbaslik {
    color: #333;
    font-size: 1.4rem;
}

.kulymesaj {
    text-align: justify;
    padding: 10px;
    min-height: 200px;
    overflow: hidden;
    display: block;
}

.uye-ol-baslik {
    color: #0b2239;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
    text-align: center;
}

.AboveSide {
    height: 80px;
    display: flex;
    align-items: center;
}

.AboveSide .AboveTitle {
    color: #074470;
    font-size: 2rem;
    font-weight: 300;
    padding-left: 40px;
}

.AboveSide .AboveTitle span {
    font-size: 0.9rem;
}

.input-group-prepend {
    display: flex;
}

.paketler-icerik {
    padding: 10px;
}

.paketler-icerik .tablo {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.paketler-icerik .tablo .satir {
    padding: 10px;
    display: flex;
}

.paketler-icerik .tablo .satir:first-of-type {
    font-weight: bold;
}

.paketler-icerik .tablo .satir .sutun {
    width: calc(33.3333333333% - 5px);
}

.paketler-icerik .tablo .satir .sutun:first-of-type {
    font-weight: 500;
    font-size: 13px;
}

.paketler-icerik .tablo .satir .sutun select {
    height: 30px;
    padding: 3px;
    font-size: 14px;
    max-width: 80%;
    margin: 15px 15px 15px 0;
}

.paketler-icerik .tablo .satir:nth-child(even) {
    background-color: #dce7e9;
}

.sayfa-icerik {
    display: flex;
}

.sayfa-icerik .icerik-yazi {
    padding: 40px 30px 0 0;
    width: 65%;
    text-align: justify;
}

.sayfa-icerik .icerik-yazi ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0 10px;
}

.sayfa-icerik .icerik-yazi ul .alt-baslik {
    background-color: #2570a6;
    color: #ffffff;
    font-weight: 400;
    font-size: 1rem;
    padding: 5px 10px;
    margin: 20px 0;
}

.sayfa-icerik .icerik-yazi ul li {
    padding: 7px 10px;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.sayfa-icerik .icerik-yazi ul li .alt-baslik1 {
    font-weight: 500;
    color: rgba(10, 42, 109, 0.5882352941);
    font-size: 1.1rem;
}

.sayfa-icerik .icerik-sag {
    width: 35%;
    text-align: right;
    padding: 12px;
    background-image: url("/public/images/default/hakkimizda.png");
    background-repeat: no-repeat;
}

.floatingInput {
    color: #0b2239 !important;
    font-family: Poppins !important;
    font-size: 10px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding-bottom: 15px !important;

}

.form-floating label {
    font-size: 14px !important
}

.uye-girisi {
    color: #0b2239;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

.giris {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 120px 0;
    width: 100%;
}

.giris .giris-form {
    width: 100%;
    max-width: 386px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
}

.giris .giris-form .login-box-icon {
    display: flex;
    width: 100%;
    font-size: 3.1rem;
    justify-content: center;
    opacity: 0.6;
    color: #3b7aa7;
}

.giris .giris-form .satir {
    width: 100%;
    padding: 10px;
    color: #333333;
    font-size: 0.9rem;
    font-weight: 500;
}

.giris .giris-form .satir input {
    width: 100%;
    height: 45px;
    padding: 7px;
    margin: 4px 0;
    background-color: #fff;
    border-radius: 5px;
}

.giris .giris-form .satir span {
    float: left;
    width: 25%;
}

.giris .giris-form .satir .sunut {
    height: 35px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.giris .giris-form .satir .sunut a {
    color: #074470;
}

.giris .giris-form .satir .sunut a:hover {
    color: #149ac0;
}

.giris .LoginDetail {
    padding: 27px;
    padding-left: 35px;
    width: 50%;
    margin: 15px;
    background-position-x: center;
    background-color: #f0f8ff;
    border-radius: 15px;
    max-height: 350px;
}

.giris .LoginDetail .yeniuye {
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.yuye-dis {
    display: flex;
    flex-direction: row;
    padding: 5px;
}

.yuye-dis .yuye {
    width: 50%;
    display: flex;
    padding: 15px 40px;
    font-weight: 500;
    border-radius: 15px;
    margin: 15px;
    padding-top: 50px
}

.yuye-dis .yuye .label_baslik {
    color: #333333;
    font-size: 0.8rem;
    font-weight: 500;
}

.yuye-dis .yuye form {
    width: 100%;
}

.yuye-dis .yuye .label_baslik2 {
    font-size: 0.8rem;
    color: #acb5c9;
    padding-left: 10px;
    margin-bottom: 10px;
}

.yuye-dis .yuye .sozles {
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.yuye-dis .yuye .sozles span:first-of-type {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.82rem;
}

.yuye-dis .yuye .sozles span:first-of-type a {
    color: #b6071e;
}

.yuye-dis .yuye .sozles span:last-of-type {
    display: flex;
}

.yuye-dis .yuye .sozles span:last-of-type input {
    margin: 3px 0;
}

.yuye-dis .yuye .sozles span:last-of-type label {
    margin-left: 10px;
}

.yuye-dis .yuye .form-group .guvenlik-alani {
    display: flex;
}

.yuye-dis .yuye .guvenlik .input-group .input-group-text {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 0;
    border-radius: 0.25rem;
}

.yuye-dis .yuye input[type=checkbox] {
    cursor: pointer;
}

.form-control {
    color: black;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
}

.yuye-dis .yuye .isim-alan div {
    width: 100%;
    display: flex;
}

.yuye-dis .yuye .isim-alan div span {
    width: 50%;
}

.yuye-dis .yuye .isim-alan div span:first-of-type {
    padding: 0 10px 0 0;
}

.yuye-dis .yuyesagresim {
    padding: 50px;
    width: 50%;
    background: url("/public/images/default/login.png") no-repeat;
    background-position-x: center;
}

.yuye-dis .yuyesagresim div {
    font-size: 25px;
    color: #414141;
    font-weight: 800;
    padding: 20px 0;
}

.yuye-dis .yuyesagresim p i {
    padding: 0 10px 10px 0;
    color: #414141;
}

.uye-ol-kayit-butonu {
    color: white;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.uye-ol-input-label {
    color: #0b2239 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    font-family: Poppins !important;
    align-self: center !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    width: 100% !important;
}

.uye-ol-uyari {
    color: var(--gray-500, #919EAB);
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
}

.formsagresim {
    padding: 40px 35px 40px 35px;
    margin: 15px;
    width: 50%;
    max-height: 500px;
    background-position-x: center;
    background-color: #f0f8ff;
    border-radius: 15px;
}

.uyegiris-formsagresim {
    padding: 40px 35px 40px 35px;
    margin: 15px;
    width: 50%;
    background-position-x: center;
    border-radius: 15px;
    max-height: 350px;
    margin-top: 50px
}

.formsagresim div {
    color: #0b2239 !important;
    font-family: Poppins !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    padding-bottom: 19px !important;
}

.uyegiris-formsagresim div {
    color: #0b2239;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 19px;
}

.formsagesim-text {
    color: var(--gray-600, #637381);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.formsagresim p i {
    padding: 0 10px 10px 0;
    color: #00df07;
}

.uyegiris-formsagresim p i {
    padding: 0 10px 10px 0;
    color: #00df07;
}

@media (min-width: 320px) and (max-width: 1024px) {
    .yuye-dis {
        display: flex;
        flex-direction: column;
        padding: 5px;
    }

    .yuye-dis .yuye {
        width: 100%;
    }

    .yuye-dis .yuye .label_baslik {
        color: #333333;
        font-size: 0.8rem;
        font-weight: 500;
    }

    .yuye-dis .yuye form {
        width: 100%;
    }

    .yuye-dis .yuye .label_baslik2 {
        font-size: 0.8rem;
        color: #acb5c9;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .yuye-dis .yuye .sozles {
        font-size: 16px;
        cursor: pointer;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .yuye-dis .yuye .sozles span:first-of-type {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 0.82rem;
    }

    .yuye-dis .yuye .sozles span:first-of-type a {
        color: #b6071e;
    }

    .yuye-dis .yuye .sozles span:last-of-type {
        display: flex;
    }

    .yuye-dis .yuye .sozles span:last-of-type input {
        margin: 3px 0;
    }

    .yuye-dis .yuye .sozles span:last-of-type label {
        margin-left: 10px;
    }

    .yuye-dis .yuye .form-group .guvenlik-alani {
        display: flex;
    }

    .yuye-dis .yuye .guvenlik .input-group .input-group-text {
        display: flex;
        align-items: center;
        padding: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border: 0;
        border-radius: 0.25rem;
    }

    .yuye-dis .yuye input[type=checkbox] {
        cursor: pointer;
    }

    .yuye-dis .yuye .isim-alan div {
        width: 100%;
        display: flex;
    }

    .yuye-dis .yuye .isim-alan div span {
        width: 50%;
    }

    .yuye-dis .yuye .isim-alan div span:first-of-type {
        padding: 0 10px 0 0;
    }

    .yuye-dis .yuyesagresim {
        padding: 50px;
        width: 50%;
        background: url("/public/images/default/login.png") no-repeat;
        background-position-x: center;
    }

    .yuye-dis .yuyesagresim div {
        font-size: 25px;
        color: #414141;
        font-weight: 800;
        padding: 20px 0;
    }

    .yuye-dis .yuyesagresim p i {
        padding: 0 10px 10px 0;
        color: #414141;
    }

    .formsagresim {
        padding: 21px;
        width: 100%;
        margin: 0;
        background-position-x: center;
        background-color: #f0f8ff;
    }

    .uyegiris-formsagresim {
        width: 100%;
        margin-top: 20px
    }

    .formsagresim div {
        font-size: 25px;
        color: #074470;
        font-weight: 400;
        padding: 20px 0;
    }

    .formsagresim p i {
        padding: 0 10px 10px 0;
        color: #149ac0;
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1060;
        display: none;
        width: 100%;
        height: 70%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }

    .dis-site .sol {
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    .dis-site .beyaz {
        background-color: #fff;
        padding: 10px;
        border: 0px solid #d9dbdf;
        overflow: hidden;
        margin: 15px 0;
    }

    .dis-site .logo {
        display: none;
    }

    .mlogo {
        display: flex;
        margin-left: auto;
        padding: 9px 25px 0 0;
        width: 65%;
    }

    .ugalan {
        margin: auto;
        width: 90%;
        position: relative;
        z-index: 5;
        height: 50px;
        padding: 0 25px;
    }

    .ugalan .uyeol {
        display: block;
        overflow: hidden;
        width: 50%;
        color: #fff;
        float: left;
        margin: 0 5px;
    }

    .ugalan .uyeol span {
        padding: 8px;
        float: left;
    }

    .ugalan .uyeol .fa-user {
        padding: 8px;
        float: left;
    }

    .ugalan .uyeol a {
        transition: all 0.2s ease-in-out;
        color: #fff;
        line-height: 14px;
        font-size: 12px;
        padding: 8px;
        display: block;
        text-align: center;
    }

    .ugalan a:nth-child(1) {
        margin-right: 10px;
    }

    .ugalan a .fa {
        margin-right: 5px;
    }

    .basariort {
        color: unset;
        letter-spacing: unset;
        font-size: unset;
        font-weight: normal;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .progress {
        border: 1px solid #b5b0b0;
        height: 13px;
        margin: 4px;
    }

    .basariic {
        padding: 7px;
        font-weight: 400;
        font-size: 0.85rem;
        color: #009688;
    }

    .menutam {
        background-color: #00469d;
        height: 44px;
    }

    .menutam .container {
        padding: 0;
    }

    .menutam .menuler {
        height: 44px;
        display: flex;
        justify-content: start;
        padding-left: 5px;
    }

    .menutam .menuler .btn {
        border: 0;
    }

    .menutam .menuler button {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .menutam .menuler button a {
        display: block;
        transition: all 0.2s ease-in-out;
        float: left;
        line-height: 44px;
        padding: 1px 30px;
        color: #f5f5f5;
        font-size: 0.85rem;
    }

    .menutam .menuler button .ana {
        background-color: #242c42;
        color: #444;
        padding: 10px !important;
    }

    .menutam .menuler button .ana i {
        font-size: 20px;
    }

    .menutam .btn-group,
    .menutam .btn-group-vertical {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
        width: calc(25% + 10px);
    }

    .menutam .menuler .btn-group button a {
        transition: all 0.2s ease-in-out;
        padding: 0;
        color: #f5f5f5;
        width: 100%;
        text-align: center;
    }

    .menutam .menuler .btn-group button a:hover {
        background-color: #ffffff;
        color: #007092;
    }

    .menutam .menuler .btn-group span a:active {
        border: unset;
    }

    .manset {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
        height: auto;
        min-height: 200px;
        width: 100%;
    }

    .h3,
    h3 {
        font-size: 1rem;
        font-weight: 300;
    }

    .hizmetler .hizKutuDis {
        display: flex;
        flex-direction: column;
    }

    .hizmetler .hizKutuDis .hizKutu {
        width: 100%;
        padding: 2px;
    }

    .hizmetler .hizKutuDis .hizKutu .hizmet-kutu {
        padding: 0;
        transition: all 0.4s ease-in-out;
    }

    .hizmetler .hizKutuDis .hizKutu .hizmet-kutu:hover {
        transform: translateY(-15px);
        box-shadow: 1px 1px 25px 0 rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0) inset;
    }

    .hizmetler .hizKutuDis .hizKutu .hizmet-baslik {
        padding: 10px;
        color: #ffffff;
        font-size: 1rem;
        text-align: center;
    }

    .hizmetler .hizKutuDis .hizKutu .hizmet-baslik p {
        color: #000;
    }

    .hizmetler .hizKutuDis .hizKutu .hizmet-baslik a {
        display: block;
        color: #fff;
    }

    .hizmetler .hizKutuDis .hizKutu .hizmet-baslik h3 {
        margin-bottom: 0;
        font-size: 1.2rem;
    }

    .hizmetler .hizKutuDis .hizKutu .hizmet-baslik h3 a {
        color: #fff;
        font-size: 20px;
        line-height: normal;
        display: block;
        font-weight: 500;
        position: relative;
        text-decoration: none;
    }

    .hizmetler .hizKutuDis .hizKutu .hizmet-baslik i {
        display: inline-block;
        width: 48px;
        height: 48px;
        margin: 0 0 19px;
        padding: 15px 0 0 0;
        font-size: 18px;
        line-height: 18px;
        background-color: rgba(16, 53, 89, 0.4705882353);
        color: rgb(255, 255, 255);
        border-radius: 50%;
    }

    .haberalan .haberKutuDis {
        display: flex;
        flex-direction: column;
    }

    .haberalan .haberKutuDis .hkutuDis {
        width: 100%;
        margin: 11px 0;
    }

    .haberalan .haberKutuDis .hkutuDis .hkutu {
        width: 100%;
        min-height: 150px;
        overflow: hidden;
        display: block;
        float: none;
        margin: 5px;
    }

    .haberalan .haberKutuDis .hkutuDis .hkutu .habichaberbaslik {
        font-size: 1rem;
    }

    .haberalan .haberKutuDis .hkutuDis .hkutu:last-of-type,
    .haberalan .haberKutuDis .hkutuDis .hkutu .yorumalan {
        margin: 10px 0;
    }

    .haberalan .haberKutuDis .hkutuDis .hkutu img {
        width: 100%;
        height: 200px;
    }

    .haberalan .haberKutuDis .hkutuDis .haberkutu a {
        overflow: hidden;
        float: left;
        width: 100%;
        border: 1px solid #e9ebee;
        margin-bottom: 20px;
        margin-left: 2px;
        margin-right: 2px;
        color: #222;
        transition: all 0.2s ease-in-out;
    }

    .haberalan .haberKutuDis .hkutuDis .habresim {
        width: 100%;
        height: 150px;
        margin-right: 10px;
        overflow: hidden;
    }

    .haberalan .haberKutuDis .hkutuDis .habresim img {
        width: 100%;
        height: 150px;
        margin-right: 10px;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
    }

    .habbaslik {
        margin-top: 0px;
        color: rgb(0, 0, 0);
        height: 40px;
        padding-left: 10px;
        line-height: 30px;
        display: flex;
        justify-content: center;
    }

    .sayialan {
        background-color: #3fb3b0;
        margin: 20px 0;
        overflow: auto;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .sayialan .sayikutu {
        display: block;
        float: left;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
    }

    .sayialan .sayikutu .timer {
        display: block;
        margin: 0 auto 2px;
        font-size: 2rem;
        color: #f6f2fd;
        font-weight: 400;
    }

    .sayialan .sayikutu .fact_detail {
        font-size: 1.2rem;
        display: block;
        font-weight: 300;
    }

    .kyorumdis {
        width: 72%;
        display: flex;
        flex-direction: column;
        padding-right: 10px;
    }

    .kulyorum1 {
        width: 100%;
        border: 0 solid #d9dbdf;
        display: flex;
        height: auto;
        overflow: hidden;
    }

    .kulyorum1 .avatar-dis {
        width: 28%;
        margin-top: 10px;
    }

    .kulyorum1 .avatar-dis .presim {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.2rem;
        padding: 15px 0;
    }

    .kulyorum1 .avatar-dis .presim img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
    }

    .sosyalalan {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .telif-yazisi {
        width: 100%;
        font-size: 0.8rem;
        display: flex;
        padding: 9px 0;
        color: #fff;
    }

    .footer-kapsa {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .footer-ust {
        padding: 0;
    }

    .footer-alt {
        height: 160px;
        align-items: flex-start;
    }

    .telif {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: normal;
        padding: 5px;
        border-right: unset;
    }

    .odeme-ikonlari {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
    }

    .yardim-alan {
        width: 100%;
        display: flex;
        align-self: center;
        justify-content: center;
        padding: 10px;
    }

    .app-alan {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding: 10px;
    }

    .yardim-alan {
        width: 33.3333333333%;
        display: flex;
        align-self: center;
        justify-content: center;
    }

    .politika-menu {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .politika-menu a {
        color: #ffffff;
        font-size: 0.75rem;
        padding: 0;
    }

    .politika-menu span {
        padding: 10px;
    }

    .giris {
        display: flex;
    }

    .giris .giris-form .login-box-icon {
        display: flex;
        width: 100%;
        font-size: 3.1rem;
        justify-content: center;
        opacity: 0.6;
        color: #3b7aa7;
    }

    .giris .giris-form .satir {
        width: 100%;
        padding: 10px;
        color: #333333;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .giris .giris-form .satir input {
        width: 100%;
        height: 45px;
        padding: 7px;
        margin: 4px 0;
        background-color: #fff;
        border-radius: 5px;
    }

    .giris .giris-form .satir span {
        text-align: center;
        width: 100%;
    }

    .giris .giris-form .satir .sunut {
        height: 35px;
        width: 100%;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
    }

    .giris .giris-form .satir .sunut a {
        color: #074470;
    }

    .giris .giris-form .satir .sunut a:hover {
        color: #149ac0;
    }

    .giris .LoginDetail {
        width: 100%;

    }

    .giris .LoginDetail .yeniuye {
        padding: 10px 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}

/*# sourceMappingURL=default-dis.css.map */


@media (max-width: 1440px) {
    .ugalan {
        padding-inline: 10px;
    }

    .header-navbar-background {
        padding-inline: 5px !important;
    }

}

@media (max-width: 400px) {
    .navbar-logo {
        width: 220px !important;
    }
}

@media (max-width: 1200px) {
    .ugalan {
        padding-inline: 10px;
    }

    .topalan {
        display: none;
    }

    .header-navbar-baslik {
        padding: 15px 20px;


    }

    .header-navbar-background {
        padding-inline: 10px !important;
        background-color: #0b2239 !important;

    }

    .header-navbar-dropdown-menu {
        background-color: #0b2239;
        border: none !important;
        border-radius: none !important;
        width: 100% !important;
        left: 0 !important;
        padding: 0 !important;
    }

    .header-navbar-uye-linkleri {
        display: none;
    }

    .header-navbar-absolute {
        top: 0 !important;
    }

}


.header-navbar {
    width: 100% !important;
    height: 90px;
    padding-top: 0
}

.header-navbar-background {
    z-index: 20;
    background-color: #0b223935;
    padding-inline: 130px;

}

.header-navbar-background-position {
    z-index: 20;
    background-color: #0b2239;
    padding-inline: 130px;
}

.header-navbar-collapse {
    padding-inline: 30px;
    align-self: center;
}

.header-navbar-baslik {
    padding: 15px 15px !important;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    color: white;
    font-weight: 700;
    line-height: 22.5px;
    transition: 0.3s;
}

.header-navbar-alt-baslik {

    padding: 10px 15px;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    background-color: #0b2239;
    box-sizing: border-box;

}

.header-navbar-dropdown-menu {
    background-color: #0b2239;
    top: 70px !important;
    border-top: 5px solid rgb(0, 187, 0);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 300px;
    left: -100px !important;
    padding-top: 10px !important;
}

.header-navbar-alt-baslik:hover {
    background-color: #34bd6b;
}

.header-navbar-uye-linkleri {
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    width: 120px !important;
    padding: 0 !important;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-navbar-uye-linkleri:hover {
    background-color: #34bd6b;
    color: white;
}

.header-navbar-uye-linkleri:hover .header-navbar-uye-linkleri-icon {
    color: white !important;
}

.header-position-fix {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 20;
    background-color: #0b2239 !important;
}


.pageheader:after {
    background: #0b2239 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.pageheader {
    padding-top: 205px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
    width: 100%;

}

.header-navbar-absolute {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0
}

.breadcrumb-item {
    font-family: "Titillium Web", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-align: center !important;
    text-decoration-color: rgb(255, 255, 255) !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: auto !important;
}

.breadcrumb {
    padding: 23px 30px;
    background-color: rgb(11 34 57 / 50%);
    border-radius: 20px 20px 0px 0px;
    max-width: 775px;
    margin: 0 auto;
    margin-top: 55px;
    align-items: center;
    font-weight: 600;
}

.footer-bottom-text {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.breadcrumb-item.active {
    color: #34b86a !important;
}

.breadcrumb-item:hover {
    color: #34b86a !important;
}

.dis-site {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
}

.bg-yesil {
    background: #34BD6B;
}