﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --bs-primary: #FF5722;
    --common-black: #000;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-font-color: #495057;
    --bs-border-color: #E5E7EB;
    --sidebar-primary: #f9fafb;
    --bs-orange: #ff5722;
    --bg--hover: hsl(200, 7%, 84%);
    --bg--focus: hsl(203, 100%, 100%);
    --gray--primary: hsl(200, 10%, 50%);
    --gray--secondary: hsl(200, 14%, 30%);
    --dark--primary: hsl(203, 13%, 14%);
    --dark--secondary: hsl(203, 4%, 29%);
    --accent--primary: hsl(206, 90%, 56%);
    --accent--secondary: hsl(206, 79%, 58%);
    --expanded: 16.875rem;
    --collapsed: 3.25rem;
    --svg: 1.125rem;
    --item: 2.25rem;
    --brad-outer: 0.75rem;
    --frame-space: 0.5rem;
    --brad-inner: calc(var(--brad-outer) - var(--frame-space));
     --bs-gray:#eee;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

label,
button {
    cursor: pointer;
}

figure {
    margin-inline: 0;
    margin-block: 0.25rem;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    font-size: inherit;
    line-height: 1.1;
}

input[type="checkbox"] {
    accent-color: #000;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

input[type="radio"] {
    accent-color: #000;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #F8F9FA !important;
    margin-bottom:100px !important;
}

label,
.label {
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-black);
}

.required {
    color: var(--bs-red);
    font-size: 1rem;
}

.section-x-gutter {
    padding-left: 4rem;
    padding-right: 4rem;
}

.section-y-gutter {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.section-top-space {
    margin-top: 100px;
}

.main-content-listing .card:first-child{

}

.heading-4 {
    font-size: 1.125rem;
    font-weight: 400;
}

body,
.header-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
}

.heading-2 {
    font-size: 26px;
}

.heading-3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bs-black);
}

.main-content-box .h4, .main-content-box .h4 {
    font-size: 18px;
    margin: 20px 0 !important;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px !important;
    background: #eee !important;
}

.form-label {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    color: #4c5258;
    font-weight: 500;
}


.sub-heading {
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-black);
}

.sub-heading > span {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    color: var(--bs-black) !important;
}

.sub-main-heading {
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-black);
}

.inner-sub-heading {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--bs-black);
    margin:1.5rem 0 10px;
}


.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
}

.btn-danger {
    font-size: 14px;
    background: var(--bs-primary) !important;
    border: none !important;
}

.btn-outline-danger,
.btn-outline-danger:hover {
    font-size: 14px;
    border: 1px solid var(--bs-border-color) !important;
    color: var(--bs-black) !important;
    background-color: var(--bs-white) !important;
}

.custom-btn-black {
    background: var(--bs-black) !important;
    color: var(--bs-white) !important;
}

.common-date-picker {
    position: relative;
    z-index: 99;
}

    .common-date-picker .input-group.date {
        position: absolute;
        right: 3px;
        top: 3px;
        left: auto;
        width: auto;
        z-index: 9;
    }

    .common-date-picker .input-group-text.bg-light.d-block {
        border: none;
        padding: 4px 8px;
        font-size: 14px;
        background: #fff !important;
        pointer-events: none;
    }

        .common-date-picker .input-group-text.bg-light.d-block i {
            color: #212529;
            opacity: .5;
        }

.custom-table thead tr th, .table thead tr th {
    background: var(--bs-black);
    color: var(--bs-white);
    font-weight: 400 !important;
    position:sticky;
    top:0;
    left:0
}

.custom-table thead tr th input[type="checkbox"], .table thead tr th input[type="checkbox"] {
   accent-color: #fff !important;
 }

.custom-table table, .table {
    max-height:500px !important;
    overflow-y:auto;
    overflow-x:auto;
    scrollbar-width: thin;
    display:block;
}

.table-responsive.custom-table tr th, .table-responsive.custom-table tr th {
    min-width: 280px !important;
}

