.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: rgba(10, 25, 45, 0.7);
    border: 1px solid rgba(0, 212, 255, 0.3);
    color: rgba(0, 212, 255, 0.7);
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0;
}

.el-button + .el-button {
    margin-left: 10px
}

.el-button:hover {
    color: #00d4ff;
    border-color: rgba(0, 212, 255, 0.6);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.25);
}

.el-button::-moz-focus-inner {
    border: 0
}

.el-button [class*=el-icon-] + span {
    margin-left: 5px
}

.el-button.is-plain:hover {
    color: #00d4ff;
    border-color: rgba(0, 212, 255, 0.6);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.25);
}

.el-button.is-plain:active {
    outline: 0
}

.el-button.is-disabled, .el-button.is-disabled:hover {
    cursor: not-allowed;
}

.el-button.is-disabled.el-button--text {
    background-color: transparent
}

.el-button.is-loading {
    position: relative;
    pointer-events: none
}

.el-button.is-loading:before {
    pointer-events: none;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, .35)
}

.el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px
}

.el-button.is-circle {
    border-radius: 50%;
    padding: 12px
}

.el-button--primary {
    color: #66b1ff;
    background-color: rgba(24, 144, 255, 0.08);
    border-color: rgba(24, 144, 255, 0.3);
}

.el-button--primary:hover {
    border-color: rgba(39, 150, 255, 0.3);
    color: #6eb5ff;
    box-shadow: 0 0 15px rgba(39, 150, 255, 0.25);
}

.el-button--primary.is-plain {
    color: #66b1ff;
    background-color: rgba(24, 144, 255, 0.08);
    border-color: rgba(24, 144, 255, 0.3);
}

.el-button--primary.is-plain:hover {
    border-color: rgba(39, 150, 255, 0.3);
    color: #6eb5ff;
    box-shadow: 0 0 15px rgba(39, 150, 255, 0.25);
}

.el-button--success {
    color: #52c41a;
    background-color: rgba(82, 196, 26, 0.15);
    border-color: rgba(82, 196, 26, 0.4);
}

.el-button--success:hover {
    color: #64ee20;
    border-color: rgba(82, 196, 26, 0.4);
    box-shadow: 0 0 15px rgba(82, 196, 26, 0.25);
}

.el-button--success:active {
    outline: 0
}

.el-button--success.is-plain {
    color: #64ee20;
    border-color: rgba(82, 196, 26, 0.4);
}

.el-button--success.is-plain:hover {
    color: #64ee20;
    border-color: rgba(82, 196, 26, 0.4);
    box-shadow: 0 0 15px rgba(82, 196, 26, 0.25);
}

.el-button--warning {
    color: #ffaa00;
    background-color: rgba(255, 170, 0, 0.15);
    border-color: rgba(255, 170, 0, 4);
}

.el-button--warning:hover {
    background: rgba(255, 170, 0, 0.15);
    border-color: rgb(255, 204, 0);
    color: #ffc400;
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.25);
}

.el-button--warning:active {
    outline: 0
}

.el-button--warning.is-plain {
    color: #ffaa00;
    background-color: rgba(255, 170, 0, 0.15);
    border-color: rgba(255, 170, 0, 4);
}

.el-button--warning.is-plain:hover {
    background: rgba(255, 170, 0, 0.15);
    border-color: rgb(255, 204, 0);
    color: #ffc400;
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.25);
}

.el-button--danger {
    color: #ff4d4f;
    background-color: rgba(255, 77, 79, 0.15);
    border-color: rgba(255, 77, 79, 0.4);
}

.el-button--danger:hover {
    border-color: rgba(253, 83, 85, 0.4);
    color: #fd5355;
    box-shadow: 0 0 15px rgba(253, 83, 85, 0.25);
}

.el-button--danger:active {
    outline: 0
}

.el-button--danger.is-plain {
    color: #ff4d4f;
    background-color: rgba(255, 77, 79, 0.15);
    border-color: rgba(255, 77, 79, 0.4);
}

