﻿a, button {
    font-size: 14px !important;
}
/* Login screen */
.login-image {
    position: absolute;
    max-width: 5rem;
}

.login-image-l {
    max-width: 8rem;
}

.login-image-m {
    max-width: 6rem;
}


.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
}

.login-circle {
    width: 8rem;
    height: 8rem;
    border-radius: 50% !important;
    z-index: -1;
}

.login-circle--blue {
    background-color: #94cefd;
    top: 0;
    left: 3rem;
}

.login-circle--yellow {
    background-color: #ffeb86;
    right: 5rem;
    top: 8rem;
}

.login-circle--pink {
    background-color: #e586ad;
    bottom: 9rem;
    left: 4rem;
}

.background-image {
    width: 100%;
}

.login-from {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-form__logo {
    align-self: baseline;
}

.login-form__remember {
    align-items: baseline;
}

.login-form__username,
.login-form__password,
.forgot-form__email {
    width: 100%;
}

.authentication-screen .main-toast {
    top: 1rem;
}
/*Base screen*/
.top-header {
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-bottom: 1px solid lightgray;
    box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
    z-index: 999;
}

.top-header__logo__wrap {
    width: 217px;
}

.top-header__hamburger-icon {
    color: var(--title-color);
    cursor: pointer;
}

    .top-header__hamburger-icon:hover {
        opacity: .8
    }

.top-header__search-icon {
    position: absolute;
    top: .5rem;
    right: .5rem;
}

.top-header__search-bar__input {
    padding-left: 1rem;
    padding-right: 3rem;
}

.top-header__account {
    border: 1px solid lightgray;
    border-radius: 1rem;
    padding: .3rem 1rem;
}

.notification-wrap::before {
    width: .8rem;
    height: .8rem;
    transform: rotate( 45deg );
    background-color: white;
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    content: " ";
    position: absolute;
    right: 1.1rem;
    top: -7px;
}

.notification-wrap {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: .5rem !important;
    left: 1.2rem !important;
    top: .7rem !important;
}

.notification__header {
    align-items: baseline
}

.notification__read-all {
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
    padding: 0 1rem;
    border-radius: .5rem;
}
/* Slide bar */
.slide-bar {
    background: #3d3d3d;
    width: 250px;
    color: #d9d9d9;
    position: fixed;
    top: 4rem;
    bottom: 0px;
    transition: all .4s ease;
}

    .slide-bar a {
        color: #d9d9d9;
    }

        .slide-bar a:hover {
            text-decoration: none;
        }

            .slide-bar a:hover p {
                color: var(--main-color);
            }

            .slide-bar a:hover svg p path, .slide-bar a:hover svg path, .slide-bar a:hover svg circle {
                fill: var(--main-color);
            }


    .slide-bar ul {
        display: block;
        padding: 1rem 1rem;
        list-style-type: none;
        background-color: #3d3d3d;
        cursor: pointer;
    }

        .slide-bar ul li a {
            display: flex;
            z-index: 1;
        }

            .slide-bar ul li a p {
                margin-left: 1rem;
            }

    .slide-bar .bottom-left {
        left: 50px;
    }

    .slide-bar .arrow-icon {
        width: .6rem;
        margin-left: auto;
    }

.body-content {
    width: calc(100% - 250px);
    margin-left: 250px;
    transition: all .4s ease;
    color: var(--black-color);
    /*    background-color: #F7F7F7;
    min-height: calc(100vh - 64px);*/
}

.hover-collapse .slide-bar {
    width: 60px;
}

.hover-collapse ul li ul {
    display: none;
}

.hover-collapse .body-content {
    width: calc(100% - 60px - 1rem);
    margin-left: 60px;
}

.hover-collapse .slide-bar p, .hover-collapse .slide-bar .top-right, .hover-collapse .slide-bar .bottom-left {
    display: none;
}

.nav-icon {
    width: 1rem;
}

    .nav-icon svg p path, .nav-icon svg path, .nav-icon svg circle {
        fill: white
    }


.slide-bar--hover a.slide-bar__category p {
    color: var(--main-color);
}

.slide-bar--hover svg.parent-svg p path, .slide-bar--hover svg.parent-svg path, .slide-bar--hover svg.parent-svg circle {
    fill: var(--main-color);
}

.slide-bar .arrow-icon {
    position: relative;
    transition: all .2s linear;
}

.nav-selected p {
    color: var(--main-color);
}

.nav-selected svg p path, .nav-selected svg path, .nav-selected svg circle {
    fill: var(--main-color);
}

.slide-bar .rorate {
    transform: rotate( -90deg ) translateX(0.5rem);
}

.child-svg {
    margin-top: .2rem;
}

.k-grid {
    font-size: 12px;
}

    .k-grid .btn {
        font-size: 12px;
    }

    .k-grid .btn-success {
        color: white;
    }

    .k-grid td {
        border-bottom: 1px solid rgba(33, 37, 41, 0.125);
    }

.job-button {
    width: 150px;
}

.k-filter-menu-container > * {
    font-size: 13px;
}

.modal-extra {
    max-width: 80% !important;
}

.modal-title {
    font-family: inherit;
    display: flex;
    align-items: center;
    width: 100%;
}

.modal-title-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    width: 100%;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.blue-color {
    color: aquamarine
}

.yellow-color {
    color: burlywood
}

.pd-15 {
    padding: 15px;
}

/*Cat tool*/
.cattool-container {
    max-height: 60vh;
    overflow: auto;
    border: 1px solid lightgray;
    padding-top: 1rem;
}

.cattool-item {
    padding: .5rem;
    border: 1px solid lightgray;
    border-radius: .2rem;
    margin-bottom: .2rem;
    padding-left: 1rem;
    cursor: pointer;
}

.cattool-item--selected {
    color: white;
    background-color: var(--main-color)
}

.cattool-button-wrap {
    flex-direction: column;
    justify-content: center;
}

.cattool-button {
    margin: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.cattool-button--save {
    padding-left: 2rem;
    padding-right: 2rem;
}

/*Payment detail*/
.payment-detail ul li a {
    color: var(--black-color);
}

.payment-detail--form {
    color: var(--black-color);
    width: 50%;
}

.payment-detail--input {
    padding: .3rem;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid lightgray;
    border-radius: .2rem;
    padding-left: 1rem;
}

.payment-detail--cb-wrap {
    display: flex;
    align-items: center;
}

.payment-detail--save-bank-transfer {
    padding-left: 1rem;
    padding-right: 1rem;
}

/*Profile*/
.supporting-document {
}

.supporting-document-input {
    opacity: 0;
    z-index: -1;
}

.supporting-document-input-label {
    border: 1px solid gray;
    border-style: dashed;
    padding: .5rem;
    width: 70%;
    outline: none;
    border-radius: .5rem;
    text-align: center;
    cursor: pointer;
}

/*My Job*/
.modal-body .tab-content {
    border-radius: 0px 0px 10px 10px !important;
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.delivery-job-input-label {
    border: 1px solid lightgray;
    border-style: dashed;
    padding: .5rem;
    width: 100%;
    outline: none;
    border-radius: .5rem;
    text-align: center;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#calendar .tui-full-calendar-popup-section:nth-child(3) {
    display: none !important;
}

.k-filter-menu .k-textbox input{
    border:none;
}
.k-filter-menu .k-textbox input:focus-visible {
    border: none;
}
/*Confirm dialog*/
.confirm {
    display: none;
    z-index: 999999;
}

    .confirm input {
        padding: 5px 10px;
        margin: 10px 5px;
        border-radius: 5px;
        cursor: pointer;
       /* background: #ddd;
        border: 1px solid #ccc;*/
    }

    .confirm > div:first-of-type {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0px;
        left: 0px;
        z-index: 999999;
    }

    .confirm > div:last-of-type {
        padding: 10px 20px;
        background: white;
        position: absolute;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5px;
        border: 1px solid #333;
        z-index: 999999;
    }

        .confirm > div:last-of-type div:first-of-type {
            min-width: 150px;
            padding: 10px;
            z-index: 999999;
        }

        .confirm > div:last-of-type div:last-of-type {
            text-align: right;
        }

/*End Confirm dialog*/

/*Dashboard Css*/
.k-scheduler-content .k-event {
    padding: 0;
}

.k-event .k-event-template {
    font-size: 12px;
}

.incompleted_warn {
    background: #ffff56 !important;
    color: #37474f !important;
    border: 1px solid #c7b800 !important;
}

    .incompleted_warn .dl-index {
        color: #ffff56;
        background: #37474f;
    }

.incompleted_normal {
    border: 1px solid #3d8b3d !important;
    color: #3d8b3d !important;
    background-color: white !important;
}

.fc-event-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.incompleted_normal .dl-index {
    color: white !important;
    background-color: #3d8b3d !important;
}

.incompleted_normal .fc-event-progress {
    background: rgba(61, 193, 61, 0.25);
}

.incompleted_late {
    /*background: linear-gradient(to right,#b52b27 77%,#d9534f 97%,#eba5a3 97%);*/
    border: 1px solid #b52b27 !important;
    color: #b52b27 !important;
    background: white !important;
}

    .incompleted_late .dl-index {
        color: white !important;
        background: #b52b27 !important;
    }

    .incompleted_late .fc-event-progress {
        background: rgba(181, 43, 39, 0.25);
    }

.delivered {
    color: white !important;
    border: 1px solid hotpink !important;
    background: hotpink !important;
}

    .delivered .dl-index {
        color: hotpink;
        background: white;
    }

.delivered_normal {
    /*background: linear-gradient(to right,#3d8b3d 77%,#5cb85c 97%,#a3d7a3 97%) !important;*/
    background: #3d8b3d !important;
    border: 1px solid #3d8b3d !important;
    color: white !important;
}

    .delivered_normal .dl-index {
        color: #3d8b3d;
        background: white;
    }

.delivered_late {
    /*background: linear-gradient(to right,#b52b27 77%,#d9534f 97%,#eba5a3 97%);*/
    background: #b52b27;
    border: 1px solid #b52b27 !important;
    color: white !important;
}

.need_feedback .fc-time-wrap:first-child::before {
    margin-left: 2px;
    content: '!';
    position: relative;
    color: red;
    padding: 1px 4px;
    background: white;
    border-radius: 999px;
    font-size: 9px;
    font-weight: bold;
}

.delivered_late .dl-index {
    color: #b52b27;
    background: white;
}

.pending {
    background: #FFF !important;
    border: solid 1px #AAA !important;
    color: #333 !important;
}

    .pending .dl-index {
        background: #333 !important;
        color: #FFF !important;
    }

.k-scheduler-layout > tbody > tr > td:first-child {
    display: none;
}
/*End Dashboard Css*/

.dot-element {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    color: red;
}

.document-download-icon {
    font-size: .8rem;
    cursor: pointer;
    color: gray;
}

.document-download-wrap {
    border: 1px dashed gray;
    border-radius: .5rem;
    padding: .3rem 1rem;
    cursor: pointer;
}

    .document-download-wrap:hover {
        background-color: #f2f2f2;
    }

.not-found-wrap {
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .not-found-wrap h1 {
        font-weight: bold;
        font-size: 7rem;
    }

.k-icon.k-i-filter {
    background-image: url('images/fillter.svg');
    height: 10px;
    width: 19px;
}

    .k-icon.k-i-filter:before {
        display: none;
    }

.nav-logo {
    position: absolute;
    bottom: .5rem;
    right: 1rem;
}

/*Top Alert*/
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

    .alert.info {
        background-color: #2196F3;
    }

    .alert.success {
        background-color: #0FA303;
    }

    .alert.warning {
        background-color: #ff9800;
    }

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
/*End Top Alert*/

/*Bug reporting*/
.bug-reporting-input {
    opacity: 0;
    z-index: -1;
    width: 0;
    height: 0;
}

.bug-reporting-input-label {
    border: 1px solid gray;
    border-style: dashed;
    padding: .25rem;
    width: 100%;
    outline: none;
    border-radius: .5rem;
    text-align: center;
    cursor: pointer;
}

/*End Top Alert*/

/*VP Notify*/
.vp-notify-dialog-content {
    width: 600px;
}

.vp-notify-logo {
    height: 30px;
}

.vp-notify-title-icon {
    color: #FFC239;
}

.vp-notify-content {
    font-size: 12px;
}

.vp-modal-footer {
    position: relative;
}

.vp-modal-footer-check {
    position: absolute;
    left: 20px;
}

.vp-modal-footer-btn {
    width: 80px;
}

.vp-modal-header {
    background-color: #ffc239;
    color: white;
}

.vp-profile-img {
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 30px;
    cursor:pointer;
}

.vp-profile-detail-img {
    width: 100%;
    padding: 0;
    border-radius: 30px;
    cursor: pointer;
}

/*End VP Notify*/