:root{
    --bs-border-color: #F1F1F4;
    --bs-border-dashed-color: #DBDFE9;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #E62F35;
    border-radius: 0px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #E62F35;
}


.valid-error{
    border: solid 1px;
    border-color: #a22 !important;
}
.hide{display: none;}
.form-control.form-control-solid{
    border-color: #000 !important;
}
.form-control.form-control-solid:focus{
    border-color: #156397 !important;
}
.solid-border{
    border: solid 1px #000 !important;
    border-color: #000 !important;
}
.wuk-profile{
    width: auto !important;
    padding: 5px 10px !important;
}
body:not([data-kt-sticky-header=on]) .wuk-profile span{
    color: #fff;
}
.wuk-profile span{
    margin-left: 5px;
    color: #000;
}
#qr_frame iframe{
    width: 100%;
    height: 100px;
}
.clear{
    clear: both;
}
.post-search-icon{
    border: 1px solid #e4e6ef;
    border-top-right-radius: 0.475rem;
    border-bottom-right-radius: 0.475rem;
}

#auth-section, #info-section{
    border: solid 1px #ccc;
    padding-top: 20px;
    border-radius: 10px;
}
.controlset-pad{padding-left: 20px;margin-bottom: 20px;}
button.close{
    margin-right: 10px;
    border: solid 1px #ccc;
    border-radius: 2px;
    color: #a22;
}
.footer{margin-top: 200px;}

tr.muted td, tr.muted span {
    color: #CCC !important;
    text-decoration: line-through;
}

.subitem{
	padding-left: 40px;
}
.subitem_2{
	padding-left: 60px;
}
.subitem_4{
	padding-left: 80px;
}
.subitem_6{
	padding-left: 100px;
}
.subitem_8{
	padding-left: 120px;
}

.subitem_10{
	padding-left: 140px;
}

input[type="checkbox"]{
	margin-right: 5px;
}

input[type="checkbox"]:after{
	content: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination>.disabled>span, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #eee;
}

.sorter {
    background: url(../img/grippy.png) no-repeat center;
    padding: 0 !important;
    width: 20px;
    cursor: ns-resize;
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
}

.thumbnail.selected {
    border: 1px solid #428BCA;
    box-shadow: 0 0 8px rgb(102 175 233 / 60%);
}

.thumbnail img {
    max-height: 250px;
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    cursor: move;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.white-color{
    color: #fff !important;
}

.min-w-120px{
    min-width: 120px;
}

.min-h-715px{
    min-height: 715px !important;
}

.mh-470px{
    max-height: 470px !important;
}

.mh-715px{
    max-height: 715px !important;
}

@media(max-width: 768px){
    .mobil-w100{
        width: 100% !important;
    }
}

.toggle-password.login-pass {
    margin-right: 15px;
    color: #333;
}

.toggle-password, .toggle-copy{
    float: right;
    cursor: pointer;
    margin-right: 40px;
    margin-top: -30px;
    position: relative;
}

.toggle-copy{
    margin-right: 15px;
}

.swal2-container{
    z-index: 99999; 
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-error .help-block, .has-error .form-label {
    color: #b94a48;
}

.validate .error-block {
    display: none;
}

.validate #catlist .error-block {
    display: block;
    position: absolute;
    right: 20px;
    top: 6px;
}

@media(max-width: 1366px){
	.pt-lg-40{
        padding-top: 1rem !important;
    }
}

@media (min-width: 992px){
    .pt-lg-40{
        padding-top: 8rem;
    }
}

.login-cover-img {
    background-image: url(../img/office701-admin-login-bg.jpg);
    background-position: 0% 50%;
    background-size: contain;
    width: 100%;
    transform: skewX(-10deg);
    background-color: #000;
}

.login-cover-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}

.border-radius-20{
    border-radius: 20px;
}

#map {
    height: 320px;
}

