/* _content/WebApplicationRazor2/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.body[b-f28dhsszg5] {
    padding-top: -91px; /* Adjust based on your navbar height */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main[b-f28dhsszg5] {
    flex: 1;
}

a.navbar-brand[b-f28dhsszg5] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-f28dhsszg5] {
  color: #0077cc;
}

.btn-primary[b-f28dhsszg5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-outline-light[b-f28dhsszg5] {
    color: #fff;
}

.btn-outline-light:hover[b-f28dhsszg5] {
    color: #1861ac;
    font-weight: bold;
}


.nav-pills .nav-link.active[b-f28dhsszg5], .nav-pills .show > .nav-link[b-f28dhsszg5] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-f28dhsszg5] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-f28dhsszg5] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-f28dhsszg5] {
    box-shadow: 0 .25rem .75rem rgb(56, 56, 207, 0.05);
}

button.accept-policy[b-f28dhsszg5] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-f28dhsszg5] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.sidebar[b-f28dhsszg5] {
    background-color: rgb(0,38,59);
    /*background-color: #001d3d;*/
    /*background: linear-gradient(354deg, rgba(0,38,59,1) 71%, rgba(43,101,221,1) 89%, rgba(48, 171,232,1) 96%, rgba(123,211,242,1) 98%, rgba(250,251,252,1) 100%);*/
    padding: 20px 10px 120px 10px;
    min-width:195px;
    overflow-x:clip;
 }

.smallsidebar[b-f28dhsszg5] {
    background: rgb(0,38,59);
    padding: 20px 10px 20px 10px;
    margin: 10px 0px 0px 0px;
}

.strikethrough-row[b-f28dhsszg5] {
    text-decoration: line-through;
}


    /* Style for the container */
    .slider-container[b-f28dhsszg5] {
    display: inline-block;
    position: relative;
    top: 35px;
    width: 40px; /* Increased width to accommodate label */
    height: 30px; /* Increased height */
    font-family: Arial, sans-serif;
}

/* Style for the form */
.slider-form[b-f28dhsszg5] {
    display: inline-block;
}

    /* Hide the default checkbox */
    .slider-form input[b-f28dhsszg5] {
        display: none;
    }

/* Style for the slider track */
.slider-track[b-f28dhsszg5] {
    position: relative;
    top: 4px; /* Adjusted top position */
    left: 0;
    right: 0;
    height: 16px;
    bottom: 3px; /* Adjusted bottom position */
    background-color: rgb(0,38,59); /* Set to blue when not checked */
    border-radius: 15px; /* Adjusted border-radius */
    transition: background-color 0.4s; /* Added transition for background color change */
}

/* Style for the slider thumb (circle) */
.slider-thumb[b-f28dhsszg5] {
    position: relative;
    top: 2px; /* Adjusted top position */
    left: 2px; /* Adjusted left position */
    width: 11px; /* Decreased width */
    height: 12px; /* Decreased height */
    background-color: white;
    border-radius: 50%; /* Circular shape */
    transition: 0.4s;
}

/* Change thumb position and background color based on checkbox state */
.slider-form input:checked + .slider-track[b-f28dhsszg5] {
    background-color: green; /* Set to green when checked */
}

    .slider-form input:checked + .slider-track .slider-thumb[b-f28dhsszg5] {
        transform: translateX(24px); /* Adjusted translation */
    }

/* Style for the label */
.slider-label[b-f28dhsszg5] {
    position: relative;
    top: -14px; /* Adjusted top position */
    left: 50px; /* Adjusted left position */
    text-align: left;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: rgb(0,38,59) !important;
    white-space: nowrap; /* Prevent label from wrapping */
}

/*    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      } 

       .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
       }*/

