a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbar-brand img {
        border: none;
        border-radius: 0rem !important;
        -moz-border-radius: 0rem !important;
        -webkit-border-radius: 0rem !important;
    }

.accordion {
    background-color: #e6e6e6; /* 90% gray */
    border: none;
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    color: #404040; /* 25% gray */
    cursor: pointer;
    padding: .5rem;
    text-align: left;
    outline: none;
    transition: 0.4s;
    width: 100%;
}

    .active, .accordion:hover {
        background-color: #cccccc; /* 80% gray */
    }

    .accordion:before {
        color: #6A1B9A; /* 35% purple */
        content: '\002B';
        font-weight: bold;
        float: left;
    }

.active:before {
    /* content: "\2212"; */
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.Background-dark-blue {
    background-color: #6A1B9A; /* 35% purple */
}

.bi {
    border-radius: 1rem !important;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    color: #6A1B9A; /* 35% purple */
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

.bi-AI::before {
    content: url(../images/AI.svg);
}

.bi-arrow-left, .bi-plus-circle, .bi-tools, .bi-play, .bi-play-btn-fill, .bi-AI {
    cursor: pointer;
}

.bi-arrow-down-up, .bi-cloud-arrow-down, .bi-file-pdf, bi-pencil {
}

.bi-arrow-down-up {
    cursor: grabbing;
}

.bi-save2 {
    color: blue;
}

.bi-trash, .bi-x-circle {
    color: orangered;
}

.bg-primary {
    background-color: #6A1B9A !important; /* 35% purple */
    border-color: #6A1B9A !important; /* 35% purple */
    color: white !important;
}

.bg-success {
    background-color: #6A1B9A !important; /* 35% purple */
    border-color: #6A1B9A !important; /* 35% purple */
    color: white !important;
}

.bg-danger {
    background-color: #b32d00 !important; /* 35% orange */
    border-color: #b32d00 !important; /* 35% orange */
    color: white !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.btn {
    background-color: #6A1B9A; /* 35% purple */
    border-color: #6A1B9A; /* 35% purple */
    border-radius: 1rem !important;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    color: white !important;
    cursor: pointer;
    font-size: .8rem !important;
    font-weight: bold;
    margin: .15rem;
}

    .btn:hover {
        background-color: #9f3cdd; /* 55% purple */
        color: white;
    }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #9f3cdd; /* 55% purple */
    }

.btn-disabled {
    cursor: not-allowed !important;
}

.btn-danger {
    background-color: #b32d00 !important; /* 35% orange */
    border-color: #b32d00 !important; /* 35% orange */
    color: white !important;
}

    .btn-danger:hover {
        background-color: #ff6600 !important; /* 50% orange */
    }

.btn-success {
    background-color: #6A1B9A !important; /* 35% purple */
    border-color: #6A1B9A !important; /* 35% purple */
    color: white !important;
}

    .btn-success:hover {
        background-color: #9f3cdd !important; /* 55% purple */
    }

.btn-secondary {
    background-color: #6b737b !important; /* 45% pearl */
    border-color: #6b737b !important; /* 45% pearl */
    color: white !important;
}

    .btn-secondary:hover {
        background-color: #9299a0 !important; /* 60% pearl */
    }

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.CheckStr::after {
    content: "\2713";
    color: #6A1B9A !important; /* 35% purple */
    font-size: 1.25rem;
    font-weight: 900;
}

.color-danger {
    color: orangered;
    font-weight: 900;
}

.color-success {
    color: blue;
    font-weight: 900;
}

.dropdown-menu {
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
}

.dropdonw-item:hover {
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
}

.file-upload {
    background-color: white;
    margin: 0 auto;
    padding: 1rem;
    width: 90%;
}

.file-upload-btn {
    background-color: #6A1B9A; /* 35% purple */
    border: none;
    border-bottom: 4px solid #6A1B9A; /* 35% purple */
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    color: white;
    font-weight: 700;
    margin: 0;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
    transition: all .2s ease;
    width: auto;
}

    .file-upload-btn:hover {
        background-color: #6A1B9A; /* 35% purple */
        color: white;
        cursor: pointer;
        transition: all .2s ease;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    cursor: pointer;
    height: 100%;
    margin: 0;
    opacity: 0;
    outline: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

.file-upload-wrap {
    border: 4px dashed #6A1B9A; /* 35% purple */
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    margin-top: 1rem;
    position: relative;
}

    .file-dropping, .file-upload-wrap:hover {
        background-color: #9f3cdd !important; /* 55% purple */
        border: 4px dashed white;
    }

.file-upload-audio-wrap {
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    height: 5vh;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-height: 5vh;
    overflow-y: auto;
}

.file-upload-audio {
    border: 4px dashed #0a58ca;
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    margin: auto;
    max-width: 100%;
}

.file-upload-image-wrap, .file-upload-video-wrap {
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    height: 50vh;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-height: 50vh;
    overflow-y: auto;
}

.file-upload-image, .file-upload-video {
    border: 4px dashed #0a58ca;
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    margin: auto;
    max-width: 100%;
}

.file-remove {
    background-color: #b32d00 !important; /* 35% orange */
    border: none;
    border-bottom: 4px solid #b02818;
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    font-weight: 700;
    color: white;
    margin: 0;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
    transition: all .2s ease;
    width: auto;
}

    .file-remove:hover {
        background-color: #b32d00 !important; /* 35% orange */
        color: white;
        cursor: pointer;
        transition: all .2s ease;
    }

    .file-remove:active {
        border: 0;
        transition: all .2s ease;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.form-label {
    font-weight: bold;
}

.grid {
    border: 1px solid;
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    overflow: hidden;
}

.gridHeader {
    background-color: #c5cbd3; /* 80% pearl */
    color: black;
    margin: 0px;
    padding: 0px;
    padding-right: 1rem;
    padding-top: .5rem;
}

    .gridHeader.row {
        margin-bottom: 0 !important;
    }

.gridBody {
    height: 60vh;
    max-height: 60vh;
    min-height: 60vh;
    overflow-y: scroll;
}

    .gridBody > .row {
        align-items: center;
        display: flex;
        margin-bottom: 0;
    }

        .gridBody > .row:nth-child(odd) {
            background-color: #d3d8de; /* 85% pearl */
        }

        .gridBody > .row:nth-child(even) {
            background-color: #e2e5e9; /* 90% pearl */
        }

        .gridBody > .row:hover {
            background-color: #f0f2f4; /* 95% pearl */
            cursor: default;
        }

.hidden {
    display: none;
}

.item .btn {
    margin: .2rem;
    padding: .2rem;
}

.item input {
    display: inline-block;
    margin-bottom: .2rem;
    margin-top: .2rem;
}

.nav-item, .dropdown-item {
    margin-right: 2rem;
}

.nav-item, .dropdown-item {
    font-size: 1rem !important;
    font-weight: bold;
}

    .nav-item:active {
        color: #9f3cdd !important; /* 55% purple */
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item:active {
        background-color: transparent !important;
        border-color: #6A1B9A; /* 35% purple */
        border-radius: 1rem;
        -moz-border-radius: 0rem;
        -webkit-border-radius: 1rem;
        color: #6A1B9A; /* 35% purple */
        font-size: larger;
        font-weight: bolder;
    }

.nav-link {
    color: #6A1B9A; /* 35% purple */
}

    .nav-link:hover {
        color: #9f3cdd; /* 55% purple */
    }

    .nav-link.active:hover {
        /* color: white; */
    }

.no-bullets {
    font-size: smaller;
    list-style-type: none;
    padding-left: 0;
}

.player {
    border: 1px solid;
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    display: block;
    height: 50vh;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.playerContent {
    border: 1px solid;
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    left: 50%;
    padding: 2rem;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
}

    .playerContent .bi {
        color: white !important;
    }

#popupBody {
    text-align: center;
}

.required::after {
    color: #ff6600; /* 50% orange */
    content: "*";
    margin-left: .1rem;
}

[role=dialog] .modal-content {
    border: 1px solid;
    border-radius: 1rem;
    -moz-border-radius: 0rem;
    -webkit-border-radius: 1rem;
    overflow: hidden;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text-danger {
    color: #b32d00 !important; /* 35% orange */
}

.text-dark:hover {
    color: #9f3cdd !important; /* 55% purple */
    font-weight: bolder !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blinker 1.5s linear infinite;
    color: #ff6600; /* 50% orange */
    font-size: x-large;
    font-weight: 900;
}
