:root {
    --main-primary: #400ed1; /*Header kısmında kullanılacak olan renk*/
    --disabled-color: #f3f5f9; /*öğe disabled olduğunda arka planda kullanılan renk*/
    --focus-border: #400ed1; /*Focus olayı gerçekleştirildiğinde border olarak kullanılan renk*/
    --omnibus-photo-card-color: #eeeeee; /*Fotoğraf çerçevelerinde kullanılan renk*/
    --border-color: #f5f5f5; /*Border kısımlarında kullanılacak renk*/
}

/* Login-register-recovery sayfa ortalama için*/
.omnibus-average-vertically {
    height: 100%;
}

/*Header kısmının rengi main-primary olarak değiştirildi.*/
body[data-topbar="dark"] #page-topbar {
    background-color: var(--main-primary);
    padding: 0 1rem;
}
/*Göster butonu için eklendi.*/
.omnibus-btn-show {
    color: white;
    background-color: var(--main-primary);
}
/*İnput alanlarının disabled olduğu durumlar için eklenmiştir.*/
input.form-control:disabled {
    background: var(--disabled-color);
    cursor: not-allowed;
}
textarea.form-control:disabled {
    background-color: var(--disabled-color);
    cursor: not-allowed;
}
select.form-control:disabled {
    background: var(--disabled-color);
    cursor: not-allowed;
}
select.custom-select:disabled {
    cursor: not-allowed;
}
/*İnput alanlarının focus durumları için eklenmiştir.*/
select.custom-select:focus {
    border: 2px solid;
    border-color: var(--focus-border) !important;
    box-shadow: 0.1px 0.1px grey !important;
}
input.form-control:focus {
    border: 2px solid;
    border-color: var(--focus-border) !important;
    box-shadow: 0.1px 0.1px grey !important;
}
.form-control:focus {
    border: 2px solid;
    border-color: var(--focus-border) !important;
    box-shadow: 0.1px 0.1px grey !important;
}
/*ticket/detail sayfası için eklenmiştir.*/
@media (max-width: 600px) {
    .omnibus-base-img-ticket-detail {
        width: 500px;
        height: 300px;
    }
}
@media only screen and (min-width: 600px) {
    .omnibus-base-img-ticket-detail {
        width: 400px;
        height: 200px;
    }
}
/*Platform/block/detail ve gallery sayfası için eklenmiştir.*/
.omnibus-base-img{
    width: 400px;
    height: 250px;
}
/* table içerikleri başlıkla aynı hizaya getirildi.*/
body[data-topbar="dark"] table thead tr th {
    padding-left: 24px;
}
body[data-topbar="dark"] table tbody tr td {
    padding-left: 24px;
}
/*Gallery sayfası için eklenmiştir.*/
.omnibus-photo-card {
    background-color: var(--omnibus-photo-card-color);
}
.omnibus-upload-document {
    margin-top: 20px;
    margin-right: 20px;
}
/*Menü scrollbar için eklendi*/

@media (max-width: 1200px) {
    .omnibus-crypto-buy-sell-nav-items {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
/*TODO*/
@media (max-width: 576px) {
}
/*Anasayfa kapak fotoğrafı için yazılmıştır.*/
.omnibus-card-img-actions .omnibus-card-img-actions-index {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    opacity: 0;
    transition: all ease-in-out 0.15s;
    padding-right: 8px;
    padding-bottom: 8px;
    opacity: 1;
    visibility: visible;
}
.omnibus-card-img-actions .omnibus-card-img-actions-index .omnibus-btn-update span label:hover {
    cursor: pointer;
}
/*TODO*/
.omnibus-card-img-actions .omnibus-card-img-actions-index .omnibus-btn-update:hover {
}
/*Profil fotoğrafı update ve delete işlemleri için eklendi.*/
.omnibus-card-img-actions {
    position: relative;
    z-index: 0;
}
.omnibus-card-img-actions:focus .omnibus-card-img-actions-overlay,
.omnibus-card-img-actions:hover .omnibus-card-img-actions-overlay {
    opacity: 1;
    visibility: visible;
}
.omnibus-btn-delete:focus {
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.4);
}
.omnibus-card-img-actions-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.15s;
}
/*Sayaç için yazılmıştır*/
.omnibus-counter {
    border: 1px solid var(--border-color);
    background-color:#f8f8fb;
    display: flex;
    justify-content:center;
    font-size:18px;
    margin: 20px;
    padding: 8px;
    font-weight:bold;
    border-radius: 5%;
    color: black;
}

