/*---------------------------------------------------------------
        Template Name: Nova Admin Dashboard | Multipurpose Admin Template.
        Description: Welcome to Nova Admin Dashboard, here you find all modules related with your daily business activities.
        Author: Lucid Themeslab
        Author URL: https://www.templatemonster.com/store/lucid_themeslab/
        Version: 1.0.0
----------------------------------------------------------------*/
@import url('mainstyle.css');

*{
  font-family: var(--primary-font);
  box-sizing: border-box;
  letter-spacing: 1px;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

a{
  color: inherit;
  text-decoration: unset !important;
}
a:hover{
  color: inherit;
  text-decoration: unset !important;
}
::placeholder{
  color: var(--input-text) !important;
}
input, textarea, select{
  box-shadow: unset !important;
}
 .fs-7{
  font-size: 14px;
 }
 .fs-8{
  font-size: 12px;
 }
 .fs-9{
  font-size: 10px;
 }
 .fs-10{
  font-size: 8px;
 }
 .page-tittle{
  font-size: calc(1rem + 0.9vw) !important;
 }
#wrapper {
  overflow-x: hidden;
  position: relative;
}
.nav_side_menu{
  position: relative !important;
  top: 7px !important;
  transform: unset !important; 
}
#loginwrapper{
  min-height: calc(100vh - 100px );
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width:991px){
  .sidebar-backdrop{
    background-color: #00000025;
    width: 100%; 
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 999;
    transition: 0.4s ease;
  }
  .sidebar-backdrop.active{ 
    left: 0; 
  }
}
.sb-sidenav-toggled .sidebar-main{
  position: relative;
}
.sidebar{
  position: absolute;
  z-index: 1000;
  transition: 0.5s ease;
  left: 0;
}
.sidebar-btn{
  color: var(--head-text);
}
.sidebar.close{
  left: -20rem;
}
[data-nova-theme="dark"] .logo-dark{
  display: none;
}
[data-nova-theme="light"] .logo-light{
  display: none;
} 
@media(min-width: 992px){ 
  .sidebar{
    position: unset;
    z-index: unset;
  }
  #sidebar-wrapper {
    margin-left: 0;
    transition: margin 0.20s ease-out;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -20rem;
  }
}

.sidebar .accordion,
.sidebar .accordion-item,
.sidebar .accordion-button,
.sidebar .accordion-button:not(.collapsed) {
  border: unset;
  box-shadow: unset;
  background-color: unset;
  text-decoration: unset;
  color: var(--nav-text);
}
[data-nova-theme="dark"] .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
[data-nova-theme="dark"] .accordion-button.collapsed:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button.btn-profile:after{
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button:not(.collapsed).no-arrow:after, .accordion-button.collapsed.collapsed.no-arrow:after{
  background-image: unset !important;
}
.accordion-button.active{
  background-color: var( --blue-bg) !important;
  color: var(--white-text) !important;
  text-decoration: unset;
}
.accordion-body{
  padding: 0px !important;
}
.error{
  color: var(--red-text);
  font-size: 14px;
}
.nav-item.active{
  background-color: var(--prime-btn);
  /* border-radius: 15px; */
  border-radius: 50px;
  color: var(--prime-btn-text);
}
.nav-link, .accordion-button{
  text-transform: capitalize;
}
/* .nav-item.active .nav-link{
  color:var(--darkcolor) !important;
} */
#page-content-wrapper{
  min-height: 100vh;
  width: 100%;
}
#sidebar-wrapper , #sidebar-wrapper .sidebar-box{
  min-width:270px;
  background-color: var(--body-bg);
}
.header{
  width: -webkit-fill-available;
  width:-moz-available;
  z-index: 950;
}

.sidebar .slimScrollDiv, .sidebar-box-data{
  height: calc(90vh - 50px) !important;
  max-height: 100vh !important;
}

.no-scroll {
  overflow: hidden;
}



/* fullscreen */

