/* Your Custom CSS Goes here */

/* @harshita_narayan edits  */

/* Variables */
:root {
    /* previous color #c2c4d1*/
  --font-color-primary: white;   
  --font-color-secondary: #c2c4d1;
  --utility-red: #DC3545;
  --utility-orange: #FF9500;
  --utility-green: #4BAD48;
  --utility-blue: #2269F5;
  --bg-color-primary: #181821;
  --bg-color-secondary: #1F1F2B;
  --bg-color-tertiary: #232330;
}


/* h1, h2, h3, h4, h5, h6 {
  color: var(--font-color-primary);
} */

.flex-col {
  flex-direction: column;
}

.fn-weight-500 {
  font-weight: 500 !important;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.text-white {
  color: white;
}

.textAlign-center {
  text-align: center;
}

/* .heading-4 {
  color: var(--font-color-primary);
  font-size: 20.25px;
  font-weight: 400;
} */


/* Page Headings */
.page-heading {
  /* color: var(--font-color-primary); */
  font-size: 25.63px;
  font-weight: 500;
}

.app-content .page-description {
  font-size: 25.63px;
  /* color: var(--font-color-secondary); */
}

/* .app-content .page-description h1 {
  color: var(--font-color-primary);
} */


/* Section Heading */
.section-description {
  border-bottom: none;
}

.section-description h1 {
  color: var(--font-color-primary);
  font-size: 28.83px;
  font-weight: 600;
}

.section-description-inline h1+span {
  color: var(--font-color-primary);
}

/* Section Sub-heading */
.sub-heading {
  font-size: 20.78px;
  font-weight: 400;
  margin: 20px 0 15px;
}

/* Card */
.pricing-basic .plan-title {
  font-size: 1.125rem;
}

.card-hr {
  /* width: 618px;
  margin-left: -30px; */
  /* color: #2D2D3F;
  opacity: 1; */
}

/* .card .card-body .card-title {
  font-size: 18px;
  font-weight: 300;
} */

/* Tab bar */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover .disabled {
  color: coral;
}

/* Form */
/* .form-select, .form-control {
  color: #CDC4D1;
} */

.form-label {
  font-size: 14px;
  font-weight: 400;
}

/* Tables */
table {
  margin: 1rem 0;
}

thead {
  background-color: var(--utility-blue);
  /* border-bottom: 4px solid var(--bg-color-primary); */
}

/* tbody {
  background-color: var(--bg-color-tertiary);
} */

/* tr {
  border-style: none;
  border-bottom: 3px solid var(--bg-color-primary);
} */

.cursor-pointer {
  cursor: pointer;
}

.cur_pointer:hover {
  cursor: pointer;
  /* background-color: #181821; */
}

.btn-primary:hover {
  border: 1px solid white;
  /* background-color: var(--utility-blue); */
}

/* .btn-secondary:hover {
  background-color: rgba(34, 105, 245, .5);
  color: var(--font-color-primary);
  border: 1px solid var(--utility-blue);
} */

.btn-danger-secondary {
  border: 1px solid var(--utility-red);
  color: var(--utility-red);
  background-color: transparent;
}

.btn-danger-secondary:hover {
  background-color: var(--utility-red);
  color: var(--font-color-primary);
}

.btn.bg-danger:hover {
  border: 1px solid white;
  color: white;
}

.btn.b-warning.text-warning:hover {
  background-color: rgba(255, 149, 0, .2);
}

/* Alerts */
.alert-custom.alert-indicator-left::before {
  width: 10px;
}

.alert-custom.alert-indicator-left {
  border-radius: 10px;
}

.alert-custom .alert-content .alert-text {
  font-size: 14px;
}

.alert-custom .alert-content .alert-title {
  font-size: 1.125rem;
  font-weight: 500;
}

/* Filter Tab */
.accordion-item .accordion-body {
  padding: 1.5rem 1.25rem;
}

/* Table */
.table-heading {
  font-weight: 500;
  font-size: 24.83px;
  line-height: 22px;
  /* padding: 30px 0px; */
  padding-top: 30px;
  margin: 0;
}

/* Custom input label */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.6125rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.6125rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  line-height: 1.5;
  /* color: var(--font-color-secondary); */
  /* background-color: #1f1f2b;
  border: 1px solid #2d2d3f; */
  border-radius: 8px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.6125rem;
  padding: 0.65rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 3px 3px 0;
}