/*payment/cart sayfasındaki tutar bilgisi için eklenmiştir.*/
@media (max-width: 415px) {
    .omnibus-amount-info {
        font-size: 15px;
    }
}
@media (min-width: 416px) {
    .omnibus-amount-info {
        font-size: 22px;
    }
}
.navbar-container {
    padding-left: 60px;
    padding-right: 60px;
}
/*Hero için yazılmıştır.*/
.omnibus-hero-section div .row{
    display:flex;
    align-items:center;
}
.omnibus-hero-section div .row h1{
    color:white;
    font-weight:bold;
    margin-bottom: 4px;
}
.omnibus-hero-section div .row p{
    color:white;
    font-size:16px;
    margin:4px;
}

/*Web Sayfasındaki card içerikleri için yazılmıştır.*/
.omnibus-web-card-products {
    background-color: white;
}
.omnibus-web-card-title{
    margin-bottom: 16px;
}
.omnibus-web-card-products .omnibus-web-card-text{
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden;
}
/*PRODUCTS sayfasındaki başlıklar için yazılmıştır.
.card-body h3{
    color: #28ace8;
}*/
/*web2 sayfasındaki hero üzerinde olan section için yazılmıştır.*/
.omnibus-currency-price {
    position: absolute;
    top: -70px;
    left: 15%;
    right: 15%;
}
/*web2 sayfası hero kısmının form bölümü için yazılmıştır.*/
.omnibus-form-card {
    opacity: 0.8;
}
@media (min-width: 768px) {
    .omnibus-base-img-top {
        width: 400px;
        height: 200px;
        max-width: 100%;
    }
}
@media (max-width:576px){
    .omnibus-base-img-top{
        width: 550px;
        height: 250px;
        max-width: 100%;
    }
}
@media (min-width:577px) and (max-width:768px) {
    .omnibus-base-img-top {
        width: 550px;
        height: 350px;
        max-width: 100%;
    }
}

/*ticket-detail sayfası için yazılmıştır*/
@media screen and (max-width: 330px) {
    .omnibus-ticket-delete {
        margin-top: 8px;
    }
}
/*Form kısmındaki seçim alanları için yazılmıştır.*/
.omnibus-secim-alani {
    padding: 20px;
}
/*Information-card için yazılmıştır.*/
.omnibus-information-card {
    background-color: var(--success);
    border-radius: 5px 5px 0 0;
    color: white;
    display: flex;
    align-items: center;
}
.omnibus-information-card h3 {
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}
.omnibus-information-card label {
    font-weight: bold;
}
/*Kapak fotoğrafı güncelleme butonu için yazılmıştır.*/
.omnibus-photo-update {
    border: 1px solid red;
    border-radius: 5px;
    background-color: red;
    color: white;
}
/*Payment-cart hata tab menüsü için yazılmıştır.*/
.omnibus-error-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30em;
}
.omnibus-error-card div {
    text-align: center;
}
.omnibus-error-card div div.error-title {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
    color: var(--danger);
}
.omnibus-error-card div div.error-description {
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
}
/*Ticket/detail sayfası için yazılmıştır*/
.omnibus-ticket-card {
}
.omnibus-ticket-card .omnibus-ticket-header {
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
}
.omnibus-ticket-card .omnibus-ticket-header .omnibus-ticket-information-card {
    display: flex;
    align-items: center;
}
.omnibus-ticket-card .omnibus-ticket-header .omnibus-ticket-information-card .omnibus-ticket-username {
    font-size: 1em;
}
.omnibus-ticket-card .omnibus-ticket-header .omnibus-ticket-information-card .omnibus-ticket-title {
    font-size: 1.5em;
}
.omnibus-ticket-card .omnibus-ticket-header .omnibus-ticket-information-card .omnibus-ticket-status {
    margin-left: 10px;
}
.omnibus-ticket-card .omnibus-ticket-header .omnibus-ticket-description {
    font-size: 1em;
}
/*Mesajlaşma blokları için yazılmıştır.*/
@media (max-width: 768px) {
    .omnibus-chat-conversation .omnibus-conversation-list {
        margin-bottom: 24px;
        /*Mesaj kutuları boydan boya olması için değsiştirilmiştir.*/
        /*display: inline-block;*/
        display: block;
        position: relative;
    }
    .omnibus-chat-conversation .right .omnibus-conversation-list {
        /*Mesaj kutularının block halinde olması için silinmiştir.*/
        /*float: right;*/
    }
}
@media (min-width: 768px) {
    .omnibus-chat-conversation .omnibus-conversation-list {
        margin-bottom: 24px;
        display: inline-block;
        position: relative;
    }
    .omnibus-chat-conversation .right .omnibus-conversation-list {
        float: right;
    }
}
/*omnibus-information-card-2 için yazılmıştır.*/

