/* MAIN LOGIN LANDING PAGE */
/* Sets main image size on login page */
.ts-no-padding img {
    width: 550px;
    height: auto;
}

/* Sets login box background color and border */
img[src="/img2/logo-brand.png"] {
  height: 20px !important;
  width: auto;
}

/* Sets login box background color and border */
.login-panel-main {
    background-color: rgba(59, 60, 61, 0.8) !important;
    border-radius: 0px !important;
    border: 3px solid #FFFFFF;
}

/* Sets main Login Panel Header Text */
.login-panel-title h1 {
    color: #FFFFFF !important;
    /* text-transform: uppercase; */
}

/* Sets Main Login Password Background and Border Color */
.grid .form-floating .form-control {
    background-color: #FFFFFF !important;
    border: .5px solid #FFFFFF;
    border-radius: 0px !important;
}

/* Sets login button */
.linkstar-page .login-submit-button{
	background-color: #54C5D0 !important;
    color: #FFFFFF;
    border-radius: 0px !important;
    font-weight: bold;
    /* text-transform: uppercase; */
}

/* Sets hover background and border for login button*/
.linkstar-page .login-submit-button:not(.disabled):hover {
    background-color: #54C5D0 !important;
    color: #FFFFFF !important;
    border-radius: 0px !important;
    font-weight: bold;
    /* text-transform: uppercase; */
}

/* Line Between Register and Forgot */
.col {
    position: relative;
    padding-top: 16px;
}
.col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    border-radius: 2px;
}

/* Hide Password and Register Icons */
.bi-question-circle-fill::before {
    content: none !important;
}
.bi-book-fill::before {
    content: none !important;
}

/* Spacing between Forgot Password and Register */
.ts-no-padding {
    margin-bottom: 8px;
}

/* Sets Forgot Password and Register Font */
.login-panel-nav {
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 1.20rem;
}

/* Sets Forgot Password and Register Text Color */
.linkstar-page a:not(.btn):not(.dropdown-item) {
    color: #58595b;
}

/* Sets hover for Forgot Password and Register */
.linkstar-page a:not(.btn):not(.dropdown-item):hover {
    color: #CCCCCC;
}





/* THROUGHOUT LINKSTAR */
/* Bottom banner background color */
.container-fluid.d-print-none.mt-auto.px-0 {
    background-color: #CCCCCC;
}

/* Bottom banner text color */
.ts-phcfooter-padding,
.ts-phcfooter-padding a,
.ts-phcfooter-padding span,
.ts-phcfooter-padding i,
.ts-disclaimer,
.ts-disclaimer span {
    color: #000000 !important;
}

/* * Header/Footer Sizing */
.ts-phcfooter-padding {
    padding-top: 3px !important;
    padding-bottom: 0px !important;
}
.ts-disclaimer small {
    font-size: 0.75rem;
}
.ts-phcfooter-padding span,
.ts-phcfooter-padding a {
    font-size: 0.75rem;
    line-height: 1.2;
}
.ts-no-padding {
    margin-bottom: 2px !important;
}


/* Make footer act as positioning reference */
.container-fluid.d-print-none.mt-auto {
    position: relative;
}

/* Remove original logo block spacing */
.ts-footer-logos {
    height: 0;
    padding: 0;
    margin: 0;
}

/* Move logo to bottom-left near disclaimer */
.ts-logo-center {
    position: absolute;
    bottom: 10px;          /* adjust vertical placement */
    left: 15px;            /* adjust horizontal placement */
    margin: 0;
    line-height: 0;
    z-index: 5;
}

/* Shrink logo */
.ts-logo-center img {
    max-height: 38px;      /* adjust size */
    width: auto;
    display: block;
}

/* Push disclaimer text right so logo fits */
.ts-disclaimer {
    padding-left: 70px;    /* must be slightly wider than logo */
}

.ts-logo-center {
    position: absolute;
    bottom: 10px;
    left: 35px;   /* was 15px — increase this to move right */
}





/* SECURITY QUESTION POPUP */
/* Sets security question textbox and username textbox borders*/
#f {
    background-color: #FFFFFF !important;
    border: .5px solid #FFFFFF;
    border-radius: 0px !important;
}

/* Sets submit button background color and border*/
.linkstar-page .mb-3.offset-0.offset-xxl-1 input.btn-primary {
    background-color: #54C5D0 !important;
    border-radius: 0px !important;
    font-weight: bold;
}

/* Sets submit button background color and border hover*/
.linkstar-page .mb-3.offset-0.offset-xxl-1 input.btn-primary:not(.disabled):hover {
    background-color: #54C5D0 !important;
    color: #FFFFFF !important;
}





/* ONCE LOGGED IN */
/* Sets navigation bar background color */
nav.navbar {
    background-color: #6D6E71!important;
}

/* Sets navigation bar text */
.nav-link {
	color: #FFFFFF;
    font-size: 1.00rem;
    font-weight: bold;
}

/* Sets navigation bar text hover*/
.bg-primary .navbar-nav a.nav-link:hover {
    color: #CCCCCC !important;
}

/* Ensure nav links can position the underline pseudo-element */
#navbar-content .nav-link {
    position: relative;
}

/* Apply active color when link is clicked or represents the current page */
#navbar-content .nav-link.active,
#navbar-content .nav-link:focus {
    color: #CCCCCC !important;
}

/* Create and display underline for active or focused nav links */
#navbar-content .nav-link.active::after,
#navbar-content .nav-link:focus::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background-color: #CCCCCC;
}

/* Dropdown menu setup */
.dropdown-menu {
    background-color: #7d7d7d !important;
}

/* Dropdown menu text */
.dropdown-menu,
.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-item-text,
.dropdown-menu span,
.dropdown-menu strong {
    color: #ffffff !important;
    font-weight: 600;
}

/* Hover / focus state */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    color: #FFFFFF !important;
    background-color: #6D6E71 !important;
}

/* Sets Primary Headers Throughout Pages */
.card-primary.card .card-header {
    background-color: #6D6E71;
    color: #FFFFFF;
}





/* ACCOUNT HOME PAGE */
/* Main account position hover */
.clickable-card:hover {
    background-color: #54C5D0 !important;
    cursor: pointer;
}

.nav-tabs .nav-link:not(.active) {
    color: #58595b;
}