/* Vehicle Number Plate Style */
.vrm {
  padding: 5px 7.5px;
  background-color: #FFCF35;
  border-radius: 5px;
  color: black !important;
  font-family: 'system-ui';
  font-weight: 500 !important;
}

.number-plate-gbr {
  background-image: url(/images/uk-plate-logo.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-left: 2rem !important;
}

.danger {
  color: var(--utility-red);
}


/* general */
.flex-row {
  flex-direction: row;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.float-right { 
  float: right;
}

.text-purple {
  color: #6f42c1;
}
/* Padding */
.p-t-lg {
  padding-top: 25px;
}

.no-m-l {
  margin-left: 0;
}

.no-m {
  margin: 0;
}

.width-auto {
  width: auto;
}

.font-xs {
  font-size: 16px;
}

.font-sm {
  font-size: 18px;
}

.space-between {
  justify-content: space-between;
}

.width-30 {
  width: 30% !important;
}

.no-data-container {
  font-style: italic;
  text-align: center;
  /* color: #2D2D3F; */
}

.m-h-sm {
  margin-right: 15px;
  margin-left: 15px;
} 

.width-fit-content {
  width: fit-content;
} 

/* Status Container */
.status-container {
  width: fit-content;
  border-radius: 50px;
  padding: 5px 10px;
  font-weight: 400;
  color: white;
}

/* success */
.status-container-success {
  width: fit-content;
  border: 2px solid var(--utility-green);
  color: var(--utility-green);
  border-radius: 50px;
  padding: 5px 10px !important;
  font-weight: 400;
}

/* warning */
.status-container-warning {
  width: fit-content;
  border: 2px solid var(--utility-orange);
  color: var(--utility-orange);
  border-radius: 50px;
  padding: 5px 10px;
  font-weight: 400;
}

/* event card styles */
.card-small {
  width: 400px;
  border-radius: 10px;
  background-color: #232330;
  cursor: pointer;
  margin-bottom: 20px;
}

.card-s-title {
  font-size: 18px;
  font-weight: 500;
}

.card .card-title {
  font-size: 18px;
  font-weight: 100;
}

/* Toggle switch */
.form-check-input.form-control-md {
  width: 50px;
  height: 25px;
}

/* Dropdown */
/* .form-select option{
  padding: 20px;
} */

/* Form  */
/* .form-select, .form-control {
  border-color: #393946;
} */

.parent-div {
  position: relative;
  padding: 20px;
}
.center-div {
  position: relative;
  top: 50%;
  left: 45%;
  /* transform: translate(-50%, -50%); */
}

.bg-circle {
  background-color: #6939CE;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  position: relative;
}

.bg-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
}

.tx-bold {
  font-weight: bold;
}


/* Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /* background: #2E2E3F;  */
  /* background-color: #d6e2f1; */
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* background: #888;  */
  background-color: #d6e2f1;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* --------------------------------------------------- */

.error-feedback {
    display: block;
    color: var(--utility-red);
  }

@media (min-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1800px;
  }
}

.closePopup {
  position: absolute;
  bottom: 75px;
  left: 0px;
  right: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
  padding: 5px;
  text-shadow: 0px 0px 8px black;
  color: white;
}

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.multi-dark > .multiselect__tags {

  background-color: #232330;
  border: 1px solid #2D2D3F;

}

.multi-dark > .multiselect__content-wrapper {
  color: white;
  background: #232330;
  border: 1px solid #2D2D3F;
}

.multi-dark > .multiselect__tags > .multiselect__input {
  color: white;
  background-color: #232330;
}

.multi-dark > .multiselect__tags > .multiselect__single {
  background-color: #232330;
  color: white;
}
.apexcharts-menu {
  background: #191921!important;
  color: white;
}