/* Admin site custom styles */

.admin-crm-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.admin-crm-container__message, .admin-crm-container__files {
    width: 47%;
    min-width: 600px;
    margin: 10px;
}

/* User panel custom styles */
.changePassword__container {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.styleAsButton {
    margin: 0 10px;
    text-decoration: none;
}

.alignLeft {
    text-align:left;
}
.myMessages__container {
    height: 540px;
}

.chatWindow__container {
    height: 100%;
}

.myMessages__list {
    overflow-y: auto;
    overflow-x: hidden;
}

.toggleMessage {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    margin-top:auto;
}

.messages {
    padding-bottom: 45px;
}

.accordion__title {
    font-size: 18px;
}

.messageItem.-new > .messageItem__newMessage {
    padding: 1px 2px;
}

.myMessages__link {
    cursor: pointer;
}

.customStyle {
    background-color: #f16e00;
    border: none;
    color: #fff;
}

.analysisDeleteButton{
    font-size: inherit;
    min-width: 20px;
    padding: 10px 15px;
}

.deleteFile {
    cursor: pointer;
    text-decoration: underline;
}

@media (max-width: 768px) {
 .fileDropzone .dropzone {
  min-width:260px;
 }
}

@media (max-width: 1024px) {
 .fileDropzone .dropzone {
  min-width:460px;
 }
}

@media (max-width: 1200px) {
 .fileDropzone .dropzone {
  min-width:460px;
 }
}

@media (max-width: 550px) {
 .fileDropzone .dropzone {
  min-width:260px;
 }
}

.styleAsText {
    background:none;
    border:none;
    margin: 10px 0 0 ;
    padding:0;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
    color: #000;
}
.changedFlexDirection {
    flex-direction: column;
}

.additionalButtonStyle {
    margin-bottom: 20px;
}

.smallDropzone {
    min-width: 140px !important;
    min-height: 100px !important;
    width:230px;
}

.smallDropzoneMargin div:first-child {
    margin-right: 0;
}

.smallDropzoneMargin {
    width: 510px !important;
}

@media (max-width: 767px) {
    .smallDropzoneMargin {
    width: 100px !important;
    }
}

.addMobileTextMargin{
    margin-top: 5px;
}

.temporarySelect {
    width: 100%;
    height: 50px;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    background: #f5f5f5;
    position: relative;
    border-radius: 50px;
    padding: 3px 15px;
    color: black;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 10px;
}

.customInput__error {
    top: 35%;
}


.tooltip__textContainer {
    max-width: 330px;
}

.customButton.-ghost {
    border: 2px solid #19202f;
}

.news__single {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 2px solid #f2961c;
}

.unreadMessage {
    display: none;
    width: 100%;
    padding: 20px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #f5f5f5;
    margin-bottom: 40px;
}

.selectric .button:after {
    background-image: url("../images/arrow-down.svg") !important;
}

.buttonHref {
    display: block;
    width: 115px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    line-height: 25px;
    margin: 10px auto;
    text-decoration: none;
}

.marginAdditional {
    margin-top: 0 !important;
    margin-bottom: 10px; !important;
}

.homeSection__number {
    padding: 10px 20px 15px 20px;
    font-size: 20px;
}

.dashboard__title__service {
    max-width: 100%;
    text-align: justify;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 20px;
}

.dashboard__title__analysis {
    max-width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 20px;
}

.dashboard__title__analysis__bolded {
    font-weight: 700;
}

.dashboard__title__analysis__mleft {
    margin-left: 10px;
}

.fileDropzone__container {
    padding-left: 0;
}

.-wrap {
    flex-wrap: wrap;
    margin-top: 15px;
}

.costAnalysis__drag {
    margin-bottom: 0 !important;
}

.fileDropzone__title {
    word-wrap: break-word;
}

.spaceBetweenDropzone {
    justify-content: space-between;
    align-items: flex-start;
}

.news__single > div > p {
    word-break: break-all;
}

.homeSection__box {
    transition: 300ms linear;
}

.homeSection__box:hover {
    transform: scale(1.03);
}

.clickableBox {
    text-decoration: none;
    color: inherit;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 0.5fr;
}

.justifyCenter {
    justify-self: center;
}

.customCheckboxWithLabel {
    margin-bottom: 0;
}

.fileDropzone__name_ {
    margin-bottom: 10px;
}

.fileDropzone__files {
    word-break: break-all;
    overflow-y: auto;
    height: 40%;
    width: 200px;
}

.file_Dropzone__buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 5px;
}

.headerBelow {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.-squared {
    border-radius: 0 !important;
    width: 100%;
}

.templateMessagesBox {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

pre {
    white-space: pre-wrap;
}
