@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

:root {
    --tugende-pink: #eb0a6e;
    --tugende-purple: #280573;
    --tugende-dark-pink-gradient: #EE5198;
    --tugende-gray: #f6f7f9;
    --tugende-dark-gray: #ede7f6;
    --tugende-black: #757575;
}

body {
    font-family: "Montserrat", sans-serif !important;
    color: var(--tugende-purple);
    font-size: 18px;
    line-height: 1.7;
    background-color: #fff;
}

p {
    font-size: 18px;
}

.tugende-nav-link {
    color: var(--tugende-purple) !important;
}

.tugende-nav-link.active {
    color: #fff !important;
    background-color: var(--tugende-pink) !important;
    font-weight: bold;
}

.tugende-nav-link.active i {
    color: #fff !important;
}

#tugende-nav-link-notification-icon {
    color: var(--tugende-purple) !important;
}

.text-tugende-purple {
    color: var(--tugende-purple) !important;
}

.text-tugende-pink {
    color: var(--tugende-pink) !important;
}

.form-control {
    color: var(--tugende-purple) !important;
}

.form-control:focus {
    color: var(--tugende-purple) !important;
    border-color: rgba(40, 5, 115, 0.6) !important;
    border-width: medium;
}

.navbar-search.form-control:focus {
    color: #fff !important;
}

.tugende-top-nav {
    background-color: var(--tugende-purple) !important;
}

.tugende-top-nav-pink {
    background-color: var(--tugende-pink) !important;
}

.tugende-login-background {
    background-color: var(--tugende-pink) !important;
}

.tugende-dashboard-title {
    padding: 3px;
    margin-left: 15px;
    margin-right: 15px;
}

.branch-profile-stories-title {
    justify-content: space-between;
}

.branch-profile-more-stories-row {
    justify-content: center;
}

.branch-stories-row {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
    color: var(--tugende-purple) !important;
}

.list-group-item-link {
    padding: 0.65rem 3.8rem;
    font-size: 0.9rem;
}

.list-group-item-link.active {
    font-weight: 800;
}

.tugende-people-card-image {
    max-height: 6rem;
    max-width: 6rem;
    padding: 5px;
}

.staff-card {
    align-items: center;
    justify-content: center;
}

.btn-tugende-pink {
    color: #fff;
    background-color: var(--tugende-pink);
    border-color: var(--tugende-pink);
}

.btn-tugende-pink:hover {
    background-color: var(--tugende-pink);
    color: #fff !important;
}

.btn-tugende-pink:active {
    background-color: var(--tugende-pink);
}

.btn-tugende-purple {
    color: #fff;
    background-color: var(--tugende-purple);
    border-color: var(--tugende-purple);
}

.btn-tugende-purple:hover {
    background-color: var(--tugende-purple);
    color: #fff !important;
}

.btn-tugende-purple:active {
    background-color: var(--tugende-purple);
}

.people-profile-header {
    min-height: 380px !important;
}

.bg-gradient-tugende-pink {
    background-image: linear-gradient(87deg, var(--tugende-pink), var(--tugende-dark-pink-gradient))
}

.bg-tugende-pink {
    background-color: var(--tugende-pink);
}

.bg-tugende-purple {
    background-color: var(--tugende-purple);
}

.bg-tugende-gray {
    background-color: var(--tugende-gray);
}

.tugende-top-nav-brand-image {
    max-height: 42px;
}

.tugende-top-nav-link {
    font-weight: bold;
    font-size: 14px !important;
}

.top-nav-search-input {
    border: none !important;
    width: 60px !important;
}

.top-nav-search-input.active {
    width: 270px !important;
}

.login-lead-text {
    font-weight: 500;
}

.full-screen-footer-link {
    color: #fff;
}

.full-screen-footer-link:hover {
    color: #f8f8f8;
}

.full-screen-footer-link:active {
    color: var(--tugende-pink);
}

.tag {
    background-color: var(--tugende-purple);
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0 5px 10px 0;
    font-size: 14px;
    display: inline-block;
}

#doc_tags {
    padding: 10px;
    margin: 0 0 20px;
}

.tugende-news-author-image {
    max-height: 25px;
    padding: 0px 5px;
}

.tugende-news-title {
    font-weight: 700;
    font-size: 22px;
}

.tugende-news-title:hover {
    text-decoration: underline;
}

.tugende-news-title:active {
    text-decoration: underline;
}

.tugende-news-author-name {
    color: var(--tugende-pink);
    font-weight: 600;
    font-size: 14px;
}

.tugende-news-date {
    font-size: 14px;
}

.tugende-news-card-img {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.tugende-news-image-holder {
    width: 100% !important;
    height: 156px !important;
    overflow: hidden;
}

.tugende-add-news-title-input {
    color: var(--tugende-purple) !important;
    border: 2px solid #cad1d7 !important;
    font-size: 20px !important;
}

.tugende-add-news-title-label {
    font-size: 20px !important;
}

.tugende-add-news-story-label {
    font-size: 20px !important;
}

.tugende-add-news-story-input {
    color: var(--tugende-purple) !important;
    border: 2px solid #cad1d7 !important;
    font-size: 17px !important;
}

.tugende-add-news-save-btn {
    width: 300px !important;
}

#news-image-upload {
    opacity: 0;
}

