.table tr th:nth-child(8)
{
    text-decoration: unset !important;
    text-underline-offset: 3px !important;
    text-align: end;
    padding-right: 40px;
    width: 142px;
}

.table tr td:nth-child(8)
{
    text-align: center;
}

.table tr th:nth-child(9)
{
    text-align: end !important;
}

.total-keywords
{
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.total-acc
{
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.dropdown-match-1
{
    width: 150px;
    display: inline-block;
    transition: all .5s ease;
    position: relative;
    font-size: 12px;
    color: #3c4043;
    height: 100%;
    text-align: left;
}

.dropdown-match-1 .select 
{
    cursor: pointer;
    display: block;
    padding: 10px 0px;
}

.dropdown-match-1 .dropdown-menu1 
{
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: -4px;
    top: -14px;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
}

.dropdown-match-1 .dropdown-menu1 li 
{
    padding: 10px;
    transition: all .2s ease-in-out;
    color: #3c4043;
    cursor: pointer;
    font-size: 14px;
} 

.dropdown-match-1 .dropdown-menu1 
{
    padding: 0;
    list-style: none;
}

.dropdown-match-1 .dropdown-menu1 li:hover 
{
    background-color: #f2f2f2;
}

.dropdown-match-1 .dropdown-menu1 li:active 
{
    background-color: #e2e2e2;
}


.dropdown-match-2
{
    width: 150px;
    display: inline-block;
    transition: all .5s ease;
    position: relative;
    font-size: 12px;
    color: #3c4043;
    height: 100%;
    text-align: left;
}

.dropdown-match-2 .select 
{
    cursor: pointer;
    display: block;
    padding: 10px 0px;
}

.dropdown-match-2 .dropdown-menu2 
{
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: -4px;
    top: -14px;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
}

.dropdown-match-2 .dropdown-menu2 li 
{
    padding: 10px;
    transition: all .2s ease-in-out;
    color: #3c4043;
    cursor: pointer;
    font-size: 14px;
} 

.dropdown-match-2 .dropdown-menu2 
{
    padding: 0;
    list-style: none;
}

.dropdown-match-2 .dropdown-menu2 li:hover 
{
    background-color: #f2f2f2;
}

.dropdown-match-2 .dropdown-menu2 li:active 
{
    background-color: #e2e2e2;
}


.content {
    max-width: 1200px;
    margin: auto;
}
@keyframes ph-gradiant {
    0% {
        background-position: 100% 0;
   }
    100% {
        background-position: -100% 0;
   }
}
.ph-animated {
    position: relative;
    background: linear-gradient(to right, white, white 20%, white 70%);
    background-size: 200% 100%;
    animation: ph-gradiant 1.5s linear infinite;
}
.ph-wrapper {
    width: 100%;
    background: white;
    border: 1px solid white;
    border-radius: 0.25em;
}
.ph-image, .ph-text-title, .ph-text, .ph-text-short {
    height: 0.7em;
    max-width: 100%;
    margin: 1em;
    border-radius: 0.25em;
}
.ph-image {
    height: 8em;
    margin-bottom: 1em;
}
.short {
    max-width: 60%;
}
.shorter {
    max-width: 40%;
}
