html, body {
    overflow-x: hidden;
}
table{
    font-size: inherit;
}

/*Binary*/
.binary-tree .binary-left-card .binary-card::before,
.binary-tree .binary-right-card .binary-card::before{
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    border-top: 1px solid #ccc;
}
.binary-tree .binary-left-card .binary-card::before {
    border-left: 1px solid #ccc;
    left: 50%;
}
.binary-tree .binary-right-card .binary-card::before {
    border-right: 1px solid #ccc;
    right: 50%;
}
.binary-tree .binarylevel1 .binary-card::after,
.binary-tree .binarylevel2 .binary-card::after {
    content: "|";
    width: 100%;
    color: #ccc;
    position: absolute;
    bottom: -5px;
    text-align: center;
    left: 0;
}
.binary-tree .binarylevel3 .binary-card::after {
    content: "";
}
.binary-tree .binary-card {
    height: 300px;
}
.binary-tree .binary-card-id {
    font-size: 12px;
    color: #666;
    margin-top:10px;
}
.binary-tree .binary-card-name {
    font-weight: 600;
    font-size: 15px;
    height: 48px;
}
.binary-tree .binary-values{
    font-size: 12px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}
.binary-tree .pending-value{
    font-weight: 600;
    margin-top:7px;
}
.binary-tree .total-value label, .binary-tree .pending-value label{
    color: #999;
    margin-bottom:1px;
}
.binary-tree .binary-card .empty-card{
    align-self: center;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    background-color: #eee;
    padding: 40px 20px;
    border: 1px solid #ccc;
    color: #999;
}
.binary-status-active{
    border-top: 5px solid #0bb7af;
}
.binary-status-passive{
    border-top: 5px solid #a92222;
}
.binary-status-empty{
    border-top: 5px solid #ccc;
}
.btn-binary-arrow {
    position: absolute;
    bottom: -8px;
    left: 45%;
    border-radius: 45px;
    padding: 8px;
    text-align: center;
    z-index: 1;
}
.btn-binary-arrow i{
    padding: 0;
    margin: 0;
}
.paymentTypeDiv{display: none;}
.wrapperRadioSelect.activeRadio{
    background-color: #f5f5f5;
}
.binary-status-active, .binary-status-passive{
    border-top-width: 8px;
}
.loading-processing{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; background-color: rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    display: none;
}
.loading-processing .spinner:before{
    width: 3rem;
    height: 3rem;
}
.header-mobile-menu-button, .header-mobile-logo, .header-mobile-menu-canvas{
    width: 33%;
}
.header-mobile-menu-canvas .topbar.bg-primary{
    z-index: 1 !important;
    position: initial !important;
}
.cargo-row label.option {align-items: center;}
.cargo-row label.option option-focus {display: flex; align-items: center;}
.cargo-row .option .option-label .option-focus {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1475ba;
    position: absolute;
    top: 10px;
    right: 30px;
}

@media (min-width: 992px) {
    .topbar.bg-primary {
        position: fixed;
        top: 5px;
        z-index: 99;
        right: 15px;
    }
}

@media (max-width: 991.99px) {
    #kt_wrapper .topbar.bg-primary {
        position: fixed;
        top: 5px;
        z-index: 99;
        right: 0;
        background: transparent !important;
        width: 120px;
        left: 250px;
    }

    #kt_wrapper .topbar.bg-primary > div {
        display: inline-block;
    }

    .homepage-2 .welcome-thumb {
        /* max-width: 400px; */
        transform: rotate(-17.3deg);
        position: relative;
        top: 27px;
    }

    .header-menu-mobile .menu-nav > .menu-item > .menu-link {
        padding: 9px 30px;
        border-bottom: 1px solid #f0f0f0;
    }

    div#kt_header_mobile > a > img.max-h-30px {
        max-height: 64px !important;
    }

    #kt_header_navs ul.header-tabs {
        display: block !important;
        width: 100%;
    }

    #kt_content {
        margin-top: 30px;
    }

    .binary-tree {
        overflow-x: auto;
        margin: 0 -50px;
        background-color: #07478a;
    }

    .binarylevel {
    }

    .binarylevel1 {
        width: 800px !important;
        padding-bottom: 30px;
        margin: 0 auto;
    }

    .binarylevel1 > .col-md-12 {
    }

    .binarylevel1 > .col-md-12 > .row > .col-md-3 {
        width: 240px !important;
        padding: 0;
    }

    .binarylevel2 > .col-md-6 {
        width: 400px !important;
        padding: 0;
    }

    .binary-left-card, .binary-right-card {
        width: 200px;
        padding: 0;
    }
}
@media (max-width: 720px) {
    #kt_wrapper .topbar.bg-primary {
        left: 270px;
    }
}