.col-minwidth-50 {
    min-width: 50px;
}

.col-minwidth-100 {
    min-width: 100px;
}

.col-minwidth-300 {
    min-width: 300px;
}


.table tbody tr td a {
    font-size: 14px;
    color: var(--bs-black);
    font-weight: 400;
}

    .header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bs-white);
    border-bottom: 1px solid #eee;
    min-height: 90px;
}

.navbar {
    width: 100%;
}

.logo img {
    max-width: 140px;
    height: 50px;
    margin-right: 10px;
}

.nav-links,
.nav-link {
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: 6px 12px;
    color: #222222;
}

nav-link active {
    color: var(--bs-primary);
}

.nav-links:hover {
    transition: .3s ease;
    color: var(--bs-link-color) !important;
}

.contact-info span {
    margin-right: 10px;
    font-size: 1rem;
}

.contact-info > a {
    padding: 10px 12px;
    font-size: 14px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none;
}

.main-container {
    margin: 100px 0;
}

.footer-container {
    text-align: center;
    font-size: 14px;
    color: #6a6a82;
    border-top: 2px solid #eee;
    background: #fafafa;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 12px 15px;
    text-decoration: none;
    font-weight: 500;
}

.carousel-box item {
    max-width: 500px;
    text-align: center;
}

    .carousel-box item h5 {
        margin-top: 10px;
    }

.login-container {
    display: flex;
    height: auto;
    align-items: center;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.nav-item a {
    padding: 6px 12px !important;
}

.black-btn,
.black-btn:hover {
    background: var(--bs-black) !important;
    color: var(--bs-white) !important;
    border-color: var(--bs-black) !important;
}

.custom-large-btn {
    width: 100%;
}

.sidebar .header {
    background: #fafafa;
    width: 300px;
    height: 100vh;
    padding: 10px;
}

.header-logo {
    display: flex !important;
    gap: 2;
    align-items: center;
    justify-content: space-between;
}


#header-toggle {
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
    color: #808080;
}

.vertical-sidebar :checked ~ nav {
    flex-basis: var(--expanded);
}

.vertical-sidebar :not(:checked) ~ nav {
    flex-basis: var(--collapsed);
}


header {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 0.5rem;
}

.sidebar__toggle-container {
    block-size: var(--item);
    display: flex;
    justify-content: end;
}

.nav__toggle {
    block-size: 100%;
    background: none;
    transition: all 233ms ease-in;
    border-radius: var(--brad-inner);
    outline: 2px solid transparent;
    outline-offset: -2px;
    overflow: hidden;
}

.toggle--icons {
    block-size: inherit;
    aspect-ratio: 1;
    display: inline-grid;
    place-content: center;
    grid-template-areas: "svg";
    z-index: 10;
}

.toggle-svg-icon {
    grid-area: svg;
    fill: var(--gray--primary);
    transition: fill 233ms ease-in;
}


.toggle--icons:hover .toggle-svg-icon {
    fill: var(--dark--primary);
}

.icon {
    aspect-ratio: 1;
    block-size: 100%;
    display: inline-grid;
}

figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.375rem;
}

.codepen-logo {
    margin-inline: auto;
    display: block;
    min-inline-size: 2.25rem;
    aspect-ratio: 1;
    block-size: 100%;
    object-fit: cover;
    transition: width 100ms linear;
}

figcaption {
    text-align: center;
}

.user-id {
    font-size: 1.0625rem;
    font-weight: 500;
    margin-block-end: 0.25rem;
    color: var(--gray--secondary);
}

.user-role {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gray--primary);
}

.text {
    pointer-events: none;
    color: var(--gray--secondary);
    font-size: 0.875em;
    font-weight: 500;
    transition: color 266ms ease-out;
}

/* header */

.main-content {
    width: 100%;
}

.sidebar-checkbox {
    display: none !important;
}

.vertical-sidebar {
    display: flex;
    inline-size: var(--expanded);
    margin: 0;
    position: fixed;
    left: 0;
    top: 50px;
    width: 250px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 0.5s ease-in-out;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    background: var(--bs-white) !important;
    z-index:99;
}


