﻿
@font-face {
    font-family: 'montserrat' !important;
    src: url('../fonts/static/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat' !important;
    src: url('../fonts/static/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat' !important;
    src: url('../fonts/static/Montserrat-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat' !important;
    src: url('../fonts/static/Montserrat-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat' !important;
    src: url('../fonts/static/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat' !important;
    src: url('../fonts/static/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat' !important;
    src: url('../fonts/static/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat' !important;
    src: url('../fonts/static/Montserrat-SemiBold.ttf') format('truetype');
}

body {
    font-family: montserrat !important;
    line-height: 1.2 !important;
}


/* Panel */
.page-header b {
    font-size: 22px;
    position: relative !important;
    width: 100% !important;
}

.page-header {
    margin: 0 -10px 10px;
    background: #fff !important;
    padding: 15px 30px !important;
    font-weight: 800;
    color: #000;
    line-height: 24px;
    /*box-shadow: 0 3px #afa5a599 !important;*/
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

.panel-body {
    margin-bottom: 25px;
}

.modal-header {
    padding: 10px !important;
}

.form-control {
    margin-top: 5px;
}

.header .navbar-header {
    background: #202A37;
}

.navbar-header a {
    /*border-right: solid 2px #fff;*/
}

/*.panel .panel-heading {
    padding: 0px;
}*/

.header .navbar-nav.navbar-right {
    background: #202A37;
    border-left: solid 2px #fff;
}

/*.panel.panel-inverse > .panel-heading {
    background: #f0f0f7 !important;
}*/

.text-primary {
    color: #ffffff !important;
}

.pace-done {
    background: #005e882e !important
}

/* table*/
.table {
    box-shadow: 3px #afa5a599 !important;
    background: #fff !important;
    color: #000;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

    .table thead tr th {
        background-color: #202a37;
        color: #fff;
    }

    .table td, .table th, .table tbody tr td {
        padding: 5px !important;
    }

/*.table tbody tr {
    color: #222;
}*/
.dataTables_wrapper.dt-bootstrap4 .dataTables_info {
    font-weight: 400;
    color: #000;
}

.dataTables_wrapper.dt-bootstrap4 .dataTables_length label {
    font-weight: 400;
    color: #000;
}

.dataTables_wrapper.dt-bootstrap4 .dataTables_paginate .pagination .paginate_button.disabled a {
    font-weight: 400;
    color: #000000 !important;
}

b {
    color: #000;
}

.btn-info {
    border-color: #005E88;
    background: #005E88;
    /*margin: -5px 10px;*/
    margin: 0 5px 5px;
}

.btn-grid {
    background-color: #12c0c0 !important;
    border-color: #12c0c0 !important;
    color: #fff !important;
    font-size: 10px;
    border-radius: 15px !important;
    background-color: #12c0c0 !important;
    padding: 0 0rem !important;
}

/*Grid button red start*/

.btn-grid-red {
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
    color: #fff !important;
    font-size: 10px;
    border-radius: 15px !important;
    background-color: #FF0000 !important;
    padding: 0 0rem !important;
}

/*Grid button red end*/

.content {
    padding: 0px 20px 20px 20px;     /*10px 20px 20px 20px; 26.06.25*/
}



.sidebar li > a .caret {
    color: #fff;
}

.sidebar .sub-menu > li:after {
    background: #fff;
}
/*  footer */
.footer {
    padding: 3px 10px;
    background-color: #fff;
    position: fixed;
    /*box-shadow: 3px #afa5a599!important;*/
    margin: 5px 0 0 220px;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

.modal-body {
    padding: 10px 10px 0 10px;
}

@media (max-width: 767.98px) {
    .footer {
        margin: 0;
    }

    /*.page-header {
        margin: 0 -20px 10px;
    }*/
}


.StatusLow {
    color: green;
    font-weight: 800;
}

.StatusHigh {
    color: red;
    font-weight: 800;
}

.StatusNormal {
    color: orange;
    font-weight: 800;
}

.h6 {
    padding-bottom: 5px;
}

.btn-update {
    background-color: #30409c !important;
    border-color: #30409c !important;
    color: #fff !important;
    font-size: 10px;
    border-radius: 15px !important;
    padding: 0 0rem !important;
}

.subtableHeader {
    background-color: #585f68;
    color: white;
}

.subtabletbody {
    background-color: #f6f3f3d4;
}
/*====21-FEB-2024   (FOR datepicker)===*/
.datepicker td, .datepicker th {
    height: 26px !important;
}

.panel .panel-heading .panel-title {
    font-size:16px !important;
}

@media (max-width: 767.98px) {
    /*====6-MAR-2024=====ModifyBy Mayuresh*/
    /*Dashboard Widget Stats Start*/

    .widget {
        line-height: 1.5 !important;
    }

    .stats-title {
        color: white !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    /*Dashboard Widget Stats End*/

    /*====7-MAR-2024=====*/
    /*menu*/
    .header .navbar-toggle {
        background-color: white;
    }

        .header .navbar-toggle:hover {
            background-color: white;
        }

    .header .navbar-nav.navbar-right {
        border-left: solid 0px #fff;
    }
    /*Page header*/
    .page-header b {
        font-size: 18px;
    }

    .page-header {
        height: auto;
        padding: 10px 8px !important;
    }

    .footer {
        padding: 3px 10px;
    }
    /*.alert-link, .header .navbar-brand b, b {
        font-weight: 500!important;
    }*/
    .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10 .col-md-11, .col-md-12 {
        margin-bottom: 13px;
    }

    .row {
        margin-bottom: 0 !important;
    }

    .hidden-sm {
        display: none !important;
    }
    /*.btn-info {
      margin-bottom:16px;
    }*/
    .form-horizontal.form-bordered .form-group > div {
        padding: 10px 0;
    }

    .custom-select {
        width: auto !important;
    }
    .mt-4, .my-4 {
        margin-top: 4px !important
    }
    .dataTables_wrapper.dt-bootstrap .dataTables_filter, .dataTables_wrapper.dt-bootstrap4 .dataTables_filter {
        margin-bottom: 15px !important;
    }
    .loader {
        width: 80px !important;
        height: 80px !important;
        margin: 300px 100px !important;
    }

    .text-loader {
        font-size: 30px !important;
        margin: 300px 85px !important;
    }
    .
}

.row {
    margin-bottom: 10px;
}

.m-b-50 {
    margin-bottom: 50px;
}
/*.hidden-lg {
    display: none;
}*/
@media (min-width: 1200px) {
    .hidden-div-lg {
        display: none !important;
    }
    .m-t-20-lg {
        margin-top: 20px;
    }
    .m-t-5-lg {
        margin-top: 5px;
    }
    .p-t-30-lg {
        padding-top:30px!important;
    }
}

.btn-quicklnk {
    background: #b6c2c92e !important;
    color: #000 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.h-50px {
    height: 50px;
}
.h-40px {
    height: 40px;
}
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10 .col-md-11, .col-md-12 {
    margin-bottom: 13px;
}
.dt-buttons {
    margin-bottom: 0!important;
}
.dataTables_wrapper.dt-bootstrap .dataTables_filter, .dataTables_wrapper.dt-bootstrap4 .dataTables_filter {
    margin-bottom: 0;
}
.dataTables_wrapper.dt-bootstrap .dataTables_length, .dataTables_wrapper.dt-bootstrap4 .dataTables_length {
    margin-bottom: 0;
}
.nav.nav-tabs .nav-item .nav-link {
    padding: 12px 12px;
}
@media(max-width: 575px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 7px;
    }
}
.overflow-auto{
    overflow: auto;
}
/*Loader Start*/

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #204486;
    width: 100px;
    height: 100px;
    margin: 200px 200px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Loader End*/

@media (min-width: 1200px) {
    .loader {
        margin: 300px 200px;
    }

    .text-loader {
        margin: 300px 200px;
    }
}

@media (min-width: 1900px) {
    .loader {
        margin: 500px 200px;
    }
}

/*Loading Start*/
.text-loader {
    width: fit-content;
    font-weight: bold;
    font-size: 30px;
    clip-path: inset(0 3ch 0 0);
    animation: l4 1s steps(4) infinite;
    margin: 300px 100px;
    color: white;
}

    .text-loader:before {
        content: "Loading Data...";
    }

@keyframes l4 {
    to {
        clip-path: inset(0 -1ch 0 0)
    }
}
/*Loading end*/
/*.circle-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: 
    radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#f59c1a 75%, #ffc1078a 0);    
}

    .circle-progress-bar::before {
        content: "75%";
        margin:20px
    }*/

.semi-circle-progress {
    position: relative;
    margin: 4px;
    float: left;
    text-align: center;
}

.barOverflow { /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden; /* Comment this line to understand the trick */
    width: 90px;
    height: 45px; /* Half circle (overflow) */
    margin-bottom: -14px; /* bring the numbers up */
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #fff; /* half gray, */
    border-bottom-color: #0bf; /* half azure */
    border-right-color: #0bf;
}
/*
#chart {
    max-width: 650px;
    margin: 10px 0 ;
}
#apexcharts67ibfrn1k{
    width:300px;
}*/
.text-bg-danger-soft {
    border-radius: 5px;
    border: 1px solid #ff5b57;
    font-size: 11px;
    width: 100px;
    text-align: center;
    padding: 2px 7px;
    font-weight: 600;
    color: #df3c4e;
    background-color: #fbe8ea !important;
}

.text-bg-success-soft {
    border-radius: 5px;
    border: 1px solid #00acac;
    font-size: 11px;
    width: 100px;
    text-align: center;
    padding: 2px 7px;
    font-weight: 600;
    color: #2dc58c;
    background-color: #e6f8f1 !important;
}
.text-bg-warning-soft {
    border-radius: 5px;
    border: 1px solid #f59c1a;
    font-size: 11px;
    width: 100px;
    text-align: center;
    padding: 2px 7px;
    font-weight: 600;
    color: #f2bc16;
    background-color: #fdf7e3 !important;
}
.btn-outline-warning {
    font-size: 11px;
    padding: 1px 7px;
    /*width: 100px;*/
   /* color: #df3c4e;
    background-color: #fbe8ea !important;
    border-color: #df3c4e;*/
    color: #f2bc16;
    background-color: #fdf7e3 !important;
    border-color: #f2bc16;
    /* color: #ff1100 !important;
    background-color: #fbe8ea  !important;
    border-color: #ff1100;*/
}

.btn-outline-danger {
    font-size: 11px;
    padding: 1px 7px;
    width: 100px;
    color: #df3c4e !important;
    background-color: #fbe8ea !important;
    border-color: #df3c4e;
    /*color: #df3c4e !important;
    background-color: #fbe8ea !important;
    border-color: #df3c4e;*/
}

    .btn-outline-danger:hover {
        color: #df3c4e;
        background-color: #fbe8ea;
        border-color: #df3c4e;
    }

.btn-outline-warning:hover {
    color: #f59c1a;
    background-color: #f59c1a;
    border-color: #f59c1a
}

.btn-outline-success {
    padding: 1px 7px;
    font-weight: 600;
    width: 100px;
    font-size: 11px;
    color: #2dc58c !important;
    background-color: #e6f8f1 !important;
    border-color: #2dc58c
}

    .btn-outline-success:hover {
        color: #2dc58c;
    }

.btn-outline-purple {
    padding: 1px 7px;
    font-weight: 600;
    width: 100px;
    font-size: 11px;
    color: #8927f9 !important;
    background-color: #f1e5fe !important;
    border-color: #8927f9
}

    .btn-outline-purple:hover {
        color: #8927f9;
    }
.btn-outline-info {
    padding: 1px 7px;
    font-weight: 600;
    width: 100px;
    font-size: 11px;
    color: #478ffc !important;
    background-color: #e9f2ff !important;
    border-color: #478ffc
}

    .btn-outline-info:hover {
        color: #478ffc;
    }

.StatusInActive {
    border-radius: 5px;
    border: 1px solid #ff5b57;
    font-size: 11px;
    width: 70px;
    text-align: center;
    padding: 2px 7px;
    font-weight: 600;
    color: #df3c4e;
    background-color: #fbe8ea !important;
}

.StatusActive {
    border-radius: 5px;
    border: 1px solid #00acac;
    font-size: 11px;
    width: 70px;
    text-align: center;
    padding: 2px 7px;
    font-weight: 600;
    color: #2dc58c;
    background-color: #e6f8f1 !important;
}
.btn-outline-Pending {
    font-size: 11px;
    padding: 1px 7px;
    /*width: 100px;*/
    color: #df3c4e !important;
    background-color: #fbe8ea !important;
    border-color: #df3c4e;
}
.btn-outline-Inprogress {
    padding: 1px 7px;
    font-weight: 600;
    /*width: 100px;*/
    font-size: 11px;
    color: #FFC107 !important;
    background-color: #ffc10724;
    border-color: #FFC107;
}
.btn-outline-Released {
    padding: 1px 7px;
    font-weight: 600;
    /*width: 100px;*/
    font-size: 11px;
    color: #478ffc !important;
    background-color: #e9f2ff !important;
    border-color: #478ffc
}
.btn-outline-PartialReceipt {
    padding: 1px 7px;
    font-weight: 600;
    /*width: 100px;*/
    font-size: 11px;
    color: #8927f9 !important;
    background-color: #f1e5fe !important;
    border-color: #8927f9
}
.btn-outline-Complete {
    padding: 1px 7px;
    font-weight: 600;
    /*width: 100px;*/
    font-size: 11px;
    color: #2dc58c !important;
    background-color: #e6f8f1 !important;
    border-color: #2dc58c
}
.btn-outline-ForcedClosed {
    padding: 1px 7px;
    font-weight: 600;
    /*width: 100px;*/
    font-size: 11px;
    color: #478ffc !important;
    background-color: #e9f2ff !important;
    border-color: #478ffc
}

.btn-outline-Cancelled {
    font-size: 11px;
    padding: 1px 7px;
    /*width: 100px;*/
    color: #df3c4e !important;
    background-color: #fbe8ea !important;
    border-color: #df3c4e;
}
.stats-title {
    color: rgb(255 255 255)!important;
}

/*//====SweetAlertMessage===//24-JUN-2024*/
.swal-text {
    text-align: center;
}

.btn-add {
    background-color: #f93707 !important;
    border-color: #f93707 !important;
    color: #fff !important;
    font-size: 10px;
    border-radius: 15px !important;
    
    padding: 0 0rem !important;
}


@media (min-width: 500px) {
    .login.login-v2 {
        width: 450px;
    }
}

/*Dashboard Widget Stats Start*/

.widget {
    line-height: 1.5 !important;
}

.stats-title {
    color: white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/*Dashboard Widget Stats End*/

/*Dashboard Quick Link Start*/

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    float: left;
}

.hi-icon-effect-1 img {
    text-align: center;
    /* margin: 20px auto; */
    /* width: 60%; */
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 5px 5px 15px 15px;
    width: 70px;
    /*height: 70px;*/
    border-radius: 100%;
    /*text-align: center;*/
    position: relative;
    z-index: 1;
    color: #fff;
}

.col-lg-6, .col-xl-6 {
    position: relative;
    width: 9%;
    padding-right: 15px;
    padding-left: 15px
}

.services-details-area h1, .services-details-area h2, .services-details-area h3, .services-details-area h4, .services-details-area h5, .services-details-area h6 {
    font-weight: 600;
}

.spec-item {
    margin-bottom: 1%;
}

    .spec-item .icon-box {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

        .spec-item .icon-box img {
            text-align: center;
            margin: 0 auto;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            margin-top: 14px;
        }

        .spec-item .icon-box:hover img {
            -webkit-animation: swing 1s ease;
            animation: swing 1s ease;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
        }

    .spec-item .spec-title {
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: #0e0d0d;
        text-align: left;
        font-family: inherit;
        margin-top: 5%;
    }

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    float: left;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 5px 25px 15px 15px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

    .hi-icon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .hi-icon:before {
        font-family: 'ecoicon';
        speak: none;
        font-size: 48px;
        line-height: 90px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }

.hi-icon-effect-1 .hi-icon {
    background: none;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    /*border: 1px solid #073d7e;*/
}

.hi-icon-effect-1 img {
    text-align: center;
    /*margin: 20px auto;*/
    /*width: 60%;*/
}

.hi-icon-effect-1 .hi-icon:after {
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 0 4px #013f8a;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.hi-icon-effect-1a .hi-icon:hover {
    background: #e8e8e8;
    color: #013f8a;
}

    .hi-icon-effect-1a .hi-icon:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }


/*Dashboard Quick Link End*/

ul li {
    margin-bottom: 0px !important; /* Adds space below each list item */
}

.file-upload {
    display: flex;
    align-items: center;
    gap: 6px;
}

.file-input {
    display: none;
}

.upload-icon {
    width: 50px;
    height: 32px;
    background-color: #013f8a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .upload-icon i {
        color: white;
        font-size: 16px;
    }

.file-label {
    color: #555;
    font-size: 13px;
    min-width: 100px;
}

.delete-icon {
    color: #999;
    font-size: 14px;
    cursor: not-allowed;
    transition: 0.2s ease;
}

    .delete-icon.active {
        color: red;
        cursor: pointer;
    }