﻿.messages-breadcrumbs-container {
    padding: 20px 0;
}

    .messages-breadcrumbs-container h1 {
        font-family: Raleway;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px
    }

.button-messages-wrapper, 
.message-tabs-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 .5em;
    border-bottom: 1px solid var(--brand-navy, #194A8B);
}

.button-messages-wrapper {
    border-bottom: none;
}
.message-tabs-wrapper #messages,
.message-tabs-wrapper #archieved {
  font-size: 20px;
}
.my-form-smaller {
    padding: 0;
}

.navbar-container {
    margin-bottom: 60px !important;
}

.mat-primary {
    background: var(--brand-blue, #3672C0);
    color: var(--text-light, #F0F5FF);
}

.mat-btn {
    border-radius: 4px;
    padding: 12px 12px;
    gap: 4px;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-shadow: none;
    box-shadow: none;
    outline: 0;
    border: none;
    transition: all .3s;
}

.mat-outlined {
    background: transparent;
    color: var(--brand-navy, #194A8B);
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    transition: all .35s;
}

    .mat-outlined:hover,
    .mat-outlined:focus {
        background: transparent;
        color: var(--brand-navy, #194A8B);
        font-family: Raleway;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        border-bottom: 2px solid var(--brand-navy, #194A8B);
        outline: none!important;
    }

.btn-primary.gray {
    background: transparent;
    color: var(--text-secondary, #5D616B);
}

.btn-primary.gray:hover,
.btn-primary.gray:focus {
    background: transparent;
    color: var(--text-secondary, #5D616B);
    border-bottom: 2px solid #5D616B;
}

.btn-action {
    margin-bottom: 2px;
}
.well {
    padding: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
/*message-unit*/
.message-unit {
    display: flex;
    padding: 20px 0 20px;
    align-items: flex-start;
    gap: 24px;
    max-width: 100%;
    align-self: stretch;
    border-bottom: 1px solid var(--extra-dark-gray, #B9B9B9);
    background: var(--surface-off-white, #F9F9FB);
}
    .message-unit > div {
      width: 100%;
    }
    .message-category a {
        color: var(--text-secondary, #5D616B);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        margin-bottom: 5px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
.message-subject a{
    color: var(--text-primary, #071125);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 141.176% */
}
.message-date {
    color: var(--text-secondary, #5D616B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    margin-bottom: 5px;
    text-align: right;
}
.message-status {
    color: var(--text-primary, #071125);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    display: flex;
    align-items: center;
}
    .message-status span {
        padding-left: 5px;
    }

.last-message {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.form.has-form-feature {
    padding: 0 10px;
}
.form.has-form-feature label.control-label {
    color: var(--text-secondary, #5D616B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
h4.modal-title {
    color: var(--text-primary, #071125);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 0 15px;
}

.form.has-form-feature input::placeholder {
    color: var(--text-disabled, #A6A8AC);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/*Details.cshtml and MessagesList*/
.modal-title-wrappper {
    position: relative;
}
.btn-pdf-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: -5px -20px 40px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px 15px 25px;
}

    .btn-pdf-wrapper input, .seen-btn {
        padding: 0;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Raleway;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        color: var(--brand-blue, #3672c0);
        transition: all .5s;
    }
    .btn-pdf-wrapper input:hover,
    .seen-btn:hover {
        color: var(--brand-blue, #3672c0);
    }
    .btn-pdf-wrapper input.btn-download {
        color: var(--brand-blue, #3672C0);
    }
    .btn-pdf-wrapper input.btn-stop {
        color: var(--extra-error-red, #BB3931);
    }
.textArea-wrapper .btn-add-message {
    background: var(--brand-blue, #3672C0);
    color: var(--text-light, #F0F5FF);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}
.discussion-view .mine .message {
    background-color: #E9F1FC;
    color: #071125;
}
.discussion-view .not-mine .message.unseen,
.discussion-view .not-mine .message {
    background: #EFEEEE;
    color: #071125;
}
.message-control-label {
    color: var(--text-secondary, #5D616B);
    font-feature-settings: 'clig' off, 'liga' off;
    /* L/Body 2 */
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
}
.mark-seen-view {
    padding-left: 3px;
}
.not-mine h6, .mine h6 {
    color: var(--text-secondary, #5D616B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.textArea-wrapper {
    position: relative;
}
    .textArea-wrapper button[type=submit] {
        position: absolute;
        bottom: 0;
        left: 10px;
    }
.textArea-wrapper textarea{
    padding-bottom: 65px;
}

.my-dropzone.my-mat-dropzone {
    background: var(--extra-light-gray, #EFEEEE);
    border-radius: 3px;
    padding: 0 10px 10px 15px;
    min-height: auto;
    width: 240px;
}
.mat-charge-span {
    color: var(--brand-blue, #3672C0);
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.my-dropzone.my-mat-dropzone img {
    padding-top: 5px;
}
.mat-stop-btn {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #BB3931;
    background: #fff;
    border: none;
    transition: all .5s;
}
    .mat-stop-btn:hover,
    .mat-stop-btn:focus {
        background: #cd2a192e;
        color: #BB3931;
    }
/*account change*/
.mat-h2-heading {
    color: var(--text-primary, #071125);
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 50px;
}
.mat-profile-heading {
    color: var(--brand-navy, #194A8B);
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    bottom: -10px;
}
.mat-hr {
    border-top: 1px solid #194A8B;
    margin: 5px 0 0;
}
.btn-profil-current, .set-profile {
    color: var(--extra-success-green, #3CBB31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 0
}
    .btn-profil-current:hover, .btn-profil-current:focus,
    .set-profile:focus, .set-profile:hover {
        text-decoration: none;
        color: #2c8f24;
        transition: all .5s;
    }
.btn-profil-current img {
    max-width: 18px;
}
.check-circle {
    display: inline-block;
    width: 20px;
    margin-top: -3px;

}
.set-profile {
    color: var(--brand-blue, #3672C0);
}
    .set-profile:focus, .set-profile:hover {
        color: #26528b;
    }
.add-profile-btn {
    display: inline-block;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: var(--brand-blue, #3672C0);
    color: var(--text-light, #F0F5FF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 1px;
    border: none;
    margin-bottom: 1px;
}
/*end account change*/
@media (max-width: 768px) {
    h2.mat-h2-heading {
        font-size: 20px !important;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .mat-profile-heading {
        font-size: 16px;
        font-weight: 500;
        bottom: 5px;
    }
}

@media (max-width: 576px) {
    .messages-container {
    padding: 0;
    }
    .well {
        padding: 0;
    }
    .message-unit {
        margin-left: 0px;
        padding: 10px 0 10px 0px;
    }
    .mat-btn {
        border-radius: 2px;
        padding: 10px 10px;
        gap: 4px;
        font-size: 14px;
        line-height: 20px;
    }
    .mat-accordions {
        margin: 0 0 0!important;
    }
    /*mesagerie*/
    .btn-pdf-wrapper {
        margin: -5px -20px 10px;
    }
    .btn-pdf-wrapper input {
        font-size: 12px;
    }
    .btn-pdf-wrapper img {
        max-width: 16px;
    }
    .mat-h2-heading {
        margin-bottom: 10px;
    }
    h2.mat-h2-heading {
        font-size: 19px!important;
        font-weight: 600;
        margin-bottom:5px;
    }
    .mat-profile-heading {
        font-size: 16px;
        font-weight: 500;
        bottom: 5px;
    }
    ul.breadcrumbs-list li {
        padding: 0;
    }
}