/************************
    table header
************************/

.page-title.merchants,
.page-title.alerts{
    padding: 30px 20px 0;
    margin: auto;
    max-width: 1198px;
    font-family: 'General Sans Variable';
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
}

.admin-merchants .table-header > div,
.alert-page .table-header > div{
    width: 14%;
    padding-top: 16px;
    padding-bottom: 16px;
}

/************************
    table body
************************/

.admin-merchants .save,
.alert-page .save{
    float: left;
    position: relative;
}

.admin-merchants.main-content,
.alert-page.main-content{
    padding: 30px 20px 0;
    margin: auto;
    /*width: 75%;*/
    max-width: 1198px;
}

.admin-merchants select,
.alert-page select{
    width: 90%;
    position:relative;
    top: -1px;
}

.admin-merchants .table-cell,
.alert-page .table-cell{
    display: table-cell;
    vertical-align: middle;
    width: 14%;
}
.admin-merchants .table-content,
.alert-page .table-content{
    margin: auto;
    /*width: 75%;*/
}

.page-title.title-merchants,
.page-title.title-alerts{
    padding: 20px 20px 0;
    max-width: 1198px;
    margin: 0 auto;
    font-family: 'General Sans Variable';
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0;
    color: #0A0C35;
}

.admin-merchants .table-cell:not(:last-child),
.alert-page .table-cell:not(:last-child){
    padding-bottom: 7px;
}

.admin-merchants .table-content form,
.alert-page .table-content{
    border: 1.5px solid #D1D1D6;
    border-radius: 10px;
    background: white;
    padding: 20px !important;
}

.alert-page .table-content{
    margin-top: 50px !important;
}

.admin-merchants .table-content table,
.alert-page .table-content table{
    width: 100%;
    border-collapse: collapse;
}

.admin-merchants .table-content table thead,
.alert-page .table-content table thead{
    text-align: justify;
}

.admin-merchants .table-content table thead tr th{
    padding: 10px 5px 20px;
    width: 14.28%;
}

.alert-page .table-content table thead tr th{
    padding: 10px 5px 20px;
    width: 10.28%
}

.admin-merchants .table-content table thead tr th a,
.alert-page .table-content table thead tr th a{
    font-family: 'General Sans Variable';
    font-weight: 600;
    font-size: 16px;
    line-height: 27.2px;
    color: #101720;
    text-decoration: none;
    cursor: pointer;
}

.admin-merchants .table-content table tbody tr,
.alert-page .table-content table tbody tr{
    border-top: 1px solid #E5E5EA;
}

.admin-merchants .table-content table tbody tr.highlighted,
.alert-page .table-content table tbody tr.highlighted{
    background-color: #F9F9F9;
}

.admin-merchants .table-content table tbody tr td,
.alert-page .table-content table tbody tr td{
    padding: 20px 5px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    color: #101720;
}

.admin-merchants .table-content table tbody tr td a,
.alert-page .table-content table tbody tr td a{
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    color: #101720;
}

.admin-merchants .table-content table tbody tr:last-child td,
.alert-page .table-content table tbody tr:last-child td{
    padding: 20px 5px 10px;
}

.admin-merchants .navigation,
.alert-page .navigation{
    margin-top: 21.5px;
}


/************************
    Success Message
************************/

.admin-merchants .table-content .alert{
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.admin-merchants .table-content .alert.alert-success{
    border: 1.5px solid #158130;
    background-color: #E6FBEB;
}

.admin-merchants .table-content .alert.alert-danger{
    border: 1.5px solid #FF3B30;
    background-color: #FFE2E0;
}

.admin-merchants .table-content .alert span{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
    vertical-align: middle;
    color: #158130;
}

.admin-merchants .table-content .alert.alert-danger span{
    color: #FF3B30;
}

.admin-merchants .table-content .alert span strong{
    font-weight: 700;
}

.admin-merchants .table-content .alert .svg{
    width: 30px;
    height: 30px;
    cursor: pointer;
}