/* Add here all your CSS customizations */
tr {
    vertical-align: middle;
}

/*.multiselect-selected-text {
    color: white;
}*/

.legendLabel {
    color: black;
}

html.dark .legendLabel {
    color: white;
}

#tableStats {
    margin-top: 3px;
}

.swal2-container {
    z-index: 20000 !important;
}

html.dark .dropdown-menu .dropdown-divider {
    opacity: 1.0;
}

.card-instructions {
    margin-top: 40px;
    color: rgb(200, 200, 200);
}

.rewards_program_description {
    font-weight: bold;
}

.rewards_program_survey_header {
    font-size: large;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.rewards_program_survey_subheader {
    /*font-size: medium;*/
    font-weight: normal;
    color: gray;
    margin-bottom: 20px;
}

.rewards_program_survey_question {
    font-size: medium;
    font-weight: bold;
    color: #5d8abb;
    margin-bottom: 10px;
}

.rewards_program_survey_question_description {
    font-size: small;
    font-weight: normal;
    color: #5c7897;
    margin-bottom: 20px;
}

.rewards_program_survey_question_answer {
    margin-bottom: 50px;
}

.rewards_company_logo {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.rewards_description {
    text-align: left !important;
}

.rewards_request_link {
    text-align: right !important;
}

.hide {
    display: none;
}

#select_role {
    font-size: 13px;
    color: #556174;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;    
}

.support_ticket_message_user {
    background-color: #e0f7fa;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    width: 90%;
    left: 0%;
    position: relative;
}

.support_ticket_message_support {
    background-color: #a3c3f5;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    width: 90%;
    left: 10%;
    position: relative;
}

.support_message_date {
    font-size: 10px;
    color: #333;
}

.support_message_content {
    font-size: 14px;
    color: #333;
}