:root {
    --white: #fff;
    --color: #2975c6;
    --bg-primary: linear-gradient(to bottom, #004080, #082b4e);
}



.spread_sect .nav.nav-tabs {
    background: var(--bg-primary);
}

.demo {
    background-color: #eee;
}

.serviceBox {
    color: #000;
    background: var(--color);
    text-align: center;
    margin: 0 auto;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
}

.serviceBox:before {
    content: "";
    background: var(--white);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 10px 10px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 6px 6px 6px rgb(0 0 0 / 16%);
    z-index: -1;
    background-image: url(../images/assets-bg.png);
    background-size: cover;
    background-position: center;
}

.serviceBox .service-icon {
    color: var(--white);
    background: var(--color);
    font-size: 36px;
    height: 60px;
    line-height: 55px;
    border-radius: 20px 20px 0 0;
    margin: 0 auto 15px;
    position: relative;
}

.serviceBox .description {
    font-size: 28px;
    line-height: 23px;
    margin: 0 20px 10px;
    font-weight: 800;
}

.serviceBox .title {
    color: var(--white);
    background: var(--color);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 18px;
    display: inline-block;
    border-radius: 15px 15px 0 0;
    margin: 0;
}

.serviceBox.green {
    --color: #71A70B;
}

.serviceBox.orange {
    --color: #4eb1b2;
}

.serviceBox.blue {
    --color: #0193bf;
}

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 5px 0;
    }

    .hgtt {
        padding: 0 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .apexcharts-element-hidden.apexcharts-selected {
        cursor: pointer;
        width: 20px;
        height: 20px;
        line-height: 24px;
        color: #6e8192;
        text-align: center;
    }
}

.nav-header .brand-logo img {
    height: 50px;
    margin-top: 10px;
}

.chart-img img {
    width: 100%;
}


.deznav .metismenu li.mm-active a svg {
    color: #165da7;
    fill: #f0f0f3;
}

.deznav .metismenu>li {
    margin-bottom: 5px;
}

select.form-control {
    appearance: auto;
}

.dropdown-menu.show {
    padding: 0;
}

/*.form-group .dropdown-menu{
    height: 300px;
}*/
.logo2 {
    display: none;
}

.menu-toggle .logo1 {
    display: none;
}

.menu-toggle .logo2 {
    display: block;
}

.menu-toggle .deznav .metismenu li.mm-active a svg {
    fill: #fff;
}

.state-box {
    background-image: url(../images/hrcard-bg.png);
    background-size: cover;
    background-position: center;
}

#homechart {
    height: 380px;
}

.akkk {
    padding: 20px 10px !important;
}

.top-home-box .card-body {
    padding: 1rem;
}

.footer .copyright p {
    text-align: center;
    margin: 0;
    font-size: 15px;
}

.menu-toggle .footer {
    padding-left: 0 !important;
}

.beteel_banner img {
    width: 100%;
}

.breadcrumb li a {
    font-size: 14px;
}

.card-header .card-title {
    font-weight: 600;
    margin-bottom: 0;
}

.bootstrap-select .dropdown-menu.show {
    z-index: 99;
}

.filter-option-inner-inner {
    font-size: 15px;
}

.detl-select-btn {
    display: flex;
    align-content: center;
    gap: 20px;
}

.detl-select-btn label {
    cursor: pointer;
}

form .form-group label {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.col-form-label {
    color: #000;
    font-weight: 500;
}

.initasted {
    float: left;
    font-size: 15px;
    margin-right: 40px;
}

.table>thead>tr>th {
    background-color: #165da7 !important;
    color: #fff !important;
    font-weight: 500;
    border: 1px solid #f4f4f4;
}

.bootstrap-table .fixed-table-container .table tfoot th .th-inner,
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: .55rem;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    border-bottom: none !important;
}

.card-body {
    padding: 15px 10px !important;
}

.boxx {
    border: 1px solid #dadada !important;
    padding: 10px;
}

.btn-boxes {
    text-align: center;
    margin-top: 30px;
}

.btn:focus {
    box-shadow: none;
}

.form-files .form-control {
    padding: 9px;
    padding-left: 15px;
}

.metismenu li ul li a:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 22px;
    font-size: 12px;
    top: 10px;
    content: "\f192";
}

.apexcharts-tooltip-series-group {
    font-family: var(--bs-body-font-family) !important;
    font-weight: 700;
}

.apexcharts-tooltip-title {
    font-family: var(--bs-body-font-family) !important;
    font-weight: 600;
}

.metismenu li ul li {
    margin: 4px 0;
}

.deznav .metismenu>li>ul a {
    padding-right: 0;
}

