/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    /** Font Family **/
    --agrion-font: 'DM Sans', sans-serif;
    --agrion-font-two: 'Amatic SC', cursive;
    --agrion-reey-font: "reeyregular";
    /** Colors **/
    --agrion-gray: #757873;
    --agrion-gray-rgb: 117, 120, 115;
    --agrion-white: #ffffff;
    --agrion-white-rgb: 255, 255, 255;
    --agrion-base: #c81010;
    --agrion-base-rgb: 31, 99, 6;
    --agrion-black: #0c3d59;
    --agrion-dark: #2e0303;
    --agrion-black-rgb: 14, 34, 7;
    --agrion-primary: #ffcd1e;
    --agrion-primary-rgb: 255, 205, 30;
    --agrion-extra: #f8f6f1;
    --agrion-extra-rgb: 248, 246, 241;
    --agrion-bdr-radius: 10px;
    --bg-white: #fff;
    --red-color: #c80f0f;
    --header-bg: #013e5a;
    --btn-bg: #013e5a;
    /** Heading Default Color **/
    --heading-default-color: #1E1E1E;
    /** Dashboard Background Color **/
    --dashboard-bg: #f7fcff;
    /** Action Icons Background Color **/
    --edit-bg: #daffdf;
    --delete-bg: #ffeaea;
    --view-bg: #e5f0ff;
    --edit-icon-color: green;
    --delete-icon-color: red;
    --view-icon-color: blue;
    /** Toggle Icon Color **/
    --db-toggle-icon-color: #fff;
    --footer-copy-link-color: #05607d;
    /** Dashboard Sidebar Color **/
    --sidebar-active-link-color: #fff;
    --sidebar-active-bg-link-color: #013e5a;
    /*Slider Dots Color*/
    --slider-dots-color: #fff;
    --asterisk-color: #ff0000;
}

.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
    font-family: var(--agrion-font);
    font-weight: 700;
}

.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
    color: var(--heading-default-color);
}

.heading1 {
    font-size: 36px;
}

.heading2 {
    font-size: 28px;
}

.heading3 {
    font-size: 24px;
}

.heading4 {
    font-size: 20px;
}

.heading5 {
    font-size: 18px;
}

.heading5 {
    font-size: 16px;
}

.btn-bg {
    background-color: var(--btn-bg);
    color: var(--agrion-white);
    border-color: var(--btn-bg);
}

.btn-bg:hover,
.btn-bg:focus-visible,
.btn-bg:active {
    background-color: var(--agrion-base) !important;
    border-color: var(--agrion-base) !important;
}

.hyperlink {
    color: var(--footer-copy-link-color);
}

.card {
    border-color: transparent;
    border-radius: 15px;
    box-shadow: 0px 12px 23px 0px rgb(149 149 149 / 30%);
}

.main-dashboard {
    background-color: var(--dashboard-bg);
    padding-top: 30px;
    height: 100%;
    padding-bottom: 60px;
}

.prok-dashbaord {
    display: flex;
    gap: 30px;
}

.prok-db-2 .prok-dashbaord-left {
    width: 35%;
}

.prok-dashbaord-left {
    width: 80%;
}

.prok-dashbaord-center {
    width: 33%;
}

.prok-dashbaord-right {
    width: 20%;
}

.prok-dashbaord-table {
    width: 75%;
}

.prok-dashbaord-table .common-table-card {
    display: block;
    height: 300px;
    overflow-y: scroll;
}

.prok-dashbaord-table .common-table-card::-webkit-scrollbar {
    width: 8px;
    background-color: #c8101014;
    border-radius: 4px;
}

.prok-dashbaord-table .common-table-card::-webkit-scrollbar-thumb {
    background-color: #156082;
    /* Change the color of the scrollbar thumb */
    border-radius: 4px;
}

.prok-dashbaord-table .common-table-card::-webkit-scrollbar-thumb:hover {
    background-color: #156082;
    /* Change color on hover */
}

/* Ensure the table headers remain fixed */
.table-fixed thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: var(--bg-white);
    /* Optional: Add a background color for clarity */
}

.prok-dashbaord-table .common-table-card .table {
    margin-bottom: 0;
}

.prok-dashbaord-heading {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--agrion-font);
    color: var(--heading-default-color);
}

.prok-db-donut {
    display: flex;
    flex-direction: column;
    background-color: var(--agrion-white);
    border-radius: 15px;
    padding: 15px 10px;
    box-shadow: 0px 12px 23px 0px rgb(149 149 149 / 30%);
    width: 100%;
    height: 440px;
}

.prok_about {
    background-color: var(--agrion-white);
    border-radius: 15px;
    padding: 15px 10px;
    box-shadow: 0px 12px 23px 0px rgb(149 149 149 / 30%);
    width: 100%;
}

.prok-db-dropdowns .prok-db-month-dropdown,
.prok-db-dropdowns .prok-db-year-dropdown {
    width: 50%;
}

.prok-db-counter-grid {
    grid-template-columns: repeat(1, 1fr);
}

.prok-db-counter-grid3 {
    grid-template-columns: repeat(3, 1fr);
}
.giz-prok-horizontal-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.regionmapchart {
    width: 100%;
    height: 100%;
}

.db-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.month-bar-chart .apexcharts-legend.position-bottom {
    flex-direction: row;
}

.month-bar-chart .apexcharts-legend.position-bottom .apexcharts-legend-series {
    align-items: center !important;
}

.prok-dashbaord-donut-footer .prok-db-dount-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prok-db-dount-label {
    color: var(--agrion-black);
}

.prok-dashbaord-dount-num {
    font-size: 18px;
    font-weight: 700;
}

.prok-db-counter {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.prok-dashboard-counter-box {
    background-color: var(--bg-white);
    border-radius: 1.25rem !important;
    justify-content: center;
    width: 100%;
    position: relative;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 33px;
    min-height: auto;
    height: 140px;
}
.giz-prok-horizontal-cards .prok-dashboard-counter-box {
    height: 115px;
}
.prok-dashboard-counter-heading {
    font-size: 15px;
    font-weight: 500;
    color: #1E1E1E;
    text-align: center;
}

.prok-dashboard-counter-number {
    font-size: 40px;
    font-weight: 600;
    color: #0c3d59;
    font-family: var(--agrion-font);
    position: static;
}

.prok-dashbaord-dount-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--heading-default-color);
}

/* Country Select Dropdown */
.select2-container {
    max-width: 200px;
}

.select2-container .select2-selection--single {
    height: 2.5rem;
    /* Match Bootstrap input height */
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    /* Match Bootstrap input line height */
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 2.5rem;
    /* Match Bootstrap input height */
}

/* Custom Scrollbar Style */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 8px;
    background-color: #c8101014;
    border-radius: 4px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #c80f0f90;
    /* Change the color of the scrollbar thumb */
    border-radius: 4px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: var(--agrion-base);
    /* Change color on hover */
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--agrion-base);
}

.common-select2 .select2-container {
    max-width: 100%;
    width: 100% !important;
}

.common-select2 .select2-container .select2-selection--single {
    height: auto;
    height: auto;
}