.header .header-top {
    background-color: #000 !important;
}
.topbar.bg-primary {
    background-color: #000 !important;
}
.header-mobile {
    background-color: #000 !important;
}
.btn.btn-clean {
    color: #b27e28;
}
.btn.btn-clean i {
    color: #b27e28;
}
.btn.btn-clean.focus:not(.btn-text), .btn.btn-clean:focus:not(.btn-text), .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled) {
    color: #fff;
    background-color: #b27e28;
    border-color: transparent;
}
.btn.btn-clean.focus:not(.btn-text) i, .btn.btn-clean:focus:not(.btn-text) i, .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled) i {
    color: #fff;
}
.btn.btn-clean:not(:disabled):not(.disabled).active, .btn.btn-clean:not(:disabled):not(.disabled):active:not(.btn-text), .show .btn.btn-clean.btn-dropdown, .show>.btn.btn-clean.dropdown-toggle {
    color: #b27e28;
    background-color: #f3f6f9;
    border-color: transparent;
}
.btn.btn-clean:not(:disabled):not(.disabled).active i, .btn.btn-clean:not(:disabled):not(.disabled):active:not(.btn-text) i, .show .btn.btn-clean.btn-dropdown i, .show>.btn.btn-clean.dropdown-toggle i {
    color: #b27e28;
}
.header-menu-mobile .menu-nav>.menu-item.menu-item-active>.menu-heading .menu-text, .header-menu-mobile .menu-nav>.menu-item.menu-item-active>.menu-link .menu-text {
    color: #3f4254;
}
.header-mobile-logo {
    position: relative;
    right: 20px;
}
#copy-referans, #copy-shop {
    background-color: #b27e28;
    border: #fbeea0;
}
.nav.nav-tabs.nav-tabs-line.nav-tabs-line-active-border-success .nav-link.active, .nav.nav-tabs.nav-tabs-line.nav-tabs-line-active-border-success .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line.nav-tabs-line-active-border-success .show>.nav-link {
    border-bottom-color: #b27e28!important;
}
a#kt_quick_user_close {
    background-color: #b27e28;
    color: #fff;
}
#kt_quick_user_close i {
    color: #fff !important;
}
.text-welltures {
    color: #b27e28;
}
.text-hover-welltures:hover, a.text-hover-welltures:hover {
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
    color: #b27e28 !important;
}
.btn-welltures {
    background-color: #b27e28;
    color: #fff;
}
.btn-welltures i{
    color: #fff;
}
.btn-light-welltures {
    background-color: #f6ead6;
    color: #b27e28;
}
.btn-light-welltures i{
    color: #b27e28;
}
.svg-icon.svg-icon-welltures svg g [fill] {
    fill: #b27e28 !important;
}
.navi .navi-item .navi-link:hover {
     color: #000;
 }
.navi .navi-item .navi-link:hover .navi-text {
    color: #000;
}
.header-menu .menu-nav>.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active)>.menu-link, .header-menu .menu-nav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link {
    background-color: #f6ead6;
}
.header-menu .menu-nav>.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-text, .header-menu .menu-nav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-text {
    color: #b27e28;
}
.header-bottom-enabled .header-tabs .nav-item .nav-link.active img.wic-colored,
.header-bottom-enabled .header-tabs .nav-item .nav-link img.wic-white {
    display: block;
}
.header-bottom-enabled .header-tabs .nav-item .nav-link img.wic-colored,
.header-bottom-enabled .header-tabs .nav-item .nav-link.active img.wic-white {
    display: none;
}

@media (max-width: 991.98px){
    .header-bottom-enabled .header-tabs .nav-item .nav-link.active img.wic-white, .header-bottom-enabled .header-tabs .nav-item .nav-link img.wic-colored {
        display: block !important;
    }
    .header-bottom-enabled .header-tabs .nav-item .nav-link.active img.wic-colored, .header-bottom-enabled .header-tabs .nav-item .nav-link img.wic-white {
        display: none !important;
    }
}

.field-icon {
    float: right;
    margin-left: -100px;
    margin-top: -3.5rem;
    position: relative;
    z-index: 2;
    margin-right: 15px;
    color: whitesmoke;
}

.pass-container {
    margin: auto;
}

.secili-tema {
    border: 1px solid #3699ff
}
.skiptranslate iframe {
    margin-top: 52px;
}
#google_translate_element{
    top: -50px;
    position: relative;
    z-index: 99;
    left: 20px;
}
#google_translate_element span {
    display: none;
}
#google_translate_element .goog-te-gadget {
    font-size: 0; /* Metin görünmez olur */
}
.goog-te-combo {
    padding: 6px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, .4);
}
@media (max-width: 720px) {
    #google_translate_element{
        top: 40px;
        position: relative;
        z-index: 1;
    }
    .goog-te-combo {
        border: 1px solid rgba(255, 255, 255, .4);
    }
    .login-form #google_translate_element {
        top: -20px;
        left:0;
    }
    
}
.header-mobile-logo img {
    max-width: 100%;
}