.authincation {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-form {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.space-com {
    border-bottom: 1px dashed #eee;
    margin: 20px 0;
}

.form-control::-webkit-input-placeholder {
    color: #7e7e7e !important;
}

.forr {
    color: #165da7;
    font-weight: 500;
}

.login-logo img {
    height: 85px;
}

.form-control {
    font-size: 14px;
}

.auth-form .form-group {
    position: relative;
}

.lock-icon {
    font-size: 22px !important;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.log-title {
    font-size: 20px;
}

.over-icon {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 20px !important;
}

.auth-form::before {
    content: "";
    height: 95%;
    width: 95%;
    background: transparent;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    border: 1px dashed #cbc9c9;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 30px;
    z-index: -1;
    display: none;
}

.menu-toggle .deznav .metismenu>li.mm-active>a:after {
    display: none !important;
}

.text-header .card-title {
    text-align: center;
    margin-bottom: 20px !important;
}

.text-header b {
    font-weight: 500;
    font-size: 14px;
}

.password-textt p {
    line-height: 8px;
    font-size: 14px;
}

.

/*reportt .bootstrap-select .btn.dropdown-toggle.btn-light {
    display: none;
}*/
.bootstrap-select .btn-group {
    width: 100%;
}

.multiselect-container li:nth-child(2) {
    display: none;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.multiselect-container.dropdown-menu li label {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

ul.multiselect-container.dropdown-menu {
    padding: 15px;
    height: 195px;
    overflow-y: scroll;
}

ul.multiselect-container.dropdown-menu::-webkit-scrollbar {
    background: #eee;
    width: 8px;
    height: 10px;
    border-radius: 8px;
}

ul.multiselect-container.dropdown-menu::-webkit-scrollbar-thumb {
    background: #165da7;
    border-radius: 8px;
}

.mb-3.form-group {
    margin-bottom: 4px !important;
}

.col-form-label {
    padding-bottom: 5px !important;
}

li.nav-item.dropdown.notification_dropdown {
    display: none;
}

.menu-toggle .deznav .metismenu {
    padding-left: 0;
}

.des-mrquue-box {
    background: #f5d8e2;
    padding: 5px 4px;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.nav-header {
    z-index: 99999 !important;
}

.header {
    padding: 0 20px !important;
    z-index: 9999 !IMPORTANT;
}

.box-hd-flex {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: space-between;
}

.box-hd-flex span {
    position: relative;
    top: 2px;
    color: #000;
    font-size: 14px;
}

.card.state-box {
    margin-bottom: 10px;
    height: auto;
}

.home-img {
    margin-right: 10px;
}

text.highcharts-title {
    font-weight: 700 !important;
}

.my-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

body {
    background: #dbdbdb;
}

li.homeicon svg {
    fill: #fff;
    height: 25px;
    width: 25px;
    position: relative;
    top: 14px;
}

.myBox {
    overflow-y: scroll;
    background: #fff;
}

.myBox::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #aaa, #666);
    border-radius: 6px;
}

.myBox::-webkit-scrollbar {
    width: 4px;
    background: #eee;
}

.my-box:hover:before {
    background: #165da7;
}

.my-box:hover:after {
    border-color: #165da7;
}

.my-box:before {
    content: "";
    width: 70px;
    height: 70px;
    background-color: #e1e1e1;
    border: none;
    border-radius: 6px;
    position: absolute;
    bottom: 22px;
    right: -40px;
    z-index: 11;
    transform: rotate(50deg);
    transition: all 0.3s ease-in-out;
}

.my-box:after {
    content: "";
    width: 70px;
    height: 70px;
    border: 2px solid #e1e1e1;
    border-radius: 6px;
    position: absolute;
    right: -45px;
    bottom: -12px;
    z-index: 10;
    transform: rotate(50deg);
    transition: all 0.3s ease-in-out;
}

.password-textt.mt-2 {
    margin-top: 20px !important;
}

.new-btn {
    border-radius: 0 !important;
    padding: 0.25rem 0.5rem !important;
}

button:focus {
    box-shadow: none !important;
}

.new-btn:hover {
    background: #f54279;
}

button.btn.btn-primary {
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--bg-primary) !important;
}

.select2-dropdown.select2-dropdown--below {
    border: 1px solid #f0f1f5 !important;
}

.select2-container--default .select2-selection--single {
    /* border: 1px solid #f0f1f5 !important; */
    border-radius: 0.75rem !important;
    background: #fff !important;
    height: 32px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #c1c1c4 !important;
    border-radius: 0.75rem !important;
    background: #fff !important;
}

.dataTables_wrapper .dataTables_info {
    font-size: 13px;
}

.dataTables_wrapper .dataTables_length {
    font-size: 13px;
}

.dataTables_filter {
    font-size: 13px;
}

.form-check-input {
    background-color: #fff;
}

.prevbg {
    background: #e3e5e8 !important;
    color: #000;
}

/*===============07-12-2023 css start from here==================*/
.profiltb-box.card {
    overflow: hidden;
    height: ;
}

.profiltb-box ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    color: #323131;
}

.profiltb-box ul li a.active {
    background: var(--primary);
    color: #fff;
}

.profiltb-box ul li a:hover {
    background: var(--primary);
    color: #fff;
}

.profiltb-box ul li:first-child a {
    border-top: none;
}

.profiltb-box ul {
    display: block;
}

.profiltb-box ul li a i {
    margin-right: 3px;
}

.tab-detail-content .card-header .card-title {
    font-size: 16px;
}

/*.dataTables_wrapper .dataTables_length{
    float: none !important;
}*/
.dt-buttons.btn-group .btn {
    background: var(--primary);
    font-size: 13px;
    border-color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
}

.dt-buttons.btn-group.flex-wrap {
    margin-bottom: 10px;
}

.dataTables_filter {
    margin-top: 3px;
}


/*=====================*/
#homechart2 {
    height: 400px;
}

#homechart3 {
    height: 200px;
}

.chart-titlee {
    background: var(--primary);
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0.625rem;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#homechart4 {
    height: 340px;
}

/*.header-left {
    margin-left: 40%;
}*/
.apexcharts-text {
    font-family: var(--bs-body-font-family) !important;
    font-weight: 600;
}

.apexcharts-legend-text {
    position: relative;
    font-size: 14px !important;
}

.apexcharts-legend-text {
    font-family: var(--bs-body-font-family) !important;
    font-weight: 600 !important;
}

.card {
    border: none !important;
    border-radius: 0 !important;
}

.card-body {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

[data-header-position="fixed"] .header {
    z-index: 99;
}

.chart-200 {
    height: 200px;
}

text.highcharts-credits {
    display: none;
}

.hgtt {
    min-height: auto !important;
}

.card-header {
    border-color: #f0f1f5;
    position: relative;
    background: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #dcdbdb !important;
    border-radius: 0 !important;
    padding: 0.5rem 10px !important;
}

.form-control {
    background: #fff !important;
}

.table> :not(:first-child) {
    border-top: none !important;
}

.form-select:focus {
    box-shadow: none !important;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-style: none;
}

.dataTables_paginate {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
}

.aktabl thead th {
    white-space: nowrap;
}

.aktabl tbody td {
    white-space: nowrap;
}

.table-responsive::-webkit-scrollbar-thumb {
    background:var(--bg-primary);
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar {
    background: #eee;
    width: 10px;
    height: 12px;
    border-radius: 10px;
}

.table-responsive {
    padding-bottom: 10px;
}

.service-icon svg {
    stroke: none;
    height: 28px;
    width: 28px;
}

.service-icon span {
    border: 1px dashed;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    height: 45px;
    margin-top: 6px;
    line-height: 41px;
}

.nav-header {
    border-bottom: none !important;
    padding-bottom: 10px;
}

.actionbtn .btn {
    border: none;
    color: initial;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 4px;
    margin-right: 3px;
    background: #fff;
}

.piechart .apexcharts-text {
    font-family: var(--bs-body-font-family) !important;
    font-weight: 600;
    font-size: 16px;
    color: #ddd !important;
    fill: #000;
    text-shadow: none;
    stroke: none;
    white-space: nowrap !important;
}

.apexcharts-legend {
    padding: 0 0 !important;
}

.thick-slides .owl-nav .owl-prev i,
.owl-next i {
    background-color: #fff;
    height: 30px;
    width: 45px;
    line-height: 30px;
    border-radius: 8px;
    font-size: 22px;
    border: 1px solid #ddd;
    color: #001d37;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.thick-slides .owl-nav .owl-prev i {
    margin-right: 5px;
}

.apexcharts-datalabel {
    fill: #000;
    font-size: 15px;
    font-weight: 800;
}

.thick-slides .owl-nav {
    position: absolute;
    top: -45px;
    right: -10px;
    z-index: 99999;
}

.body1 {
    min-height: auto !important;
}

.stripp {
    height: 3px;
    background: #cdd5dc;
    position: relative;
    top: -18px;
    width: 91%;
}

.custom-head h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.fixed-table-toolbar .btn {
    line-height: 15px;
}

.fixed-table-toolbar .form-control {
    padding: 3px 0.75rem;
    font-size: 13px;
}

.custom-head {
    position: relative;
    top: 12px;
    float: left;
}

.card-header button.btn.btn-primary {
    padding: 5px 15px;
}

.my-bootstrap .fixed-table-toolbar .columns,
.search {
    margin-top: 6px !important;
    margin-bottom: 3px !important;
}

.bootstrap-table.fullscreen {
    z-index: 99999 !important;
}

.bootstrap-table .fixed-table-container .table td {
    white-space: nowrap;
}

.info-card {
    margin: 20px auto;
    border-radius: 12px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* initial no shadow */
    width: 50%;
}

.info-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.info-item {
    border-bottom: 1px solid #dee2e6;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    color: #333;
    font-weight: 600;
}

.info-value {
    color: #444;
    font-weight: 500;
}

.status-inactive {
    color: #666;
    font-style: italic;
}

.main-profile-bg {
    margin-top: -20px;
}

.main-profile-bg .profile-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 210px;
}

.image-size {
    height: 70px;
    width: 70px;
    margin-right: 10px;
}

.object-fit-cover {
    object-fit: cover;
}

.main-profile-bg .profile-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .9;
    background: linear-gradient(to bottom, rgba(var(--pe-black-rgb), 0.3), transparent);
}

.swal2-container {
    z-index: 999999 !important;
}

img.tpims_logo {
    height: 35px;
    position: relative;
    top: -4px;
}

.main-dashboard .row {
    flex-wrap: nowrap;
}

.tbl-dash thead th {
    white-space: nowrap;
}

.tbl-dash table {
    margin-bottom: 0;
}

.tbl-dash table td {
    padding: 3px 6px !important;
}

.tbl-dash {
    padding-bottom: 0px;
}

.swal-modal {
    z-index: 999999999 !important;
}

/*====================new css start from here 08-09-2025========================*/
.gis_head {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 9;
}
.btnlink a:hover {
    color: #000 !important;
}
li.nav-item.dropdown.header-profile .nav-link.active {
    background: transparent !important;
}
.navbar-steel .navbar .nav-link.active {
    background: var(--bg-primary);
}
.spread_sect .nav-tabs .nav-link.active {
    background: var(--bg-primary) !important;
    color: #fff !important;
}
.spread_sect .nav-tabs .nav-link:hover{
    background: var(--bg-primary) !important;
    color: #fff !important;
}
.spread_sect .nav-tabs .nav-link:hover svg{
    fill: #fff !important;
}
.spread_sect .nav-tabs .nav-item {
    margin-right: 5px;
}
.flextab-hed h2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.flextab-hed {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 4px;
}
.spread_sect .nav-tabs .nav-link {
    color: #000 !important;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding:8px 15px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    border: none;
    background: #fff !important;
    font-weight: 600;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.spread_sect button .fa-plus {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.spread_sect .nav.nav-tabs {
    background: #eee;
    padding: 10px 10px;
    padding-bottom: 1px;
    border-bottom: 1px solid #e4edf7;
}

.spread_sect .nav-tabs .nav-link.active svg {
    fill: #fff;
}

.spread_sect .nav-tabs .nav-link svg {
    float: left;
    width: 15px;
    height: 15px;
    fill: #000;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.akbx a svg {
    height: 22px !important;
    width: 22px !important;
}

.spreed-wrapper {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.at-switch {
    display: flex;
    align-items: center;
}

.at-switch .btn {
    height: 25px;
    display: flex;
    width: 25px;
    border-radius: 5px;
    border: none;
    text-align: center;
    line-height: 15px;
    justify-content: center;
    align-items: center;
}

.at-switch .form-switch .form-check-input {
    height: 18px;
    width: 32px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-color: #ddd;
}

.at-switch .form-switch .form-check-input:checked {
    background-color: #379a3a;
}

.btn-theme{
    background: var(--bg-primary);
    border: none !important;
}    
.btn-theme:hover{
    opacity: .8;
}
.list-group-item.active{
    background: var(--bg-primary);
}
div#pipeTrackDatatable .btn-primary {
    background: var(--bg-primary);
    border: none;
}
form.add-project11 .btn-primary {
    background: var(--bg-primary);
    border: none;
}
.card-header button.btn.btn-primary {
    background: var(--bg-primary);
}
.footer img
 {
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
div#debug-icon {
    display: none !important;
}
.myBox::-webkit-scrollbar{
    height: 8px;
}
button.btn.btn-primary {
    background: var(--bg-primary);
    border: none;
}
button.close {
    background: var(--bg-primary);
    color: #fff;
    width: 25px;
    border: none;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
}
.menu-toggle .dashboard-screen .col-md-4 {
    width: 49% !important;
}
.menu-toggle .dashboard-screen .col-md-3 {
    width: 25% !important;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
.content-body {
    padding-bottom: 50px !important;
}