/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
/* Transdirect css */

/* css for admin side td settings page  */

.td-btn-warning,
.td-btn-api-key {
    color: #fff;
    background-color: #f60;
    border-color: #e65c00;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.td-btn-warning,
.td-btn-warning:focus {
    color: #fff !important;
    background-color: #f60 !important;
    border-color: #e65c00 !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.transdirect-header {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 16px;
}

.transdirect-header img {
    margin-right: 24px;
}

.transdirect-header a {
    margin-right: 12px;
    padding: 4px 8px;
    text-decoration: none;
}