/* Bootstrap 3 float grid — uyumlu hizalama */

*, *::before, *::after { box-sizing: border-box; }

.container {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before, .row:after,
.clearfix:before, .clearfix:after,
.forumRow:before, .forumRow:after,
.meclisContentBaslik:before, .meclisContentBaslik:after {
    display: table;
    content: " ";
}

.row:after,
.clearfix:after,
.forumRow:after,
.meclisContentBaslik:after {
    clear: both;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-xs-1  { width: 8.33333333%; }
.col-xs-2  { width: 16.66666667%; }
.col-xs-3  { width: 25%; }
.col-xs-4  { width: 33.33333333%; }
.col-xs-5  { width: 41.66666667%; }
.col-xs-6  { width: 50%; }
.col-xs-7  { width: 58.33333333%; }
.col-xs-8  { width: 66.66666667%; }
.col-xs-9  { width: 75%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-12 { width: 100%; }

@media (min-width: 768px) {
    .col-sm-1  { width: 8.33333333%; }
    .col-sm-2  { width: 16.66666667%; }
    .col-sm-3  { width: 25%; }
    .col-sm-4  { width: 33.33333333%; }
    .col-sm-5  { width: 41.66666667%; }
    .col-sm-6  { width: 50%; }
    .col-sm-7  { width: 58.33333333%; }
    .col-sm-8  { width: 66.66666667%; }
    .col-sm-9  { width: 75%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-12 { width: 100%; }
    .col-sm-offset-1 { margin-left: 8.33333333%; }
    .col-sm-offset-2 { margin-left: 16.66666667%; }
    .col-sm-offset-3 { margin-left: 25%; }
}

@media (min-width: 992px) {
    .col-md-1  { width: 8.33333333%; }
    .col-md-2  { width: 16.66666667%; }
    .col-md-3  { width: 25%; }
    .col-md-4  { width: 33.33333333%; }
    .col-md-5  { width: 41.66666667%; }
    .col-md-6  { width: 50%; }
    .col-md-7  { width: 58.33333333%; }
    .col-md-8  { width: 66.66666667%; }
    .col-md-9  { width: 75%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-11 { width: 91.66666667%; }
    .col-md-12 { width: 100%; }
    .col-md-offset-1 { margin-left: 8.33333333%; }
    .col-md-offset-2 { margin-left: 16.66666667%; }
    .col-md-offset-3 { margin-left: 25%; }
}

@media (min-width: 1200px) {
    .col-lg-1  { width: 8.33333333%; }
    .col-lg-2  { width: 16.66666667%; }
    .col-lg-3  { width: 25%; }
    .col-lg-4  { width: 33.33333333%; }
    .col-lg-5  { width: 41.66666667%; }
    .col-lg-6  { width: 50%; }
    .col-lg-7  { width: 58.33333333%; }
    .col-lg-8  { width: 66.66666667%; }
    .col-lg-9  { width: 75%; }
    .col-lg-10 { width: 83.33333333%; }
    .col-lg-11 { width: 91.66666667%; }
    .col-lg-12 { width: 100%; }
    .col-lg-offset-1 { margin-left: 8.33333333%; }
    .col-lg-offset-2 { margin-left: 16.66666667%; }
    .col-lg-offset-3 { margin-left: 25%; }
}

@media (max-width: 767px)  { .hidden-xs { display: none !important; } }
@media (min-width: 768px) and (max-width: 991px)  { .hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }

@media (max-width: 767px)  { .visible-xs { display: block !important; } }
@media (min-width: 768px) and (max-width: 991px)  { .visible-sm { display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } }
@media (min-width: 1200px) { .visible-lg { display: block !important; } }
.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.text-left   { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right  { text-align: right !important; }

.btn {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 8px;
    text-decoration: none !important;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}
.btn-block { display: block; width: 100%; }
.btn-lg { padding: 12px 20px; font-size: 17px; }
.btn-primary { color: #fff !important; background: #00b4b6; border-color: #009a9c; }
.btn-primary:hover { color: #fff !important; background: #009a9c; }
.btn-success { color: #fff !important; background: #22c55e; border-color: #16a34a; }
.btn-danger  { color: #fff !important; background: #ef4444; border-color: #dc2626; }
.btn-default { color: #334155 !important; background: #f1f5f9; border-color: #e2e8f0; }

.form-group { margin-bottom: 15px; }
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #334155;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
}
.form-control:focus {
    border-color: #00b4b6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,180,182,0.12);
}
textarea.form-control { height: auto; }

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1050;
    overflow: auto;
    outline: 0;
}
.modal.in { display: block; }
.modal-open { overflow: hidden; }
.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.in { opacity: 1; }
.modal-dialog {
    position: relative;
    width: auto;
    margin: 40px auto;
    max-width: 600px;
    padding: 0 15px;
    z-index: 1051;
}
.modal-lg { max-width: 900px; }
.modal-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    overflow: hidden;
}
.modal-header {
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
    text-align: right;
}
.modal-body { padding: 20px; }
.modal-footer {
    padding: 14px 18px;
    border-top: 1px solid #eee;
    text-align: right;
}
.modal-footer .btn { margin-left: 8px; }
.modal-title { font-size: 18px; font-weight: 700; margin: 0; text-align: left; float: left; }
.close {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #999;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 4px;
}
.close:hover { color: #333; }

.nav { list-style: none; padding: 0; margin: 0; }
.nav-tabs {
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 16px;
    overflow: hidden;
}
.nav-tabs > li { float: left; width: 50%; }
.nav-tabs > li > a {
    display: block;
    padding: 12px 16px;
    text-align: center;
    color: #64748b;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none !important;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}
.nav-tabs > li.active > a { color: #00b4b6; border-bottom-color: #00b4b6; }
.nav-justified > li { width: 50%; }
.tab-content > .tab-pane { display: none; }
.tab-content > .tab-pane.active { display: block; }

.img-responsive { max-width: 100%; height: auto; display: block; }
.fade { opacity: 0; transition: opacity 0.15s; }
.fade.in { opacity: 1; }
.clear { clear: both; }
.fleft  { float: left; }
.fright { float: right; }

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.carousel { position: relative; }
.carousel-inner { position: relative; overflow: hidden; width: 100%; }
.carousel-inner > .item { display: none; position: relative; }
.carousel-inner > .item.active { display: block; }
.carousel-control {
    position: absolute;
    top: 0; bottom: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.carousel-control.left  { left: 0; }
.carousel-control.right { right: 0; }
