.wrap [class$=icon32]+h2{
    font-size:26px;
    font-weight:bold;
}
#wpwrap {
    background:#ffffff;
}
#wpcontent, #wpfooter {
    background: white;
    margin-right: 21px;
}
#wpbody-content{
    width:100%;
}
.admin-grid-box td img:nth-of-type(even){
    background: #f8fcff;
}
.admin-grid-box tr:nth-of-type(odd) {
    background: #f8fcff;
}
.form{
    background: #ffffff;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ecf1fd;
    padding: 5px;
}
.form th{
    font-size: 16px;
    padding: 22px 0 22px 0;
}
.form td {
    font-size:16px;
    text-align: center;
}
.form tr:hover{
    background: #c1ddf8;
    cursor:pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease-in-out;
}
#edit{
    background:#e4f5ff;
    color: #000000;
    border:none;
    text-shadow:none;
    box-shadow:none;
    border-radius:20px;
    font-weight:700;
    padding: 8px 10px 10px 10px;
    height: 36px;
}
#edit:hover{
    background:#6cb5f1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease-in-out;
}
#delete:hover{
    background:#f89baa;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease-in-out;
}
#delete{
    background:#ffe9ec;
    color: #000000;
    border:none;
    text-shadow:none;
    box-shadow:none;
    border-radius:20px;
    font-weight:700;
    padding: 13px 8px 10px 13px;
    height: 36px;
}
form {
    margin: 0 auto;
    padding: 20px;
}
.category{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category label {
    display: inline-block;
    vertical-align: middle;
}
.coustom-select {
    width: 30%;
    margin-right: 15px;
}
.upload-file{
    border: 2px dashed #ccc;
    border-radius: 20px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}
.file{
    border: none;
    display:block;
}
​
.add{
    text-decoration:none;
    background: #f5f7fb;
    border: 2px solid #e0e2e8;
    padding:10px 15px 12px 15px;;
    color: #555;
}
body {
    font-family: sans-serif;
}
a {
    color: #369;
}
.note {
    width: 500px;
    margin: 50px auto;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
}
​
.gallery {
    margin-top: 10px;
    text-align: center;
}
.gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
​
#file {
    display: none;
}
​
#edit::before {
    content: "";
    display: inline-block;
    width: 20px;
    background: url("../images/edit-icon.png")no-repeat;
    height: 20px;
}
​
#delete::before {
    content: "";
    display: inline-block;
    width: 15px;
    background: url("../images/delete.png")no-repeat;
    height: 25px;
}
​
#category_select {
    border: 2px solid #e0e2e8;
    display: inline-block;
    width: 75%;
    padding-left: 15px;
}
.wp-admin select {
    padding: -1px;
    line-height: 28px;
    vertical-align: middle;
}
.wp-core-ui #button{
    display: block;
    width: 12%;
    background: #f5f7fb;
    border: 2px solid #e0e2e8;
    margin:0 auto;
    box-shadow: 0 1px 0 #fff;
    height: 34px;
    padding-top: 3px;
}

#progress-bar{
    margin-top:10px;
    width: 18%;
}
​
#category_name {
    text-align: center;
    box-shadow: 0 1px 0 #ffffff;
    width:75%;
}
#category_name input{
    background: #f5f7fb;
    border: 1px solid #e0e2e8;
    padding: 5px 15px;
    text-align: left;
    width: 100%;
    border-radius: 0;
    height: 38px;
}
#drop-area {
    border: 1px solid #e0e2e8;
    border-radius:10px;
    margin-top: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
#category_select:hover, .add:hover,
#button:hover, #btn:hover{
    border-color:#3b9ccd;
}

.edit-page{
    border: 1px solid #e0e2e8;
    border-radius: 10px;
    width:50%;
    color: black;
    font-size:16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
​
.edit-page input{
    background: #f5f7fb;
    border: 2px solid #e0e2e8;
    padding: 10px;
    width:40%;
    border-radius: 10px;
}
.edit-page img{
    display:block;
    margin:50px auto;
    border: 2px solid #e0e2e8;
    padding: 30px;
    border-radius: 10px;
}
.highlight{
    background:none;
}
#btn {
    display: block;
    width: 27%;
    background: #f5f7fb;
    border: 2px solid #e0e2e8;
    margin: 27px auto;
    text-align: center;
    border-radius: 10px;
}
​
.add-new a{
    color:black;
    text-decoration: none;
    background:#e4f5ff;
    padding: 10px 30px 10px 30px;
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
    border-radius: 20px;
}
.add-new a:hover
{
    background:#C1DDF8;
}
​
.error {
    color: #ff0000;
}
.dataTables_filter{
    float: right;
}
.box-button select{
    width: 20%;
}
.box-button{
    display: flex;
}


.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
    border: 1px solid transparent;

}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.pagination .page-numbers:hover {
    background-color: #1f74ff;
    color: #FFF;
    
}
.pagination a{
    color: #000;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}


.dataTables_filter input{
    padding: 8px;
}
#table_id_filter{
    position: relative;
}
.dataTables_filter::before {
    content: "";
    display: inline-block;
    width: 20px;
    background: url("../images/search.png")no-repeat;
    height: 20px;
    position: absolute;
    left: 88%;
    top: 19%;
}