/*
 Theme Name: SFP Group
 Author: Aaron Kelly
 Description: Multipurpose theme created for SFP Group
 Version: 1.0
 Template: sfpgroup
*/

/* Ensure the body and html take up the full height */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

/* Set the main content area to take up the remaining space */
.main-content {
    flex: 1;
}
#login{
    width: 0px;
}
/* Style for the footer, ensuring it stays at the bottom */
footer {
  
    
    text-align: center;
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: auto;
}

 /* General Styles for Login Page */
body.login {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh !important;
    background-color: #f9f9f9 !important;
    margin: 0 !important;
}

#login {
    width: 100% !important;
    max-width: 400px !important;
    padding: 20px !important;
 
}

#login h1 a {
    display: none !important; /* Hides default WordPress logo */
}

#loginform {
    margin-top: 0 !important;
}

#login form p {
    margin-bottom: 15px !important;
}

#login label {
    display: block !important;
    margin-bottom: 5px !important;
   font-weight:600;
   font-size: 16px;
}

#login input[type="text"],
#login input[type="password"] {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    margin-bottom: 15px !important;
}

#login input[type="submit"] {
    background-color: #111111 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 10px !important;
    font-size: 16px !important;
    width: 100% !important;
    cursor: pointer !important;
}

#login input[type="submit"]:hover {
    background-color: #111111 !important;
}

.login #nav,
.login #backtoblog {
    text-align: center !important;
}

.login #nav a,
.login #backtoblog a {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 16px;
}

.login #nav a:hover,
.login #backtoblog a:hover {
    text-decoration: underline !important;
}




.login form{
    
 
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.wp-login-logo {
display: none;
}

#login input[type="text"], #login input[type="password"]{
    font-size: 20px !important;
}

.login #nav a, .login #backtoblog a{
    text-decoration: underline !important;
}

.forgetmenot {
    display: flex;
    align-items: center;
}

.forgetmenot input[type="checkbox"] {
    margin-right: 10px;
}

#login input[type="submit"]{
    background-color: #111111 !important;
    transition: 0.2s;
} 

#login input[type="submit"]:hover{
    background-color: #eeeeee !important;
    color: #111111 !important;
} 

#login label{
    color: #111111;
}

.wp-login-lost-password{
    color: #80b3be !important;
}

.welcome-intro h1{
    background-color: #eeeeee;
    color: #111111 !important;
    padding: 15px;
    font-size: 27px;
    width: fit-content;
    border-radius: 5px;
}

.welcome-message h4{
    font-weight: 400 !important;
    font-size: 20px;
}

.welcome-message h3{
    color: #111111 !important;
    font-size: 25px;
}

.border-bt{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

a{
    color: #777 !important;
}

.login #nav a, .login #backtoblog a{
    color: #777777 !important; 
}

.border-welcome{
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 5px;
}

footer{
    text-align: start;
}

.notice-footer p{
    margin-bottom: 0px;
 
}

.priv-notes a{
    font-weight: 400;
    font-size: 16px;
}

.priv-notes li{
    list-style: none;
}

.login-text h4{
    color: #111111;
}

.priv-notes{
    padding-left: 0px;
}

.admin-welcome-message{
    color: #10687d !important;
}

.find-assignment-btn{
    background: #10687d !important;
    border: 1px solid #10687d !important;
}

#show-password{
    background-color: #eeeeee; 
    color: #111111;
}

.dashicons-visibility:before {
    content: "\f177";
    position: relative;
    top: 2px;
}

/* Add this to your theme's custom CSS or in a <style> block */
.my-assignments-table-wrap {
    margin: 30px auto;
    max-width: 900px;
}
.user-assignments-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.user-assignments-table th, .user-assignments-table td {
    border: 1px solid #e0e0e0;
    padding: 10px 12px;
    text-align: left;
}
.user-assignments-table th {
    background: #f7f7f7;
    font-weight: bold;
}
.user-assignments-table tr:nth-child(even) {
    background: #fafafa;
}
.user-assignment-link {
    color: #0073aa;
    text-decoration: none;
}
.user-assignment-link:hover {
    text-decoration: underline;
}
.welcome-message {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
}

.pdf-download-btn {
    display: inline-block;
    padding: 4px 10px;
    background: #111111;
    color: #fff !important;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
}
.pdf-download-btn:hover {
    background: #333333;
    color: #fff !important;
}

a.button.pdf-download-btn{
     margin-left: 0px !important;
}

.custom-logo-link img{

    width: 230px;
    max-width: 100%;
}

h1 {
    color: #111111 !important;
}

.logout-btn {
    display: inline-block;
    padding: 4px 10px;
    background: #111111;
    color: #fff !important;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    margin-top: 10px;
}
.logout-btn:hover {
    background: #333333;
    color: #fff !important;
}
a.button.logout-btn,
a.button.logout-btn:visited {
    display: inline-block;         /* Change from block to inline-block */
    width: auto;                   /* Remove full width */
    min-width: 120px;              /* Optional: set a minimum width */
    box-sizing: border-box;
    font-size: 16px;
    
    padding: 8px 24px;

    background: #111111;
    color: #fff !important;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
a.button.logout-btn:hover {
    background: #333333;
    color: #fff !important;
}

/* Dashboard button styling to match logout button */
a.button.dashboard-btn,
a.button.dashboard-btn:visited {
    display: inline-block;         /* Change from block to inline-block */
    width: auto;                   /* Remove full width */
    min-width: 120px;              /* Optional: set a minimum width */
    box-sizing: border-box;
    font-size: 16px;
    
    padding: 8px 24px;

    background: #111111;
    color: #fff !important;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
a.button.dashboard-btn:hover {
    background: #333333;
    color: #fff !important;
}

.page-id-2256 .entry-header h1{
 text-align: center;
    color: #111111 !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.assign-container{
 width: 910px;
 max-width: 100%;
}

.page-id-2256 .entry-content{
    background-color: #eeeeee;
    padding: 25px

}

.btn-success{
    background-color: #000000;
    color: #ffffff !important;
}

.btn-dark{
    color: #ffffff !important;
}

.btn-dark a{
    color: #ffffff !important;
}

.btn-success:hover{
    background-color: #000000;
    color: #ffffff !important;
}

.main-front-page{
    background-color: #eeeeee;
}

.welcome-message{
    background-color: #ffffff;
}

#login{
    background-color: #ffffff;
}

.nav-toggler {
    display: none;
}

.top-button{
    display: none
}

