c-v-miawpre-chat.containerArea {
    width: 100%;
    height: 100% !important;
}

.vmiaw-prechat {
    padding: 18px 18px 14px;
    background: #fff;
    box-sizing: border-box;
    font-family: Georgia, "Times New Roman", Times, serif;
    height: 100% !important;
}

/* Header */
.vmiaw-prechat__header {
    text-align: center;
    margin-bottom: 18px;
}

.vmiaw-prechat__hero {
    width: 100%;
    height: 86px;
    background-image: url("https://d1yvdgbmeqok5q.cloudfront.net/prod/img/PreChatHeader_CO_grey.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 4px 0 10px;
}

.vmiaw-prechat__title {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    color: #2d2929;
}

.vmiaw-prechat__subtitle {
    margin: 6px 0 0;
    font-size: 16px;
    color: #2d2929;
}

/* Fields */
.vmiaw-field {
    margin: 14px 0;
}

.vmiaw-label {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #2d2929;
    margin-bottom: 6px;
}

.vmiaw-required {
    color: #b00020;
    margin-right: 2px;
}

.vmiaw-input {
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
    padding: 6px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.vmiaw-input:focus {
    border-color: #7a7a7a;
}

.vmiaw-selectWrap {
    position: relative;
}

.vmiaw-selectTrigger {
    width: 100%;
    min-height: 34px;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
    padding: 6px 34px 6px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
    background: #fff;
    color: #2d2929;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.vmiaw-selectTrigger:focus,
.vmiaw-selectTrigger--open {
    border-color: #7a7a7a;
}

.vmiaw-selectValue {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vmiaw-selectValue--placeholder {
    color: #555;
}

.vmiaw-selectCaret {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
    transform: translateY(-30%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #2d2929;
}

.vmiaw-dropdownMenu {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #b9b9b9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.vmiaw-dropdownList {
    margin: 0;
    padding: 4px 0;
    list-style: none;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    outline: none;
}

.vmiaw-dropdownItem {
    padding: 8px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #2d2929;
    cursor: pointer;
    background: #fff;
}

.vmiaw-dropdownItem--highlighted {
    background: #f3f3f3;
}

.vmiaw-dropdownItem--selected {
    font-weight: 600;
}

.vmiaw-dropdownItem--selected.vmiaw-dropdownItem--highlighted {
    background: #ececec;
}

/* Help text */
.vmiaw-helptext {
    margin: 8px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2d2929;
}

/* Buttons */
.vmiaw-prechat__footer {
    margin-top: 14px;
}

.vmiaw-btn {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.vmiaw-btn--primary {
    background: #3f474f;      /* dark gray button */
    color: #fff;
    border: 1px solid #3f474f;
}

.vmiaw-btn--primary:hover {
    filter: brightness(0.95);
}

.vmiaw-btn--secondary {
    background: #fff;         /* white button */
    color: #000;
    border: 1px solid #000;
}

.vmiaw-btn--secondary:hover {
    background: #f6f6f6;
}

/* Recording text */
.vmiaw-recording {
    margin: 10px 0 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #2d2929;
    line-height: 1.25;
}

.vmiaw-recording a {
    color: #2d2929;
    text-decoration: underline;
}

/* Unavailable message */
.vmiaw-unavailable {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #2d2929;
}