﻿html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: Arial;
}

#WhistleblowerPageContainer {
    display: inline-flex;
    width: 100vw;
    height: 100vh;
}

#WhistleblowerPageImage {
    display: flex;
    justify-content: center;
    background-color: #637BF3;
    width: 35%;
    align-items: center;
}

    #WhistleblowerPageImage img {
        width: 70%;
    }

#bf_WhistleblowertInfo {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    align-content: center;
    margin-top: 5%;
}

#WhistleblowerInfo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 3%;
}

#whistleblowerDescription {
    text-align: center;
    margin-bottom: 2%;
    font-size: 13px;
    color: #575d6c;
}

#whistleblowerTextAria {
    border-color: #575d6c;
    text-align: center;
    margin: 0 auto
}

#whistleblowerImage {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

#whistleblowerLabel {
    color: #575d6c;
    font-size: 13px;
    margin-top: 1%;
}

#whistleblowerText {
    display: flex;
    align-items: center;
    color: #637BF3;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
    padding-left: 5px;
}

#BtnContainer {
    display: inline-flex;
    flex-direction: row;
    position: relative;
    gap: 15px;
    justify-content: space-between;
    margin-top: 3%
}

.dx-texteditor-input::-webkit-scrollbar {
    width: 15px;
}

.dx-texteditor-input::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.dx-texteditor-input::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}

.dx-textarea .dx-placeholder {
    color: #575d6c;
}

.dx-textarea .dx-placeholder {
    color: #d2d6df;
    font-size: 14px;
}

.dx-button-text {
    font-size: 14px;
}

@media screen and (max-width:1000px) {
    #WhistleblowerPageImage {
        display: none !important;
    }

    #whistleblowerDescription {
        font-size: 11px !important;
        margin: 5% 3% !important;
    }

    #whistleblowerText {
        font-size: 27px !important;
    }

    #bf_WhistleblowertInfo {
        margin-top: 20%;
    }

    #whistleblowerLabel {
        margin-top: 1%;
        font-size: 12px !important;
    }

    #BtnContainer {
        display: flex !important;
        text-align: center;
        gap: 10px;
    }

    #whistleblowerTextAria {
        margin: 2% 5% !important;
    }

    .dx-textarea .dx-texteditor-input {
        font-size: 10px !important;
    }

    .dx-textarea .dx-placeholder {
        font-size: 11px;
        color: #d2d6df;
    }

    .dx-button-has-text .dx-button-content .dx-button-text {
        font-size: 11px;
    }
}
