/* _content/CoordinVision/Views/Account/SignIn.cshtml.rz.scp.css */
*[b-jn1o3e1w5h] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.login-container[b-jn1o3e1w5h] {
    font-family: 'Roboto', sans-serif;
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 100px auto;
}

    .login-container h2[b-jn1o3e1w5h] {
        text-align: center;
        margin-bottom: 30px;
        color: #333;
    }

.form-group[b-jn1o3e1w5h] {
    margin-bottom: 20px;
}

    .form-group label[b-jn1o3e1w5h] {
        display: block;
        margin-bottom: 8px;
        color: #555;
    }

    .form-group input[b-jn1o3e1w5h] {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 16px;
    }

        .form-group input:focus[b-jn1o3e1w5h] {
            border-color: #667eea;
            outline: none;
        }

.login-btn[b-jn1o3e1w5h] {
    width: 100%;
    padding: 12px;
    background-color: #667eea;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .login-btn:hover[b-jn1o3e1w5h] {
        background-color: #5a67d8;
    }

.signup-text[b-jn1o3e1w5h] {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}

    .signup-text a[b-jn1o3e1w5h] {
        color: #667eea;
        text-decoration: none;
    }

        .signup-text a:hover[b-jn1o3e1w5h] {
            text-decoration: underline;
        }
/* _content/CoordinVision/Views/Blog/Index.cshtml.rz.scp.css */


.post-preview[b-pvfkbhx49k] {
    background: white;
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .post-preview h2[b-pvfkbhx49k] {
        margin-top: 0;
        color: #2c3e50;
    }

    .post-preview p[b-pvfkbhx49k] {
        font-size: 1rem;
    }

.read-more[b-pvfkbhx49k] {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
}
.container[b-pvfkbhx49k] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
}

.features[b-pvfkbhx49k] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 3rem;
}

