html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
}

.container{
  max-width: 960px;
}


.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


      

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .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;
      }

      .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;
      } 
      

.a{
    color:#0869f8;
}

    /* Navbar Global Styles */
    .navbar {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        height: 57px;
        min-height: 57px;
        background-color: #ffffff; /* Add a background color here */

    }

    .nav-link {
        letter-spacing: 1px;
        font-family: "Raleway", monospace;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px !important;
        position: relative;
        display: flex;
        margin: 10px;
        line-height: 20px;
        color: #737373;
    }

    .nav-link:hover {
        color: rgb(214, 40, 46) !important;
        border-top: 2px solid red;
        text-shadow: 1px 1px 5px rgb(230, 230, 230);
        font-weight: bold;
        transition: 300ms;
    }

    /* Navbar Toggler Styles */
    .navbar-toggler {
        transform: scale(0.6); /* Adjust the scale as needed */
    }

    /* Navbar Responsive Adjustments */
    @media (max-width: 992px) {
        .navbar-collapse {
            background-color: white; /* Or any color that suits your design */
        }
        .navbar {
            padding-bottom: 70px; /* Adjust as needed */
        }
    }

    /* Nav Scroller Styles */
    .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
    }
    
    .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    /* General nav Styles */
    .nav {
        display: flex;
        flex-wrap: wrap;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        background-color: #ffffff; /* Add a background color here */
    }


