/* body {
  padding: 10px;
} */


/* message --start */

.message {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #e6f7ff;
    border: 1px solid #91d5ff;
    border-radius: 4px;
}

.message .bi {
    margin-right: 12px;
    color: #1875F0;
}

.message .content {
    padding: 0!important;
    flex: 1;
    margin-right: 15px;
}


/* message --end */


/* table --start */

.table {
    margin-top: 15px;
    border: 1px solid #d2d2d2;
}

.table td,
.table th {
    text-align: center;
}

.thead-dark th {
    color: #333!important;
    border-color: #d2d2d2!important;
    background-color: #f2f2f2!important;
}

.el-tag {
    margin-left: 12px;
    background-color: #ecf5ff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}

.el-tag--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}


/* table --end */


/* modal --start */

.modal-dialog {
    max-width: 756px;
}

.addModal .modal-content button.close {
    position: relative;
    left: 0;
    top: 0;
    border: none;
    width: auto;
    height: auto;
    line-height: 1;
}

.addModal .modal-header {
    align-items: center;
}

.addModal .modal-header span {
    font-size: 30px;
}

.addModal .modal-header h6 {
    position: relative;
    padding: 0;
    padding-left: 18px;
    font-size: 18px;
}

.addModal .modal-header h6::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #1875f0;
    border-radius: 12px;
}

.addModal .modal-header {
    background-color: #F5F5F5;
}

.addModal .modal-footer {
    margin-bottom: 20px;
    border-top: none;
    justify-content: center;
}

.addModal .modal-footer .btn {
    min-width: 175px;
}

.addModal .modal-footer .btn:first-child {
    border-color: #BBBBBB;
    background-color: #BBBBBB;
    color: #fff;
}

.addModal .form-group {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 16px;
    margin-left: 12px;
    margin-right: 12px;
}

.addModal .col-form-label {
    padding-left: 0;
}


/* modal --end */