
:root {
    --bg-color-success:#0c8842; /* Default background color */
    --bg-color-pending: #cd8400; /* Default text color */
  }
body,
html {
    font-family: "Roboto", sans-serif;
    background-color: #f1f5ff;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  /* Toggle switch styles */
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.error{
    color: red;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 50px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:checked + .slider:before {
  transform: translateX(14px);
}
.btn-color:hover {
    background: #e5e9f2;
    color: #000000;
}
/* AMD */

.btn-submit:hover {
    background-color: #472b50 !important;
    color: #ffff !important;
    border-radius: 10px;
}
.close-btn-d {
    background: none;
    border: none;
}
.fa-close-btn {
    font-size: 20px;
    color: #ffff;
}
.fa-check-btn {
    width: 20px;
    height: 20px;
    background-color: green;
    color: #ffff;
}
.bg-check {
    width: 25px;
    height: 25px;
    background-color: green;
    border-radius: 50%;
    color: #ffff;
    padding: 6px;
}
.navbar-header .navbar-right .dropdown:last-child {
    margin-left: 11px !important;
}
.navbar-header .navbar-right .dropdown {
    margin-left: 0px !important;
}
.row-color {
    background-color: #e4e1ff !important;
}
.modal-content {
    border-radius: 15px !important;
}
.mdl_header {
    border-radius: 12px 9px 0px 0px !important;
}
/* E in C */
.border-top-nt {
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
}
.border-top-pg {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
/* Dashboard */

.modal-notice {
    border-radius: 10px !important;
}
.first-text-card {
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    color: #1804ea;
}
.second-text-card {
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
}
.sub-text-card {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}
.link-card {
    text-decoration: none;
    color: #1804ea;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    margin-top: 40px;
}
.mt-click {
    margin-top: 40px;
}
.card1 {
    border-left: 15px solid #1600ff !important;
    border-radius: 15px !important;
    margin-bottom: 20px;
}
.card2 {
    border-left: 15px solid #f4c701 !important;
    border-radius: 15px !important;
}

/* 02-08-2024 */
.mp_map {
    width: 90%;
    margin: 25px auto 25px;
    display: block;
}
.chart-container {
    height: 200px;
    border-radius: 5px;
}
.pie-table tbody tr:last-child {
    border-radius: 5px !important;
}
.table {
    border-color: rgb(205 205 205 / 22%) !important;
    vertical-align: baseline;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    padding: 10px;
    border-bottom:1px solid rgb(205 205 205 / 22%) !important;
}
.pie-table tr:last-child {
    border-bottom: 0px solid #ffffff;
}

/* Bank Guarantee */
.p-modal {
    padding: 10px !important;
}
.modal-label {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
.align-input {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.align-footer {
    justify-content: space-between !important;
}

.card3 {
    border-left: 15px solid #ff0000 !important;
    border-radius: 15px !important;
    margin-top: 20px;
}
.br-bottom-sm {
    border-bottom: 3px solid #7367f0;
    margin-bottom: 30px;
}
.br-bottom {
    border-bottom: 3px solid #7367f0;
    margin-bottom: 30px;
}
.mt-btn {
    margin-top: 10px;
}
.btn-back {
    color: #ffff;
    margin-bottom: 10px;
    background-color: #000;
    border-radius: 10px;
    margin-top: 10px;
}
.btn-back:hover,
.btn-back:active {
    background: #000 !important;
    color: #ffffff !important;
}
.btn-search {
    background-color: #7367f0;
    color: #ffff;
    border-radius: 10px;
    height: 40px;
}
.btn-search:hover,
.btn-search:active {
    background-color: #7367f0 !important;
    color: #ffff !important;
    border-radius: 10px !important;
}
.btn-back-search {
    background-color: #000;
    color: #ffff;
    border-radius: 10px;
}
.btn-back-search:hover,
.btn-back-search:active {
    background-color: #000 !important;
    color: #ffff !important;
    border-radius: 10px !important;
}
.btn-header {
    background-color: #7367f0;
    color: #ffff;
    border: 1px solid #7367f0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: -20px;
}
.input-width {
    width: 85%;
    border-color: #8b8787;
}
.btn-minous {
    width: 24px;
    height: 24px;
    padding: 1px 0px;
    border-radius: 50% !important;
    margin-top: 7px;
    position: relative;
    left: -16px;
}
.btn:active,
.btn:focus,
.btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
    outline: none !important;
    border-color: #ffff !important;
}
.btn:hover {
    outline: none !important;
    border-color: #ffff !important;
}
.btn-check:checked + .btn,
.ui-datepicker-buttonpane .btn-check:checked + button,
.sp-container .btn-check:checked + button,
:not(.btn-check) + .btn:active,
.ui-datepicker-buttonpane :not(.btn-check) + button:active,
.sp-container :not(.btn-check) + button:active,
.btn:first-child:active,
.ui-datepicker-buttonpane button:first-child:active,
.sp-container button:first-child:active,
.btn.active,
.ui-datepicker-buttonpane button.active,
.sp-container button.active,
.btn.show,
.ui-datepicker-buttonpane button.show,
.sp-container button.show {
    outline: none !important;
    border-color: #ffff !important;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-color: #5d3868 !important;
    color: #ffffff !important;
  }
.tbl-align {
    border: 1px solid #dbd8d8 !important;
    background-color: #ffff;
}
/* Rounded border for the first row in the thead */
thead tr:first-child {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
/* Rounded border for the last row in the tbody */
tbody tr:last-child {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.modal-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.mt-text {
    margin-top: 19px;
}
.modal-link {
    color: #7367f0;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}
.letter-logo {
    width: 102px;
    height: 102px;
    position: absolute;
    top: 8px;
    left: 50px;
}
.align-letter-heading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.title-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    margin-left: 10px;
    color: #171717;
}
.sub-heading-1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #171717;
    margin-left: 10px;
}
.sub-heading-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #171717;
    margin-left: 10px;
}
.sub-heading-3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    color: #023f9b;
    margin-left: 10px;
}
.tbl-design {
    width: 90% !important;
    margin: auto !important;
    border: none !important;
}
.letter-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}
.letter-subheading {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.letter-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.letter-tbl {
    width: 81%;
    border-color: #8c8c93 !important;
}
.letter-form {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
.lettet-text-b {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.modal-bg-color {
    background-color: #f5f5f5 !important;
}
table.dataTable thead th {
    font-size: 14px !important;
}

@media print {
    .display-btn {
        display: none;
    }
    .tbl-design {
        width: 100% !important;
    }

    .letter-tbl {
        width: 100%;
    }
}

/* FC officer */
.pdf-text-1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 10px 0px;
}
.pdf-text-2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0px;
}
.content {
    padding: 15px !important;
}

/* PO Dashboard */
#work_type-chart {
    width: 100% !important;
}
#work_request {
    width: 80% !important;
    height: 100% !important;
    margin: auto;
}
#work_status {
    width: 90% !important;
    height: 100% !important;
    margin: auto;
}
#work_by_division {
    width: 90% !important;
    height: 100% !important;
    margin: auto;
}
#count_by_work {
    width: 100% !important;
}

