@font-face {
    font-family: 'yekan';
    src: url(/fonts/Yekan/Yekan.eot);
    src: url(../fonts/Yekan/Yekan.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Yekan/Yekan.woff) format('woff'),
        url(../fonts/Yekan.ttf) format('truetype'),
        url(../fonts/Yekan.svg#BYekan) format('svg');
    font-weight: normal;
    font-style: normal
}

body {
    font-family: 'yekan' !important;
}

* {
    font-family: 'yekan' !important;
    font-size: medium !important;
}


.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl, .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
    margin-left: auto !important;
    margin-right: unset !important;
}

.table-responsive {
    overflow: auto !important;
    padding-bottom: 10px;
}

.page-item .page-link {
    padding: 5px 12px;
    color: rgb(95, 95, 95);
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #cccccc;
    border-color: #a9a9a9;
    padding: 5px 12px;
}

.kh-float-action-btn {
    width: 60px;
    height: 60px;
    line-height: 2.8;
    position: fixed;
    z-index: 999999999;
    bottom: 25px;
    left: 35px;
    box-shadow: 0 0 10px #8c8c8c;
    padding: 10px;
    color: white !important;
}

#nprogress .bar {
    height: 6px !important;
}


.sidebar, .off-canvas-sidebar {
    background: #002855;
    /*     background: -webkit-linear-gradient(0deg, rgb(131, 40, 106) 0%, #002855 100%);
    background: -o-linear-gradient(0deg, rgb(131, 40, 106) 0%, #002855 100%);
    background: -moz-linear-gradient(0deg, rgb(131, 40, 106) 0%, #002855 100%);
    background: linear-gradient(0deg, rgb(131, 40, 106) 0%, #002855 100%); */
    height: calc(100vh - 90px);
    width: 230px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    display: block;
    box-shadow: 0px 0px 45px 0px rgb(0 0 0 / 60%);
    margin-top: 80px;
    margin-left: 20px;
    border-radius: 5px;
    transition: 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}

.sidebar a, .off-canvas-sidebar span {
    color: #fff !important;
}

.sidebar .kh-software-ico {
    color: #fff !important;
}

.kh-yellow-ico {
    color: #FAB207 !important;
}


.main-panel {
    border-top: 3px solid #002855;
}

.form-control:focus {
    border-color: #002855 !important;
}

.kh-checkbox {
    display: flex;
    justify-content: start;
}

.kh-checkbox input {
    width: auto;
    margin-left: 10px;
}

.kh-checkbox span {
    position: relative;
    top: 6px;
}

.step-indicator {
    color: rgb(130, 140, 153) !important;
    border-color: rgb(130, 140, 153) !important;
}

.step-indicator.active {
    color: rgb(250, 178, 7) !important;
    border-color: rgb(250, 178, 7) !important;
}

.step-indicator.checked {
    border-color: #f3b11a !important;
    color: white !important;
    background: #f3b11a !important;
}

.step-indicator-title {
    color: rgb(130, 140, 153) !important;
    border-color: transparent !important;
    width: 100px !important;
}

.step-indicator-title.active {
    color: rgb(250, 178, 7) !important;
    border-color: transparent !important;
    width: 100px !important;
}

.step-indicator-title.checked {
    color: rgb(250, 178, 7) !important;
    border-color: transparent !important;
    width: 100px !important;
    background: transparent !important;
}

.step-indicators-nums {
    width: 96% !important;
    margin: 0 auto !important;
}

@media (max-width: 576px) {
    .step-indicators-titles {
        display: none !important;
    }
}

.kh-form-btn {
    position: relative !important;
    top: -7px !important;
    height: 40px !important;
}

.kh-order {
    box-shadow: 1px 2px 5px #cecece;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
}

.kh-order2 {
    background-color: #f9f9f9;
}


.kh-order-header {
    border-bottom: 1px solid #eee;
    position: relative;
    top: -13px;
}

.kh-order-hidden-part {
    display: none;
    padding: 0 18px;
}

.kh-order-hidden-part2 {
    display: none;
}

.kh-active-star-vip {
    color: #00d036 !important;
}

.kh-started-work {
    background: #ffedf1 !important;
}

.kh-ended-work {
    background: #bbbbbb !important;
}

.kh-ended-work div {
    text-decoration: line-through !important;
}

.kh-order-process-icons {
    font-size: 30px !important;
}

.kh-open-order2 {
    background: #ffac2f !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 14px;
}

.kh-open-order {
    background: #55ff6a !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 14px;
}

.kh-open-order2:active {
    background: #ffac2f !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 14px;
}

.kh-open-order:active {
    background: #55ff6a !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 14px;
}


.kh-open-order2:hover {
    background: #eb9a20 !important;
}

.kh-open-order:hover {
    background: #2fdb43 !important;
}


/* vue tooltip */
.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(black, .1);
}

.tooltip.popover .popover-arrow {
    border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

/* vue tooltip */


/* datepicker */
.vpd-icon-btn {
    height: 38px;
    border-radius: 0 0.4285rem 0.4285rem 0;
}

/* datepicker */

select {
    padding: 0 15px !important;
}


.card-header {
    background: #002855 !important;

}

.card-header h4 {
    color: #fff !important;
}

.card-header h5 {
    color: #fff !important;
}

.kh-list-item {
    display: flex;
    justify-content: space-between;
    margin: 10px 70px;
    padding: 15px;
    background: white;
    box-shadow: 2px 2px 5px #c3c3c3;
    border-radius: 5px;
}

.kh-list-item2 {
    margin: 10px 70px;
    padding: 15px;
    background: white;
    box-shadow: 2px 2px 5px #c3c3c3;
    border-radius: 5px;
}

.vpd-counter-item{
    position: relative !important;
    top: -20px !important;
}
.vpd-counter-item span{
    font-size: 30px !important;
}

.white-content .main-panel{
    overflow: auto !important;
}

.sidebar-wrapper{
    overflow: auto !important;
}
.v-money{
    width: 100% !important;
}


.sidebar .nav, .off-canvas-sidebar .nav {
    margin-top: 20px;
    display: block;
    padding-bottom: 100px;
}
