/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* bootstrap overrides*/
.btn-primary {
    --bs-btn-bg: #2c9fd5 !important;
    --bs-btn-border-color: #2c9fd5 !important;
    --bs-btn-hover-bg: #fcb900 !important; /*#0b5ed7;*/
    --bs-btn-hover-border-color: #fcb900 !important; /* #0a58ca;*/
    width: 4.5em;
}

.time-entry {
    width: 8em !important;
}



.btn {
    --bs-btn-padding-x: 0.5rem; /*0.75rem;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}




.no-margin1{
    margin-left: 10px !important;
    padding: 0.15em !important;
}

.mobile-menu{
    margin-left: 10px;
}

.mobile-text{
    color: black;
    font-weight: 500;
}

.mobile-submenu{
    margin-left: 20px;
}

#mobile-size-menu {
    background-color: #00000008;
    border: 1px solid #0000002d;
}

.reg-menu{
    color: black;    
    margin-left: 3rem;
}

.reg-submenu{
    color: black;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }


/* bs multiselect to add dropdown carat*/
/* Target the visible multiselect box */
.dashboardcode-bsmultiselect > .form-control {
    position: relative;
    padding-right: 28px !important; /* make space for caret */
    cursor: pointer;
}

    /* Add a caret icon to look like a dropdown */
    .dashboardcode-bsmultiselect > .form-control::after {
        content: "▼";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.7rem;
        color: #777;
        pointer-events: none;
    }

/* Optional: flip caret when dropdown is open */
.dashboardcode-bsmultiselect.bs-expanded > .form-control::after {
    content: "▲";
}
/* end bsmultiselect */