/* Guage chart */
.wrapper {
    overflow: hidden;
}

.circle {
    width: 179px;
    height: 90px;
    background-color: white;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border: 29px solid #8e0489;
    /* border-bottom: 0; */
    border-bottom: 1px solid #ffff;
    transition: all 1s ease;
    transform-origin: bottom;
    position: absolute;
    z-index: 1;
    transform: rotate(-180deg);
    bottom: 0;
    /* left: -30px; */
    left: -28px;
}

.circle-out {
    width: 180px;
    height: 90px;
    background-color: white;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border: 29px solid #ededed;
    border-bottom: 0;
    position: relative;
    /* margin-top: 21px;
        margin-left: 6px; */
    margin: auto;
}

.text {
    font-size: 18px;
    position: absolute;
    left: 49%;
    top: 87%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

/* dashboard PO page */
.chart_PO {
   height: 140px;
}
.chart-po-height {
    height: 111px !important;
}
table tr td{
    vertical-align: middle !important;
}

.align_center {
    vertical-align: middle !important;
}

.navbar-ht {
    height: 37px !important;
    margin-top: -8px;
}
.navbar-img {
    width: 20px;
    height: 20px;
    margin: 0px 5px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 48px !important;
}
.notification-sm {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.letter-close {
    color: #000;
    position: absolute;
    top: 16px;
    right: 16px;
}
@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking-text {
    font-size: 10px;
    color: #ffff;
    background-color: red;
    border-radius: 3px;
    padding: 3px;
    animation: blink 1s infinite;
}
.tbl-bgdetails {
    border-color: #968f8f !important;
}
.align-chart-label {
    width: 100%;
    padding: 10px;
    background-color: #f0f3ed;
    margin: auto;
    border-radius: 12px;
    text-align: center;
}
.FC_Source {
    width: 100%;
    padding: 10px !important;
    background-color: #f0f3ed !important;
    margin: auto !important;
    border-radius: 12px !important;
    text-align: center !important;
}
.labellist-fund {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 20px;
    justify-content: space-between;
}
.labellist-fund li {
    list-style: none;
    width: 31%;
    text-align: start;
}
.labellist-status {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 15px 20px 15px 20px;
    align-items: center;
    flex-wrap: wrap;
}
.labellist-status li {
    list-style: none;
    width: 31%;
    text-align: start;
}
.labellist-fundFC {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 20px;
    justify-content: space-between;
}
.labellist-fundFC li {
    list-style: none;
    width: 31%;
    text-align: start;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf;
}

.pd-leter {
    padding-right: 28px;
}
.tbody-middle {
    vertical-align: middle !important;
}
.csv-close {
    color: #c80202;
    position: absolute;
    top: 16px;
    right: 16px;
}
/* Style the "Choose File" button */
.custom-file-input::file-selector-button {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.custom-file-input:hover::file-selector-button,
.custom-file-input:focus::file-selector-button,
.custom-file-input:active::file-selector-button {
    background-color: #007bff !important;
    color: white !important;
    border: none;
    outline: none;
}
.custom-col {
    white-space: nowrap;
}
.table > thead {
    vertical-align: middle !important;
}
.fund-table thead tr th:last-child {
    border-bottom: 0px solid #ffffff !important;
}
.scroll-chart {
    overflow-y: scroll !important;
}

/* for donut for PIU wise count chart */
.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: -15px auto 0px !important;
}

/* for search and download button alignment */
.dataTables_wrapper .dataTables_filter input {
    height: 35px !important;
}
#downloadReportPack {
    height: 35px !important;
}
.datables-center {
    justify-content: center !important;
}
/* .dataTables_wrapper .dataTables_filter{
    width:350px !important;
} */

/* zoom in zoom out in map */
.map-container {
    position: relative;
    display: inline-block;
}

.zoom-controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none; /* Hidden by default */
}