.common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.common-select2.common-select1 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.common-select2.common-select1 .select2 select2-container select2-container--default select2-container--focus:focus-visible {
    border-color: #4ca4b5;
    outline-color: #4ca4b5;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #dee2e6;
}

.apexcharts-canvas ::-webkit-scrollbar {
    background-color: #c8101014;
    border-radius: 4px;
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
    background-color: #c80f0f90;
}

.apexcharts-canvas ::-webkit-scrollbar-thumb:hover {
    background-color: var(--agrion-base);
}

/*#monthWiseTraining {
    overflow-x: auto;
}*/

/* Table Css Start Here */
.common-table-card .table thead tr th {
    background-color: #156082;
    color: var(--agrion-white);
    font-size: 15px;
    border-bottom: 2px solid var(--agrion-white);
}

.common-table-card .table tbody tr th,
.common-table-card .table tbody tr td {
    font-size: 14px;
}

.common-table-card .table-bordered > :not(caption) > * {
    border-color: var(--agrion-white);
}

.common-table-card .table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #CCD2D8;
    border-color: var(--agrion-white);
}

.common-table-card .table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: #E7EAED;
    border-color: var(--agrion-white);
}

.common-table-card {
    height: 230px;
}

.common-table-card table {
    margin-bottom: 0;
}

.common-table-card::-webkit-scrollbar {
    background-color: #c8eeff;
    border-radius: 0px 3px 3px 0px;
    width: 6px;
}

.common-table-card::-webkit-scrollbar-thumb {
    background-color: #156082;
    border-radius: 0px 3px 3px 0px;
}

#data-table {
    text-align: center;
}

/* Add any custom styles for the calendar here */
.calendar {
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
}

.calendar table {
    width: 100%;
    border-collapse: collapse;
}

.calendar th, .calendar td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.calendar th {
    background-color: #f2f2f2;
}

.highlight {
    background-color: #156082 !important;
    color: var(--agrion-white) !important;
}

.event {
    font-size: 12px;
    color: var(--agrion-white);
}

.invoice_charts {
    height: 100%;
}
/**
* Internal Dashboard Pages
**/
/*header*/
.top-header {
    background-color: var(--bg-white);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 1.5rem;
    z-index: 999;
    transition: ease-out 0.3s;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.044), 0 2px 6px 0 rgba(0, 0, 0, 0.049);
}

.top-header .navbar {
    transition: ease-out 0.3s;
    height: 90px;
}

.stricky-fixed {
    position: fixed;
}

.stricky-fixed.top-header .navbar {
    height: 65px;
}

.stricky-fixed.top-header .navbar .normal-logo {
    display: none;
}

.stricky-fixed.top-header .navbar .prok-logo {
    width: 165px;
}

.stricky-fixed.top-header .navbar .sticky-logo {
    display: block;
}

.top-header .navbar .search-bar {
    width: auto;
    cursor: pointer;
}

.top-header .navbar .search-bar .search-control:focus,
.top-header .navbar .search-bar .mobile-search-control:focus {
    box-shadow: none;
    border: 1px solid var(--bs-border-color);
}

.top-header .navbar .search-bar .search-close {
    display: none;
}

.top-header .navbar .search-bar .search-popup {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    top: 54px;
    left: 0;
    right: 0;
    background-color: var(--bg-white);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
}

.top-header .navbar .search-bar .search-popup .card {
    border: 1px solid #dee2e6;
    box-shadow: none;
    margin-bottom: 0;
}

.top-header .navbar .search-bar .search-popup .search-content {
    position: relative;
    height: 24.3rem;
}

.top-header .navbar .search-bar .search-popup .search-title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #939aa0;
    margin-bottom: 1rem;
}

.top-header .navbar .search-bar .search-popup .kewords {
    font-size: 12.5px;
    font-weight: 500;
    color: #606060;
    padding: 0.4rem 0.7rem;
    background-color: #f3f3f3;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    gap: 0.5rem;
}

.top-header .navbar .search-bar .search-popup .kewords:hover {
    color: #efefef;
    background-color: #28292d;
}

        .top-header .navbar .search-bar .search-popup .search-list-item {
            padding: 0.4rem 0.7rem;
            border-radius: 0.25rem;
            transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

            .top-header .navbar .search-bar .search-popup .search-list-item:hover {
                color: #3a3a3a;
                background-color: #f8f8f8;
            }

            .top-header .navbar .search-bar .search-popup .search-list-item .list-icon {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 32px;
                height: 32px;
                border-radius: 50%;
                background-color: #edecec;
            }

            .top-header .navbar .search-bar .search-popup .search-list-item .search-list-title {
                font-size: 14px;
            }

.top-header .navbar .nav-item {
    height: 70px;
    display: flex;
    align-items: center;
}

    .top-header .navbar .nav-item .mega-menu {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
        background-color: var(--bg-white);
        border-radius: 0%;
    }

        .top-header .navbar .nav-item .mega-menu::after {
            display: none;
        }

        .top-header .navbar .nav-item .mega-menu .mega-menu-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background-color: #f8f8f8;
        }

        .top-header .navbar .nav-item .mega-menu .card {
            cursor: pointer;
            transition: 0.2s all;
        }

            .top-header .navbar .nav-item .mega-menu .card:hover {
                background-color: #f8f8f8;
            }

    .top-header .navbar .nav-item .dropdown-apps {
        width: 320px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border-radius: 1rem;
    }

        .top-header .navbar .nav-item .dropdown-apps .app-name {
            font-size: 14px;
        }

        .top-header .navbar .nav-item .dropdown-apps .app-wrapper {
            padding: 1rem;
            background-color: var(--bg-white);
            border-radius: 0rem;
            cursor: pointer;
        }

            .top-header .navbar .nav-item .dropdown-apps .app-wrapper:hover {
                background-color: #f8f8f8;
            }

    .top-header .navbar .nav-item .dropdown-notify {
        width: 360px;
        border-radius: 1rem;
    }

        .top-header .navbar .nav-item .dropdown-notify .option {
            font-size: 1rem;
            color: #494949;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background-color: var(--bg-white);
            cursor: pointer;
            border: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .top-header .navbar .nav-item .dropdown-notify .option:hover {
                background-color: #efefef;
            }

        .top-header .navbar .nav-item .dropdown-notify .notiy-title {
            font-size: 1rem;
        }

        .top-header .navbar .nav-item .dropdown-notify .dropdown-option {
            font-size: 14px;
        }

        .top-header .navbar .nav-item .dropdown-notify .notify-title {
            color: rgba(var(--bs-dark-rgb));
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 0.2rem;
        }

        .top-header .navbar .nav-item .dropdown-notify .notify-desc {
            color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
            font-size: 13px;
            font-weight: 400;
            width: 240px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .top-header .navbar .nav-item .dropdown-notify .notify-time {
            color: #939aa0;
            font-size: 12px;
            margin-top: 0.2rem;
        }

        .top-header .navbar .nav-item .dropdown-notify .user-wrapper,
        .top-header .navbar .nav-item .dropdown-notify .notify-close {
            width: 45px;
            height: 45px;
            font-size: 20px;
            font-weight: 500;
            background-color: #efefef;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .top-header .navbar .nav-item .dropdown-notify .notify-close {
            width: 20px;
            height: 20px;
            background-color: #efefef;
            visibility: hidden;
        }

        .top-header .navbar .nav-item .dropdown-notify .notify-list {
            position: relative;
            height: 390px;
        }

        .top-header .navbar .nav-item .dropdown-notify .dropdown-item:hover .notify-close {
            visibility: visible;
        }

    .top-header .navbar .nav-item .dropdown-user {
        width: 260px;
        border-radius: 1rem;
    }

    .top-header .navbar .nav-item .badge-notify {
        position: absolute;
        top: 2px;
        right: 3px;
        font-size: 12px;
        color: var(--agrion-white);
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f01414;
    }

.top-header .navbar .dropdown-menu {
    border-radius: 1rem;
    border: 0;
    animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
}

    .top-header .navbar .dropdown-menu li {
        border-radius: 6px;
    }

        .top-header .navbar .dropdown-menu li .dropdown-item:hover {
            border-radius: 6px;
        }

    .top-header .navbar .dropdown-menu::after {
        content: "";
        width: 13px;
        height: 13px;
        background-color: var(--bg-white);
        position: absolute;
        top: -6px;
        right: 16px;
        transform: rotate(45deg);
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

.top-header .btn-toggle a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: auto;
    border-radius: 50%;
    line-height: normal;
    transition: all 0.3s;
}

.btn-toggle a i {
    color: var(--db-toggle-icon-color) !important;
}

.top-header .btn-toggle a:hover,
.top-header .btn-toggle a:focus {
    background-color: #efefef;
}

.top-header .nav-right-links .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s;
}

    .top-header .nav-right-links .nav-link:hover,
    .top-header .nav-right-links .nav-link:focus {
        background-color: #efefef;
    }

.dropdown-menu {
    border-radius: 1rem;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* sidebar wrapper */
.sidebar-wrapper {
    position: absolute;
    left: 0;
    width: 260px;
    min-height: calc(100vh - 144px);
    height: 100%;
    background-color: var(--bg-white);
    border-right: 1px solid var(--bs-border-color);
    transition: ease-out 0.3s;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.044), 0 2px 6px 0 rgba(0, 0, 0, 0.049);
}

    .sidebar-wrapper .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 260px;
        height: 70px;
        padding: 0 1rem;
        z-index: 1;
        position: fixed;
        top: 0;
        background-color: var(--bg-white);
        transition: ease-out 0.3s;
        border-right: 1px solid var(--bs-border-color);
    }

