﻿#biography {
    white-space: pre-wrap;
    font-size: 0.95rem;
    line-height: 1.6;
}
/* Optional: Adjusting the placeholder generated links if they aren't buttons */
.profile-actions a {
    display: block;
    width: 100%;
    text-align: center;
}


/* Adjusting Z-Index for components */

.CodeMirror-fullscreen {
    z-index: 99999;
}

.jconfirm-content .select2-container--open {
    position: relative;
}

.select2-container--open {
    z-index: 99999999999;
}

.popover {
    z-index: 100000000 !important;
}

/* Select2 ReadOnly Start */
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }
/* Select2 ReadOnly End */


.header-navbar
.navbar-header
.navbar-brand {
    padding: 1rem 0 1rem 0;
}

.brand-logo {
    vertical-align: middle !important;
    width: 37px;
    height: 37px;
}


.alert-help {
    background-color: #e2e2e2 !important;
    border: 1px solid #cccccc !important;
    color: #222222 !important; /* Contrast ratio of 12.6:1 against the background */
}


.navbar-light .navbar-nav .nav-link {
    color:#595959 
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000
}

/* select 2 form-sm

    /* Match Bootstrap 4 form-control-sm */
.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.8125rem + 2px) !important;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

/* Text alignment */
.select2-container--bootstrap4 .select2-selection__rendered {
    line-height: 1.5 !important;
    padding-left: 0 !important;
}

/* Arrow container */
.select2-container--bootstrap4 .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

    /* Remove default arrow */
    .select2-container--bootstrap4 .select2-selection__arrow b {
        display: none;
    }

    /* Custom arrow */
    .select2-container--bootstrap4 .select2-selection__arrow::after {
        content: "▾";
        font-size: 0.75rem;
        color: #6c757d;
        line-height: 1;
    }
 