#pac-input {
    top: 10px !important;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 10px;
    text-overflow: ellipsis;
    width: 50%;
    height: 40px;
}

@media(max-width: 768px){
    .card-body.o701-card-body .tab-content #planlar-tab #planlar-list, .card-body.o701-card-body .tab-content #raporlar-tab #raporlar-list{
        max-height: 200px !important;
    }

    .o701-personel-table-responsive{
        max-height: 400px !important;
    }
}

.pl-0{
    padding-left: 0px !important;
}

.pr-0{
    padding-right: 0px !important;
}

.mw-1200px{
    max-width: 1200px !important;
}

.mw-1500px{
    max-width: 1500px !important;
}

.wuk-modal-full-screen, .wuk-modal-normal-screen{
    cursor: pointer;
}
.full-modal .modal-dialog {
    width: 98% !important;
    max-width: 98% !important;
    min-width: 98% !important;
}  
.full-modal .modal-content {
    height: 92% !important;
}
.stat-num{
    border: 2px solid #9ace8a; 
    border-radius: 10px; 
    padding: 10px; 
    margin: 5px;
}

@media(max-width: 768px){
    .o701-panel-admin-logo{
        margin-top: 0px !important;
    }

    .o701-panel-user-btn{
        margin-bottom: 15px;
        width: 100%;
    }

    .o701-panel-welcome-title{
        text-align: center !important;
    }
}

.store-logo{
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #E62F35;
    position: relative;
}

.store-logo img{
    width: 100%;
    padding: 2px;
    border-radius: 50%;
}

.bes-container-full{
    padding: 0 40px;
}

.main-color{
    color: #E62F35;
}

.o701-menu-icon {
    color: #fff !important;
}

body[data-kt-sticky-header=on] .header .header-menu .menu>.menu-item>.menu-link .menu-icon .o701-menu-icon {
    color: #4a4b68 !important;
}

body[data-kt-sticky-header=on] .header .header-menu .menu>.menu-item>.menu-link:hover .menu-icon .o701-menu-icon {
    color: #009ef7 !important;
}

@media(max-width: 1366px){
    .menu-item .menu-link{
        font-size: 12px;
    }
}

.bes-pro-sel-img{
    border: 2px solid #E62F35;
    border-radius: 20px;
    padding: 5px;
}

.adr-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.adr-content .adr-line-title{
    -webkit-box-flex: 4; 
    -ms-flex: 4; 
    flex: 4; 
    min-width: 50px;
}

.adr-content .adr-line-content{
    -webkit-box-flex: 13;
    -ms-flex: 13;
    flex: 13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    word-break: break-all; 
    margin-left: .5rem;
}

.adr-line-content .adr-line-text{
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
}

.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid var(--bs-border-color)
}

.separator.separator-dotted {
    border-bottom-style: dotted;
    border-bottom-color: var(--bs-border-dashed-color)
}

.separator.separator-dashed {
    border-bottom-style: dashed;
    border-bottom-color: var(--bs-border-dashed-color)
}

.separator.separator-content {
    display: flex;
    align-items: center;
    border-bottom: 0;
    text-align: center
}

.separator.separator-content::after,.separator.separator-content::before {
    content: " ";
    width: 50%;
    border-bottom: 1px solid var(--bs-border-color)
}

.separator.separator-content::before {
    margin-right: 1.25rem
}

.separator.separator-content::after {
    margin-left: 1.25rem
}

.separator.separator-content.separator-dotted::after,.separator.separator-content.separator-dotted::before {
    border-bottom-style: dotted;
    border-bottom-color: var(--bs-border-dashed-color)
}

.separator.separator-content.separator-dashed::after,.separator.separator-content.separator-dashed::before {
    border-bottom-style: dashed;
    border-bottom-color: var(--bs-border-dashed-color)
}

.separator.separator-content.border-light::after,.separator.separator-content.border-light::before {
    border-color: #f9f9f9!important
}