.sidebar-hovered .sidebar-wrapper {
    z-index: 1;
}

.sidebar-wrapper .sidebar-header .logo-img {
    width: 45px;
}

.sidebar-wrapper .sidebar-header .logo-name h5 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}

.sidebar-wrapper .sidebar-header .sidebar-close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s;
    display: none;
    cursor: pointer;
}

    .sidebar-wrapper .sidebar-header .sidebar-close:hover,
    .sidebar-wrapper .sidebar-header .sidebar-close:focus {
        background-color: #efefef;
    }

.sidebar-wrapper .sidebar-nav {
    margin-top: 0;
    background-color: var(--bg-white);
}

    .sidebar-wrapper .sidebar-nav ul {
        padding: 10px;
        margin: 0;
        list-style: none;
        background: 0 0;
    }

    .sidebar-wrapper .sidebar-nav .metismenu {
        background: 0 0;
        display: flex;
        flex-direction: column;
    }

        .sidebar-wrapper .sidebar-nav .metismenu li + li {
            margin-top: 5px;
        }

        .sidebar-wrapper .sidebar-nav .metismenu li:first-child {
            margin-top: 5px;
        }

        .sidebar-wrapper .sidebar-nav .metismenu li:last-child {
            margin-bottom: 5px;
        }

        .sidebar-wrapper .sidebar-nav .metismenu > li {
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .sidebar-wrapper .sidebar-nav .metismenu a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: left;
            padding: 6px 16px;
            font-size: 15px;
            color: #5f5f5f;
            outline-width: 0;
            text-overflow: ellipsis;
            overflow: hidden;
            letter-spacing: 0.5px;
            border-radius: 0.25rem;
            transition: all 0.3s ease-out;
        }

            .sidebar-wrapper .sidebar-nav .metismenu a .parent-icon {
                line-height: 1;
            }

            .sidebar-wrapper .sidebar-nav .metismenu a .menu-title {
                margin-left: 10px;
            }

            .sidebar-wrapper .sidebar-nav .metismenu a:active {
                color: #008cff;
                text-decoration: none;
                background-color: rgba(0, 140, 255, 0.05);
            }

            .sidebar-wrapper .sidebar-nav .metismenu a:focus {
                color: #008cff;
                text-decoration: none;
                background-color: rgba(0, 140, 255, 0.05);
            }

            .sidebar-wrapper .sidebar-nav .metismenu a:focus,
            .sidebar-wrapper .sidebar-nav .metismenu a:hover {
                color: var(--sidebar-active-link-color);
                text-decoration: none;
                background-color: var(--sidebar-active-bg-link-color);
            }

        .sidebar-wrapper .sidebar-nav .metismenu ul {
            background-color: var(--bg-white);
            padding: 0;
        }

            .sidebar-wrapper .sidebar-nav .metismenu ul a {
                padding: 6px 15px 6px 20px;
                font-size: 15px;
                border: 0;
            }

                .sidebar-wrapper .sidebar-nav .metismenu ul a i {
                    margin-right: 5px;
                }

            .sidebar-wrapper .sidebar-nav .metismenu ul ul a {
                padding: 8px 15px 8px 30px;
            }

            .sidebar-wrapper .sidebar-nav .metismenu ul ul ul a {
                padding: 8px 15px 8px 45px;
            }

        .sidebar-wrapper .sidebar-nav .metismenu .mm-active > a {
            color: var(--sidebar-active-link-color);
            text-decoration: none;
            background-color: var(--sidebar-active-bg-link-color);
        }

.sidebar-wrapper .menu-label {
    padding: 10px 16px 10px 16px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.toggled .main-wrapper {
    margin-left: 70px;
}

.status-toggle .form-check-input:disabled {
    opacity: 1;
}

.status-toggle .form-check-input {
    margin: auto;
}

    .status-toggle .form-check-input:checked {
        background-color: #198754;
        border-color: #198754;
    }

@media screen and (min-width: 1199px) {
    body .toggled .sidebar-wrapper:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

        body.toggled .sidebar-wrapper:hover .sidebar-header .sidebar-close {
            display: flex;
        }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px;
    }

        body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
            width: 70px;
            justify-content: center;
            width: 70px;
        }

            body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-name {
                display: none;
            }

            body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
                display: none;
            }

        body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
            justify-content: center;
        }

        body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
            display: none;
        }

        body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
            display: none;
        }

        body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
            display: none;
        }

        body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
            display: none;
        }

        body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-bottom {
            width: 70px;
        }

    body.toggled:not(.sidebar-hovered) .sidebar-bottom .dropdown-laungauge {
        display: none;
    }

    body.toggled:not(.sidebar-hovered) .sidebar-bottom .dropdown-help {
        display: none;
    }
}

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    transition: all 0.3s linear;
    box-shadow: none;
}

    .chip img {
        float: left;
        width: 32px;
        height: 32px;
        margin: 0 8px 0 -12px;
        border-radius: 50%;
    }

    .chip.chip-md {
        height: 42px;
        line-height: 42px;
        border-radius: 21px;
    }

        .chip.chip-md img {
            height: 42px;
            width: 42px;
        }

