#woo-mp .hndle .woo-mp-rating-request {
    display: block !important;
    float: right;
    font-weight: normal;
}

#woo-mp .hndle .woo-mp-rating-request a {
    font-size: 14px;
    text-decoration: none;
}

#woo-mp .hndle .woo-mp-rating-request .emoji {
    font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
}

#woo-mp .inside {
    margin: 0px;
    padding: 19px 26px 20px 26px;
}

#woo-mp .notice {
    position: relative;
    margin: 0px 0px 19px 0px !important;
}

@media (max-width: 782px) {
    #woo-mp .notice {
        padding: 5px 16px;
    }

    #woo-mp .notice.is-dismissible {
        padding-right: 46px;
    }
}

#woo-mp .notice-dismiss {
    right: 0;
    z-index: 1;
}

#woo-mp .notice-main {
    display: flex;
    margin: -5px;
}

#woo-mp .notice-main > * {
    margin: 5px
}

#woo-mp .notice-content {
    flex: 1;
    overflow: auto;
}

#woo-mp .details-button {
    position: relative;
    z-index: 1;
    margin: -2px -13px -2px 0;
    border-radius: 0;
    padding: 9px 12px;
    line-height: 20px;
}

#woo-mp .details-button:not(:focus):not(:active) {
    border-color: #c3c4c7;
}

#woo-mp .is-dismissible .details-button {
    margin-right: 0;
}

@media (max-width: 782px) {
    #woo-mp .details-button {
        margin: -6px -17px -6px 0;
        padding: 13px 16px;
    }
}

#woo-mp .notice-details {
    overflow: auto;
}

#woo-mp .notice-details-border {
    padding: 1px 0 2px 0;
}

#woo-mp .notice-details-border:before {
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 1px solid #c3c4c7;
    content: "";
}

@media (max-width: 782px) {
    #woo-mp .notice-details-border {
        padding: 5px 0 6px 0;
    }
}

#woo-mp .notice-card {
    margin: calc(1em + 2px) 2px calc(1em + 2px) 2px;
    border: 1px solid #c3c4c7;
    background-color: #f9f9f9;
}

#woo-mp .notice-card p {
    padding: 0;
}

#woo-mp .notice-card-header,
#woo-mp .notice-card-body {
    padding: 8px 12px;
}

#woo-mp .notice-card-header {
    border-bottom: 1px solid #c3c4c7;
}

#woo-mp .notice-card-body > :first-child {
    margin-top: 0;
}

#woo-mp .notice-card-body > :last-child {
    margin-bottom: 0;
}

#woo-mp .notice-card-code-block {
    overflow: auto;
}

#woo-mp .notice ul {
    list-style: disc;
    padding-left: 40px;
}

#woo-mp .notice ul ul {
    list-style: circle;
}

#woo-mp-main .button-link {
    height: inherit;
    line-height: inherit;
    text-decoration: none;
}

#woo-mp-main .button-link:hover,
#woo-mp-main .button-link:focus {
    background-color: transparent;
    transform: none;
}

#woo-mp-main .collapse-arrow:after {
    display: inline-block;
    width: 20px;
    height: 19px;
    text-decoration: inherit;
    font: normal 20px/1 dashicons;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -4px;
    letter-spacing: -8px;
    margin-top: -4px;
}

#woo-mp-main .collapse-arrow[aria-expanded="false"]:after {
    content: "\f140";
}

#woo-mp-main .collapse-arrow[aria-expanded="true"]:after {
    content: "\f142";
}

#woo-mp-main [data-panel]:not([data-current-panel]) {
    display: none;
}

#woo-mp-main .action-button-bar {
    margin: 19px -26px 0px -26px;
    padding: 19px 26px 0px 26px;
    border-top: 1px solid #c3c4c7;
}

#woo-mp-main .action-buttons {
    margin: -10px -5px 0 -5px;
}

#woo-mp-main .action-buttons .button {
    margin: 10px 5px 0 5px !important;
}

#woo-mp-main .action-buttons:after {
    content: "";
    display: table;
    clear: both;
}

#woo-mp-main .amount-column {
    text-align: right;
}

#woo-mp-main .payments-table-placeholder {
    padding: 38px;
    background-color: #f9f9f9;
    color: #8a8a8a;
    text-align: center;
    font-size: 15px;
}

#woo-mp-main .payments-table {
    max-height: 204px;
    overflow: auto;
    border: 1px solid #c3c4c7;
}

#woo-mp-main .payments-table table {
    border: none;
}

#woo-mp-main .payments-table.has-scrollbar table {
    border-right: 1px solid #c3c4c7;
}

@media (min-width: 497px) {
    #woo-mp-main .transaction-form {
        max-width: 300px;
    }
}

#woo-mp-main .invalid:focus {
    border-color: #d63638;
    box-shadow: 0 0 0 1px #d63638;
}

#woo-mp-main .field-row {
    display: flex;
    margin: -11px -4px;
}

#woo-mp-main .field-column {
    flex: 1;
    width: 0;
    padding: 11px 4px;
}

#woo-mp-main .field-row + .field-row .checkbox-field-column,
#woo-mp-main .field-row + .field-row .button-field-column {
    padding-top: 19px;
}

#woo-mp-main label {
    display: block;
    margin-bottom: 4px;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#woo-mp-main *::-webkit-inner-spin-button {
    margin-top: 1px;
}

#woo-mp-main .field {
    width: 100% !important;
}

#woo-mp-main input,
#woo-mp-main select {
    margin: 0;
}

#woo-mp-main .money-field {
    -moz-appearance: textfield;
}

#woo-mp-main .money-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#woo-mp-main .charge-amount-field-and-btn-container {
    display: flex;
    justify-content: space-between;
}

#woo-mp-main .charge-amount-field-and-btn-container .field {
    padding-right: 50%;
}

#woo-mp-main .charge-amount-field-and-btn-container .field::-ms-clear {
    display: none;
}

#woo-mp-main .charge-amount-autofill-btn {
    display: none;
    max-width: 50%;
    margin-left: -50%;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 0 4px 4px 0;
    outline: none;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    color: #777;
    cursor: pointer;
}

#woo-mp-main .charge-amount-autofill-btn:not(:focus) {
    border-left: none;
}

#woo-mp-main .charge-amount-autofill-btn:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: 2px solid transparent;
}

@media (max-width: 782px) {
    #woo-mp-main .charge-amount-autofill-btn {
        padding: 3px 10px;
        font-size: 14px;
    }
}

#woo-mp-main .checkbox-label {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    margin-bottom: 0;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 14px;
}

@media (max-width: 782px) {
    #woo-mp-main .checkbox-label {
        height: 40px;
        padding: 3px 10px;
        font-size: 16px;
    }

    #woo-mp-main .checkbox-label input {
        width: 24px;
        height: 24px;
    }
}

#woo-mp-main .upgrade-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#woo-mp-main .upgrade-text {
    margin-top: 0px;
    font-size: 18px;
}

#woo-mp-main .upgrade-button {
    width: 200px;
}