.zoom-controls button {
    display: block;
    margin: 5px 0;
    padding: 10px;
    font-size: 20px;
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.7;
}

.zoom-controls button:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .zoom-controls {
        display: block; /* Show buttons on small screens */
    }
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-image: none;
    background-color: #885896 !important;
    position: relative;
}
/* add by priyansha */

.profile-pic {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
}

.profile-pic {
    /* background-color: rgba(0,0,0,.5); */
    z-index: 10000;
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
    position: relative;
}

.profile-pic span {
    display: inline-block;
    /* padding-top: 4.5em; */
    /* padding-bottom: 4.5em; */
    background: #000000;
    right: 7px;
    position: absolute;
    padding: 4px 0px 0px;
    width: 27px;
    height: 28px;
    border-radius: 8px;
    bottom: 11px;
}

.profile-pic span svg {
    width: 15px;
    height: 15px;
    fill: #ffffff;
}

.profile-image input[type="file"] {
    display: none;
    cursor: pointer;
}

.wizad-title {
    margin-bottom: 25px !important;
}

.title-wizad {
    font-size: 16px;
    margin: 11px 0px 5px;
    color: #000000;
    /* border-bottom: 1px dashed #b7b7b7; */
    padding: 0px 0px 10px;
}

.btn-wizad-plus {
    background: #0c8842;
    padding: 3px 7px;
    border-radius: 5px;
    color: #ffffff;

    cursor: pointer;
    width: 26px;
    height: 26px;
    text-align: center;
}


.append-btn {
    background: #885896;
    color: white;
    padding: 9px 16px;
    border-radius: 5px;
}

.append-btn:hover {
    background: #885896;
    color: white;
}

.pdf-text {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 6px 16px;
    border-radius: 4px;
    width: 80%;
    display: inline-block;
    text-align: left;
}

.select2-container--default .select2-selection--multiple:after {
    content: "▼";
    /* Custom arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #666;
}

.ribbon.ribbon-top .ribbon-label {
    top: 0;
    transform: translateX(-15px) translateY(-4px);
    border-bottom-right-radius: 0.475rem;
    border-bottom-left-radius: 0.475rem;
}

.ribbon-vertical .ribbon-label {
    padding: 5px 10px;
    min-width: 36px;
    min-height: 46px;
    text-align: center;
}

.ribbon .ribbon-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    background-color: var(--bs-ribbon-label-bg);
    box-shadow: var(--bs-ribbon-label-box-shadow);
    color: var(--bs-primary-inverse);
    top: 50%;
    right: 0;
    transform: translateX(5px) translateY(-50%);
}

.ribbon-label {
    padding: 3px 7px !important;
    min-width: 36px;
    min-height: 32px !important;
    text-align: center;
}

.ribbon {
    position: relative;
}

.ui-id {
    background-color: var(--bg-color-success) !important;
    color: var(--text-white);
    color: white;
    padding: 6px 14px 4px;
    border-radius: 15px;
    margin-top: 15px;
}

.pdf-img {
    color: black;
    font-weight: 500;
    height: 10px;
    /* display: inline-block; */
    background: #885896;
    padding: 10px 8px 9px 8px;
    margin: 0px 0px 0px 6px;
    border-radius: 4px;
    color: white;
}