/* main content */
.main-wrapper {
    background-color: var(--dashboard-bg);
    margin-top: 0;
    padding-bottom: 20px;
    margin-left: 260px;
    transition: ease-out 0.3s;
    height: 100%;
}

    .main-wrapper .main-content {
        padding: 1.5rem;
    }

        .main-wrapper .main-content .breadcrumb-title {
            font-size: 20px;
            border-right: 1.5px solid #aaa4a4;
        }

        .main-wrapper .main-content .page-breadcrumb .breadcrumb li.breadcrumb-item {
            font-size: 16px;
        }

        .main-wrapper .main-content .page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            display: inline-block;
            padding-right: 0.5rem;
            font-family: "Material Icons Outlined";
            content: "\e88a";
        }

        .main-wrapper .main-content .page-breadcrumb .btn-primary i {
            margin-right: 5px;
        }

        .main-wrapper .main-content .badge-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            background-color: #f2f2f3;
            cursor: pointer;
        }

            .main-wrapper .main-content .badge-icon .badge-number {
                width: 20px;
                height: 20px;
                background-color: #ff1717;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                color: var(--agrion-white);
                font-size: 10px;
                padding: 1px;
            }

        .main-wrapper .main-content .sharelink {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #494949;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            transition: all 0.3s;
        }

            .main-wrapper .main-content .sharelink:hover,
            .main-wrapper .main-content .sharelink:focus {
                background-color: #efefef;
            }

        .main-wrapper .main-content .options {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #494949;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            transition: all 0.3s;
            width: 30px;
            height: 30px;
        }

            .main-wrapper .main-content .options:hover,
            .main-wrapper .main-content .options:focus {
                background-color: #efefef;
            }

        .main-wrapper .main-content .dropdown-menu-share {
            width: -moz-max-content;
            width: max-content;
        }

        .main-wrapper .main-content .vertical-pills button {
            width: 100%;
            text-align: left;
            border-radius: 0%;
        }

        .main-wrapper .main-content .vertical-pills .nav-link {
            border-bottom: 1px solid #dee2e6;
            color: #5d5d5d;
        }

            .main-wrapper .main-content .vertical-pills .nav-link:last-child {
                border-bottom: 0px solid #dee2e6;
            }

            .main-wrapper .main-content .vertical-pills .nav-link.active {
                color: var(--agrion-white);
            }

        .main-wrapper .main-content .customer-notes {
            height: 480px;
            position: relative;
            overflow-y: scroll;
        }

        .main-wrapper .main-content .lable-table {
            text-transform: uppercase;
            padding: 1px 8px;
        }

        .main-wrapper .main-content .customer-table table thead {
            font-size: 0.8rem;
            text-transform: uppercase;
            font-weight: 400;
        }

        .main-wrapper .main-content .customer-table table .customer-name {
            color: #000000;
        }

        .main-wrapper .main-content .product-table table thead {
            font-size: 0.8rem;
            text-transform: uppercase;
            font-weight: 400;
        }

        .main-wrapper .main-content .product-table table .product-category {
            font-size: 0.8rem;
            color: #878d96;
        }

        .main-wrapper .main-content .product-table table .product-title {
            font-size: 0.97rem;
            color: #2f353c;
        }

        .main-wrapper .main-content .product-table table .product-tags {
            max-width: 220px;
            display: flex;
            align-items: center;
            gap: 0.3rem;
            flex-wrap: wrap;
        }

            .main-wrapper .main-content .product-table table .product-tags .btn-tags {
                font-size: 0.75rem;
                background-color: #f6f6f6;
                color: #000000;
                padding: 2px 10px;
                text-transform: uppercase;
                font-weight: 500;
                border-radius: 2px;
            }

        .main-wrapper .main-content .product-table table .product-rating {
            font-size: 0.8rem;
            background-color: var(--bg-white);
            padding: 2px 5px;
            text-align: center;
            border-radius: 4px;
            border: 1px solid #e8e8e8;
            font-weight: 500;
        }

.separator {
    display: flex;
    align-items: center;
}

    .separator .line {
        height: 1px;
        flex: 1;
        background-color: #dee2e6;
    }

    .separator p {
        padding: 0 1rem;
    }
/*page footer*/
.page-footer {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    background-color: var(--bg-white);
    border-top: 1px solid var(--bs-border-color);
    height: 60px;
    left: 260px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: ease-out 0.3s;
    padding: 0 5px;
}

    .page-footer .copyright-logo {
        width: 185px;
        height: auto;
    }
/* My Profile Page Css Start Here */
.my-profile-card {
    position: relative;
}

    .my-profile-card img {
        width: 160px;
        height: 160px;
    }

.my-profile-card-data {
    text-align: center;
}

.my-profile-user-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--agrion-black);
}

.my-profile-about-heading {
    font-size: 20px;
    font-weight: 700;
    color: var(--agrion-black);
    position: relative;
    border-bottom: 1px solid #dee2e7;
    padding-bottom: 7px;
    display: inline-block;
    margin-bottom: 15px;
}

    .my-profile-about-heading::before {
        content: "";
        background: #1fb1af;
        border-radius: 8px;
        width: 40px;
        height: 4px;
        left: 0;
        position: absolute;
        bottom: -3px;
    }

.my-profile-input input[type='number']:read-only,
.my-profile-input input[type='phone']:read-only,
.my-profile-input input[type='email']:read-only,
.my-profile-input input[type='text']:read-only {
    background-color: #eafcff;
    border-color: #d0f0f7;
}

.add-edit-input .form-select,
.add-edit-input .form-control,
.my-profile-input .form-control {
    outline: none;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
    border-width: 2px;
}

    .add-edit-input .form-control:focus,
    .my-profile-input .form-control:focus {
        outline: none;
        box-shadow: none;
    }

/* Add keyframes for the border animation */
@keyframes border-animation {
    0% {
        border-color: #ccc;
    }

    100% {
        border-color: #4ca4b5;
    }
}

.add-edit-input .form-select:focus,
.add-edit-input .form-control:focus,
.my-profile-input .form-control:focus {
    outline: none;
    animation: border-animation 0.3s forwards;
    border-width: 2px;
}

.add-edit-input input::-webkit-outer-spin-button,
.add-edit-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.add-edit-input input[type=number] {
    -moz-appearance: textfield;
}

.update_btn::before {
    content: '\f044';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
}

.delete_btn::before {
    content: '\f2ed';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
}