body {
    margin-left: 250px;
}

body.sidebar-closed, body.sidebar-horizontal {
    margin-left: 0;
}

ul.main-menu {
    list-style: none;
    padding: 0;
    margin: 0 10px;
}

body .right-content {
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 80px;
}

body.sidebar-horizontal .right-content {
    width: 100%;
    left: 0;
    position: inherit;
    margin-top: 150px;
    margin-bottom:100px;
}

body.sidebar-closed .right-content {
    margin-left: 0;
    left: 0;
/*    width: calc(100% - 80px);*/
}

.sidebar-horizontal .toggle-top-bar {
    display: none !important;
}

.sidebar-closed .vertical-sidebar {
    width: 0;
    visibility: hidden;
    transition: width 1s ease;
}

 .top-bar {
    width: 100%;
    justify-content: end;
}

.sidebar-horizontal .horizontal-logo {
    display: block !important;
    height:40px;
}

.body.sidebar-horizontal .logo-content {
    display: none !important;
}

.vertical-sidebar nav .logo-content {
    padding: 10px;
    justify-content: space-between !important;
}

.vertical-sidebar :not(:checked) ~ nav {
    width: 80px;
    transition: 0.5s ease-in-out;
}

    .vertical-sidebar :not(:checked) ~ nav .logo-content {
        justify-content: center !important;
    }

    .vertical-sidebar :not(:checked) ~ nav .logo,
    .vertical-sidebar :not(:checked) ~ nav .main-menu li a span {
        display: none;
    }

    .vertical-sidebar :not(:checked) ~ nav .main-menu li a {
        justify-content: center;
    }

        .vertical-sidebar :not(:checked) ~ nav .main-menu li a svg {
            display: block;
            text-align: center;
        }


/* Horizontal Sidebar */
.horizontal-sidebar {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: auto;
    /* instead of 100vh */
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: inherit;
    overflow-y: inherit;
    transition: height 0.5s ease-in-out;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    z-index: 99;
}

    .horizontal-sidebar nav {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .horizontal-sidebar .logo-content {
        display: none !important;
    }

    .horizontal-sidebar .sidebar-menu nav {
        padding: 0 0 !important;
    }

    .horizontal-sidebar ul.main-menu {
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .horizontal-sidebar ul.main-menu li {
            margin: 0;
        }

        .horizontal-sidebar ul.main-menu > li {
            margin-right: 10px;
        }

        .horizontal-sidebar ul.main-menu li a {
            display: flex;
            align-items: center;
            justify-content: start;
            padding: 10px 8px;
            font-size: 14px;
            font-weight: 400;
            white-space: normal;
        }

.sidebar-menu {
    border-right: .5px solid #eee;
}

    .sidebar-menu .main-menu > li a svg {
        opacity: .8;
    }


    .sidebar-menu .main-menu .active a span,
    .sidebar-menu .main-menu .active a svg, .sidebar-menu .main-menu .active a {
        color: var(--bs-primary) !important;
        fill: var(--bs-primary) !important;
        font-weight:600 !important;
    }

    .sidebar-menu .submenu {
        border: 1px solid #eee !important;
        min-width: auto !important;
        width: 100% !important;
        box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
        border-radius: 0 0 5px 5px;
        overflow-x: hidden;
        overflow-y: auto;
    }

/* dropdown submenu on horizontal */
.horizontal-sidebar .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px !important;
    border: 1px solid #eee;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sidebar-inner-content {
    width: 100%;
    margin-top: 30px;
}

.horizontal-sidebar .sidebar-inner-content {
    padding:10px 15px;
    margin-top:0;
}

.horizontal-sidebar .sidebar__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}



.vertical-sidebar .sidebar-menu nav {
    border-radius: 0;
    padding: 15px 10px;
    background: #eee;
}

.vertical-sidebar .nav__toggle:hover {
    outline: none;
}

