body {
    background: #dedede;
}

.contact-box {
    background: white;
    padding: 20px;
    border: 1px solid #333;
    margin-bottom: 20px;
    margin: 20px 0;
    float: left;
    display: block;
    list-style: none;
}

.contact-box li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .contact-box {
        padding: 20px 0;
    }
    .contact-box li {
        width: 50%;
        padding-inline: 10px;
    }   
}

.contact-box h3 {
    color: black;
    text-decoration: underline;
}

.contact-box span {
    word-wrap: break-word;
    color: #ff9800;
}

@media screen and (min-width: 768px) {
    .eportal-view #publicMenu li {
        flex-basis: 25%;
    }    
}

.eportal-view .btn-cancel {
    display: none;
}

.index_exhibitorreg_section_21 .ip-group-col:not(.col-lg-12) .ip-buttonBar a {
    background: var(--primaryColor);
    color: var(--secondaryColor);
    transition: all ease 0.3s;
    border: unset;
    text-decoration: none;
    padding: 5px;
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
}

.index_exhibitorreg_section_21 .ip-group-col:not(.col-lg-12) .ip-buttonBar a:hover {
    color: var(--primaryColor);
    background-color: var(--secondaryColor);
}

.completeBox .fa {
    margin-right: 10px;
}

.allTasks {
    background: white;
}


/* FIX GRID LAYOUT */

@media screen and (min-width: 550px) and (max-width: 767px) {
    .index_exhibitorreg_review .ip-group-col.col-lg-3:has(.btn-block) {
        width: 50%;
        float: left;
    }
}


@media screen and (min-width: 768px) {
    .index_exhibitorreg_review .ip-group-col.col-lg-3:has(.btn-block) {
        width: 25%;
        float: left;
    }
}

.ip-button .new-registration {
    background: var(--primaryColor);
    padding: 5px 30px;
    color: black;
    transition: allease 0.3s;
    border: unset;
    cursor: pointer;
    text-decoration: none;
}

.new-registration:hover {
    color: var(--primaryColor);
    background-color: var(--secondaryColor);
}

.index_exhibitorreg_changepassword input.btn.btn-default.btn-submit {
    width: fit-content !important;
}