.input-required {
    position: relative;
}

    .input-required:after {
        content: "\f069";
        color: var(--asterisk-color);
        font-family: 'Font Awesome 5 Free';
        margin-left: 5px;
        position: absolute;
        top: 0;
        font-size: 8px;
    }

/* Summary Table Page Css Start Here */
table.dataTable thead tr th {
    background: var(--header-bg) !important;
    color: var(--agrion-white) !important;
    border-bottom: 1px solid var(--header-bg) !important;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 600;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    right: 25px !important;
    top: 6px;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
    top: 6px;
}

table.table-striped.dataTable > tbody > tr:nth-of-type(odd) > * {
    border-bottom: 0;
}

table.table-striped.dataTable > tbody > tr:nth-of-type(even) > * {
    border-bottom: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    border: none;
}

.dataTables_paginate .paginate_button .page-link {
    color: var(--btn-bg);
}

.dataTables_paginate .paginate_button.disabled .page-link {
    background-color: #f2fdff;
    border-color: #a4e9e8;
}

.dataTables_paginate .paginate_button.active .page-link {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
    color: var(--agrion-white);
    transition: 0.3s ease-in-out
}

.dataTables_paginate .paginate_button .page-link:hover {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
    color: var(--agrion-white);
}

.dataTables_paginate .paginate_button .page-link:focus,
.dataTables_paginate .paginate_button.active .page-link:focus {
    outline: none;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border: none;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 50px !important;
}

.dataTables_filter label input:focus,
.mySummaryTable_length label .form-control:focus {
    box-shadow: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.my-summary-datatable .table > tbody > tr:nth-of-type(odd) > * {
    background-color: rgb(240 253 255);
}
/* Datatable Action Edit, View and Delete Icon Css Start*/
/*.my-summary-datatable .dataTable thead tr{
    white-space:nowrap;
}*/
.my-summary-datatable .dataTable thead tr th,
.my-summary-datatable .dataTable tbody tr {
    vertical-align: middle;
}

.action_icons {
    background-color: rgb(255, 231, 236);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

    .action_icons:hover,
    .action_icons:focus {
        box-shadow: none;
        outline: none;
    }

    .action_icons.edit {
        background-color: var(--edit-bg);
    }

        .action_icons.edit:hover {
            background-color: var(--edit-icon-color);
        }

            .action_icons.edit:hover .editIcon,
            .action_icons.delete:hover .deleteIcon,
            .action_icons.edit:hover .viewIcon,
            .action_icons.view:hover .viewIcon {
                filter: brightness(0) invert(1);
            }

    .action_icons.delete {
        background-color: var(--delete-bg);
    }

        .action_icons.delete:hover {
            background-color: var(--delete-icon-color);
        }

    .action_icons.view {
        background-color: var(--view-bg);
    }

        .action_icons.view:hover {
            background-color: var(--view-icon-color);
        }

    .action_icons .editIcon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125' /%3E%3C/svg%3E");
        background-repeat: no-repeat no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        width: 18px;
        height: 18px;
        color: var(--edit-icon-color);
    }

    .action_icons .deleteIcon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0' /%3E%3C/svg%3E");
        background-repeat: no-repeat no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        width: 18px;
        height: 18px;
        color: var(--delete-icon-color);
    }

    .action_icons .viewIcon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z' /%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z' /%3E%3C/svg%3E");
        background-repeat: no-repeat no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        width: 18px;
        height: 18px;
        color: var(--view-icon-color);
    }

.flatpickr-calendar.hasTime {
    width: 200px;
}

/* Edited by Tauseef Start  */
.contra-cursor-pointer {
    cursor: pointer;
}


.language-table .table tbody tr td:first-child {
    text-align: left;
}

.language-table .table tbody tr td {
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
}

    .language-table .table tbody tr td .form-check .form-check-input {
        border: 1px solid #7c7c7c;
    }

.indicate-your-skiill .table tbody tr td {
    text-align: left;
}

    .indicate-your-skiill .table tbody tr td .form-check {
        padding-left: 29px;
        margin-bottom: 0;
    }

        .indicate-your-skiill .table tbody tr td .form-check .form-check-input {
            border: 1px solid #7c7c7c;
        }

.add-edit-trainees-table .table tr td .form-check-input {
    float: none;
}

.table-skills table thead tr:first-child th:nth-child(1) {
    width: 585px;
}

.table-skills table thead tr:first-child th:nth-child(2) {
    width: 200px;
}

.table-skills table thead tr:first-child th:nth-child(3) {
    width: 133px;
}
/* Edited by Tauseef End  */

.mainSlider .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: var(--slider-dots-color);
}