.maximize{
  position: relative;
}
.maximize a{
  z-index: 900 !important;
}
.maximize a:after{
  content:'\F3DF';
  font-family: 'bootstrap-icons';
  color:#4A55A2 !important;
  position: absolute;
  top: 4px;
  left: 10px;
  font-weight: 900;
  font-size: 1.25rem;
}
#fullscreen {
  max-width: 40px !important;
  max-height: 40px !important;
  border-radius: 5px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0) !important;
  overflow: hidden;
  display: inherit !important;
}
.bi-fullscreen{
  color:var(--darkcolor) !important;
}
#search-form { display: none; }
.total-count-cards img{
  height: 75px;
  object-fit: contain;
}
.outer-main{
  margin-top: 100px;
}

@media(max-width:576px){
  .outer-main{
    margin-top: 100px;
  }
  .btn-cust-sm{
    padding: 7px 10px !important;
    font-size: 14px;
  }
}

/* notification */

.notification-lite .circle1, .notification-lite .circle2, .notification-lite .circle3{
  animation: growAndFade 3s infinite ease-out;
  background-color: var(--red-bg);
  border-radius: 50%;
  height: 20px;
  opacity: 0;
  position: absolute;
  width: 20px;
}

.notification-lite .circle1 {
  animation-delay: 0.5s;    
}
.notification-lite .circle2 {
  animation-delay: 2s; 
}
.notification-lite .circle3 {
  animation-delay: 3s;
}


/* message  */

.msg-lite .circle1, .msg-lite .circle2, .msg-lite .circle3{
  animation: growAndFade 3s infinite ease-out;
  background-color: var(--blue-bg);
  border-radius: 50%;
  height: 20px;
  opacity: 0;
  position: absolute;
  width: 20px;
}

