.USER_MESSAGES_CONTAINER {
    position: absolute;
    z-index: 9099;
    width: 550px;
    height: fit-content;
    top: 40%;
    left: 40%;
    margin-top: -100px;
    margin-left: -175px;
    padding: 10px;
    border: 1px solid grey;
    background-color: var(--ui-background);
    box-shadow: 10px 10px 10px black;
}

.USER_MESSAGES_LIST {
    width: 100%;
    height: fit-content;
    max-height: 320px;
    min-height: 200px;
    text-align: center;
    font-family: RobotoCondensedRegular;
    font-size: 20px;
    overflow: auto;
    padding-top: 30px;
    margin-bottom: 10px;
}

#user_messages_container_show_again {
    margin-left: 20px;
    margin-bottom: 20px;
    font-family: RobotoCondensedRegular;
    font-size: 20px;
}

#user_messages_container_show_again input {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 2px;
}

.USER_MESSAGES_BUT {
    width: 150px;
    height: 50px;
    float: right;
    padding-right: 18px;
    background-color: var(--interactive-01);
    margin-left: 10px;
}

.USER_MESSAGES_BUT:hover {
    background-color: var(--interactive-04);
}

.USER_MESSAGES_BUT_TEXT {
    color: var(--text-04);
    font-family: RobotoCondensedRegular;
    text-align: center;
    padding-top: 18px;
    font-size: 18px;
    text-decoration: none;
}

.USER_MESSAGES {
    padding-top: 5px;
}

.USER_MESSAGE_CONTAINER {
    /*padding-left:5px;*/
    float: left;
    width: 100%;
}

.USER_MESSAGE_TEXT {
    width: 100%;
    padding-top: 4px;
    float: left;
    word-break: break-word;
    font-family: RobotoCondensedRegular;
    color: var(--text-01);
    font-size: 23px;

}

.USER_MESSAGES_NEW_THEMES {
    position: absolute;
    z-index: 9999;
    width: 670px;
    left: 177px;
    top: 30%;
    box-shadow: 10px 10px 10px black;
    border: 1px solid #404040;
}

.USER_MESSAGES_CONTENT {
    width: 100%;
    height: 80px;
    text-align: center;
    font-size: 20px;
    overflow: auto;
    padding-top: 30px;
}

.USER_MESSAGES_CONTENT input {
    font-size: 20px;
}

.USER_MESSAGES_PASSWORD_TEXT {
    margin-left: 205px;
    font-size: 14px;
    font-weight: bold;
    color: red;
    text-align: left;
}

.message-icon-background {
    width: 80px;
    height: 80px;
    position: relative;
    /*left: 290px;*/
    border-radius: 50%;
    margin: auto;
    margin-bottom: 30px;

}

.message-icon {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#user_messages_password {
    width: 100%;
    height: fit-content;
    max-height: 320px;
    text-align: center;
    font-family: RobotoCondensedRegular;
    font-size: 20px;
    overflow: auto;
    padding-top: 30px;
    margin-bottom: 10px;
}

.USER_MESSAGES_CUSTOMIZE_OPTIONS_CONTAINER {
    position: absolute;
    z-index: 9099;
    width: 550px;
    height: fit-content;
    top: 40%;
    left: 40%;
    margin-top: -100px;
    margin-left: -175px;
    border: 1px solid grey;
    background-color: var(--ui-background);
    box-shadow: 10px 10px 10px black;
}

#user_messages_customize_options_text {
    padding: 0px 10px 20px 10px;
    height: 100%;
    font-family: 'RobotoCondensedRegular';
    font-size: 22px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#user_messages_customize_options_buttons {
    width: 100%;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
}

#user_messages_customize_options_buttons>div {
    float: inherit;
    padding: 0px 5px 0px 5px;
}