/* Copyright (c) Microsoft Corporation.
Licensed under the MIT license. */

.send-dialog-field {
    font: 14px/20px "Segoe UI SemiBold", "segoe_ui_semibold", Tahoma, Arial, Helvetica;
    color: #323130;
    height: 20px;
    margin: 6px 0 0 24px;
    position: relative;
    width: 392px;
}

#send-coupon-title {
    margin-top: 0;
}

.title {
    border: 1px solid #A19F9D;
    border-radius: 2px;
    box-sizing: border-box;
    font: 14px/20px "Segoe UI Regular", "segoe_ui_regular", Tahoma, Arial, Helvetica;
    color: #323130;
    height: 30px;
    margin: 6px 24px 9px;
    padding: 5px 10px;
    width: 392px;
}

.input-content:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.input-content:focus-visible {
    box-shadow: 0 0 0 2px rgba(0,123,255,.5);
    outline: none;
}

.send-dialog-input {
    border: 1px solid #A19F9D;
    border-radius: 2px;
    box-sizing: border-box;
    font: 14px/20px "Segoe UI Regular", "segoe_ui_regular", Tahoma, Arial, Helvetica;
    height: 100px;
    margin: 6px 24px 0;
    padding: 5px 10px;
    resize: none;
    width: 392px;
}

.btn-insight-to-action-send {
    background: #FFF;
    border: 1px solid #669B61;
    border-radius: 4px;
    color: #669B61;
    cursor: pointer;
    font: 14px/28px "Segoe UI SemiBold", "segoe_ui_semibold", Tahoma, Arial;
    height: 30px;
    text-align: center;
    width: 64px;
}

.btn-insight-to-action-send:hover {
    background: rgba(102, 155, 97, 0.15);
}

.btn-insight-to-action-send:focus-visible {
    box-shadow: 0 0 0 2px rgba(0,123,255,.5);
    outline: none;
}

.btn-insight-to-action-send:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.btn-insight-to-action-send:active {
    background: #669B61;
    color: #FFF;
}

#send-dialog>.dialog-footer {
    border: none;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 64px;
    left: 0;
    padding: 15px 24px 20px;
    right: 0;
}