.msg-lite .circle1 {
  animation-delay: 0.5s;    
}
.msg-lite .circle2 {
  animation-delay: 2s; 
}
.msg-lite .circle3 {
  animation-delay: 3s;
}
.notification-lite, .msg-lite{
  position: absolute;
  top: -4px;
  right: 23px;
}
.dropdown-notification{
  width: 400px; 
}
@keyframes growAndFade {
  0% {
    opacity: .50;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
} 
.accordion-button.active{
  background-color: var(--prime-btn) !important;
  border-radius: 100px !important;
}
.dash-progress .progress{
  min-height: 30px;
  border-radius: 50px;
  background-color: var(--body-bg); 
  border: 1px solid lightgray;
}
.dash-progress .progress-bar{
  border-radius: 50px;
}
.circle{  
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--head-text);
  font-weight: 500; 
  position: relative;
  z-index: 2;
}
.sm-circle{
  min-width: 70px;
  min-height: 70px;
  background-color: var(--prime-shade);
  outline: 1px solid var(--prime-border); 
  outline-offset: 5px;
}
.md-circle{
  min-width: 90px;
  min-height: 90px;
  background-color: var(--second-shade); 
  outline: 1px solid var(--second-border); 
  outline-offset: 5px;
}
.lg-circle{
  min-width: 120px;
  min-height: 120px;
  background-color: var(--tertiary-shade); 
  outline: 1px solid var(--tertiary-border);
  outline-offset: 5px; 
}
.xl-circle{
  min-width: 150px;
  min-height: 150px;
  background-color: var(--green-shade); 
  outline: 1px solid var(--green-border);
  outline-offset: 5px; 
}
.dash-circle-main{
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.dash-circle-border{
  border: 0.5px dashed rgba(50, 50, 50, 0.353);
  position: absolute;
  bottom: 50px;
  z-index: 0; 
  width: 127px;
  transform: rotate(90deg);
}

/* events */
#external-events {
  padding: 10px; 
  margin-bottom: 10px;
}
#external-events-list{
  display: flex;
  gap: 5px;
}
.fc-event {
  margin: 5px 0;
  padding: 5px;
  background: var(--prime-btn);
  color: white;
  cursor: grab;
  border-radius: 5px;
  border: 0;
  font-weight: 600;
}
.fc-toolbar-title{
  color: var(--head-text);
}
[data-nova-theme="dark"] .fc .fc-cell-shaded, [data-nova-theme="dark"] .fc .fc-day-disabled {
  background: rgb(92, 92, 92) !important;
}
[data-nova-theme="dark"] .fc .fc-day{
  background: rgb(132, 132, 132);
  color: var(--head-text);
}
.fc .fc-button-primary {
  background-color: var(--prime-btn);
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--prime-shade);
} 
.fc-multimonth-title, .fc-col-header-cell-cushion{
  color: var(--head-text);
} 
.fc-multimonth{
  border:none !important;
} 
/* tickelist */
 .ticketlist td{
  min-width: 150px;
 }
 td.child ul{
  width: 100%;
 }
 .page-link.active, .active > .page-link {
  background-color: var(--prime-btn);
  border: 1px solid var(--prime-btn);
 }

 /*  */
 .timeline-accordion-button{  
  min-width: 150px;
  text-align: center; 
  padding: 0; 
  background-color: var(--prime-btn) !important;
  color: var(--white-text) !important;
 }
 .timeline {
  border-left: 3px solid var(--dark-border) !important;
  padding-left: 20px;
}
.timeline-item {
  margin-bottom: 20px;
}
.timeline-time {
  font-size: 0.85rem;
  color: var(--para-text);
  font-weight: 600;
}
.timeline-dot{
  width: 15px;
  height: 15px;
  background-color: var(--dark-bg);
  border-radius: 50%;
  position: absolute;
  left: -28px;
  top: 12px;
}
/*  */
.progress-container {
  width: 75px;
  height: 75px;
  position: relative;
  border-radius: 50%;
  background: conic-gradient(#e0e0e0 0%, #e0e0e0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-container::before {
  content: "";
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}
.progress-text {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: var(--dark-text);
} 
/* badges */
.dark-badge{
  background-color: var(--dark-shade);
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--white-text) !important;
  font-size: 14px;
}
.prime-badge{
  background-color: var(--prime-shade);
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; 
  font-weight: 600;
  color: var(--prime-text) !important;
  font-size: 14px;
}
.green-badge{
  background-color: var(--green-shade);
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--green-text) !important;
  font-size: 14px;
}
.orange-badge{
  background-color: var(--orange-shade);
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--orange-text) !important;
  font-size: 14px;
}
.card-outer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* team outer */
.team-outer-box{
  display: flex;
  align-items: center; 
  gap: 10px;
}
/* .team-outer-box .img-box{
  width: 50px;
  height: 50px;
} */
.img-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
/* #chartprogress{
  transform: rotate(0deg);
  width: 100%;
} */



/* progresstat */

#chart-container {
  position: relative;
  width: 100%; 
}
#chartprogress {
  width: 100%;
  height: 100%; 
}
#arrow {
  position: absolute;
  bottom: -60%;
  left: 50%;
  width: 10px;
  height: 70%;
  background: var(--dark-bg);
  transform-origin: 50% 100%;
  transform: translate(-50%, -100%) rotate(-90deg); /* Start at -90 degrees */
  border-radius: 5px;
  transition: transform 1s ease-out;
}

