@charset "UTF-8";


.statusBlock {
    padding-left: 0px;
}

.statusBlock * {
    white-space: pre-line;
}

/*#region Stagemarkt */

[data-theme="stm"] * {
    font-size: 1.7rem !important;
}

[data-theme="stm"] a:hover{
    color:darkred;
}

[data-theme="stm"] label,
[data-theme="stm"] a,
[data-theme="stm"] button,
[data-theme="stm"] h5 {
    font-size: 1.7rem !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
}

[data-theme="stm"] h5 {
    font-size: 1.8rem !important;
    font-style: normal;
    color: #ca261a;
}

[data-theme="stm"] a {
    font-size: 1.6rem !important;
    font-style: normal;
    font-weight: normal;
    color: #ca261a;
}
[data-theme="stm"] .btn-chatstart {
    font-family: 'Barlow Condensed', sans-serif;
    background: #ca261a;
    border-color: #ca261a;
    color: #fff;
    height: 50px;
    display: block;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    min-width: 90px;
    height: 90px;
    position: fixed;
    top: 25%;
    right: 0px;
    margin: 0px;
}

.speaker {
    font-family: "galano-grotesque", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}

[data-theme="stm"] .btn-chatstart:hover {
    background-color: #a0121d;
    color: #fff;
    box-shadow: none;
}
.headerBlock {
    padding-left: 0px !important;
}
[data-theme="stm"] .btn-chatstart-icon {
    font-size: 1.9em;
    display: block;
    line-height: 1.2em;
    text-align: center;
}

/*#endregion */

/*#region Leerbanenmarkt */

[data-theme="lbm"] * {
    font-size: 1.7rem !important;
}

[data-theme="lbm"] label,
[data-theme="lbm"] a,
[data-theme="lbm"] button,
[data-theme="lbm"] h5 {
    font-size: 1.7rem !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
}

[data-theme="lbm"] h5 {
    font-size: 1.8rem !important;
    font-style: normal;
    color: #2361a4;
}

[data-theme="lbm"] a {
    font-size: 1.6rem !important;
    font-style: normal;
    font-weight: normal;
    color: #2361a4;
}

[data-theme="lbm"] .btn-chatstart {
    font-family: 'Barlow Condensed', sans-serif;
    background: #2361a4;
    border-color: #2361a4;
    color: #fff;
    height: 50px;
    display: block;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    min-width: 90px;
    height: 90px;
    position: fixed;
    top: 25%;
    right: 0px;
    margin: 0px;
}

[data-theme="lbm"] .btn-chatstart:hover {
    background-color: #153d68;
    color: #fff;
    box-shadow: none;
}

[data-theme="lbm"] .btn-chatstart-icon {
    font-size: 1.9em;
    display: block;
    line-height: 1.2em;
    text-align: center;
}

/*#endregion */

/*#region SBB Corp */

[data-theme="corp"] * {
    font-size: 1rem !important;
}

[data-theme="corp"] a:hover {
    color: #00ad89;
}

[data-theme="corp"] label,
[data-theme="corp"] a,
[data-theme="corp"] button {
    font-size: 1rem !important;
    font-style: normal;
}
[data-theme="corp"] btn-start-chat {
    background-color:#00ad89 !important;
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 200, 'opsz' 20
}

#chatMessage {
    max-height: 127px;
    overflow: auto;
    overflow-x: hidden;
}
#chatMessage::-webkit-scrollbar-track {
    background-color: white;
}

#chatMessage::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#chatMessage::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: darkgray;
}
[data-theme="corp"] h5 {
    font-family: "galano-grotesque", sans-serif;
    font-size: 1.3rem !important;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    margin: auto;
    padding-left: 0 !important;
}