@media (min-width:992px) and (max-width:1200px) {
    .prok-db-counter {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .select2-container {
        max-width: 140px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .prok-db-counter {
        gap: 20px;
    }

    .prok-dashbaord {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .prok-dashbaord-left {
        width: 100%;
    }

    .prok-dashbaord-center {
        width: 100%;
    }

    .prok-dashbaord-right {
        width: 100%;
    }

    .prok-db-2,
    .prok-db-counter-grid3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .prok-db-donut {
        height: auto;
    }

    .prok-dashboard-counter-number {
        font-size: 36px;
    }

    .prok-dashboard-counter-box {
        min-height: 109px;
    }

    .prok-dashboard-counter-heading {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width:768px) {
    .prok-dashbaord {
        grid-template-columns: repeat(1, 1fr);
    }

    .prok-db-counter-grid3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:767px) {
    .prok-dashbaord {
        flex-direction: column;
    }

    .prok-dashbaord-left,
    .prok-dashbaord-center,
    .prok-dashbaord-right,
    .prok-dashbaord-table,
    .prok-db-2 .prok-dashbaord-left {
        width: 100%;
    }

    .db-cart {
        width: 100%;
        overflow: hidden;
    }

    .heading1 {
        font-size: 32px;
    }

    .heading2 {
        font-size: 26px;
    }

    .heading3 {
        font-size: 22px;
    }

    .heading4 {
        font-size: 18px;
    }

    .heading5 {
        font-size: 16px;
    }

    .heading5 {
        font-size: 14px;
    }

    .prok-dashbaord-left .strip-box .form-select {
        width: 150px;
    }

    /*    .strip-box {
        overflow-x: auto;
    }*/
}

@media (max-width:575px) {
    .prok-dashboard-counter-heading {
        font-size: 16px;
    }

    .prok-dashboard-counter-number {
        font-size: 36px;
    }

    .prok-dashbaord-donut-footer .prok-db-dount-labels {
        flex-direction: column;
        align-items: baseline;
    }

    .prok-db-counter {
        grid-template-columns: repeat(1, 1fr);
    }

    .heading1 {
        font-size: 30px;
    }

    .heading2 {
        font-size: 24px;
    }

    .heading3 {
        font-size: 20px;
    }

    .heading4 {
        font-size: 18px;
    }

    .heading5 {
        font-size: 16px;
    }

    .heading5 {
        font-size: 14px;
    }

    .custom-header .strip-box .dropdown-btn {
        margin-top: 0px;
    }
}

@media(max-width:480px) {
    .prok-db-counter {
        gap: 15px;
    }

    .prok-db-counter-grid3 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.main-calendar {
    border-color: #e4e8f3
}

    .main-calendar .fc-content, .main-calendar .fc-divider, .main-calendar .fc-list-heading td, .main-calendar .fc-list-view, .main-calendar .fc-popover, .main-calendar .fc-row, .main-calendar tbody, .main-calendar td, .main-calendar th, .main-calendar thead {
        border-color: #e4e8f3
    }

    .main-calendar .fc-header-toolbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 0 20px
    }

        .main-calendar .fc-header-toolbar h2 {
            margin-bottom: 0;
            color: #242f48;
            font-size: 20px;
            font-weight: 700
        }

        .main-calendar .fc-header-toolbar .fc-right {
            order: 3
        }

        .main-calendar .fc-header-toolbar .fc-clear {
            display: none
        }

        .main-calendar .fc-header-toolbar button {
            height: 38px;
            background-color: #fff;
            background-image: none;
            border: 1px solid #e3e8f7;
            box-shadow: none;
            padding: 0 15px;
            display: flex;
            align-items: center;
            color: #242f48;
            font-size: 13px;
            text-transform: capitalize;
            outline: 0;
            text-shadow: none;
            border-radius: 0
        }

            .main-calendar .fc-header-toolbar button:focus, .main-calendar .fc-header-toolbar button:hover {
                background-color: #dde2ef
            }

            .main-calendar .fc-header-toolbar button.fc-next-button, .main-calendar .fc-header-toolbar button.fc-prev-button {
                padding: 0;
                width: 38px;
                justify-content: center
            }

                .main-calendar .fc-header-toolbar button.fc-next-button span, .main-calendar .fc-header-toolbar button.fc-prev-button span {
                    margin: 0
                }

            .main-calendar .fc-header-toolbar button.fc-state-active {
                background-color: #dde2ef
            }

            .main-calendar .fc-header-toolbar button.fc-today-button {
                color: #fff;
                background-color: #0162e8;
                border-color: #1a53ff
            }

                .main-calendar .fc-header-toolbar button.fc-today-button.fc-state-disabled {
                    border-color: #e4e8f3;
                    background-color: #ecf0fa;
                    color: #949eb7;
                    cursor: default
                }

    .main-calendar .fc-icon-left-single-arrow, .main-calendar .fc-icon-right-single-arrow {
        top: 0
    }

        .main-calendar .fc-icon-left-single-arrow::after, .main-calendar .fc-icon-right-single-arrow::after {
            font-family: Ionicons;
            font-size: 18px;
            font-weight: 400;
            line-height: 1
        }

        .main-calendar .fc-icon-left-single-arrow::after {
            content: '\f3cf'
        }

        .main-calendar .fc-icon-right-single-arrow::after {
            content: '\f3d1'
        }

    .main-calendar .fc-head-container .fc-day-header {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 14px 0;
        color: #242f48
    }

    .main-calendar .fc-view > table {
        background-color: #fff
    }

        .main-calendar .fc-view > table > thead td, .main-calendar .fc-view > table > thead th {
            border-color: #e4e8f3
        }

        .main-calendar .fc-view > table > tbody > tr > td {
            border-color: #e4e8f3
        }

    .main-calendar .fc-view .fc-other-month {
        background-color: #eff3fd
    }

    .main-calendar .fc-view .fc-day-number {
        font-size: 14px;
        font-weight: 400;
        font-family: Arial,sans-serif;
        color: #4d5875;
        display: inline-block;
        padding: 5px 8px;
        position: relative;
        transition: all .2s ease-in-out;
        margin: 2px 2px 0 0;
        min-width: 20px;
        text-align: center
    }

        .main-calendar .fc-view .fc-day-number:focus, .main-calendar .fc-view .fc-day-number:hover {
            color: #242f48;
            background-color: #ecf0fa
        }

    .main-calendar .fc-view .fc-scroller {
        height: auto !important;
        overflow: visible !important
    }

    .main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span {
        display: block
    }

        .main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:first-child {
            color: #737f9e;
            font-size: 8px;
            font-weight: 400;
            line-height: 1.2
        }

        .main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:last-child {
            font-weight: 700;
            font-size: 14px;
            font-family: Helvetica,Arial,sans-serif;
            line-height: 1
        }

    .main-calendar .fc-view.fc-agenda-view .fc-day-header.fc-today > a {
        color: #0162e8
    }

    .main-calendar .fc-view.fc-listMonth-view, .main-calendar .fc-view.fc-listWeek-view {
        border-width: 0
    }

        .main-calendar .fc-view.fc-listMonth-view .fc-scroller, .main-calendar .fc-view.fc-listWeek-view .fc-scroller {
            padding: 0 20px 20px
        }

        .main-calendar .fc-view.fc-listMonth-view .fc-list-table, .main-calendar .fc-view.fc-listWeek-view .fc-list-table {
            border-collapse: separate;
            display: block
        }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-table > tbody, .main-calendar .fc-view.fc-listWeek-view .fc-list-table > tbody {
                display: flex;
                flex-wrap: wrap
            }

        .main-calendar .fc-view.fc-listMonth-view .fc-list-heading, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
            flex: 0 0 20%;
            max-width: 20%;
            margin-top: 15px
        }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-heading:first-child, .main-calendar .fc-view.fc-listMonth-view .fc-list-heading:first-child + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading:first-child, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading:first-child + .fc-list-item {
                margin-top: 0
            }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-heading td, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading td {
                background-color: transparent;
                border-width: 0;
                padding: 0
            }

        .main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main {
            display: block;
            font-size: 11px;
            text-transform: uppercase;
            color: #737f9e;
            font-weight: 600;
            padding: 5px;
            text-align: center
        }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main span:last-child, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main span:last-child {
                display: block;
                font-size: 30px;
                font-weight: 700;
                font-family: Helvetica,Arial,sans-serif;
                letter-spacing: -1px;
                color: #242f48;
                line-height: 1
            }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main.now, .main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main.now span:last-child, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main.now, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main.now span:last-child {
                color: #0162e8
            }

        .main-calendar .fc-view.fc-listMonth-view .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
            flex: 0 0 calc(80% - 5px);
            max-width: calc(80% - 5px);
            dispLay: flex;
            flex-direction: column;
            border-left: 4px solid transparent;
            background-color: #fff;
            margin-top: 15px
        }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-item:focus, .main-calendar .fc-view.fc-listMonth-view .fc-list-item:hover {
                cursor: pointer
            }

            .main-calendar .fc-view.fc-listWeek-view .fc-list-item:focus, .main-calendar .fc-view.fc-listWeek-view .fc-list-item:hover {
                cursor: pointer
            }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-item:focus td, .main-calendar .fc-view.fc-listMonth-view .fc-list-item:hover td {
                background-color: transparent
            }

            .main-calendar .fc-view.fc-listWeek-view .fc-list-item:focus td, .main-calendar .fc-view.fc-listWeek-view .fc-list-item:hover td {
                background-color: transparent
            }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-item > td, .main-calendar .fc-view.fc-listWeek-view .fc-list-item > td {
                border-width: 0
            }

                .main-calendar .fc-view.fc-listMonth-view .fc-list-item > td.fc-list-item-time, .main-calendar .fc-view.fc-listWeek-view .fc-list-item > td.fc-list-item-time {
                    border-top: 1px solid #dde2ef;
                    border-right: 1px solid #dde2ef;
                    box-sizing: border-box
                }

                .main-calendar .fc-view.fc-listMonth-view .fc-list-item > td.fc-list-item-title, .main-calendar .fc-view.fc-listWeek-view .fc-list-item > td.fc-list-item-title {
                    border-bottom: 1px solid #dde2ef;
                    border-right: 1px solid #dde2ef;
                    box-sizing: border-box
                }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
                margin-left: 20%
            }

        .main-calendar .fc-view.fc-listMonth-view .fc-list-item-marker, .main-calendar .fc-view.fc-listWeek-view .fc-list-item-marker {
            display: none
        }

        .main-calendar .fc-view.fc-listMonth-view .fc-list-item-time, .main-calendar .fc-view.fc-listWeek-view .fc-list-item-time {
            padding: 12px 15px 2px;
            font-size: 13px;
            text-transform: capitalize;
            width: 100%
        }

        .main-calendar .fc-view.fc-listMonth-view .fc-list-item-title, .main-calendar .fc-view.fc-listWeek-view .fc-list-item-title {
            padding: 0 15px 12px
        }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-item-title a, .main-calendar .fc-view.fc-listWeek-view .fc-list-item-title a {
                display: block;
                font-weight: 700;
                font-size: 15px;
                margin-bottom: 5px;
                color: #242f48
            }

            .main-calendar .fc-view.fc-listMonth-view .fc-list-item-title .fc-desc, .main-calendar .fc-view.fc-listWeek-view .fc-list-item-title .fc-desc {
                font-size: 13px;
                line-height: 1.375;
                display: block
            }

    .main-calendar td.fc-today {
        background-color: #0162e8
    }

        .main-calendar td.fc-today .fc-day-number {
            background-color: #0162e8;
            color: #fff;
            border-radius: 1px
        }

            .main-calendar td.fc-today .fc-day-number:focus, .main-calendar td.fc-today .fc-day-number:hover {
                background-color: #0162e8;
                color: #fff;
                border-radius: 1px
            }

    .main-calendar .fc-axis {
        font-size: 11px
    }

    .main-calendar .fc-event {
        border-width: 0;
        border-top-width: 5px;
        border-radius: 0
    }

        .main-calendar .fc-event.fc-day-grid-event > div {
            display: none
        }

            .main-calendar .fc-event.fc-day-grid-event > div .fc-time {
                font-weight: 500
            }

            .main-calendar .fc-event.fc-day-grid-event > div .fc-desc {
                display: none
            }

    .main-calendar .fc-time-grid-event {
        padding: 5px;
        border-left-width: 0;
        border-top-width: 2px
    }

        .main-calendar .fc-time-grid-event .fc-time {
            font-size: 12px
        }

        .main-calendar .fc-time-grid-event .fc-title {
            font-size: 14px;
            font-weight: 700;
            color: #242f48;
            margin-bottom: 10px
        }

        .main-calendar .fc-time-grid-event .fc-desc {
            font-size: 13px;
            line-height: 1.3;
            color: rgba(28,39,60,.8)
        }

    .main-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
        display: none
    }

        .main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-time {
            font-size: 11px
        }

        .main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-title {
            font-size: 13px
        }

        .main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
            display: none
        }

    .main-calendar .fc-list-empty {
        padding: 20px 0;
        background-color: #fff;
        border: 1px solid #e3e8f7
    }