/* clock */
.clockIcon {
  width: 120px;
  height: 120px;
  background-color: var(--dark-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.clockIcon i { 
  color: var(--white-text);
}
.time-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

[data-nova-theme= "light"] table.dataTable thead>tr>th.sorting:before, [data-nova-theme= "light"] table.dataTable thead>tr>th.sorting_asc:before, [data-nova-theme= "light"] table.dataTable thead>tr>th.sorting_desc:before, [data-nova-theme= "light"] table.dataTable thead>tr>th.sorting_asc_disabled:before, [data-nova-theme= "light"] table.dataTable thead>tr>th.sorting_desc_disabled:before, [data-nova-theme= "light"] table.dataTable thead>tr>td.sorting:before, [data-nova-theme= "light"] table.dataTable thead>tr>td.sorting_asc:before, [data-nova-theme= "light"] table.dataTable thead>tr>td.sorting_desc:before, [data-nova-theme= "light"] table.dataTable thead>tr>td.sorting_asc_disabled:before, [data-nova-theme= "light"] table.dataTable thead>tr>td.sorting_desc_disabled:before { 
  color: var(--blue-text);
}
[data-nova-theme= "light"] table.dataTable thead>tr>th.sorting:after, [data-nova-theme= "light"] table.dataTable thead>tr>th.sorting_asc:after, [data-nova-theme= "light"] table.dataTable thead>tr>th.sorting_desc:after, [data-nova-theme= "light"] table.dataTable thead>tr>th.sorting_asc_disabled:after, [data-nova-theme= "light"] table.dataTable thead>tr>th.sorting_desc_disabled:after, [data-nova-theme= "light"] table.dataTable thead>tr>td.sorting:after, [data-nova-theme= "light"] table.dataTable thead>tr>td.sorting_asc:after, [data-nova-theme= "light"] table.dataTable thead>tr>td.sorting_desc:after, [data-nova-theme= "light"] table.dataTable thead>tr>td.sorting_asc_disabled:after, [data-nova-theme= "light"] table.dataTable thead>tr>td.sorting_desc_disabled:after {
  color: var(--blue-text);
}
.table thead tr th, .table tbody tr td {
  background-color: transparent !important;
  color: var(--head-text) !important;
}
.table{
  border-color:#848484 !important; 
}

#preloader{
  background: #f9f9f9 url(../../includes/images/loader.gif)no-repeat center center;
  background-size: 200px !important;
  background-size: contain;
  height: 100vh;
  width: 100%;
  min-width: none;
  position: fixed;
  z-index:1000;
} 


/* DARKMODE CSS */

[data-nova-theme="dark"] .apexcharts-legend-text, [data-nova-theme="dark"] .apexcharts-text tspan, [data-nova-theme="dark"] .dataTables_length, [data-nova-theme="dark"] .dataTables_info, [data-nova-theme="dark"] .dataTables_filter label{
  color: var(--head-text) !important;
}


[data-nova-theme="dark"] .apexcharts-text,
[data-nova-theme="dark"] .apexcharts-datalabel,
[data-nova-theme="dark"] .apexcharts-title-text,
[data-nova-theme="dark"] .apexcharts-legend-text,
[data-nova-theme="dark"] .apexcharts-tooltip-text,
[data-nova-theme="dark"] .apexcharts-xaxis-label,
[data-nova-theme="dark"] .apexcharts-yaxis-label {
  fill: #ffffff !important;
  color: #ffffff !important;
}

[data-nova-theme="dark"] .border, [data-nova-theme="dark"] .border-bottom{
  border-color: #848484 !important;
} 


/* ====================
toggle
=====================*/
.cont{
  display: flex;
  align-items: center;
}
.toggle {
  position: relative;
  display: inline-block;
}

.toggle__input {
  display: none;
}

.toggle__label {
  display: block;
  width: 30px;
  height: 20px;
  background-color: var(--prime-shade);
  border-radius: 99px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dark-mode .toggle__label {
  background-color: var(--prime-shade);
}

.toggle__input:checked + .toggle__label::after {
  left: 13px;
}

.toggle__label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: var(--blue-bg);
  border-radius: 50%;
  transition: left 0.3s ease;
}

.select2-container--default .select2-selection--multiple {
  background-color: var(--input-bg) !important;
  color: var(--input-text) !important;
}

.select2-dropdown {
  background-color: var(--input-bg); 
  color: var(--input-text) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
}
.select2-selection__choice__remove{
  color: white;
}