.feature-box[b-pvfkbhx49k] {
    background: white;
    flex: 1 1 30%;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .feature-box h3[b-pvfkbhx49k] {
        margin-top: 0;
        color: #2a5298;
    }
/* _content/CoordinVision/Views/Main/Index.cshtml.rz.scp.css */

/*---------------dropdown--------------------------*/
.dropdown-content[b-fk56pvftm4] {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: white;
    width: 100vw;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 40px;
    border-radius: 0 0 5px 5px;
    justify-content: space-between;
    z-index: 1000;
}

    .dropdown-content .column[b-fk56pvftm4] {
        float: left;
        width: 300px;
        padding: 10px;
    }

.column h4[b-fk56pvftm4] {
    margin: 0;
    padding-bottom: 8px;
    font-size: 14px;
    color: black;
    border-bottom: 2px solid #ddd;
}

.dropdown-content a[b-fk56pvftm4] {
    display: block;
    color: black;
    text-decoration: none;
    padding: 8px 0;
}

    .dropdown-content a:hover[b-fk56pvftm4] {
        background-color: #f1f1f1;
    }

.dropdown:hover .dropdown-content[b-fk56pvftm4] {
    display: flex;
}

.dropdown-content[b-fk56pvftm4]::after {
    content: "";
    display: table;
    clear: both;
}

.column h4[b-fk56pvftm4] {
    margin: 0;
    padding-bottom: 8px;
    font-size: 14px;
    color: black;
    border-bottom: 2px solid #ddd;
}

.dropdown-content a[b-fk56pvftm4] {
    display: block;
    color: black;
    text-decoration: none;
    padding: 8px 0;
}

    .dropdown-content a:hover[b-fk56pvftm4] {
        background-color: #f1f1f1;
    }

.dropdown:hover .dropdown-content[b-fk56pvftm4] {
    display: flex;
}


/*--------reponsivesidenav-----------*/


/* Hero section right below nav */
.hero[b-fk56pvftm4] {
    padding: 120px 20px 60px; /* top padding accounts for fixed header */
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

    .hero h1[b-fk56pvftm4] {
        font-size: 48px;
        margin: 0 0 10px;
    }

    .hero p[b-fk56pvftm4] {
        font-size: 20px;
        margin: 0;
    }

.content[b-fk56pvftm4] {
    padding: 40px 20px;
    background-color: #6a91ea;
}
    .content section[b-fk56pvftm4] {
        margin-bottom: 40px;
    }
/* Full top block: header + hero */
.top-block[b-fk56pvftm4] {
    background-color: #1a237e;
    color: white;
}
    .top-block p[b-fk56pvftm4] {
        color:black;
    }
    /* Header nav bar scroll*/
    header[b-fk56pvftm4] {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 20px;
    background-color: transparent;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    header.scrolled[b-fk56pvftm4] {
        background-color: #0d47a1;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    }
/* Navbar Brand Styling */
a.navbar-brand[b-fk56pvftm4] {
    font-weight: bold;
    color: white;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

    a.navbar-brand[b-fk56pvftm4]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 2px;
        background-color: #0077cc;
        transition: width 0.3s ease;
    }

    a.navbar-brand:hover[b-fk56pvftm4] {
        color: #005fa3;
    }

        a.navbar-brand:hover[b-fk56pvftm4]::after {
            width: 100%;
        }

button.accept-policy[b-fk56pvftm4] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-fk56pvftm4] {
    background-color: #f1f1f1;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}
/*----------------------------------*/
.features[b-fk56pvftm4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.feature-box[b-fk56pvftm4] {
    background: #f2f7ff;
    padding: 20px;
    border-radius: 6px;
}
section[b-fk56pvftm4] {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
h2[b-fk56pvftm4] {
    font-size: 1.8rem;
    color: #2e6eff;
}
/*Model Layout*/
.modal[b-fk56pvftm4] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.modal-content[b-fk56pvftm4] {
    background: white;
    max-width: 500px;
    margin: 10% auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.modal h2[b-fk56pvftm4] {
    margin-top: 0;
}

.close[b-fk56pvftm4] {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

form input[b-fk56pvftm4], form textarea[b-fk56pvftm4] {
    width: 100%;
    padding: 10px;
    margin: 10px 0 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form button[b-fk56pvftm4] {
    background-color: #2e6eff;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
}

    form button:hover[b-fk56pvftm4] {
        background-color: #1b4fd1;
    }
.trail-button[b-fk56pvftm4] {
    padding: 15px 30px;
    font-size: 18px;
    color: white;
    background: #FF6B4A;
    border: none;
    border-radius: 50px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}
.button-container[b-fk56pvftm4] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .trail-button:hover[b-fk56pvftm4] {
        transform: translateY(-3px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
    }
/* _content/CoordinVision/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-2r1i7zouu1] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-2r1i7zouu1] {
  color: #0077cc;
}

.btn-primary[b-2r1i7zouu1] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/*Title CoordinVision*/
.nav-pills .nav-link.active[b-2r1i7zouu1], .nav-pills .show > .nav-link[b-2r1i7zouu1] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-2r1i7zouu1] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-2r1i7zouu1] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-2r1i7zouu1] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-2r1i7zouu1] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-2r1i7zouu1] {
    background-color: #f1f1f1;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}
/*---------------dropdown--------------------------*/
.dropdown-content[b-2r1i7zouu1] {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: white;
    width: 100vw;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 40px;
    border-radius: 0 0 5px 5px;
    justify-content: space-between;
    z-index: 1000;
}

    .dropdown-content .column[b-2r1i7zouu1] {
        float: left;
        width: 300px;
        padding: 10px;
    }

.column h4[b-2r1i7zouu1] {
    margin: 0;
    padding-bottom: 8px;
    font-size: 14px;
    color: black;
    border-bottom: 2px solid #ddd;
}

.dropdown-content a[b-2r1i7zouu1] {
    display: block;
    color: black;
    text-decoration: none;
    padding: 8px 0;
}

    .dropdown-content a:hover[b-2r1i7zouu1] {
        background-color: #f1f1f1;
    }

.dropdown:hover .dropdown-content[b-2r1i7zouu1] {
    display: flex;
}

.dropdown-content[b-2r1i7zouu1]::after {
    content: "";
    display: table;
    clear: both;
}
.column h4[b-2r1i7zouu1] {
    margin: 0;
    padding-bottom: 8px;
    font-size: 14px;
    color: black;
    border-bottom: 2px solid #ddd;
}

.dropdown-content a[b-2r1i7zouu1] {
    display: block;
    color: black;
    text-decoration: none;
    padding: 8px 0;
}

    .dropdown-content a:hover[b-2r1i7zouu1] {
        background-color: #f1f1f1;
    }

.dropdown:hover .dropdown-content[b-2r1i7zouu1] {
    display: flex;
}
/*---------NavBar Color-----------------*/
.navbar[b-2r1i7zouu1] {
    background: linear-gradient(90deg, #fdfdfd 0%, #e0e0e0 100%);
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
/* Navbar Brand Styling */
a.navbar-brand[b-2r1i7zouu1] {
    font-weight: bold;
    font-size: 1.75rem;
    color: #0077cc;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

    a.navbar-brand[b-2r1i7zouu1]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 2px;
        background-color: #0077cc;
        transition: width 0.3s ease;
    }
    a.navbar-brand:hover[b-2r1i7zouu1] {
        color: #005fa3;
    }

        a.navbar-brand:hover[b-2r1i7zouu1]::after {
            width: 100%;
        }


/*--------reponsivesidenav-----------*/
@media (max-width: 1200px) {
    .dropdown-content[b-2r1i7zouu1] {
        width: 600px; /* Full width dropdown */
        flex-direction: column; /* Stack items vertically */
        left: 0; /* Align to the left for better fit */
        right: auto;
    }

        .dropdown-content .column[b-2r1i7zouu1] {
            width: 100%; /* Make columns take full width */
            padding: 15px 10px;
        }

    .column h4[b-2r1i7zouu1] {
        text-align: center; /* Center headers for better appearance */
    }

    @media (max-width: 800px) {
        .dropdown-content[b-2r1i7zouu1] {
            width: 200px; /* Full width dropdown */
            flex-direction: column; /* Stack items vertically */
            left: 0; /* Align to the left for better fit */
            right: auto;
        }

            .dropdown-content .column[b-2r1i7zouu1] {
                width: 100%; /* Make columns take full width */
                padding: 15px 10px;
            }

        .column h4[b-2r1i7zouu1] {
            text-align: center; /* Center headers for better appearance */
        }
    }
}
/* _content/CoordinVision/Views/Shared/_resources.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body[b-22dw9fdvfu] {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}
nav.navbar[b-22dw9fdvfu] {
    display: flex;
    justify-content: center;
}

    nav.navbar > .container[b-22dw9fdvfu] {
        max-width: 1000px;
        width: 100%;
    }

.traillayoutbody[b-22dw9fdvfu] {
    padding-top: 90px; /* Adjust depending on navbar height */

    padding-left: 80px;
}

a.navbar-brand[b-22dw9fdvfu] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-22dw9fdvfu] {
    color: #0077cc;
}

.btn-primary[b-22dw9fdvfu] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-22dw9fdvfu], .nav-pills .show > .nav-link[b-22dw9fdvfu] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-22dw9fdvfu] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-22dw9fdvfu] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-22dw9fdvfu] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-22dw9fdvfu] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-22dw9fdvfu] {
    background-color: #f1f1f1;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}
/*---------------dropdown--------------------------*/
.dropdown-content[b-22dw9fdvfu] {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: white;
    width: 100vw;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 40px;
    border-radius: 0 0 5px 5px;
    justify-content: space-between;
    z-index: 1000;
}

    .dropdown-content .column[b-22dw9fdvfu] {
        float: left;
        width: 300px;
        padding: 10px;
    }

.column h4[b-22dw9fdvfu] {
    margin: 0;
    padding-bottom: 8px;
    font-size: 14px;
    color: black;
    border-bottom: 2px solid #ddd;
}

.dropdown-content a[b-22dw9fdvfu] {
    display: block;
    color: black;
    text-decoration: none;
    padding: 8px 0;
}

    .dropdown-content a:hover[b-22dw9fdvfu] {
        background-color: #f1f1f1;
    }

.dropdown:hover .dropdown-content[b-22dw9fdvfu] {
    display: flex;
}

.dropdown-content[b-22dw9fdvfu]::after {
    content: "";
    display: table;
    clear: both;
}

.column h4[b-22dw9fdvfu] {
    margin: 0;
    padding-bottom: 8px;
    font-size: 14px;
    color: black;
    border-bottom: 2px solid #ddd;
}

.dropdown-content a[b-22dw9fdvfu] {
    display: block;
    color: black;
    text-decoration: none;
    padding: 8px 0;
}

    .dropdown-content a:hover[b-22dw9fdvfu] {
        background-color: #f1f1f1;
    }

.dropdown:hover .dropdown-content[b-22dw9fdvfu] {
    display: flex;
}
/*---------NavBar Color-----------------*/
.navbar[b-22dw9fdvfu] {
    background-color: black;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
/* Navbar Brand Styling */
a.navbar-brand[b-22dw9fdvfu] {
    font-weight: bold;
    font-size: 1.75rem;
    color: #0077cc;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

    a.navbar-brand[b-22dw9fdvfu]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 2px;
        background-color: #0077cc;
        transition: width 0.3s ease;
    }

    a.navbar-brand:hover[b-22dw9fdvfu] {
        color: #005fa3;
    }

        a.navbar-brand:hover[b-22dw9fdvfu]::after {
            width: 100%;
        }



@media (max-width: 1200px) {
    .dropdown-content[b-22dw9fdvfu] {
        width: 600px; /* Full width dropdown */
        flex-direction: column; /* Stack items vertically */
        left: 0; /* Align to the left for better fit */
        right: auto;
    }

        .dropdown-content .column[b-22dw9fdvfu] {
            width: 100%; /* Make columns take full width */
            padding: 15px 10px;
        }

    .column h4[b-22dw9fdvfu] {
        text-align: center; /* Center headers for better appearance */
    }

    @media (max-width: 800px) {

        .navbar-nav[b-22dw9fdvfu] {
            text-align: center;
        }


        .dropdown-content[b-22dw9fdvfu] {
            width: 200px; /* Full width dropdown */
            flex-direction: column; /* Stack items vertically */
            left: 0; /* Align to the left for better fit */
            right: auto;
        }

            .dropdown-content .column[b-22dw9fdvfu] {
                width: 100%; /* Make columns take full width */
                padding: 15px 10px;
            }

        .column h4[b-22dw9fdvfu] {
            text-align: center; /* Center headers for better appearance */
        }
    }
}
/* _content/CoordinVision/Views/Shared/_TrailLayout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

    .footer[b-qhyamdzkoa] {
        background-color: #f1f1f1;
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
/*---------------dropdown--------------------------*/
.dropdown-content[b-qhyamdzkoa] {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: white;
    width: 100vw;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 40px;
    border-radius: 0 0 5px 5px;
    justify-content: space-between;
    z-index: 1000;
}


    .dropdown-content .column[b-qhyamdzkoa] {
        float: left;
        width: 300px;
        padding: 10px;
    }

.column h4[b-qhyamdzkoa] {
    margin: 0;
    padding-bottom: 8px;
    font-size: 14px;
    color: black;
    border-bottom: 2px solid #ddd;
}

.dropdown-content a[b-qhyamdzkoa] {
    display: block;
    color: black;
    text-decoration: none;
    padding: 8px 0;
}

    .dropdown-content a:hover[b-qhyamdzkoa] {
        background-color: #f1f1f1;
    }

.dropdown:hover .dropdown-content[b-qhyamdzkoa] {
    display: flex;
}

.dropdown-content[b-qhyamdzkoa]::after {
    content: "";
    display: table;
    clear: both;
}


/*---------NavBar Color-----------------*/
.navbar[b-qhyamdzkoa] {
    background-color: black;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
/* Navbar Brand Styling */
a.navbar-brand[b-qhyamdzkoa] {
    font-weight: bold;
    font-size: 1.75rem;
    color: #0077cc;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

    a.navbar-brand[b-qhyamdzkoa]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 2px;
        background-color: #0077cc;
        transition: width 0.3s ease;
    }

    a.navbar-brand:hover[b-qhyamdzkoa] {
        color: #005fa3;
    }

        a.navbar-brand:hover[b-qhyamdzkoa]::after {
            width: 100%;
        }


/* Sidebar */
/* Sidebar */
.sidebar[b-qhyamdzkoa] {
    position: fixed;
    top: 80px;
    left: 0;
    width: 220px;
    height: calc(100% - 80px);
    background-color: #f1f1f1;
    overflow: hidden;
    transition: width 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

    .sidebar.collapsed[b-qhyamdzkoa] {
        width: 0;
    }

    /* Sidebar links */
    .sidebar a[b-qhyamdzkoa] {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
        white-space: nowrap;
    }

        .sidebar a.active[b-qhyamdzkoa] {
            background-color: #04AA6D;
            color: white;
        }

        .sidebar a:hover:not(.active)[b-qhyamdzkoa] {
            background-color: #555;
            color: white;
        }

/* Toggle Button */
.sidebar-toggle[b-qhyamdzkoa] {
    position: fixed;
    top: 50%;
    left: calc(220px - 10px); /* 10px into sidebar */
    width: 20px;
    height: 20px;
    background-color: #333;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: left 0.3s ease;
    z-index: 1001;
    font-size: 12px;
}

/* When sidebar is collapsed, move toggle to left edge */
.sidebar.collapsed + .sidebar-toggle[b-qhyamdzkoa] {
    left: -10px;
}

/* Main content */
#mainContent[b-qhyamdzkoa] {
    margin-left: 220px;
    padding: 20px;
    transition: margin-left 0.3s ease;
}

    #mainContent.collapsed[b-qhyamdzkoa] {
        margin-left: 0;
    }



@media screen and (max-width: 600px) {

}

/* _content/CoordinVision/Views/Trails/dndbuildertrail.cshtml.rz.scp.css */
.form-container[b-leyuczocql] {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 10px;
    max-width: 100%;
    position: relative;
    border: 1px solid #ccc;
}
@media (max-width: 800px) {
    .title[b-leyuczocql] {
        margin-top: 70px;
    }
    .form-field[b-leyuczocql] {
        padding: 8px; /* Reduce padding for smaller screens */
        font-size: 14px; /* Make font smaller for better readability */
    }

        /* Adjust the form field layout to be more compact on small screens */
        .form-field input[b-leyuczocql],
        .form-field textarea[b-leyuczocql] {
            font-size: 14px; /* Adjust font size */
        }
    #fieldModal > div[b-leyuczocql] {
        width: 95%; /* Make the modal almost full-width on smaller screens */
        padding: 15px; /* Reduce padding */
    }
    /* Improve grid lines visibility */
    .grid-line[b-leyuczocql] {
        top: 10px; /* Slightly adjust grid lines on smaller screens */
    }

    /* Switch to horizontal layout for form fields on small screens */
    .form-field.horizontal[b-leyuczocql] {
        flex-direction: row;
        align-items: center;
    }

        .form-field.horizontal label[b-leyuczocql] {
            margin-right: 10px; /* Add some spacing between label and input */
            width: auto; /* Allow label width to be dynamic */
        }

        .form-field.horizontal input[b-leyuczocql],
        .form-field.horizontal textarea[b-leyuczocql] {
            flex: 1;
        }

    /* Make input fields fully width on small screens */
    .form-field input[b-leyuczocql],
    .form-field textarea[b-leyuczocql] {
        width: 100%;
    }
}


/* _content/CoordinVision/Views/Trails/formtrail.cshtml.rz.scp.css */
.watermark[b-63vjfzd66d] {
    display: none; /* Hide watermark by default */
}
@media print {
    body[b-63vjfzd66d] {
        position: relative;
    }

    .watermark[b-63vjfzd66d] {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(15deg);
        font-size: 4.3rem;
        font-weight: bold;
        color: rgba(255, 0, 0, 0.2); /* Light red color */
        white-space: nowrap;
        pointer-events: none;
        z-index: -1; /* Ensure it's in the background */
        opacity: 0.8; /* Adjust opacity for better visibility */
        user-select: none;
    }
}
/* _content/CoordinVision/Views/Trails/hiit.cshtml.rz.scp.css */
.hiit[b-wbnl8aoqql] {
    text-align: center;
}

#timer[b-wbnl8aoqql] {
    font-size: 3rem;
    font-weight: bold;
    margin: 20px;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    width: 120px;
}

