.search-button {
    background-color: #FF5A32;
    border-color:#FF5A32;
    color: white !important;
}

.submit-button {
    background-color: #FF5A32;
    border-color: #FF5A32;
    color: white !important;
}

.update-button {
    background-color: #08205C;
    border-color: #08205C;
    color: white !important;
}

.box-header {
    display: block;
    padding: 10px;
    position: relative;
    background-color: #08205C;
}

.box-header .box-title {
    color: white;

}

.badge {
    margin: 5px;
}

.fa-th {
    color: white;
}

.box-border {
    margin: 10px;
}

.box.box-color {
    border-top-color: #08205C;
}

.login-body {
    background-color: #F0F4FF !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}

.login-navbar {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.login-navbar a.logo {
    margin: 0;
}

.user-image {
    height: 30px;
}

.user_logo {
    margin: 15px;
}

.login-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin-top: 80px;

    /* Adjust to make space for the navbar */
}

.login-form {
    border: solid 2px #08205C;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    width: 100%;
    max-width: 350px;
}

.login-h3 {
    background-color: #08205C;
    color: white;
    padding: 15px;
    /* Increased padding */
    text-align: center;
    margin: 0;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    /* Ensure padding is included in height */
}

.login-labels {
    color: #08205C;
}

.login-form .form-group {
    margin-bottom: 15px;
    /* Gap between form elements */
}

.login-form .form-group input {
    padding: 12px;
    /* Add padding to input fields */
    background-color: transparent;
    /* Remove background color of input fields */
    border: 1px solid #08205C;
    border-radius: 5px;
}

.login-form .form-group input::placeholder {
    color: #08205C;
}



.login-form .form-group p.fill {
    margin-bottom: 20px;
    /* Gap below the description */
    color: #08205C;
}

.login-form .form-group button.login {
    background-color: #FF5A32;
    color: white;
    border: none;
    padding: 12px;
    /* Increased padding */
    border-radius: 5px;
    /* Add border-radius for rounded corners */
    width: 100%;
    cursor: pointer;
}

.login-footer {
    background-color: white;
    padding: 12px 24px;
    width: 100%;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.login-footer a {
    color: #000000;
}

.login-footer .copyright {
    text-align: left;
}

.login-footer .powered-by {
    text-align: right;
}

.login-low_header img {
    display: block;
    margin: 15px auto;
}

.login-fill {
    text-align: center;
    margin: 10px 0;
}

.login-padding {
    padding: 20px;
    background-color: white;
    border-radius: 7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.login-padding p.fill {
    margin-bottom: 15px;
    font-size: 16px;
    color: #08205C;
}

.login-padding .form-group {
    margin-bottom: 15px;
}

.login-main {
    display: flex;
    justify-content: center;
    background-color: aliceblue;
}

.download-button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #FF5A32;
    border-radius: 3px;
    background-color: transparent;
    color: #FF5A32;
    cursor: pointer;
    box-shadow: none;
    line-height: 1.42857143
}

.download-button:hover {
    /* background-color:transparent; */
    /* border-color:transparent; */
    text-decoration: underline;
    color: #FF5A32;
    /* Text color on hover */

}

.download-button:focus,
.download-button:active {
    outline: none;
    border-color: #FF5A32;
    /* Maintain border color on focus and active */
}

.add-button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #FF5A32;
    border-radius: 3px;
    background-color: transparent;
    color: #FF5A32;
    cursor: pointer;
    box-shadow: none;
    line-height: 1.42857143
}

.add-button:hover {
    /* background-color:transparent; */
    /* border-color:transparent; */
    text-decoration: underline;
    color: #FF5A32;
    /* Text color on hover */

}

.add-button:focus,
.add-button:active {
    outline: none;
    border-color: #FF5A32;
    /* Maintain border color on focus and active */
}

.content-wrapper {
    background-color: aliceblue;

}

input:checked+.slider {
    background-color: #FF5A32;
}

input:focus+.slider {
    box-shadow: 0 0 1px #FF5A32;
}

.color-title {
    color: #FF5A32;
}

.color-pencil:hover {
    color: #08205C;
}

.color-pencil {
    color: #08205C;

}

.pagination-custom {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-custom>li {
    display: inline;
}

.pagination-custom>li>a,
.pagination-custom>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-color: #FF5A32;
    color: #FF5A32;
    font-size: 14px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.pagination-custom>li:first-child>a,
.pagination-custom>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination-custom>li:last-child>a,
.pagination-custom>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-custom>li>a:focus,
.pagination-custom>li>a:hover,
.pagination-custom>li>span:focus,
.pagination-custom>li>span:hover {
    z-index: 2;
    background-color: #eee;
    border-color: #ddd;
}

.pagination-custom>.active>a,
.pagination-custom>.active>a:focus,
.pagination-custom>.active>a:hover,
.pagination-custom>.active>span,
.pagination-custom>.active>span:focus,
.pagination-custom>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #FF5A32;
    border-color: #FF5A32;
}

.pagination-custom>.disabled>a,
.pagination-custom>.disabled>a:focus,
.pagination-custom>.disabled>a:hover,
.pagination-custom>.disabled>span,
.pagination-custom>.disabled>span:focus,
.pagination-custom>.disabled>span:hover {
    color: red;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #FF5A32;
}

.pagination-custom-lg>li>a,
.pagination-custom-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-custom-lg>li:first-child>a,
.pagination-custom-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-color: #FF5A32;
    color: #FF5A32;
}

.pagination-custom-lg>li:last-child>a,
.pagination-custom-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: #FF5A32;
    color: #FF5A32;
}

.pagination-custom-sm>li>a,
.pagination-custom-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-custom-sm>li:first-child>a,
.pagination-custom-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-color: #FF5A32;
    color: #FF5A32;
}

.pagination-custom-sm>li:last-child>a,
.pagination-custom-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-color: #FF5A32;
    color: #FF5A32;
}   
