﻿.fa-box-open {
    filter: drop-shadow(1px 1px 1px #cccccc)
}

.fa-box {
    filter: drop-shadow(1px 1px 1px #cccccc)
}

.fc-media-screen .fc-timegrid-event {
    border-left: 5px solid #000000 !important;
}

.modal-footer .btn + .btn {
    margin-left: 0px !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'Helvetica Neue';
    src: url("./assets/fonts/HelveticaNeueLight.otf") format('woff2')
} 

@font-face {
    font-family: 'Graphie-Light';
    src: url("./assets//fonts/Graphie-Light.otf") format('woff2')
}

/* header css */
.header-links {
    column-gap: 8px;
}

    .header-links li a.active-link {
        background-color: #4CD964; /* Green background color */
        color: #4F4F4F; /* White text color or your preferred text color */
        /* Add any other styles you want for the active link */
    }

    .header-links li a:not(.active-link) {
        font-family: 'Graphie-Light';
        font-size: 15px;
        font-weight: 400;
        color: #979798;
        text-decoration: none;
        border-radius: 5px;
        transition: all 400ms ease-in-out;
    }

    .header-links li a:hover {
        color: #4F4F4F;
        background: #4CD964;
    }

.plus-icon:hover {
    transition: all 400ms ease-in-out;
    color: #4F4F4F;
}

.header-links li a.active-link {
    border-radius: 5px;
    text-decoration: none;
}

.plus-icon {
    font-size: 24px;
    font-weight: 400;
    color: #979798;
}

.user-name-first-letter {
    font-size: 25px;
    font-weight: 400;
    color: #979798;
}

body .user-profile {
    max-width: 100px;
    word-break: break-all;
    line-height: 1.15;
}

.user-name {
    padding-left: 12px;
    color: #979798;
    font-size: 10px;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

.fa.fa-bell,
.fa.fa-search,
.fa.fa-plus {
    font-size: 20px;
    color: #979798;
}

.cart-items span {
    position: absolute;
    top: -10px;
    color: #FF3B30;
    font-size: 14px;
    right: -4px;
    font-weight: 500;
}

.profileMenu {
    margin-left: -78px;
    box-shadow: 0px 6px 10px #c7c7c7;
    border: none;
    margin-top: 1.3rem !important;
    border-radius: 0px 0px 10px 10px;
    background: #F5F5F5;
}

    .profileMenu li a {
        color: #979798;
        font-weight: 400;
    }

/* end header css */

main {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

/* section1 card css */
.chart_wrapper .card {
    padding: 0;
}

.card-num {
    font-size: 96px;
    line-height: 60px;
    text-indent: -10px;
    margin: 24px 0 18px;
}

#section1 .card,
.p-25 {
    padding: 25px;
}

.bar {
    height: 5px;
    width: 20px;
}

#donutchart {
    margin-top: -35px;
}

    #donutchart g path {
        stroke-width: 5px;
    }

    #donutchart svg text {
        font-size: 14px;
        font-family: "Helvetica Neue", sans-serif;
    }

svg rect {
    fill: none;
}

/*
svg::before {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 999;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 60%;
    transform: translate(28%, -50%);
} */

.grey-bar {
    height: 32px;
    border-radius: 0px 10px 10px 0px;
}

.grey-bar1 {
    max-width: 350px;
}

.grey-bar2 {
    max-width: 150px;
}

.grey-bar4 {
    max-width: 320px;
}

.grey-bar9 {
    max-width: 140px;
}

.scs1bx2 .msbox {
    margin-top: 4.5%;
}

.circle {
    height: 27px;
    width: 27px;
}

.xlsdbar {
    line-height: 40px;
}

.card-date {
    padding: 0;
    margin-bottom: 2.3%;
}

/* end section1 card css */

/* main content ends */

/* utility classes */
.text-parrot-500 {
    color: #4CD964;
}

.text-base {
    font-size: 14px;
}

.text-xs {
    font-size: 12px;
}

.text-dark-1000 {
    color: #000;
}

.semi-bold {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.font-helvetica {
    font-family: "Helvetica Neue", sans-serif;
}

.font-graphie {
    font-family: "Graphie-Light", sans-serif;
}

.bg-blue-1000 {
    background: #30A7EE
}

.bg-yellow-1000 {
    background: #FECB2E
}

.bg-red-1000 {
    background: #FF3B30
}

.bg-parrot-1000 {
    background: #4CD964
}

.bg-red-900 {
    background: #FF2D55DD
}

.bg-blue-900 {
    background: #007AFF
}

.bg-slate-500 {
    background: #F5F5F5
}

.overflow-hidden {
    overflow: hidden;
}

.radius-20 {
    border-radius: 20px;
}

.text-red-100 {
    color: #FF3B30;
}

.active-link {
    color: #4F4F4F;
}

/* end utility classes */

/* jobs plane style starts */

.jobPlan_wrapper .header h4 {
    font-size: 20px;
    font-weight: 400;
}

.jobPlan_wrapper table td > a {
    color: #000;
}

.jobPlan_wrapper table .dropdown button {
    background-color: transparent;
    border: 2px solid #838181;
    color: #000;
    padding: 0px 10px;
}

    .jobPlan_wrapper table .dropdown button:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.jobPlan_wrapper table .btn-success img {
    width: 28px;
    height: 28px;
}

.jobPlan_wrapper table .btn-success {
    padding: 2px;
    background-color: #4CD964;
    border: 0;
}

/* media query */

@media(min-width:220px) {
    .navbar {
        min-height: 82px;
    }

    #section1 aside {
        width: 100%;
    }
}

@media(min-width:767px) {
    #section1 .left-side {
        width: 100%;
    }

    .card-date {
        max-width: 49%;
    }

    #section1 aside {
        width: 100%;
    }

    .chleft {
        width: 37.5%;
    }
}

@media(min-width:992px) {
    .navbar {
        height: 82px;
    }

    #section1 .left-side {
        width: 76.5%;
    }

    .card-date {
        max-width: 49%;
    }

    #section1 .col50 {
        width: 48.99%;
    }

    #section1 aside {
        width: 22%;
    }
}

@media(min-width:1200px) {
    #section1 .left-side {
        width: 80%;
    }

    .card-date {
        max-width: 23.5%;
    }

    #section1 aside {
        width: 18.5%;
    }

    #section1 .col50 {
        width: 48.99%;
    }
}

@media(min-width:1500px) {
    #section1 .left-side {
        width: 80%;
    }

    .card-date {
        max-width: 23.2%;
    }

    #section1 aside {
        width: 18.2%;
    }

    #section1 .col50 {
        width: 48.80%;
    }
}

@media(max-width:991px) {
    .md-wrap {
        flex-wrap: wrap;
    }

    .chart-side {
        width: 60%;
    }

    #section1 aside {
        margin-top: 1.9%;
    }
}

@media(max-width:767px) {
    body .xs-w-100 {
        width: 100%;
    }

    .xs-wrap {
        flex-wrap: wrap;
    }

    .card-date,
    #section1 aside {
        margin-bottom: 4%;
        margin-top: 0;
    }

    .scs1bx2 .msbox {
        margin: 4% 0;
    }

    .chart-side {
        margin-top: 4%
    }

    #section1 aside {
        width: 100%;
    }
}

/* end media query */