@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
  font-family: "Roboto", serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.container-xxl.flex-grow-1.container-p-y {
  background: #f7f7f9;
}
.authentication-wrapper {
  background: url('./../img/login-bg.jpg');
  background-size: cover;
  background-position: center;
}

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 38px;
  height: 20px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
  letter-spacing: 0.15px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}
/* ----------------------scrollbar css------------------------------------------- */
::-webkit-scrollbar {
  width: 6px;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(94, 94, 94, 0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: #9a9a9a;
  border-radius: 4px;
}
/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}
/*
* stats UI
******************************************************************************/
.txt-white{
  color: #fff;
}
.cardUI1{
  padding: 5px;
  border-radius: 10px;
  background: rgb(232,51,159);
  background: -moz-linear-gradient(90deg, #5c68e3 0%, #50a8ff 100%);
  background: -webkit-linear-gradient(90deg, #5c68e3 0%, #50a8ff 100%);
  background: linear-gradient(90deg, #5c68e3 0%, #50a8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c68e3",endColorstr="#50a8ff",GradientType=1);
}
.bg-label-car1Icon{
  background-color: #e7e7ff !important;
  color: #685ad4 !important;
}
.cardUI2{
  padding: 5px;
  border-radius: 10px;
  background: rgb(70,192,184);
  background: -moz-linear-gradient(90deg, #2591c3 0%, #53ced5 100%);
  background: -webkit-linear-gradient(90deg, #2591c3 0%, #53ced5 100%);
  background: linear-gradient(90deg, #2591c3 0%, #53ced5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2591c3",endColorstr="#53ced5",GradientType=1);
}
.bg-label-car2Icon{
  background-color: #e7e7ff !important;
  color: #3aaccb !important;
}
.cardUI3{
  padding: 5px;
  border-radius: 10px;
  background: rgb(241,112,60);
  background: -moz-linear-gradient(90deg, #46c0b8 0%, #91b181 100%);
  background: -webkit-linear-gradient(90deg, #46c0b8 0%, #91b181 100%);
  background: linear-gradient(90deg, #46c0b8 0%, #91b181 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#46c0b8",endColorstr="#91b181",GradientType=1);
}
.bg-label-car3Icon{
  background-color: #e7e7ff !important;
  color: #84b38a !important;
}
.cardUI4{
  padding: 5px;
  border-radius: 10px;
  background: rgb(112,91,225);
  background: -moz-linear-gradient(90deg, #ff8b8b 0%, #fba44e 100%);
  background: -webkit-linear-gradient(90deg, #ff8b8b 0%, #fba44e 100%);
  background: linear-gradient(90deg, #ff8b8b 0%, #fba44e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8b8b",endColorstr="#fba44e",GradientType=1);
}
.bg-label-car4Icon{
  background-color: #e7e7ff !important;
  color: #fd986a !important;
}
.f-12{
  font-size: 12px;
}
.statsCard .avatar{
  margin-right: 5px;
  width: 2.25rem;
  height: 2.25rem;
}
.statsCard .avatar .avatar-initial{
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
}
.card-header {
  padding: 10px !important;
  color: #757575 !important;
}
.card-title {
  color: #757575 !important;
}
.card-body{
  padding: 10px !important;
}
.modal-content .modal-header {
  background: #0ab1cb;
  padding: 0.5rem 1.25rem;
}
.modal-content .modal-header h4{
  color: #fff;
}
.modal-content .modal-header .btn-close{
  filter: invert(1) grayscale(100%) brightness(200%)
}
.btn-primary:hover {
  color: #fff;
  background-color: #0085ad !important;
  border-color: #0085ad I !important;
}
.btn-zoom {
  display: inline-block;
  background: #0094c1;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  font-size: 20px !important;
}
.btn-edit {
  display: inline-block;
  background: #0094c1;
  padding: 1px 5px;
  color: #fff;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  font-size: 16px !important;
}
.btn-edit:hover, .btn-zoom:hover{
  background: #0085ad;
  color: #fff;
}
.btn-delete {
  display: inline-block;
  background: #EA4335;
  padding: 1px 4px;
  color: #fff;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  font-size: 16px !important;
}
.btn-delete:hover {
  background: #ce3426;
  color: #fff;
}
.btn-edit i, .btn-delete i{
  font-size: 16px !important;
}
/* -----------bookings------------------- */
.table thead tr th {
  padding-block: 1rem;
}
table.embeded-table  {
  width: 100%;
  border-collapse: collapse;
}
table.embeded-table  th, table.embeded-table  td {
  border: 1px solid #efefef;
  padding: 10px;
  text-align: left;
}
table.embeded-table  th {
  background: #fff;
}
table.embeded-table  .parent-row {
  background: #EEEEEE;
  cursor: pointer;
  font-weight: bold;
}
.embeded-table .parent-row td {
  border: 1px solid #fff;
}
.embeded-table .child-table {
  display: none;
  background: #F5F5F5;
  font-size: 12px;
}
.embeded-table .arrow {
  text-align: center;
  width: 30px;
}
.txtPrime{
  color: #00aec9;
}
/* loader UI */
#loading-overlay {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* ---------------------gantt chart------------- */
g [aria-label="export menu"] {
  display: none;
}
.scheduler-detailsStats {
  background: #f5f5f5;
  border: 1px solid #efefef;
  padding: 10px 5px;
  border-radius: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.statsValue {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  color:#213c75;
}