.fusion-header-wrapper  {
    background-color: #36454f;
}

#app {
    min-height: 107px;
}

.chat-bubble {
    background-image: url("/partner_portal/images/chat-bubble.svg");
    cursor: pointer;
    background-position: -1.1rem -1.1rem;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    border: 1px solid rgba(54, 69, 79, 1);
    z-index: 100000;
}
 
.chat-bubble:active {
    filter: brightness(150%);
}

.breadcrumb-wrap {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
    background-color: #212355;
}

#breadcrumb-title {
    font-size: 30px;
}

#content {
    width: unset;
    float: none;
    background-color: #ffffff;
}

.region {
    padding-top: 15px;
}

#edit-chk-opt {
    border-width: 1px;
    border-radius: 4px;
    color: unset;
}

#footer {
    margin-top: 0;
    padding: 20px 30px;
    background: #36454f;
    border-top: 0;
}

#footer .fusion-copyright-notice {
    text-align: center;
}

h3#result-msg {
    color: #6699cc;
}

div.title-first {
    background-color: #212355;
}

div.title-seconds {
    background-color: #6699cc;
}

div.title-third {
    background-color: #da4167;
}

#dispute_submission {
    background-color: #cddeee;
    margin-top: 10px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 20px;
}

#dispute_submission input,textarea {
    color: #555;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

#dispute_submission input {
    height: 40px;
}

#dispute_submission textarea {
    height: 80px;
}

#dispute_submission input:focus {
    outline: unset;
}

#dispute_submission .block-left {
    width: 30%;
    padding-left: 10px;
}

#dispute_submission .block-right {
    width: 60%;
}

#dispute_submit_button_area {
    margin-bottom: 20px;
}

#dispute_submit_button {
   background-color: #36454f;
   color: #ffffff;
}

#dispute_submit_message {
   font-size: 24px;
   line-height: 40px;
   padding: 80px 40px;
   text-align: center;
}

#urlresult {
   margin-top: 20px;
   margin-bottom: 20px;
}

#urlresult table, th, td {
    border: none;
}

#register_form {
    margin-top: 20px;
    margin-bottom: 20px;
}

#register_form input {
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.grecaptcha-badge {
    visibility: hidden;
}

#db_version {
    display: none;
}

.description {
    margin-top: 10px;
}

.description_recaptcha {
    margin-top: 10px;
    font-size: 13px;
}

select[name="db_type"] {
    color: #000;
}