.table-sm>:not(caption)>*>* {
   padding: 1.25rem 1.25rem;
}
.fc-timegrid-event .fc-event-resizer {
   color: #fff;
   text-align: center;
   font-family: monospace;
 }
 .fc-timegrid-event:hover .fc-event-resizer:after {
   content: "=";
   display: inline-block;
   vertical-align: top;
   line-height: 0px;
 }
 .text-muted {
   color: #6c757d !important; /* Grayed out text for old bookings */
}

/* Add your custom CSS here */
.navbar-custom {
  background-color: #6a829c; /* Example color for the first navbar */
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-custom_upper {
   background-color: #6a829c; /* Example color for the first navbar */
   padding-top: 0;
   padding-bottom: 0;
 }
.navbar-custom .nav-link {
  color: white;
  padding:12px 2px;
}
.navbar-custom_upper .nav-link {
   color: white;
   padding:12px 2px;
 }

.nav-item.active .nav-link {

   border: none;
   border-bottom: 2px solid #141514;
   color: #212832;
   cursor: pointer;

 }
 .nav-item.active_upper .nav-link {

   border: none;
   border-bottom: 2px solid #fefefe;
   color: #d2d2d2;
   cursor: pointer;

 }

 .modal-body 
 {
   background-color: #f1f5f9;
 }

 .nav-item
 {
   margin-right:25px;
 }


.box{
    max-width: 300px;
    width: 100%;
    padding: 0 15px;
}
.force-repaint {
   transform: translateZ(0);
 }
.parallax-window {
   min-height: 400px;
   background: transparent;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
    .skeleton {
        width: 100px; /* Set a fixed width for your buttons */
        height: 100px; /* Set a fixed height for your buttons */
    }
    .overlay
    {
        position: absolute;
        bottom: -10px;
        margin-bottom: 0px;
        font-size: small;
    }
}
/* Add a media query to set a fixed width and height when the screen width is larger than a certain value */
@media (min-width: 768px) {
    .skeleton {
        width: 150px; /* Set a fixed width for your buttons */
        height: 150px; /* Set a fixed height for your buttons */
    }
}
body
{
   background-color: #f7f7f8;
}


.marketing:hover .button-container .buttons {
   opacity: 100;

}

.marketing:hover .button-container {
   background-color: rgba(255, 255, 255, 0.5); 
}

.gallery-item:hover .gallery-container .buttons  {
 
   cursor: pointer!important;

}

.form-label {
   margin-bottom: .1rem;
}
.form-label {
   margin-left: 3px!important;
}
.gallery-item:hover .gallery-container {
  /* background-color: rgba(244, 8, 8, 0.5);  Transparent background with 50% opacity on hover */
  cursor: default;
}
.delete
{
   color:red;
   cursor: pointer;
}
.delete-image
{
   color:red;
   cursor: pointer;
}
.gallery-container {
   position:absolute;
   cursor: default;
   top: 0;
   left: 0;
   margin: 0px; /* Adjust the margin as needed */
   background-color: transparent;
   border-radius: 10px; /* Adjust the border-radius for rounded corners */
   padding: 10px; /* Adjust the padding as needed */
   z-index: 1500000001;
}

.button-container {
   position: absolute;
   top: 0;
   right: 0;
   margin: 10px; /* Adjust the margin as needed */
   background-color: transparent;
   border-radius: 10px; /* Adjust the border-radius for rounded corners */
   padding: 10px; /* Adjust the padding as needed */
   z-index: 1500000000;
}

.buttons 
{
   opacity: 0;
}
.service-item
{
   background-color: #ffffff;
}
.buttons button {
   margin-top: 5px; /* Adjust the margin between buttons as needed */
}

.buttons button:hover  {
   /* outline: 1px dashed green; Dashed outline in green on button hover */
}
.modal
{
   z-index: 100000;
}

.marketing
{
position: relative;
transition: box-shadow 0.5s;
}

/* Ensure the toolbar title is visible on mobile */
@media screen and (max-width: 767px) {
   .fc-toolbar-title {
       font-size: 12px; /* Adjust the font size for mobile screens */
       display: block !important; /* Ensure it's displayed */
       text-align: center; /* Center the title for better visibility */
       margin-top: 5px; /* Add some margin if needed */
       font-size: 65%;
   }
   .employeeSelect
   {
      font-size: 65%;
   }

   /* Adjust the calendar header toolbar if needed */
   .fc-header-toolbar {
       font-size: 12px; /* Make the entire toolbar more compact */
   }
}


.form-label {
   margin-left: 10px; 
 }

.overlay
{
    position: absolute;
    bottom: -10px;
    margin-bottom: 0px;
    color:#333;
    opacity: 0.5;
}
.skeleton:hover
{
    background-color: #f1f1f1;
}
.skeleton {
    position: relative;
    padding:15px;
    max-width: 300px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}
.skeleton .square {
    height: 80px;
    border-radius: 5px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
}
.skeleton .line {
    height: 12px;
    margin-bottom:6px;
    border-radius: 2px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}

/* Your existing CSS styles for .skeleton .image */
.skeleton .image {
    padding-top:5px;
    margin-bottom:6px;
    border-radius: 2px;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2))); */
    /* background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%); */
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}


.skeleton-right{
   flex:1;
   padding: 5px;
}
.skeleton-left{
   flex:2;

}
.flex1{
   flex: 1;
}
.flex2{
   /* flex: 2; */
}
.skeleton .line:last-child{
   margin-bottom: 0;
}

@keyframes wave-lines {
   0% {
       background-position: -468px 0;
   }
    100% {
       background-position: 468px 0;
   }
}
@keyframes wave-squares {
   0% {
       background-position: -468px 0;
   }
    100% {
       background-position: 468px 0;
   }
}
.footerlink
{   color: #4a4a4a;
   font-size: 14px;
   text-decoration: none;
   font-family: 'Roboto', sans-serif;

}
.footerdiv
{

}

h1
{
   font-family: Roboto, sans-serif; font-weight: 200; 
   color: #737373;
   font-size: 1.75rem;
}

h2
{
   font-family: Roboto, sans-serif; font-weight: 300; 
   color: #737373;
   font-size: 1.50rem;
}



 h2 {
   margin-bottom: 20px!important; /* Adjust the value as needed */
 }
.selltext
{
 font-size: 1.25rem;
 color: #737373;
 font-weight: 400;
 margin-bottom: 1.5rem;
}
.selltextsmall
{
 font-size: 0.75rem;
 color: #737373;
 font-weight: 400;
 margin-bottom: 1.5rem;
}
h1, h2, h3, h4, h5, h6, p, a, input, textarea, select {
  
}

.form-check-input:checked {
   background-color: var(--bs-primary);
   border-color: var(--bs-primary);
}

 
.checkmark-circle {
   width: 80px;
   height: 80px;
   position: relative;
   background-color: #4CAF50;
   border-radius: 50%;
   display: inline-block;
}

.checkmark {
   display: block;
   width: 28px;
   height: 28px;
   border-radius: 2px;
   border-width: 4px;
   border-style: solid;
   border-color: white;
   transform: rotate(45deg);
   position: absolute;
   top: 20px;
   left: 26px;
}

.checkmark-stem {
   width: 3px;
   height: 15px;
   background-color: white;
   position: absolute;
   left: 12px;
   top: 0px;
}

.checkmark-kick {
   width: 3px;
   height: 8px;
   background-color: white;
   position: absolute;
   left: 8px;
   bottom: 0px;
}
