
.consultation-module-header {
    text-align: center;
    padding: 5px;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
}

.consultation-module-header-bg-color {
    background-color: #eef2f4;
}

.consultation-module-header-disable {
    display: none;
}

.consultation-module-header-scrollbar {
    border-radius: 5px;
    float: right;
    margin-right: 4px;
    position: relative;
    width: 3px;
}

.consultation-module-header-track {
    height: 100%;
    position: relative;
    width: 3px;
}

.consultation-module-header-thumb {
    background-color: #535c69 !important;
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    border-radius: 1px;
}

.consultation-module-header-field {
    text-align: left;
    font-size: 1.4em;
    padding: 5px 10px 0;
    position: relative;
    display: block;
}

.consultation-module-header-field-title {
    font-size: 11pt;
    margin-bottom: 8px;
    margin-top: 4px;
    font-weight: normal;
}

.consultation-module-header-required {
    font-size: 11px;
    left: 12px;
    top: -10px;
    color: #ddd;
    display: inline-block;
}

.consultation-module-floating.consultation-module-fixed {
    position: fixed;
    right: 0%;
    bottom: 20%;
    z-index: 9999;
    background-image: url(../userfiles/images/bg.jpg);
    height: 119px;
    width: 150px;
}

.consultation-module-modal.adv-modal .modal-header {
    max-width: 100%;
    box-sizing: border-box;
    font-size: 1.0rem;
    text-align: center;
}

.consultation-module-modal.adv-modal .modal-content {
    max-width: 100%;
    height: 60vh;
}
.consultation-module-modal-mobile-field {
    margin-top: -20px;
}