.pdf-img img {
    width: 25px;
    margin-right: 10px;
}
.Submit-btn-border{
    padding-top: 16px;
    border-top: 1px dashed #efefef;
}
.success-text{
    font-size: 15px;
    padding: 3px 10px;
    border-radius: 6px;
}
.number-click{
    font-weight: 600;
    color: #001737;
    text-decoration: underline;
}
.department-subdepartment ul li {
    list-style: none;
    padding: 0px 0px;
    border-bottom: 1px solid #e9e9e9cc;
    padding: 5px 5px;
    min-height: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.department-subdepartment ul{
    padding: 0px;
    margin:0px;
}
.department-subdepartment ul li:last-child {
    border-bottom: 1px solid transparent;
    padding: 5px 5px 0px;
}
.bg-pending-status {
    background-color: var(--bg-color-pending);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 6px;
}
.bg-success-status {
    background-color: var(--bg-color-success);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 6px;
}
.bg-success-status:hover , .bg-pending-status:hover{
 color:white;
}
.form-check-input:checked {
    background-color: #0c8842 !important;
    border-color: #0c8842 !important;
}
.form-select-sm{
border: 1px solid #c0ccda !important;
color:#666 !important;
}
.fs-15px{
    font-size: 15px;

}
.calendar-content-body .fc-toolbar .fc-icon-left-single-arrow::after {
    content: "←" !important;  /* Unicode left arrow */

}
.calendar-content-body .fc-toolbar .fc-icon-right-single-arrow::after {
    content: "→";  /* Unicode right arrow */
}
.user_online_offine{
    width:10px;
    height:10px;
    display: inline-block;
    border-radius: 50%;
    margin-right:10px;
}
.online{
    background:green;
}
.offline{
    background: orangered;
}
.total-table{
    background: #ffffff !important;
}
.text-bg-warning{
color:white !important;
}
.text-bg-info {
    color: #ffffff !important;
    background-color: rgb(46 163 181) !important;
}




/* apc_propose --> summary */
#courseTeamDetailsBtn {
    border-color: #ffc107 !important;
}
#courseTeamDetailsBtn:hover {
    border-color: #885896 !important;
}
#courseTeamDetailsBtn:active {
    border-color: transparent !important;
}

#courseTeamOffcanvas .offcanvas-header {
    background: #885896;
    color: #ffffff;
}


/* Course team details offcanvas styles */
#courseTeamOffcanvas .role-label {
  background-color: #885896;
  border-radius: 4px;
}

#courseTeamOffcanvas .team-link {
  color: #5a2e6d;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
  text-decoration: underline;
}

#courseTeamOffcanvas .team-link:hover {
  color: #885896;
  text-decoration: underline;
}

#courseTeamOffcanvas .team-link::after {
  content: " →";
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-5px);
  display: inline-block;
}

#courseTeamOffcanvas .team-link:hover::after {
  opacity: 1;
  transform: translateX(2px);
}


/* Course team details modal styles */
#teamModal .modal-header {
  background-color: #885896;
  color: white;
  border-bottom: none;
}

#teamModal .modal-content {
  border-radius: 10px;
}

#teamModal li::marker {
  color: #5a2e6d !important;
}
#teamModal li::marker:hover {
  color: #885896 !important;
}


.bg-light-subtle {
  background-color: #f9f6fb;
}

.team-course-item {
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.team-course-item:hover {
  background-color: #f1e3f5;
  color: #5a2e6d;
}

.vehicle-type,
.payment-offcanvas {
    width:700px ! important;
}

.remove-destination-row{
    padding:8px 8px !important;
}
.remove-edit-destination-row {
     padding:8px 8px !important;
}
.bg-light-blue
{
 background: #f0f5ff;
}
.department-subdepartment ul li{
    list-style: none;
    padding: 0px 0px;
    border-bottom: 1px solid #e9e9e9cc;
    padding: 5px 5px;
    min-height: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.data-table-para {
  white-space: normal !important;
}
.remove-name{
padding: 9px 10px;
  border-radius: 5px;
}
.buget_file_upload {
    position: absolute;
    right: 0px;
    top: 0px;
}
.buget_file_upload {
    position: absolute;
    right: 18px;
    top: -17px;
}
.delete_optional_file{
        position: absolute;
    right: -11px;
    top: 0px;
    color: white;
    font-size: 11px;
}

/* .wrap-text {
    white-space: normal !important;
}
 */

table th {
    white-space: nowrap !important;
}

/* All cells with wrap-text class - allow wrapping */
.wrap-text {
    white-space: normal !important;
}
 .scroll-89 {
    /* height: 89vh; */
    overflow: auto;
}