@media (min-width:992px) {
    .main-calendar .fc-header-toolbar {
        padding: 0;
        margin-bottom: 24px
    }
}

@media (min-width:576px) {
    .main-calendar .fc-header-toolbar h2 {
        font-size: 22px
    }
}

@media (max-width:767.98px) {
    .main-calendar .fc-header-toolbar .fc-center {
        order: 1;
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }

    .main-calendar .fc-header-toolbar .fc-left {
        order: 2;
        flex: 0 0 50%
    }

    .main-calendar .fc-header-toolbar .fc-right {
        flex: 0 0 50%;
        display: flex;
        justify-content: flex-end
    }
}

@media (max-width:991px) {
    .main-calendar .fc-header-toolbar .fc-center {
        order: 1;
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }

    .main-calendar .fc-header-toolbar .fc-left {
        order: 2;
        flex: 0 0 50%
    }

    .main-calendar .fc-header-toolbar .fc-right {
        flex: 0 0 50%;
        display: flex;
        justify-content: flex-end
    }

    .main-calendar .fc-header-toolbar button {
        padding: 0 8px
    }
}

@media (max-width:575px) {
    .main-calendar .fc-header-toolbar button.fc-next-button, .main-calendar .fc-header-toolbar button.fc-prev-button {
        width: 32px;
        height: 32px
    }

    .main-calendar .fc-header-toolbar button.fc-today-button {
        height: 32px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px
    }

    .main-calendar .fc-header-toolbar button.fc-agendaDay-button, .main-calendar .fc-header-toolbar button.fc-agendaWeek-button, .main-calendar .fc-header-toolbar button.fc-listMonth-button, .main-calendar .fc-header-toolbar button.fc-listWeek-button, .main-calendar .fc-header-toolbar button.fc-month-button {
        text-indent: -9999px;
        width: 32px;
        height: 32px;
        position: relative;
        color: transparent
    }

        .main-calendar .fc-header-toolbar button.fc-agendaDay-button::before, .main-calendar .fc-header-toolbar button.fc-agendaWeek-button::before, .main-calendar .fc-header-toolbar button.fc-listMonth-button::before, .main-calendar .fc-header-toolbar button.fc-listWeek-button::before, .main-calendar .fc-header-toolbar button.fc-month-button::before {
            position: absolute;
            top: 6px;
            left: 10px;
            z-index: 100;
            display: inline-block;
            text-indent: 0;
            font-size: 12px;
            font-weight: 700;
            color: #031b4e
        }

        .main-calendar .fc-header-toolbar button.fc-month-button::before {
            content: 'M'
        }

        .main-calendar .fc-header-toolbar button.fc-agendaWeek-button::before {
            content: 'W'
        }

        .main-calendar .fc-header-toolbar button.fc-agendaDay-button::before {
            content: 'D'
        }

        .main-calendar .fc-header-toolbar button.fc-listMonth-button::before, .main-calendar .fc-header-toolbar button.fc-listWeek-button::before {
            content: 'L';
            left: 11px
        }

    .prok-dashbaord .prok-dashbaord-right .prok-db-counter-grid{
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

        .prok-dashbaord .prok-dashbaord-right .prok-db-counter-grid .custom-header .prok-dashboard-counter-box {
            height: 185px;
            padding: 15px 22px;
        }

    .custom-header .prok-dashbaord-right .prok-dashboard-counter-heading {
        font-size: 14px;
    }

    .custom-header .prok-dashboard-counter-box {
        padding: 10px 16px;
    }
    .giz-prok-horizontal-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:992px) {
    .main-calendar .fc-icon-left-single-arrow::after, .main-calendar .fc-icon-right-single-arrow::after {
        line-height: .75
    }
}

@media (min-width:576px) {
    .main-calendar .fc-head-container .fc-day-header {
        font-size: 12px
    }
}

@media (max-width:991.98px) {
    .main-calendar .fc-view > table > thead td:first-child, .main-calendar .fc-view > table > thead th:first-child {
        border-left-width: 0
    }

    .main-calendar .fc-view > table > thead td:last-child, .main-calendar .fc-view > table > thead th:last-child {
        border-right-width: 0
    }
}

@media (max-width:991.98px) {
    .main-calendar .fc-view > table > tbody > tr > td:first-child {
        border-left-width: 0
    }

    .main-calendar .fc-view > table > tbody > tr > td:last-child {
        border-right-width: 0
    }
}

@media (prefers-reduced-motion:reduce) {
    .main-calendar .fc-view .fc-day-number {
        transition: none
    }
}

@media (min-width:576px) {
    .main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:first-child {
        font-size: 11px;
        font-weight: 600
    }
}

@media (min-width:576px) {
    .main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:last-child {
        font-size: 25px
    }
}

@media (min-width:992px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-scroller, .main-calendar .fc-view.fc-listWeek-view .fc-scroller {
        padding: 0
    }
}

@media (min-width:576px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-heading, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
        flex: 0 0 15%;
        max-width: 15%
    }
}

