@media (min-width: 1400px) {

    .container {

        justify-content: space-between;
        width: 100% !important;
        max-width: 2600px !important;

    }

}

#navbar {

    ul {

        .nav-item {

            .dropdown-toggle {

                color: white;

            }

            .nav-link {

                color: white;

            }

        }

        li {

            a {

                text-transform: capitalize;
                border-radius: 4px;

            }

        }

    }

}

.hidden {

    display: none !important;

}

.read-only {

    pointer-events: none;
    cursor: not-allowed;

}

.no-border-right {

    border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

}

.no-border-left {

    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;

}

.custom-sitetitle {

    color: white !important;

}

.ms-Stack {

    border-radius: 10px;

}

.alert-danger {

    background-color: red;
    opacity: .85;

}

.list-arrow-down {

    border-radius: 8px !important;
    padding: 2px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 30px;

}

.list-arrow-down:hover {

    background-color: rgba(0, 117, 80, .95);

}

.cursor-pointer {

    cursor: pointer;

}

.custfade {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.custfade.hidden {
  opacity: 0;
}

.custfade2 {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}

.custfade2.hidden {
  opacity: 0;
}

.nolistStyle {

    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 5px;

}

.fadedGreen {

    background-color: white;

}

.fadedGreen:hover {

    background-color: rgba(0, 117, 80, .85);

}


.scale05:hover {
 
  transform: scale(1.05);

}

.exitButton {

    width: 30px;
    height: 30px;
    border-radius: 6px;
    border-width: 0px;
    margin-left: auto;
    align-self: start;
    font-size: 18px;
    background-color: red;
    text-align: center;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform-origin: center center;

}

.exitButton:hover {

    transform: scale(1.05);

}

.hoverButton {

    width: 100% !important;
    height: 30px;
    border-radius: 6px;
    border-width: 0px;
    margin-left: auto;
    align-self: start;
    font-size: 18px;
    text-align: center;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform-origin: center center;
    cursor: pointer;

}

.hoverButton:hover {

    transform: scale(1.05);

}

.hoverButton2 {

    width: 30px;
    height: 30px;
    border-radius: 6px;
    border-width: 0px;
    margin-left: auto;
    align-self: start;
    font-size: 18px;
    text-align: center;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform-origin: center center;
    cursor: pointer;

}

.hoverButton2:hover {

    transform: scale(1.05);

}

.hoverButtonPlain {

    text-align: center;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform-origin: center center;
    cursor: pointer;

}

.hoverButtonPlain:hover {

    transform: scale(1.01);

}

.h-full {

    height: 100%;

}

.h-36 {

    height: 36px;

}

.h-40 {

    height: 40px;

}

.w-full {

    width: 100%;

}

.w-80 {

    width: 80%;

}

.responsive-width-3 {

    max-width: 300px !important; /* Maximum width */
    width: 90% !important; /* Responsive width */
    
}

.gap-8 {

    gap: 8px;

}

.gap-5 {

    gap: 5px !important;

}

.center-x {

    margin-left: auto;
    margin-right: auto;

}

.center-y {

    margin-top: auto;
    margin-bottom: auto;

}

.mt-0 {

    margin-top: 0px !important;

}

.mt-5 {

    margin-top: 5px !important;

}

.mt-15 {

    margin-top: 15px;

}

.mt-50 {

    margin-top: 50px;

}

.mb-5 {

    margin-bottom: 5px !important;

}

.ml-0 {

    margin-left: 0px !important;

}

.ml-15 {

    margin-left: 15px;

}

.ml-100 {

    margin-left: 100px;

}

.mr-5 {

    margin-right: 5px;

}

.padding-2 {

    padding: 2px;

}

.padding-5 {

    padding: 5px;

}

.padding-15 {

    padding: 15px;

}

.border-black {

    border-color: black;

}

.border-silver {

    border-color: silver !important;

}

.border-w-1_2 {

    border-width: .5px !important;
    border: solid;

}

.border-w-1 {

    border-width: 1px;
    border: solid;

}

.border-w-2 {

    border-width: 2px;
    border: solid;

}

.border-8 {

    border-radius: 8px;

}

.b-bottom {

    border-bottom: solid black .5px;

}

.b-top {

    border-top: solid black .5px;

}

.radius-8 {

    border-radius: 8px !important;

}

.radius-10 {

    border-radius: 10px;

}

.z-15 {

    z-index: 15;

}

.white {

    background-color: white;

}

.black {

    background-color: black;

}

.red {

    background-color: red;

}

.gray {

    background-color: gray;

}

.text-black {

    color: black;

}

.text-white {

    color: white;

}

.text-bold {

    font-weight: bold;

}

.text-center {

    text-align: center;

}

.opacity-0 {

    opacity: .0;

}

.opacity-6 {

    opacity: .6;

}

.opacity-8 {

    opacity: .8;

}

.opacity-9 {

    opacity: .9;

}

.custCard-1 {

    /* Box model */
    background-color: #0079531a;
    margin: 1rem; /* Space around the card */
    border: solid #b0b0b0;
    border-width: .25px;
    height: min-content;

    /* Visual effects */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover transition */

}

.custCard-1:hover {
  /* Elevates the card on hover */
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-container-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center cards horizontally */
  gap: 20px; /* Space between cards */
}

.card-body-1 {

    /* top, right, bottom, left */
    padding: .5rem .5rem .5rem .5rem;

}

.card-header-1 {

    border-bottom: 1px solid #bdbdbd;

}

.card-footer-1 {

    border-top: 1px solid #bdbdbd;

    /* top, right, bottom, left */

}

/* Parent container for the toggle switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;  /* Reduced width */
  height: 22px; /* Reduced height */
}

/* The visual slider track */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: green;
  transition: 0.4s;
  border-radius: 22px; /* Adjusted radius */
}

/* The slider knob */
.slider::before {
  position: absolute;
  content: "";
  height: 16px; /* Reduced knob size */
  width: 16px;  /* Reduced knob size */
  left: 3px;   /* Adjusted position */
  bottom: 3px; /* Adjusted position */
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50%;
}

/* Style for the 'checked' (on) state */
input:checked + .slider {
  background-color: red; /* The color you want when the toggle is 'on' */
}

/* Move the knob when the switch is checked */
input:checked + .slider::before {
  transform: translateX(18px); /* Adjusted distance (40px - 16px - 3px - 3px = 18px) */
}


.full-width-textarea {
    width: 100%;
    resize: vertical; /* allows vertical resizing */
    box-sizing: border-box; /* includes padding and border in width */
    padding: 10px;
    font-size: 1rem;
    border-radius: 8px;
  }