.vertical-sidebar .sidebar-menu ul.main-menu {
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
}


.sidebar-menu .main-menu > li > a {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    transition: background 0.3s, color 0.3s;
    gap: 12px;
    margin-bottom: 6px;
    border-radius: 5px;
    outline: none;
}

    .sidebar-menu .main-menu > li > a > i,
    .sidebar-menu .main-menu > li > a > svg {
        margin: 0;
        font-size: 1rem;
        color: var(--bs-font-color);
        fill: var(--bs-font-color);
    }

    .sidebar-menu .main-menu > li > a > span,
    .sidebar-menu .main-menu > li > a > span {
        color: var(--bs-font-color);
    }

.sidebar-menu .main-menu > li:hover > a,
.main-menu > li.active > a {
    background-color: rgb(46 49 56 / 10%) !important;
    background: rgb(46 49 56 / 10%) !important;
}

.sidebar-menu ul.main-menu li a:hover {
    background-color: rgb(46 49 56 / 10%) !important;
    background: rgb(46 49 56 / 10%) !important
}

.sidebar-menu .main-menu > li:hover > a,
.main-menu > li.active > a > i,
.sidebar-menu .main-menu > li:hover > a,
.main-menu > li.active > a > span,
.main-menu > li.active > a > svg {
    color: #343a40 !important;
}

.sidebar-menu .main-menu > li.active > a > svg {
    background: transparent;
}

.sidebar-horizontal .sidebar-menu .main-menu > li > a > i,
.sidebar-horizontal .sidebar-menu .main-menu > li > a > svg {
    font-size: 14px;
}

.main-menu > li {
    position: relative;
}

    .main-menu > li > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px 18px;
        text-decoration: none;
        color: #ff4500;
        font-weight: 500;
        font-size: 15px;
        transition: background 0.3s, color 0.3s;
    }

        .main-menu > li > a i {
            font-size: 22px;
            margin-bottom: 5px;
        }

    .main-menu > li:hover > a,
    .main-menu > li.active > a,
    .main-menu > li:hover > a > i,
    .main-menu > li.active > a > svg {
        background: #ff4500;
        color: #fff;
    }

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ffebdc;
    min-width: 230px;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

    .submenu li {
        /*border-bottom: 1px solid #ffebdc;*/
    }

        .submenu li:last-child {
            border-bottom: none;
        }

        .submenu li a {
            display: block;
            text-decoration: none;
            color: var(--bs-font-color);
            background: #fff;
            transition: background 0.3s, color 0.3s;
            padding: 10px 8px;
            font-size: 14px;
            line-height: normal;
        }

            .submenu li a:hover {
                background: #fff;
                /*     color: var(--bs-primary) !important;*/
            }

            .submenu li a svg {
                margin-right: 5px !important;
            }

.main-menu li.has-sub:hover .submenu,
.main-menu li.has-sub .submenu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-container {
    position: fixed;
    top: 0;
    left: 0;
    background: #eee;
    width: 100%;
    z-index: 99;
}

    .navbar-container .navbar {
        width: 100%;
        justify-content: space-between;
        background: #fff;
        border-bottom: .5px solid #eee;
        min-height:66px;
    }

.navbar-brand img {
    height: 50px;
}

.license-badge {
    font-size: 0.85rem;
    padding: 7px 16px;
    background: rgba(0, 0, 0, 0.8); /* DARK background */
    color: #fff; /* WHITE text for visibility */

    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 0.4px;
    display: inline-block;
    margin-left: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5); /* Dark shadow */
    transition: all 0.25s ease-in-out;
}

.icon-btn {
    color: var(--bs-font-color) !important;
    margin-left: 15px;
    position: relative;
}

    .icon-btn .icon-badge {
        font-size: 13px;
        min-width: 20px;
        min-height: 20px;
        position: absolute;
        top: -10px;
        right: -5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--bs-primary) !important;
        color: var(--bs-white);
        border-radius: 100%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

.btn-outline-danger i {
    margin-right: 5px;
}

