html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}


body {
    margin-bottom: 50px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding-top: 5px;
}

.editor-header {
    background-color: #222e3c;
    color: white;
}

.editor-sub-header {
    background-color: #576e87;
    color: white;
}


.card-img-top {
    width: 100%;
    height: 12vw;
    object-fit: cover;
}

.card-img {
    border-width: 2px;
    border-color: black;
    background-color: #343a40;
    color: white;
}

.card-img-footer {
    background-color: #343a40;
    color: white;
}



.card-avatar {
    max-width: 120px;
    max-height: 120px;
    margin: 10px auto 0;
    border-radius: 5%;
    overflow: hidden;
    box-shadow: 0 16px 20px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}


.card-LOD {
    aspect-ratio: 1/1;
    margin: 0 0 10px;
    border-radius: 1%;
    overflow: hidden;
    align-content: center;
    vertical-align: middle;
    box-shadow: 0 16px 20px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}


.vertical-text {
    transform-origin: left top 0;
}

.form-check {
    padding-top: 1em;
}


/*User management skills*/
.skills {
    list-style-type: none;
    padding-left: 15px;
}


/*Tag List*/

.tagListWrapper {
    background: #19222c;
    width: 100%;
    height: 275px;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    padding: 5px;
    margin: 0px;
    overflow: auto;
}

    .tagListWrapper ul li {
        list-style: none;
        padding-bottom: 10px;
        background: #222e3c;
        border-radius: 4px;
        border: 1px solid #e3d1e1;
        max-height: 55px;
        width: 90%;
        padding: 5px 10px 20px 10px;
        margin-top: 5px;
        overflow: hidden;
    }

    .tagListWrapper:empty::after {
        content: attr(placeholder);
        color: hsl(23,20%,48%);
        font-size: smaller;
        font-style: italic;
    }

    .tagListWrapper ul li i {
        font-size: 10px;
        margin-left: 5px;
    }

.tagListWrapper-md {
    height: 150px;
}

.tagListWrapper-sm {
    height: 60px;
}


.modal-lg {
    height: 500px !important;
}

.selectTall {
    height: 400px !important;
}



.formGroup {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    padding: 25px;
    overflow: auto;
}

.formGroupTitle {
    margin-top: -2.2em;
    font-weight: bold;
    font-size: larger;
    background-color: #222e3c;
    position: absolute;
}


.RowHeader {
    background-color: #e4610f;
    font-weight: bold;
    color: white;
    font-size: larger;
}


/*iframe for history*/
.historyFrame {
    background-color: silver;
    width: 100%;
    height: contain;
}

.historyDiv {
    overflow: scroll;
    overflow-x: hidden;
    height: 500px;
}

/*
    ======== datalist grid overrides =========
*/
.dx-datagrid-header-panel {
    background-color: #222e3c;
}

.dx-datagrid {
    color: #fff;
    background-color: #222e3c;
    line-height: inherit;
}

.dx-toolbar {
    width: 100%;
    background-color: #222e3c !important;
    color: #fff;
    padding: 0;
    overflow: visible;
}

.editor-header {
    background-color: rgb(255,87,34);
}


dl {
    display: grid;
    grid-template-columns: max-content auto;
}

dt {
    grid-column-start: 1;
    color: gray;
    font-weight: normal;
}

dd {
    grid-column-start: 2;
    margin-left: 25px;
    font-weight: bold;
}


.mirrored {
    transform: rotate(180deg); /* Equal to rotateZ(45deg) */
}

.tab-pane {
    padding-top: 20px;
}


table.table.dataTable > tbody > tr.selected > * {
   box-shadow: inset 0 0 0 9999px #4f304f;
    color: black;
}

.thickline {
    border: none;
    border-top: 15px solid #9e619d;
    opacity: 80%;
}

.sectionHead p {
    font-weight: bolder;
    text-orientation: mixed;
    writing-mode: vertical-lr;
    color: white;
    align-items: center;
    display: flex;
}


/* Main flex container for each section */
.section-box {
    display: flex;
    align-items: stretch;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: box-shadow 0.3s;
}
    .section-box:hover{
        box-shadow: 0 2px 2px #fff;
    }
    .section-box:hover .tab-column {
        opacity: 100%;
    }

/* Style for the tab column */
.tab-column {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    writing-mode: vertical-lr;
    text-align: center;
    padding: 1rem;
    white-space: nowrap;
    width: 40px;
    transition: opacity 0.3s ease;
    opacity: 50%;
}


/* High opacity during scroll */
.tab-active {
    opacity: 100%;
}

/* Content column */
.content-column {
    flex: 1;
    padding: 1rem;
}


/*form check*/
.form-check {
    margin-left: 15px;
}

.control-label {
    margin-top: 15px;
}

.page-header {
    color: white;
    background-color: #9e619d;
    margin-bottom: -1px;
    padding: 15px;
    border: 1px solid white;
    border-radius: 5px;
}

.animate__animated.animate__zoomIn {
    --animate-duration: .5s;
}


.nav-tabs > li > button, .nav-tabs > button {
    /* adjust padding for height*/
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: larger;
}

.btn-selector {
    padding: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: larger;
}

.sliderLabel {
    font-weight: bold;
    font-size: larger;
    color: #9e619d;
    width: 3em;
    text-align: center;
}



/*breadcrumbs*/
ul.breadcrumb {
    padding: 5px 10px;
    list-style: none;
    background-color: #9e619d;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 12px;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: white;
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            color: white;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                text-decoration: underline;
            }
.stat {
    color: #9e619d;
}

.tallRow{
    height: 50px;
}

.micBtn{
    margin-left: -20px;
    margin-top:35px;
    height: 75%;
    color:black;
}


.color-pulse {
    animation: color-pulse 2s ease-in-out infinite;
    transition: background-color 1s ease;
    border: none;
}

@keyframes color-pulse {
    0% {
        background-color: #e4610f; /* Starting color (blue) */
    }

    50% {
        background-color: gray; /* Back to original color */
    } 
    100% {
        background-color: #e4610f; /* Starting color (blue) */
    }
}


/*//report processing*/
.processing-dialog .modal-content {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 20px;
}

.processing-dialog .bootbox-body {
    padding: 30px;
}

.processing-dialog .fa-spinner {
    color: #007bff; /* or your preferred brand color */
}