.separator.separator-content.border-primary::after,.separator.separator-content.border-primary::before {
    border-color: #1b84ff!important
}

.separator.separator-content.border-secondary::after,.separator.separator-content.border-secondary::before {
    border-color: #f9f9f9!important
}

.separator.separator-content.border-success::after,.separator.separator-content.border-success::before {
    border-color: #17c653!important
}

.separator.separator-content.border-info::after,.separator.separator-content.border-info::before {
    border-color: #7239ea!important
}

.separator.separator-content.border-warning::after,.separator.separator-content.border-warning::before {
    border-color: #f6c000!important
}

.separator.separator-content.border-danger::after,.separator.separator-content.border-danger::before {
    border-color: #f8285a!important
}

.separator.separator-content.border-dark::after,.separator.separator-content.border-dark::before {
    border-color: #1e2129!important
}

.rounded {
    border-radius: .475rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: .425rem!important
}

.rounded-2 {
    border-radius: .475rem!important
}

.rounded-3 {
    border-radius: .625rem!important
}

.rounded-4 {
    border-radius: 1rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm)!important;
    border-top-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg)!important;
    border-top-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl)!important;
    border-top-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-top-circle {
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill)!important;
    border-top-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-end-circle {
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50%!important;
    border-bottom-left-radius: 50%!important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-left-radius: var(--bs-border-radius-pill)!important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-0 {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm)!important;
    border-top-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg)!important;
    border-top-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    border-top-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-start-circle {
    border-bottom-left-radius: 50%!important;
    border-top-left-radius: 50%!important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill)!important;
    border-top-left-radius: var(--bs-border-radius-pill)!important
}

.btn.btn-outline:not(.btn-outline-dashed) {
    border: 1px solid var(--bs-gray-300);
}

#bes_sign_up_form .form-control, #bes_sign_up_form .form-select, #bes_sign_up_form .form-check-input{
    border-color: #d3d3d3;   
}

.product-list .product{
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid #a7afbc;
}

.product-list .product:last-of-type {
    padding-bottom: 0;
}

.product-list .product:first-of-type {
    padding-top: 0;
    border: none;
}

.product-list .product .list-number {
    float: left;
}

.product-list .product .list-number .number{
    border: 1px solid #a7afbc;
    width: 50px;
    line-height: 48px;
    color: #343d4c;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    margin-right: 20px;
}

.product-list .product .informations{
    display: inline-block;
}

.product-list .product .name{
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.57;
    color: #343d4c;
}

.product tr {
    background-color: #fff;
}

.product-list .product .informations .table-product td, 
.product-list .product .informations .table-product th{
    border-top: 1px solid #dee2e6;
    padding: 0 20px;
    vertical-align: middle!important;
}

.label-alert{
    border-radius: 8px;
    border: 1px solid #a7afbc;
    padding: 19px 22px;
}

.label-alert p{
    font-size: 14px;
    font-weight: 700;
    color: #343d4c;
    margin-bottom: 0;
}

.label-alert p i{
    margin-right: 5px;
    color: #343d4c;
}

.nat-item{
    border-radius: 5px;
}

.nat-item.unread-nat{
    background-color: #fef2e8;
}

.bes-home-link span.menu-title{
    display: none;
}

.wuk-profile{
    min-width: 200px;
}

.scrolltop{
    background-color: #E62F35;
}

@media(max-width: 768px){
    .wuk-profile{
        min-width: unset;
    }

    .wuk-profile span{
        display: none;
    }

    .bes-footer-logo{
        margin-top: 0.75rem;
    }

    #kt_menu_notifications{
        transform: translate3d(15px, 65px, 0px) !important;
    }

    .bes-home-link span.menu-icon{
        display: none !important;
    }

    .bes-home-link span.menu-title{
        display: flex;
    }
}

#overlay{   
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}
.is-hide{
    display:none;
}