@media (min-width:768px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-heading, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
        flex: 0 0 12%;
        max-width: 12%
    }
}

@media (min-width:992px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-heading, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media (min-width:1200px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-heading, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
        flex: 0 0 8%;
        max-width: 8%
    }
}

@media (min-width:576px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(85% - 5px);
        max-width: calc(85% - 5px)
    }
}

@media (min-width:768px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(88% - 5px);
        max-width: calc(88% - 5px)
    }
}

@media (min-width:992px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(90% - 5px);
        max-width: calc(90% - 5px)
    }
}

@media (min-width:1200px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(92% - 5px);
        max-width: calc(92% - 5px)
    }
}

@media (min-width:576px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 15%
    }
}

@media (min-width:768px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 12%
    }
}

@media (min-width:992px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 10%
    }
}

@media (min-width:1200px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 8%
    }
}

@media (min-width:576px) {
    .main-calendar .fc-axis {
        font-size: 13px
    }
}

@media (min-width:576px) {
    .main-calendar .fc-event {
        border-top-width: 0;
        border-left-width: 2px;
        padding: 3px 4px
    }
}

@media (min-width:576px) {
    .main-calendar .fc-event.fc-day-grid-event > div {
        display: block
    }
}

@media (min-width:576px) {
    .main-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
        display: block
    }
}

@media (min-width:992px) {
    .main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
        display: block
    }
}

.main-modal-calendar-schedule .modal-content {
    border-width: 0;
    position: relative
}

    .main-modal-calendar-schedule .modal-content > .close {
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 28px;
        font-weight: 700;
        color: #737f9e;
        text-shadow: none
    }

.main-modal-calendar-schedule .modal-header {
    padding: 20px 25px
}

.main-modal-calendar-schedule .modal-body {
    padding: 30px 25px
}

.main-modal-calendar-schedule .form-group-date {
    display: flex;
    align-items: center;
    border: 1px solid #e3e8f7;
    background-color: #ecf0fa;
    padding: 10px 5px;
    color: #242f48;
    font-size: 13px;
    font-weight: 600
}

    .main-modal-calendar-schedule .form-group-date > i {
        font-size: 32px;
        line-height: 0;
        margin-right: 10px;
        opacity: .5
    }

.main-modal-calendar-schedule .select2-container {
    width: 100% !important
}

.main-modal-calendar-event .modal-content {
    border-width: 0;
    position: relative;
    background-color: transparent
}

    .main-modal-calendar-event .modal-content > .close {
        font-size: 18px;
        text-shadow: none
    }

.main-modal-calendar-event .modal-header {
    position: relative;
    padding: 20px;
    border-bottom-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.main-modal-calendar-event .nav-modal-event {
    align-items: center
}

    .main-modal-calendar-event .nav-modal-event .nav-link {
        padding: 0;
        color: rgba(255,255,255,.75);
        font-size: 21px;
        line-height: 0;
        position: relative;
        transition: all .2s ease-in-out
    }

        .main-modal-calendar-event .nav-modal-event .nav-link:focus, .main-modal-calendar-event .nav-modal-event .nav-link:hover {
            color: #fff
        }

        .main-modal-calendar-event .nav-modal-event .nav-link + .nav-link {
            margin-left: 15px
        }

        .main-modal-calendar-event .nav-modal-event .nav-link:last-child {
            font-size: 24px
        }

.main-modal-calendar-event .event-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1
}

.main-modal-calendar-event .modal-body {
    padding: 20px;
    background-color: #fff
}

.main-modal-calendar-event .event-end-date, .main-modal-calendar-event .event-start-date {
    color: #242f48;
    font-weight: 500
}

.main-modal-calendar-event .event-desc {
    margin-top: 5px
}

    .main-modal-calendar-event .event-desc:empty {
        margin-bottom: 5px
    }

.SumoSelect .optWrapper .options {
    display: block;
    width: 100%;
    min-height: 160px;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #fff !important;
}

@media (min-width:576px) {
    .main-modal-calendar-event .modal-header {
        padding: 20px 25px
    }
}

@media (prefers-reduced-motion:reduce) {
    .main-modal-calendar-event .nav-modal-event .nav-link {
        transition: none
    }
}

@media (min-width:576px) {
    .main-modal-calendar-event .modal-body {
        padding: 30px
    }
}

@media (max-width:605px) {
    .main-calendar .fc-header-toolbar {
        padding: 0
    }

    .fc-view {
        border: 1px solid #e3e8f7
    }

        .fc-view > table {
            border: 1px solid #e3e8f7
        }

    .card--calendar .ui-datepicker .ui-datepicker-calendar td a {
        width: 28px;
        height: 28px
    }

    .main-content-body.main-content-body-calendar.card.p-4 {
        padding: 1rem !important
    }
}

@media (max-width:320px) {
    .main-calendar .fc-header-toolbar .fc-right {
        flex: 0 0 100%;
        display: flex;
        justify-content: left;
        margin-top: 20px
    }

    .main-calendar .fc-header-toolbar .fc-left {
        flex: 0 0 100%;
        display: flex;
        justify-content: left
    }
}

.fc-datepicker.main-datepicker.hasDatepicker {
    border: 1px solid #e3e8f7
}

@media (min-width:320px) and (max-width:568px) {
    .ui-datepicker-calendar {
        width: 100%
    }

    .ui-datepicker .ui-datepicker-calendar td, .ui-datepicker .ui-datepicker-calendar th {
        text-align: center
    }
}
