﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #00325e; /* Updated from #4F51C0 */
    --pink: #e83e8c;
    --red: #FF5757;
    --orange: #fd7e14;
    --yellow: #EFA31D;
    --green: #13B955;
    --teal: #20c997;
    --cyan: #009CDC;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #00325e; /* Updated from #4F51C0 */
    --secondary: #A991D4;
    --success: #13B955;
    --info: #009CDC;
    --warning: #EFA31D;
    --danger: #FF5757;
    --light: #F9F8FC;
    --dark: #17141F;
}

/* Update primary color references */

a.nav-link {
    color: #00325e;
}
.text-primary {
    color: #00325e !important;
}
.text-green {
    color: hsl(120deg 75% 25% / 60%);
}
.btn-primary {
    color: #fff;
    background-color: #00325e;
    border-color: #00325e;
}
.bg-primary {
    background-color: #00325e !important;
}

    .btn-primary:hover {
        background-color: #002745;
        border-color: #001f38;
    }

.btn-outline-primary {
    color: #00325e;
    border-color: #00325e;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #00325e;
        border-color: #00325e;
    }
.btn-primary.disabled, .btn-primary:disabled, .btn-danger.disabled, .btn-danger:disabled, .btn-info.disabled, .btn-info:disabled, .bg-secondary {
    background-color: #d1d1d1;
    border-color: #ababab;
}
.bg-secondary {
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}
.k-switch-on .k-switch-track {
    border-color: #ccc;
    color: #fff;
    background-color: #00325e !important;
}
    /* Navigation styles */
    .bg-menu-nav {
    background-color: #00325e;
    background: rgb(0,50,94);
    background: linear-gradient(90deg, rgba(0,50,94,1) 0%, rgba(0,50,94,1) 56%, rgba(0,71,133,1) 100%);
}

/* List and selection styles */
.k-list-item.k-selected {
    color: #fff;
    background-color: #00325e !important;
}

.e-datepicker .e-active,
.e-datepicker .e-active:hover,
.e-datepicker .e-active.e-state-hover {
    background: #00325e !important;
    color: #fff !important;
}

.e-ntouch.e-datewidget .e-select:hover {
    background: #00325e !important;
    color: #fff !important;
}

a {
    color: #00325e
}

/* Link hover states */
a.text-primary:hover,
a.text-primary:focus {
    color: #001f38 !important;
}

/* Form focus states */
.form-control:focus {
    border-color: #00325e;
    box-shadow: 0 0 5px rgba(0, 50, 94, 0.4);
}

/* Navigation tabs */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    border-bottom: 1px solid #00325e;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #00325e;
}

/* List group active states */
.list-group-item.active {
    color: #00325e;
}

    .list-group-item.active:hover {
        background-color: #00325e;
    }

/* Progress bars */
.progress-bar {
    background-color: #00325e;
}

/* Custom button focus states */
.btn-primary:focus {
    box-shadow: 0 0 5px #004b8e;
}

/* Active nav states */
.nav-link.active {
    background-color: #00325e !important;
    color: #fff !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    border-bottom: 2px solid #00325e;
    background-color: #004b8e;
    color: #FFF;
}



.fullscreen {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4000;
}

/*Mobile Only Message*/
.mobile-only-image {
    width: 350px;
}

.mobile-only-text {
    width: 350px;
    font-size: 18pt;
    color: #333;
    text-align: center;
    margin: 10px auto;
}

.top-pad-ten {
    padding-top: 25%;
}

.mobile-only-header {
    background-color: #00325e;
    padding: 20px;
    text-align: center;
}

.electric{
    color: #EFA31D !important
}


.dropdown-menu {
    position: absolute !important;
    width: 300px !important; /* Set the desired width */
    max-width: none; /* Allow flexibility in content width */
    top: 46px;
    right: 0;
    min-width: none;
    left: auto !important;
}


/*Cropper and Image Tools*/
#ToolBox {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.9);
    z-index: 4000;
    display: none;
}

.croppercontainer {
    width: 95vh;
    height: 85vh;
    z-index: 4001;
    position: fixed;
    left: 30vw;
    top: 5px;
}

.cropperimage2 {
    width: 500px;
    height: 800px;
    z-index: 4002;
    position: relative;
}

.btn.disabled, .btn:disabled {
    opacity: .8;
}
.btn-yellow{
    color:yellow;
}

.text-yellow {
    color: yellow;
}
.text-lime {
    color: lime;
}
.btn-lime {
    background-color: limegreen;
    color: #fff;
    font-weight:600;
    border-color: #FFF;
}
.btn-lime:hover {
    background-color: limegreen;
    color: #fff;
    font-weight: 600;
    border-color: yellow;
}
.border-danger {
    border-color: #F00 !important;
}