#timerContainer[b-wbnl8aoqql] {
    background: grey;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    margin: auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

    #timerContainer.maximized[b-wbnl8aoqql] {
        width: 90%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

#maximizeButton[b-wbnl8aoqql] {
    background: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}

#currentExercise[b-wbnl8aoqql] {
    font-size: 2rem;
    margin-top: 20px;
    color: black;
}

#cycleInfo[b-wbnl8aoqql] {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #555;
}

button[b-wbnl8aoqql] {
    font-size: 1rem;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
}

.exercise-list[b-wbnl8aoqql] {
    text-align: center;
    display: inline-block;
    width: 300px;
}

.exercise-item[b-wbnl8aoqql] {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px 0;
    background: #f9f9f9;
    cursor: grab;
}

.container2[b-wbnl8aoqql] {
    max-width: 1000px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.projectul[b-wbnl8aoqql] {
    list-style: none;
    padding: 0;
}

.projectul[b-wbnl8aoqql] {
    background: #eee;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    /*text-align: left;*/
}

.highlight[b-wbnl8aoqql] {
    font-weight: bold;
    color: #007BFF; 
}
@media (max-width: 800px){
    .hiit[b-wbnl8aoqql]{
        margin-left:15px;
    }
}
/* _content/CoordinVision/Views/Trails/Index.cshtml.rz.scp.css */
.ap[b-ns0gj7deei] {
    background-color:lightblue;
}
/* _content/CoordinVision/Views/Trails/irshow.cshtml.rz.scp.css */
.form-field[b-uxxjayy4n6]{
    padding-left:50px;
    padding-top:15px;
}
/* _content/CoordinVision/Views/Trails/proposaltrail.cshtml.rz.scp.css */
.container[b-t2ivdobwyq] {
    width: 80%;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
pdf-container[b-t2ivdobwyq] {
    padding: 20px;
}
/* Prevent content from overflowing */
body[b-t2ivdobwyq] {
    margin: 0;
    padding: 0;
}


/* ✅ Reduce width of checkbox column */
#quote-table th:first-child[b-t2ivdobwyq], #quote-table td:first-child[b-t2ivdobwyq] {
    width: 5%; /* Adjust this percentage as needed */
    text-align: center;
}

h1[b-t2ivdobwyq] {
    text-align: center;
    color: #333;
}

.form-group[b-t2ivdobwyq] {
    margin-bottom: 15px;
}

    .form-group label[b-t2ivdobwyq] {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .form-group input[b-t2ivdobwyq], .form-group textarea[b-t2ivdobwyq] {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .form-group textarea[b-t2ivdobwyq] {
        height: 150px;
    }




button[b-t2ivdobwyq] {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    button:hover[b-t2ivdobwyq] {
        background-color: #0056b3;
    }

.delete-btn[b-t2ivdobwyq] {
    background-color: #dc3545;
}

    .delete-btn:hover[b-t2ivdobwyq] {
        background-color: #c82333;
    }
@media print {
    body[b-t2ivdobwyq] {
        position: relative;
    }

    .watermark[b-t2ivdobwyq] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        font-size: 100px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.06);
        pointer-events: none;
        z-index: 9999;
        user-select: none;
        white-space: nowrap; 
    }
}
