form#search-form {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

input.search-monib-tracking {
    border: 1px solid #dddcdc;
    background: #efefef;
    color: #151515;
    border-radius: 12px;
    width: 350px;
}

button.button-monib-tracking {
    margin-top: 10px;
    width: 350px;
    border-radius: 12px;
    background: #4ECAC2;
    border: 1px solid #4ECAC2;
    color: #fff;
}

button.button-monib-tracking:hover {
    background: #31968f;
    border: 1px solid #4ECAC2;
    color: #fff;
}

table.widefat.monib-table {
    margin-bottom: 20px;
}
.monib-table-box {
    overflow-x: auto;
}
th, td {
    text-align: right;
}
.error-search-box-message {
    display: flex;
    margin-top: 30px;
    background: #ffdede;
    color: red;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 12px;
    align-content: center;
    align-items: center;
}
span.dashicons.dashicons-info {
    font-size: 30px;
    width: 30px;
    height: 30px;
    margin-left: 8px;
}
.monib-des-box {
    background: #efefef;
    padding: 20px 30px;
    border: 1px solid #dddcdc;
    border-radius: 12px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
h2.monib-des-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #151515;
}
p.monib-des {
    color: #777;
    font-size: 16px;
}

@media (max-width: 767px)  {
    table.widefat.monib-table {
        margin-top: 40px;
        width: 900px;
    }
}