.search-box {
    display: flex;
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

    .search-box input {
        border: none;
        box-shadow: none;
        outline: none;
        min-width: 350px;
    }

    .search-box button {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .search-box button svg {
            fill: var(--bs-font-color) !important;
        }

.icon-btn svg {
    height: 20px;
    width: 20px;
    font-size: 20px;
    fill: var(--bs-font-color) !important;
}


.pricing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 50px auto 0;
}

.upload-single-file {
    display: flex;
    gap: 10px;
    align-items: center;
}

.upload-single-file input {
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
}

.plan {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .plan:hover {
        transform: translateY(-8px);
    }

    .plan.recommended {
        border: 2px solid #28a745;
        position: relative;
    }

        .plan.recommended::before {
            content: "Recommended";
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background: #28a745;
            color: #fff;
            font-size: 12px;
            padding: 3px 10px;
            border-radius: 20px;
        }

    .plan h3 {
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: bold;
    }

    .plan .price {
        font-size: 24px;
        margin: 5px 0 15px;
        font-weight: bold;
        color: #222;
    }

    .plan .desc {
        font-size: 14px;
        margin-bottom: 20px;
        color: #666;
    }

    .plan button {
        background: var(--bs-primary);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s;
    }

h .features {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
}

.features li {
    margin-bottom: 8px;
    list-style: none;
}

    .features li::before {
        content: "✔";
        color: #28a745;
        margin-right: 8px;
    }

.partner-login {
    background: url('');
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.admin-login {
    background: url('../images/bg.jpg')
}

.ad-top-card .card {
    border: none;
    /*	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
}


.table-responsive.custom-table {
    width: 100%;
    max-height: 550px;
    display: block;
    table-layout: fixed;
    scrollbar-width: thin;
}

        .table-responsive.custom-table tr th:first-child {
            min-width: 50px !important;
        }

        .table-responsive.custom-table tbody,
        .table-responsive.custom-table td,
        .table-responsive.custom-table tfoot,
        .table-responsive.custom-table th,
        .table-responsive.custom-table thead,
        .table-responsive.custom-table tr {
            width: 100%;
        }

        .table-responsive.custom-table tr th {
            background: var(--bs-black) !important;
            color: var(--bs-white) !important;
            font-weight: 400 !important;
            min-width: 150px;
            width: auto;
        }

    .table-responsive.custom-table > tbody > tr th:first-child, .table-responsive.custom-table > tbody > tr td:first-child {
        width: 80px !important;
        text-align: left;
    }

    .table-responsive.custom-table tr th,
    .table-responsive.custom-table tr td,
    .table-responsive.custom-table {
        border: none !important;
    }

        .table-responsive.custom-table tr td,
        .table-responsive.custom-table tr th {
            padding: .5rem .5rem;
            background-color: var(--bs-table-bg);
            border-bottom-width: 1px;
            box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        }

        .table-responsive.custom-table > tbody > tr th {
            background: var(--bs-black) !important;
            color: var(--bs-white) !important;
            position: sticky;
            top: 0;
            font-size: 16px;
            z-index:9;
        }
            .custom-table > tbody > tr td a {
                color: #212529;
                font-weight:400;
                font-size:13px;
            }


.table-responsive.custom-table > tbody > tr:nth-child(even) td,
.table-responsive.custom-table > tbody > tr:hover:nth-child(even) td {
    background: #eeeeee !important;
    color: #212529 !important;
}

    .table-responsive.custom-table tr th:last-child {
        min-width: 80px !important;
    }

    .dataTables_filter input {
        border-radius: 5px !important;
        margin: 0 0 10px 5px ;
    }

body .table-responsive.custom-table tr:last-child td {
    position: sticky;
    bottom: 0;
    background: #fff !important;
    min-height: 50px;
}

    body .table-responsive.custom-table tr:last-child td .pager {
        text-align: right;
    }

.col-250 {
    min-width: 250px !important;
}

.custom-card {
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border: .5px solid #CFD8DC !important;
}

    .custom-card .card-header:first-child {
        border: none;
        background: var(--bs-gray) !important;
    }

.card .card-header {
    background: var(--bs-gray);
    padding: 10px 10px;
    border: none;
    border-bottom: 1px solid #E5E7EB !important;
}

    .card .card-header .card-title {
        color: var(--bs-black) !important;
        margin: 0;
        font-size: 20px;
        padding:12px 10px; 
    }

        .card .card-header .card-title > i {
            display: none;
        }

    .card .card-header span.badge-match {
        padding: 5px 10px;
        background: #9E9E9E;
        border-radius: 6px;
        color: #fff;
    }

.widget-card h6 {
    margin: 10px 0 !important;
    color: #6B7280 !important;
    font-size: 14px;
}

.widget-card .row.flex-fill {
    margin: 10px 0 0;
}

.widget-card h3 {
    font-size: 20px;
    font-weight: 600;
}

    .widget-card h3 span {
        font-size: 16px;
        font-weight: 500;
    }

.widget-card .row.flex-fill > div {
    margin: 5px 0 10px;
}

.card-icon {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f4f7 !important;
    border-radius: 50%;
}

    .card-icon svg {
        color: var(--bs-black) !important;
    }

.widget-card .link-default {
    padding: 6px 12px;
    color: #000;
    border-radius: 20px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight:500;
    margin-top:30px;
}

.widget-card .flex-fill > div:nth-child(1) .card-icon, .widget-card .flex-fill > div:nth-child(1) a {
    background-color: var(--bs-gray) !important;
}

.widget-card .flex-fill > div:nth-child(2) .card-icon, .widget-card .flex-fill > div:nth-child(2) a {
    background-color: var(--bs-gray) !important;
}

.widget-card .flex-fill > div:nth-child(3) .card-icon, .widget-card .flex-fill > div:nth-child(3) a {
    background-color: var(--bs-gray) !important;
}

.widget-card .flex-fill > div:nth-child(4) .card-icon, .widget-card .flex-fill > div:nth-child(4) a {
    background-color: var(--bs-gray) !important;
}

.widget-card .flex-fill > div:nth-child(5) .card-icon, .widget-card .flex-fill > div:nth-child(5) a {
    background-color: var(--bs-gray) !important;
}

.widget-card .flex-fill > div:nth-child(6) .card-icon, .widget-card .flex-fill > div:nth-child(6) a {
    background-color: var(--bs-gray) !important;
}

.widget-card .flex-fill > div:nth-child(7) .card-icon, .widget-card .flex-fill > div:nth-child(7) a {
    background-color: var(--bs-gray) !important;
}

.widget-card .flex-fill > div:nth-child(8) .card-icon, .widget-card .flex-fill > div:nth-child(8) a {
    background-color: var(--bs-gray) !important;
}

.apexcharts-flip-y {
    transform: scaleY(-1) translateY(-100%);
    transform-origin: top;
    transform-box: fill-box;
}

.apexcharts-flip-x {
    transform: scaleX(-1);
    transform-origin: center;
    transform-box: fill-box;
}

.apexcharts-legend {
    display: flex;
    overflow: auto;
    padding: 0 10px;
}

    .apexcharts-legend.apexcharts-legend-group-horizontal {
        flex-direction: column;
    }

.apexcharts-legend-group {
    display: flex;
}

.apexcharts-legend-group-vertical {
    flex-direction: column-reverse;
}

.apexcharts-legend.apx-legend-position-bottom, .apexcharts-legend.apx-legend-position-top {
    flex-wrap: wrap
}

.apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left {
    flex-direction: column;
    bottom: 0;
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-left, .apexcharts-legend.apx-legend-position-top.apexcharts-align-left, .apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left {
    justify-content: flex-start;
    align-items: flex-start;
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center, .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
    justify-content: center;
    align-items: center;
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-right, .apexcharts-legend.apx-legend-position-top.apexcharts-align-right {
    justify-content: flex-end;
    align-items: flex-end;
}

.apexcharts-legend-series {
    cursor: pointer;
    line-height: normal;
    display: flex;
    align-items: center;
}

.apexcharts-legend-text {
    position: relative;
    font-size: 14px;
}

    .apexcharts-legend-text *, .apexcharts-legend-marker * {
        pointer-events: none;
    }

.apexcharts-legend-marker {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 1px;
}

.apexcharts-legend-series.apexcharts-no-click {
    cursor: auto;
}

.apexcharts-legend .apexcharts-hidden-zero-series, .apexcharts-legend .apexcharts-hidden-null-series {
    display: none !important;
}

.apexcharts-inactive-legend {
    opacity: 0.45;
}

.clock-in-card img {
    max-width: 50px;
}

.text-truncate {
    margin: 0;
}

.card .card-header h5 {
    font-size: 1rem;
    margin: 0;
}

.emp-card h2 {
    font-size: 1rem;
    font-weight: 600;
}

.attendance-chart .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body-1 > div {
    max-width: 600px;
    margin: auto;
}

#employees-department > div {
    width: 100% !important;
}

.apexcharts-canvas {
    margin: 0 auto;
}

body .table-responsive.custom-table tr:last-child td .pager a, .dataTables_paginate .paginate_button.previous, .dataTables_paginate .paginate_button.next {
    font-size: 14px;
    font-weight: 500;
    background: var(--bs-white);
    padding: 5px 8px;
    color: var(--bs-font-color);
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid var(--bs-border-color) !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 8px;
    font-size: 14px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    margin-right: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #fff !important;
}
.attendance-chart {
    margin-top: 20px !important;
}

    .attendance-chart .card-body > * {
        width: 100% !important;
    }


    .attendance-chart .card-body > * {
        width: 100% !important;
    }

.department-graph {
    margin: 15px 0;
    padding-left: 0;
}

.department-graph .card {
    min-height: 710px;
}

.department-graph-2 .card {
    min-height: 550px;
}
    .dash-calendar-box {
        margin: 15px 0;
    }

.machine-connection-table {
    padding: 0 22px
}

.punch-data {
    padding-left: 0;
}

.punch-data .gps-avatar {
    border-radius: 50%;
}

.punch-data .gps-meta {
    margin: 0 0 20px;
}

.punch-data .gps-meta .small {
    font-size: 14px;
    font-weight: 400;
}

.punch-data table td {
    vertical-align: top;
}

.gps-meta h6 {
    font-size: 14px;
    font-weight: 600;
}

.widget-card {
    margin-bottom: 22px;
}

.confirmBox {
    width: 700px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 2rem 1rem;
    margin: 50px 0 0;
    min-height: 500px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-box-content {
    align-items: center;
    height: 50px;
    width: 50px;
    background: rgb(0 128 0 / 40%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin:0 auto 50px;
}

.check-box-content img {
    max-width: 150px;
 
}


.multiple-select-box {
    margin-bottom: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 10px;
    border-radius: 8px !important;
}

 legend {
    font-size: 15px;
    margin-bottom: 0;
}

.multiple-select-box > input {
    width: 100%;
    margin: 0px 0px 8px 0;
}

 .multiple-select-box input {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 5px 8px 0;
}

.multiple-select-box input:focus{
    outline:none !important;
}

.multi-select-scroll {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    background: #fff;
}

    .multi-select-scroll table tr td label {
        font-size: 13px;
        color:#212529
    }

.select2-container {
    width: 100% !important;
}

.custom-select-box:focus{
    outline:none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-primary) !important;
    color: white;
}

.select2-container--default .select2-selection--single {
    min-height: 32px;
}

.btn-link i {
    font-size: 25px !important;
}

#imgEdit {
    filter: invert(33%) sepia(98%) saturate(1500%) hue-rotate(80deg) brightness(90%) contrast(90%);
}

.row > * {
    margin-bottom: 10px;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px;
    border: none;
    border-radius: 4px;
}

.custom-tooltip .tooltip-text {
    visibility: hidden;
    width: max-content;
    max-width: 200px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 99;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
}

.custom-tooltip .tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%; 
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    font-size:13px;
}

.late-text{
   font-size:15px;
   font-weight:600 !important;
   margin-bottom:8px !important;
}

.emp-pol-card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0 !important;
    margin-bottom:10px;
}

.emp-pol-card .card-header > div {
    display: flex;
    align-items: center;
}

.emp-pol-card .card-header > span {
    margin-bottom: 0;
    font-size:1rem;
    font-weight:600;
}

.custom-radio-btn label{
     padding-left:5px;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after{
     opacity:1 !important;
}

.listing-top-heading {
}

.custom-profile-image .user-img {
    margin: 0 !important;
    height: 100px;
    width: 100px;
}

.main-container-form [class^="col-"] span {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    color: #4c5258;
    font-weight: 500;
}

#chkbranchccess tr td {
    display: flex;
    align-items: start;
}

#chkbranchccess tr td label {
    display: inline;
    font-size: 13px;
}

.custom-profile-image {
    position: relative;
    text-align: center;
    max-width: 260px;
    margin: auto;
    cursor:pointer;
}

.custom-profile-image img.user-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:10px;
    transition: 0.3s ease-in-out;
}

.custom-profile-image .caption {
    left: 50%;
    display: block;
    position: absolute;
    width: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom-profile-image .caption svg path {
    max-width: 30px;
    fill: #000;
}

.custom-profile-image .caption input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.custom-profile-image .user-img {
    margin: 0 !important;
    height: 150px;
    width: 150px;
}

.custom-profile-image .svg-inline--fa.fa-w-16 {
    width: 30px;
}


.datepicker-div, .ui-datepicker {
    width: 230px;
    background: #ffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    z-index:99 !important;
}

table.ui-datepicker-calendar thead tr th {
    padding: 6px;
    font-weight:600 !important;
}

.ui-datepicker-calendar tbody tr td {
    padding: 6px;
    text-align:center;
}

.ui-datepicker-calendar tbody tr td a {
    color: #4c5258;
    text-decoration:none !important;
}

.ui-datepicker-title span {
    font-weight: 600 !important;
}

.ui-datepicker-calendar tbody tr td:hover{
     background: rgb(46 49 56 / 10%) !important;
     cursor:pointer;
}

body .ui-state-default ui-state-highlight, body .ui-state-default.ui-state-highlight.ui-state-active.ui-state-hover {
    background: rgb(46 49 56 / 10%) !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    text-align: center;
    padding:2px !important;
}

.SumoSelect > .CaptionCont > span.placeholder {
    background: #fff;
    font-style: inherit;
    color: #212529 !important;
}

.SumoSelect .select-all {
    padding: 10px !important;
    height: auto !important;
}

.punch-card svg {
    display: none;
}

.dash-calendar-box table {
    width: 100%;
    table-layout: fixed;
}

.punch-card {
    text-align: center;
    margin: 8px;
    box-shadow: rgb(0 0 0 / 26%) 0px 1px 8px;
    background-color: #fff !important;
}

 .punch-card  .gps-meta h6 span {
    color: #000 !important;
    font-size:14px !important;
  }

 .punch-card  .small.mb-1 {
     font-size:15px !important;

   }

.punch-card.d-flex.align-items-start > div {
    text-align: center !important;
    margin: auto !important;
}

.punch-card.d-flex.align-items-start {
    flex-direction: column;
    width: 100%;
    min-width: 110px;
    text-align: center;
    justify-content: center
}

.punch-card .text-danger {
    font-weight:500 !important;
}

.punch-card.d-flex.align-items-start > div {
    margin: 0 !important;
}

.punch-card .d-flex {
    color: #6c757d !important;
}

.punch-card .small {
    font-size: 14px !important;
}

body .signupBox ul li .nav-link active, .nav-tabs .nav-link.active {
    background: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
    color:var(--bs-white) !important;
}

.form-control {
    appearance: auto !important;
}