.omnibus-information-card-2 .omnibus-information-card-title{
    font-size:2rem;
    color: gray;
}
.omnibus-information-card-2 .omnibus-information-card-description{
    font-size:16px;
    color: gray;
}
.omnibus-information-card-2 .omnibus-information-card-features{

}
.omnibus-information-card-features .omnibus-features-number-2{
    font-weight: bold;
    font-size: 3.5rem;
    margin-right: 16px;
    color: gray;
    opacity: 0.7;
}
.omnibus-information-card-features .omnibus-features-text-2{
    font-weight: bold;
    font-size: 18px;
    color: gray;
    opacity: 0.7;
}
.omnibus-information-card-1 .omnibus-information-card-features .omnibus-features-column{
    display: flex;
    justify-content:start;
    align-items:center
}

.omnibus-information-card-1 .omnibus-information-card-title{
    font-size:2rem;
    color: white;
}
.omnibus-information-card-1 .omnibus-information-card-description{
    font-size:16px;
    color: white;
}
.omnibus-information-card-1 .omnibus-information-card-features{

}
.omnibus-information-card-features .omnibus-features-number{
    font-weight: bold;
    font-size: 3.5rem;
    margin-right: 16px;
    color: white;
    opacity: 0.7;
}
.omnibus-information-card-features .omnibus-features-text{
    font-weight: bold;
    font-size: 18px;
    color: white;
    opacity: 0.7;
}
.omnibus-information-card-1 .omnibus-information-card-features .omnibus-features-column{
    display: flex;
    justify-content:start;
    align-items:center
}
/*Form içeren omnibus-hero-content kısmı için yazılmıştır.*/
.omnibus-hero-section div.container .omnibus-hero-content {
    display: flex;
    align-items:center;
}
.omnibus-hero-section div.container .omnibus-hero-content .column-1 {
    margin-top: 100px;
}
/*Products-detail3 sayfası için yazılmıştır.*/
.omnibus-page-title-card{
    position: absolute;
    right: 0;
    top:-50px;
    z-index:10;
    margin-left:auto;
    margin-right:auto;
    left:0;right:0;
}
/*Anasayfa kapak fotoğrafı için yazılmıştır.*/
.omnibus-index-page-photo{
    height:256px;
    object-fit:cover;
}
/*içerisinde input olan tutar bilgisi için yazılmıştır.*/
.omnibus-amount{
    width: 15em;
}
/*Ürün-detay sayfasındaki about kısmı için yazılmıştır.*/
@media (min-width:768px){
    #omnibus-product-detail-about{
        padding-top:80px;
    }
}
@media (min-width:576px) and (max-width:767px){
    #omnibus-product-detail-about{
        padding-top: 50px;
    }
}
@media (min-width:362px) and (max-width:576px){
    #omnibus-product-detail-about{
        padding-top: 40px;
    }
}
@media (max-width:362px){
    #omnibus-product-detail-about{
        padding-top: 100px;
    }
}
/*Ticket detail sayfası için yazılmıştır.*/
.omnibus-ticket-search-box{
    border: 1px solid var(--border-color);
    border-radius: 50px;
}
.omnibus-tickets{
    border: 2px solid var(--border-color);
    border-radius: 5px;
    margin-top: 8px;
}
/*Form kısmına sahip olan hero için yazılmıştır*/
.omnibus-hero-section {
    /*padding-top: 220px;
    padding-bottom: 190px;*/
    min-height: 700px;
    display: flex;
    align-items:center;

}

.omnibus-hero-section .hero-title {
    font-size: 42px;
}

@media (max-width: 575.98px) {
    .omnibus-hero-section .hero-title {
        font-size: 30px;
    }
}
/*Form kısmı olmayan hero için yazılmıştır*/
.omnibus-hero-section-without-form{
    min-height: 400px;
    display: flex;
    align-items:center;
    color: white;
}

@media (max-width: 575.98px) {
    .omnibus-hero-section-without-form {
        /*
        padding-top: 140px;
        padding-bottom: 80px;*/
    }
}
.omnibus-hero-section-without-form .hero-title {
    font-size: 42px;
}