[data-theme="corp"] p {
    font-family: "Open Sans Regular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

[data-theme="corp"] a {
    font-family: "Open Sans Regular", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

[data-theme="corp"] a {
    font-size: 1.1rem !important;
    font-style: normal;
    font-weight: normal;
    color: #00ad89;
}

[data-theme="corp"] .btn-chatstart {
    background: #00ad89;
    border-color: #00ad89;
    color: #fff;
    display: block;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    min-width: 90px;
    height: 90px;
    position: fixed;
    top: 25%;
    right: 0px;
    margin: 0px;
}

[data-theme="corp"] .btn-chatstart:hover {
    background-color: #009072;
    color: #fff;
    box-shadow: none;
}

[data-theme="corp"] .btn-chatstart-icon {
    font-size: 1.5em;
    display: block;
    line-height: 1.2em;
    text-align: center;
}


/*#endregion */

/*#region Bootstrap overwrite */

.bootstrap-iso .modal-dialog {
    max-width: 450px;
    margin-bottom: 10px;
    margin-right: 0;
}

.bootstrap-iso .modal-content {
    background-color: #F1F5F8;
}

.bootstrap-iso .modal-title {
    background-color: transparent;
    margin-left: 0;
}

.bootstrap-iso .modal-title-chaticon {
    font-size: 2.2em;
    line-height: 1em;
    color: #8e8e8e;
}

.bootstrap-iso .modal-body-chat {
    padding: 0em;
    background-color: #F1F5F8;
    height: 100%;
}

.bootstrap-iso .list-group-flush {
    overflow-y: scroll;
    height: 400px;
    max-height: 400px;
}

.bootstrap-iso .list-group-item {
    padding: 0em;
    border: none;
    margin: 0em;
    background-color: transparent;
}

.bootstrap-iso .close {
    color: #000;
}

.bootstrap-iso .form-control {
    border: 1px solid #e0e0e0;
    border-radius: .15rem;
    color: #000;
}

.bootstrap-iso .form-control:focus {
    border-color: #505050;
    box-shadow: none;
}

.bootstrap-iso a {
    text-decoration: underline;
    background-color: transparent;
}

.bootstrap-iso .row-message {
    margin-bottom: 0em;
}

.bootstrap-iso .row-message label {
    margin-left: 0.8em;
}

.message {
    word-wrap: break-word;
}

.bootstrap-iso .row-message .form-control {
    border: none;
    min-height: 100px;
}

.bootstrap-iso button:focus {
    border-color: none;
    box-shadow: none;
}

.bootstrap-iso .modal-footer .btn-primary {
    border-color: #fff;
    color: white;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

#chat__chatsend__btn {
    border-radius: 38px;
    padding-top: 14px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 15px;
}

[data-theme="corp"] .btn-primary {
    background-color: #00AD89 !important;
}

[data-theme="stm"] .btn-primary {
    background-color: gray !important;
}
.bootstrap-iso .modal-footer .btn-primary:hover {
    box-shadow: none;
}

.bootstrap-iso .modal {
    right: 0px !important;
    width: 450px !important;
    left: unset !important;
    height: 700px !important;
}

@media only screen and (max-width: 600px) {
    .bootstrap-iso .modal {
        width: 100% !important;
    }
}

[data-theme="stm"] .btn-primary:hover {
    background-color: green;
}
[data-theme="corp"] .btn-primary:hover {
    background-color: #009072;
}
.bootstrap-iso .modal-footer .btn-primary .fa-solid {
    color: #fff
}
.statusBlock{
    padding-left: 0px !important;
}
@media only screen and (max-width: 600px) {
    [data-theme="corp"] .btn-chatstart {
        max-width: 60px;
        min-width: 60px;
    }
}

.bootstrap-iso .modal-footer .btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.bootstrap-iso .modal-footer .btn-secondary:hover {
    background-color: #8d8d8d;
    box-shadow: none;
}

.bootstrap-iso .badge-secondary {
    color: #000;
    background-color: #eeeeee;
}

.bootstrap-iso button:focus {
    outline: none;
}

@media (max-width: 767px) {
    .bootstrap-iso .modal-dialog {
        margin: 0;
        height: 100%;
        max-width: 100%;
    }
}

/*#endregion */

/*#region Theme debug */

#debug {
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: rgb(180, 180, 180);
}
.closeModalButton {
    opacity: 1 !important;
}
.timestamp {
    color: #666666;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
}

.msg {
    padding: 7px 10px 7px 10px;
    margin: 0.5em 0 0em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 8px;
    width: 80%;
}

.msg.left {
    background-color: #fff;
    margin-left: 1em;
    float: left;
}
.msg.right {
    background-color: #DBDBDB;
    margin-right: 1em;
    float: right;
}
.bootstrap-iso .modal-header .close {
    padding: 0px !important;
    margin: auto !important;
}
.bootstrap-iso textarea.form-control {
    resize: none;
}
.bootstrap-iso .modal-header .close span {
    font-size: 24px !important;
}

#btn__startchat {
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: 700;
    font-family: "Open Sans Regular", sans-serif;
}

#btn_startchat__icon{
    font-size:24px !important;
    margin-left:3px;
}
#chatstart__icon {
    font-size: 1.5em !important;
}
#chat__chatsend__icon{
    font-size:20px !important;
}
/*#endregion */