#wrapper {
    width: 100%;
}

#page-wrapper {
    background-color: inherit;
}

.navbar-top-links { 
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}


  .checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 20px;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid maroon;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #FF0038;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 25px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #FF0038;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }

  
.tab {
    overflow: hidden;
    background-color: whitesmoke;
    width: 100%;
    border: 0.1px solid silver;    
 }

 /* Style the buttons that are used to open the tab content */
 .tab button {
    background-color: whitesmoke;
    color: #171515;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1em;
    transition: 0.5s;
    height: auto;
    border-right: 0.1px solid silver;
}

/* Change background color of buttons on hover */
    .tab button:hover {
    background-color: #FFFFFF;
    color: #d58512;
    border-bottom:  0.1px solid #F44336;
}


/* Create an active/current tablink class */
    .tab button.active {
    border-bottom:  3px solid #006dcc;
    background-color: #FFFFFF;
    color: #d58512;
}

/* Create an active/current tablink class */
    .tab button.focus {
    border-bottom:  3px solid #6610f2;
    background-color: darkslategray;
}

/* Style the tab content */
 .tabcontent {
    display: none;
    padding: 10px;    
    margin: 0em;
    margin-bottom: 10px;
    border: 1px solid #F44336;
}

label{
    border: none;    
    width:auto; 
    font-weight: normal;
    font-size: 12pt;
}

input[type="number"], input[type="date"]{
    width:auto;
    
}



.img-container {
    width: 200px;
    height: 200px;
}

.card-img-top {
    border: 1px solid silver;
    object-fit: cover; /* Crops the image to fill */
}

.montage{
    background-color: #0088cc;
    width: 300px;
}

.hidden-message {
    display: none; /* Hides the element completely */
    opacity: 0;
    transition: opacity 0.5s ease-out; /* Smooth transition for fading */
    padding: 10px;
    margin-top: 10px;
    border: 1px solid green;
    background-color: #e0ffe0;
    color: green;
}

.visible-message {
    display: block; /* Makes the element visible */
    opacity: 1;
}


input, select option, .custom-select, custom-select, .custom-select option, input[type="edit"], input[type="text"], input[type="date"], input[type="number"] {
    color: #171515;
    border: none;
    outline: none;
    border-bottom: 1px solid blue;
    box-shadow: none;  
    font-weight: bold;   
}

input[type="email"], input[type="url"], input[type="telephone"], input[type="file"], input[type="textarea"], input[type="textbox"]{
    color: #171515;
    border: none;
    outline: none;
    border-bottom: 1px solid blue;
    box-shadow: none;  
    font-weight: bold;
  
}
input[type="textarea"]{
    height: 50px;
}

.search-container {
    margin-top: 1em;
    align-content: center;
    position: relative; /* Allows absolute positioning of the suggestions list inside it */
    display: inline-block;
    width: 15em;    
}

#searchInput {
    padding: 0.5em;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 15em;
}

.suggestions-list {
    display: none; /* Hide by default */
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 10;
}

.suggestions-list li {
    padding: 10px;
    cursor: pointer;
}

.suggestions-list li:hover {
    background-color: #f1f1f1;
}

.sidebar {
    width: 13em; /* A common width for sidebars is 200px-300px */
    height: 100vh;
    position: fixed; /* Fixes sidebar position during scroll */
    background-color: #FFFFFF; /* Dark background color */
    color: white;
    box-sizing: border-box;
}

.sidebar-header {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
}

.menu-list {
    list-style: none; /* Removes default bullet points */
    padding: 0;
    margin: 0;
}

.menu-list li a {
    display: flex; /* Aligns icon and text horizontally */
    align-items: center; /* Vertically centers icon and text */
    padding: 5px;
    text-decoration: none; /* Removes default link underline */
    color: #ccc;
    transition: background-color 0.3s, color 0.3s;
}

.menu-list li a:hover {
    background-color: #575757;
    color: white;
}