#news-image-upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.news-image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}
.news-image-area::before {
    content: 'No Article Image';
    color: var(--tugende-purple);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
    z-index: 1;
}

.news-image-area img {
    z-index: 2;
    position: relative;
}

.image-input {
    border: 2px solid #cad1d7;
}

.tugende-news-article-title {
    font-weight: 800 !important;
}

.tugende-news-article-content {
    color: var(--tugende-purple);
    font-weight: 600;
}

.tugende-news-article-description {
    color: #6b5880 !important;
}

small.news-article-small {
    font-size: 70%;
}

p.news-article-card-description {
    font-size: 16px;
    font-weight: 400;
}

div.news-card-description {
    height: 100px;
}

div.tugende-news-article-card-title {
    height: 90px;
}

div.left-border-pink {
    border-left: 1px solid var(--tugende-pink);
}

.tugende-news-author-article-image {
    max-height: 25px;
    padding: 0px 2px;
}

.tugende-news-article-image {
    max-height: 300px;
    width: auto;
    max-width: 100%;
}

.character-counter {
    font-weight: 600 !important;
    font-size: 13px !important;
}

#id_comment.exceeds {
    border: 2px solid red;
}

#id_comment.exceeds:focus {
    border: 2px solid red !important;
}

.character-counter.exceeds {
    color:red;    
}

.tugende-article-comments-img {
    max-height: 50px;
    padding: 0px 5px;
}

hr.tugende-line {
    border-top: 1px solid rgba(235, 10, 110, 1);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

hr.tugende-line-thick {
    background: var(--tugende-pink);
    height: 2px;
    border-top: 1px solid var(--tugende-pink);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

a.read-full-story-link {
    color: var(--tugende-purple);
}

a.read-full-story-link:active {
    text-decoration: underline;
}

a.read-full-story-link:hover {
    text-decoration: underline;
}

.article-actions {
    justify-content: flex-end;
}

.tox-tinymce {
    border: 2px solid #cad1d7 !important;
    border-radius: 0.375rem !important;
}

.publish-date {
    color: var(--tugende-purple) !important;
    border: 2px solid #cad1d7 !important;
}

.datepicker table tr td.active, 
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    background: var(--tugende-pink) !important;
}

.card-no-border {
    border: none !important;
}

input.tugende-people-search {
    border: 1px solid #d3d3d3 !important;
    border-left: none !important;
}

div.tugende-people-search-prepend {
    border: 1px solid #d3d3d3 !important;
    border-right: none !important;
    border-radius: 0.375rem 0rem 0rem 0.375rem;
}

div.tugende-people-search-prepend + input.tugende-people-search:focus {
    border-color: var(--tugende-purple) !important;
}

div.tool-card {
    border: 1px solid rgba(40, 5, 115, 0.6);
    align-items: center;
    justify-content: center;
}

div.tool-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
}

div.featured-title {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

label.tugende-label {
    font-size: 16px !important;
}

ul.search-results-list {
    padding-inline-start: 30px;
    list-style-type: none;
    border: 1px solid #d3d3d3;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
}

li.search-result {
    padding: 5px 5px 5px 5px;
    margin-left: -20px;
    font-size: 16px;
}

li.search-result:hover {
    cursor: pointer;
    color: var(--tugende-pink);
}

img.loader {
    height: 60px;
}

p.feature-description-text {
    font-size: 16px;
    margin-left: 13px;
}

a.feature-details-link {
    font-size: 16px; 
    color: var(--tugende-purple);
}

a.feature-details-link:hover {
    cursor: pointer;
    text-decoration: underline;
    color: var(--tugende-pink);  
}

div.metric-content tr:first-child {
    background-color: var(--tugende-pink);
    color: #fff;
}

div.metric-content td {
    text-align: center;
}

.table .thead-pink th {
    background-color: var(--tugende-pink);
    color: #fff;
}

.table td {
    white-space: normal;
}

.header-input {
    background-color: var(--tugende-dark-gray);
}

.header-input::placeholder {
    color: #000;
}

.page-item.active .page-link {
    background-color: var(--tugende-purple);
    border-color: var(--tugende-purple);
}

div.input-group-addon {
    font-size: 15px;
    padding: 10px;
    border: 1px solid #cad1d7;
    height: calc(2.75rem + 2px);
}

input.custom-date-input {
    padding-left: 10px !important;
}

input.custom-date-input:focus {
    border-right-width: medium !important;
    border-left-width: medium !important;
}

@media screen and (max-width: 768px) {
    .tugende-top-nav-brand-image {
        padding-left: 1.32rem;
        padding-right: 1.32rem;
    }

    div.left-border-pink {
        border-left: none;
    }

    div.news-article-description-row {
        height: auto;
        max-height: 88px;
    }    
}

@media screen and (min-width: 992px) {
    .modal-tugende-lg {
        max-width: 1200px;
    }
    
}