html {
    font-size: 14px;

}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
white_text{
    color:#fff;
    
    
}
body {
    margin-bottom: 60px;
    background-color: #000;
    color: #fff;
}
.page-wrapper {
    max-width: 1200px; /* control content width */
    margin: 0 auto; /* center horizontally */
    background-color: #000; /* your page content background */
    min-height: 100vh;
    padding: 20px;
}

.BorderColor {
    background-color: #ff671b;
    
}
.btn-sm {
    background-color: #ff671b;
    color: #fff;
    text-decoration:none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: #ff671b;
    border-color: #ff671b;
}
.page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff671b;
    border-color: #ff671b;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #ff671b;
    border-color: #ff671b;
}
.navbar-toggler {
    color: #000;
    border: #000;
    background-color: #ff671b;
    position: relative; /* Required for z-index to work */
    z-index: 1050; /* Higher than overlapping elements (Bootstrap’s default z-index for navbars is 1030) */
}

.navbar-collapse {
    color: #000;
    border: #000;
    background-color: #ff671b;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255);
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255);
    border-color: rgba(255, 255, 255, .1);
}
.navbar-toggler-icon {
    color: #000;
    border: #000;

    position: relative; /* Required for z-index to work */
    z-index: 1050; /* Higher than overlapping elements (Bootstrap’s default z-index for navbars is 1030) */
}
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

    .form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
        text-align: start;
    }

    .navbar {
        background-color: #ff671b;
        color: #333;
    }

        .navbar a, h {
            color: #333;
        }