.el-button--danger.is-plain:hover {
    border-color: rgba(253, 83, 85, 0.4);
    color: #fd5355;
    box-shadow: 0 0 15px rgba(253, 83, 85, 0.25);
}

.el-button--info {
    color: #909399;
    border-color: #909399
}

.el-button--info:hover {
    border-color: #a6a9ad;
    color: #FFF
}

.el-button--info:active {
    outline: 0
}

.el-button--info.is-plain {
    color: #909399;
    border-color: #d3d4d6
}

.el-button--info.is-plain:hover {
    border-color: #909399;
    color: #FFF
}

.el-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px
}

.el-button--mini, .el-button--small {
    font-size: 12px;
    border-radius: 0;
}

.el-button--medium.is-round {
    padding: 10px 20px
}

.el-button--medium.is-circle {
    padding: 10px
}

.el-button--small, .el-button--small.is-round {
    padding: 9px 15px
}

.el-button--small.is-circle {
    padding: 9px
}

.el-button--mini, .el-button--mini.is-round {
    padding: 7px 15px
}

.el-button--mini.is-circle {
    padding: 7px
}

.el-button--text {
    border-color: transparent;
    color: #66b1ff;
    background: 0 0;
    padding-left: 0;
    padding-right: 0
}

.el-button--text:hover {
    color: #00d4ff;
    box-shadow: none;
    border-color: transparent;
    background-color: transparent
}

.el-button--text.is-disabled, .el-button--text.is-disabled:hover {
    border-color: transparent
}

.el-button-group .el-button--danger:last-child, .el-button-group .el-button--danger:not(:first-child):not(:last-child), .el-button-group .el-button--info:last-child, .el-button-group .el-button--info:not(:first-child):not(:last-child), .el-button-group .el-button--primary:last-child, .el-button-group .el-button--primary:not(:first-child):not(:last-child), .el-button-group .el-button--success:last-child, .el-button-group .el-button--success:not(:first-child):not(:last-child), .el-button-group .el-button--warning:last-child, .el-button-group .el-button--warning:not(:first-child):not(:last-child), .el-button-group > .el-dropdown > .el-button {
    border-left-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--danger:first-child, .el-button-group .el-button--danger:not(:first-child):not(:last-child), .el-button-group .el-button--info:first-child, .el-button-group .el-button--info:not(:first-child):not(:last-child), .el-button-group .el-button--primary:first-child, .el-button-group .el-button--primary:not(:first-child):not(:last-child), .el-button-group .el-button--success:first-child, .el-button-group .el-button--success:not(:first-child):not(:last-child), .el-button-group .el-button--warning:first-child, .el-button-group .el-button--warning:not(:first-child):not(:last-child) {
    border-right-color: rgba(255, 255, 255, .5)
}

.el-button-group {
    display: inline-block;
    vertical-align: middle
}

.el-button-group::after, .el-button-group::before {
    display: table;
    content: ""
}

.el-button-group::after {
    clear: both
}

.el-button-group > .el-button {
    float: left;
    position: relative
}

.el-button-group > .el-button + .el-button {
    margin-left: 0
}

.el-button-group > .el-button.is-disabled {
    z-index: 1
}

.el-button-group > .el-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-button-group > .el-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-button-group > .el-button:first-child:last-child {
    border-radius: 4px
}

.el-button-group > .el-button:first-child:last-child.is-round {
    border-radius: 20px
}

.el-button-group > .el-button:first-child:last-child.is-circle {
    border-radius: 50%
}

.el-button-group > .el-button:not(:first-child):not(:last-child) {
    border-radius: 0
}

.el-button-group > .el-button:not(:last-child) {
    margin-right: -1px
}

.el-button-group > .el-button:not(.is-disabled):hover {
    z-index: 1
}

.el-button-group > .el-dropdown > .el-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}