.content-stamp_tools_search{
    margin-top: 40px;
}
 p {
     word-break: break-word;
 }
.common-title_stamp {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: url(/common/design/user/img/gacha_1/bagr-title.png) left top repeat;
    margin: 0 0 20px;
    padding: 20px 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.table-product {
    margin-bottom: 40px;
}

.table-product table {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    table-layout:fixed;
}

.title-table.even {
    background-color: #fdfafa;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

.text-table {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 15px;
    text-align: left;
}

.table-content-stamp_tools td {
    vertical-align: middle;
}

.product-list {
    border-bottom: 1px solid #dcdcdc;
}

.p-stamp_tools {
    padding: 20px 15px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.url-stamp_tools {
    font-family: Arial, sans-serif;
    margin: 0;
}

.button-edit {
    width: 100%;
    max-width: 100px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    background-color: #269fc2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-regsiter {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-regsiter .regsiter-stamp_tools  {
    width: 50%;
    max-width: 300px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #b52c17;
    border-radius: 5px;
    color: white;
    font-weight: 700;
}

a.edit-stamp_tools {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
}
.button-edit.button-delete {
    background-color: #323232;
}

nav.navi-stamp_tools {
    background: #ececec;
    margin-top: 40px;
    margin-bottom: 80px;
}
.navi-stamp_tools .pagination.justify-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navi-stamp_tools li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 20px 3px;
    text-align: center;
    padding: 1px 16px;
}
.navi-stamp_tools span {
    color: #242424 !important;
    /*active page*/
}
.navi-stamp_tools a,.navi-stamp_tools span {
    font-size: 16px;
    color: #0095c6;
    vertical-align: middle;
    line-height: 40px;
}
.navi-stamp_tools li:hover a {
    color: #2c2c2c;
}

.list-stamp_tools {
    border: 1px solid #dcdcdc;
    width: 100%;
}

.tooltip {
    position: relative;
}

.tooltip .tooltip-text {
    display: none;
    background-color: #333333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 5px;

    /* Position the tooltip */
    position: absolute;
    top : 0;
    left: 10px;
    z-index: 1;
    transform: translateY(-100%);
}

.tooltip:hover .tooltip-text {
    display: block;
    overflow: visible;
    white-space : normal;
}

.tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    transform: translateX(100%);
}