@media (max-width: 575.98px) {
    .omnibus-hero-section-without-form .hero-title {
        font-size: 30px;
    }
}
/*Form kısmı olan hero için yazılmıştır*/
.omnibus-hero-section .ico-countdown {
    font-size: 22px;
    margin-right: -12px;
    margin-left: -12px;
}

@media (max-width: 575.98px) {
    .omnibus-hero-section .ico-countdown {
        display: block;
    }
}

.omnibus-hero-section .ico-countdown .coming-box {
    margin-right: 12px;
    margin-left: 12px;
    border: 1px solid #eff2f7;
    border-radius: 4px;
    padding: 8px;
    background-color: #fff;
}

@media (max-width: 575.98px) {
    .omnibus-hero-section .ico-countdown .coming-box {
        display: inline-block;
        width: 40%;
        margin-bottom: 24px;
    }
}

.omnibus-hero-section .ico-countdown .coming-box span {
    background-color: #eff2f7;
    font-size: 12px;
    padding: 4px;
    margin-top: 8px;
}

.omnibus-hero-section .softcap-progress {
    overflow: visible;
}

.omnibus-hero-section .softcap-progress .progress-bar {
    overflow: visible;
}

.omnibus-hero-section .softcap-progress .progress-label {
    position: relative;
    text-align: right;
    color: #495057;
    bottom: 20px;
    font-size: 12px;
    font-weight: 500;
}

.omnibus-features-number {
    opacity: 0.1;
}
.omnibus-bg-overlay-without-form {
    position: absolute;
    min-height: 400px;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    background-color: #000;
}
.section.section-padding{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
}
.section {
    position: relative;
    /*padding-top: 80px;
    padding-bottom: 80px;*/
}

.section.bg-white {
    background-color: #fff !important;
}
/* sweetalert buttonları için olusturuldu*/
.swal-button-danger:not([disabled]):hover {
    background-color: #f46a6a;
    color: white;
}
.swal-button-danger:not([disabled]) {
    background-color: #f46a6a;
}
.swal-button-success:not([disabled]):hover {
    background-color: #34c38f;
    color: white;
}
.swal-button-success:not([disabled]) {
    background-color: #34c38f;
}
.swal-button-primary:not([disabled]):hover {
    background-color: #002a59;
    color: white;
}
.swal-button-primary:not([disabled]) {
    background-color: #002a59;
}
.omnibus-information-card {
    background-color: var(--success);
    border-radius: 5px 5px 0 0;
    color: white;
    display: flex;
    align-items: center;
}
/*anasayfadaki muhasebe kısmı için yazılmıştır*/
.omnibus-index-card-text{
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;
}
/*Doldurulması gereken inputların doldurulmadığında görünecek şekli*/
.alert-danger-for-input {
    background-color: #fde1e1;
    border: 2px solid red;
}
.card-radio-label.active {
    border: 2px solid var(--main-primary);
}
.ticket-add-icon{
    border: 2px dashed lightgray;
    color: var(--success);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    font-size: xx-large;
    padding-left:10px;
    padding-right: 10px;
    padding-top:20px;
    padding-bottom: 20px;
}
.ticket-add-text{
    text-align: center;
    border: 2px dashed lightgray;
    color: black;
    padding: 20px;
    border-radius: 5%;
    display: inline-block;
}
.ticket-add-text h4{
    font-weight: bold;
}
.ticket-add-text div{
    font-size:14px;
}
.ticket-add-circle{
    font-size:14px;
    border: 2px dashed lightgray;
    color: var(--success);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: xx-large;
    padding-left:20px;
    padding-right: 20px;
    padding-top:15px;
    padding-bottom: 15px;
}

.omnibus-square-photo{
    height: 90px;
    width: 90px;
}
.omnibus-btn-document{
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.omnibus-btn-message{
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.omnibus-btn-message:focus{
    border: 2px solid var(--main-primary);
}
.omnibus-btn-document:focus{
    border: 2px solid var(--main-primary);
}

.swal-overlay--show-modal, .swal-modal {
    animation: none !important;
}

.react-tel-input .form-control{
    width: 100% !important;
}

.react-tel-input .country-list{
    text-align: left;
}

.form-control-feedback + .input-group, .input-group .form-control-feedback, .input-group + .form-control-feedback{
    z-index: 0;
}
