/* 

    ========================================================================================================

    Nexure CRM Login Stylesheet
    Version AUREL 25.06.20
    Support Link: https://nexuresolutions.com/contact
    Website: https://nexuresolutions.com
    Last Edited: Fri Jun 20 2025 at 12:57:32 AM Eastern Time
    
    Copyright Statement: Do not copy this website, if the code is found to be duplicated, reproduced,
    or copied we will fine you a minimum of $250,000 and criminal charges may be pressed.

    CopyOurCodeWeWillSendYouToJesus(C)2025ThisIsOurHardWork.

    Dear rule breakers, questioners, straight-A students who skipped class: We want you.
    https://nexuresolutions.com/careers.

    =======================================================================================================

*/

/* ====================== Global Styles ===================== */

body {
    margin:0;
    padding:0;
    background-color: #f1f1f1;
    height:100%;
    background-image: url("/Assets/img/SystemImages/Backgrounds/LoginWallpaper.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    color:black;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color:#222;
}

.height-100 {
    height: unset !important;
    height:100%;
}

.gray-100 {
    color:#2e2e2e !important;
}

.arrow {
    padding-top: 2px;
}

.brand-link {
    color: #000000
}

.brand-link:hover {
    color: #292929
}

/* ====================== Container Styles ===================== */

.container, 
.nexure-container, 
.nexure-nav-container {
    width:100% !important;
    max-width: 95% !important;
}

/* ====================== Header Styles ===================== */

.nexure-header {
    position: fixed !important;
    top:0 !important;
    left:0;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px) saturate(200%);
    -webkit-backdrop-filter: blur(10px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    padding-top:8px !important;
    padding-bottom:8px !important;
}

.nexure-navbar-sticky {
    box-shadow: none !important;
}

/* ====================== Login Content Styles ===================== */

.nexure-login-section {
    margin-top:8%;
    margin-bottom: 8%;
}

.nexure-login-content {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border: 1px solid rgba(228, 227, 227, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 30px;
    width: 20%;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.nexure-textbox {
    background-color: #f2f4f85e;
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
}

.square-logo {
    width:80px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nexure-logo {
    background-color: transparent !important;
}

.form-control {
    margin-bottom: 4% !important;
}

.nexure-button.primary {
    padding:14px 24px !important;
    background-color: #0000005d;
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    color:white;
    border:1px solid #00000027;
}

.nexure-button.primary:hover {
    background-color: #0a0a0ab4;
    color:white;
    border:1px solid #333;
}

.after-login-area {
    border: 0;
}

.nexure-error-box,
.nexure-register-link-box {
    border: 0;
    padding: 5%;
    margin-top: 8%;
}

.nexure-error-box {
    background-color: #f8c9c9;
    border-radius: 10px;
}

.nexure-login-sublink {
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
}

.nexure-login-sublink a {
    font-weight: 700;
}

.onboarding-button-container {
    float: right;
}

.onboarding-button .tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.onboarding-button .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.onboarding-button:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.check-box {
    font-size: 15px;
    border: 1px solid #ddd;
    background-color: #f2f4f8;
    border-radius: 3px;
    padding: 5px;
}

.check-box:hover {
    border: 1px solid #3978FF;
    background-color: #F2F4F8;
    transition: ease-in-out 0.3s all;
}

.onboarding-button {
    border-radius: 50%;
    border: 1px solid black;
    width: 40px;
    position: relative;
    display: inline-block;
    height: 40px;

    float: right;
}

.onboarding-button:hover {
    background-color: #000;
    color: white;
}

.icon-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.icon-trash {
    font-size: 24px;
    color: #000;
}

.icon-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    display: none;
}

.icon-container:hover .icon-overlay {
    display: flex;
}

.industry-results::-webkit-scrollbar-track {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.industry-results {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    padding: 5px;
    margin-top: 5px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    display: none;
}

.industry-div {
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px !important;
    transition: ease-in-out 0.3s all;
}

.industry-div:hover {
    background-color: #f1f1f1 !important;
}

.nexure-card {
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border: 1px solid rgba(228, 227, 227, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.nexure-card:hover {
    border: 1px solid transparent !important;
}

/* ====================== Opening of accounts and online-access Styles ===================== */

.nexure-open-online-access-and-account {
    margin-top:7%;
}

.card-header {
    padding-bottom:5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-body {
    padding-bottom:20px;
}

.card-footer {
    padding-top:20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.onboarding-card-link {
    color:#000;
}

.onboarding-card-link:hover {
    color:#000;
}

/* ====================== Generic System Styles ===================== */

.generic-system-pages {
    margin-top:2%;
    margin-left:8%;
    height:100vh;
}

/* ====================== Footer Styles ===================== */

.nexure-footer {
    position: fixed;
    bottom:0;
    left:0;
    width: 100% !important;
    padding-top:20px;
    padding-bottom:20px;
    z-index: 999 !important;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px) saturate(200%);
    -webkit-backdrop-filter: blur(10px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

/* ====================== Dark Mode Styles ===================== */

body.dark-mode {
    background-color:rgb(0, 0, 0) !important;
    background-image: url("/Assets/img/SystemImages/Backgrounds/LoginWallpaperDark.webp");
}

.dark-mode .nexure-logo {
    background-color: transparent !important;
}

.dark-mode .nexure-header {
    background: rgba(25, 25, 30, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(46, 46, 46, 0.2);
}

.dark-mode a {
    color:#dbdbdb;
}

.dark-mode a:hover {
    color:#fff;
}

.dark-mode .brand-link {
    color: #fafafa
}

.dark-mode .brand-link:hover {
    color: #e4e4e4
}

.dark-mode .gray-100 {
    color:#8b8b8b !important;
}

.dark-mode .nexure-footer {
    background: rgba(25, 25, 30, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(46, 46, 46, 0.2);
}

.dark-mode .nexure-login-content {
    background-color: #0a0a0a36;
    border:1px solid #3d3d3d3a;
}

.dark-mode .after-login-area {
    border: 0;
}

.dark-mode .industry-results {
    background-color: #000;
    border: 1px solid #222;
}

.dark-mode .industry-div:hover {
    background-color: rgba(149, 157, 165, 0.2) !important;
}

.dark-mode .onboarding-button {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}

.dark-mode .onboarding-button:hover {
    background-color: #fff;
    color: #000;
}

.dark-mode .nexure-button.primary {
    background-color: #222;
    color:white;
    border:1px solid #222;
}

.dark-mode .nexure-button.primary:hover {
    background-color: #333;
    color:white;
    border:1px solid #333;
}

.dark-mode .card-header {
    border-bottom: 1px solid #222 !important;
}

.dark-mode .card-footer {
    border-top: 1px solid #222 !important;
}

.dark-mode .onboarding-card-link {
    color:#dbdbdb;
}

.dark-mode .onboarding-card-link:hover {
    color:#dbdbdb;
}

.dark-mode .license-text-dark {
    color: #dbdbdb !important;
}

.dark-mode .nexure-textbox {
    background-color: #1b1b1b54;
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
}

.dark-mode .gray-100 {
    color: #cfcfcf !important;
}

.dark-mode .nexure-card {
    background-image: none !important;
    background-color: #0a0a0a36 !important;
    border:1px solid #3d3d3d3a !important;
}

.dark-mode .nexure-card:hover {
    border:1px solid #3d3d3d3a !important;
}

.dark-mode .nexure-navbar-sticky {
    box-shadow: none !important;
}

@media (min-width: 1299px) and (max-width: 1800px) {
    .nexure-login-content {
        width:25%;
    }
}

@media (max-width: 1298px) {
    .nexure-login-content {
        width:50%;
    }
}

@media (min-width: 1000px) and (max-width: 1297px) {
    .nexure-login-content {
        width:30%;
    }
}

@media (max-width: 999px) {
    .nexure-login-content {
        width:80%;
    }

    .nexure-login-section {
        margin-top:20%;
    }
}