body{

}
.row{
    margin-right: 0!important;
}
h1{
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.size-075{
    font-size: 0.60rem!important;
}



.sitemapform{
    text-align: center;
}
.sitemapform .inputform{
     width: 100%;
     border-radius: 3px;
     border: 1px solid lightgray;
     background: #f7f7f778;
 }
.sitemapform .inputlimit{
    border-radius: 3px;
    border: 1px solid lightgray;
    background: #f7f7f778;
}
.sitemapform .unique{
    border-radius: 3px;
    border: 1px solid lightgray;
    background: #f7f7f778;
}

.sitemapform button{
    background: linear-gradient(to right, #30b2d0 0%, #238ae2 100%);
    border: none;
}
.sitemapform button:hover{
    background: linear-gradient(to right, #2fd0c9 0%, #29c3e2 100%);
}

h2{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.infogenerales{
    
}
.infogenerales li{
    font-weight: 500;
}
.infogenerales li span{
    font-weight: normal;
}
.infogenerales li .btninfogenerales{
    height: 20px;
    width: 35px;
    padding: 0;
    margin-left: 5px;
    font-size: 0.9rem;
    margin-top: -4px;
    background: linear-gradient(to right, #30b2d0 0%, #238ae2 100%);
    border: none;
}
.infogenerales li .btninfogenerales:hover{
    background: linear-gradient(to right, #2fd0c9 0%, #29c3e2 100%);
}
.infogen{
    position: relative;
}
.infogen form {
    position: absolute; 
    top: 0;
    right: 5px;
}
.infogen form .btn{
    background: linear-gradient(to right, #30b2d0 0%, #238ae2 100%);
    border: none;
}
.infogen form .btn:hover{
    background: linear-gradient(to right, #2fd0c9 0%, #29c3e2 100%);
}
.fileview{
    position: absolute;
    top: 10%;
    left: 20vw;
    width: 60vw;
    display: flex;
    flex-direction: column;
    background: #eee;
    padding: 15px;
    box-shadow: 5px 5px 20px -5px;
    z-index: 2;
}
.altbox{
    position: fixed;
    top: 10%;
    left: 10%;
    right: 10%;
    display: flex;
    flex-direction: column;
    background: #eee;
    padding: 15px;
    box-shadow: 5px 5px 20px -5px;
    z-index: 2;
    max-height: 90vh;
}
.altbutton{
    font-size: 18px;
    height: 20px;
    padding: 0 4px;
    margin-top: -4px;
    background: linear-gradient(to right, #30b2d0 0%, #238ae2 100%);
    border: none;
    line-height: 0;
    margin-left: 5px;
}



.infogenerales li .favicon{
    height: auto;
    width: 20px;
    margin-left: 5px;
}
.infogenerales li .favicon:hover{
    height: auto;
    width: auto;
}


.sitemaps{
}
.sitemaps div{
    display: flex;
    margin-left: 40px;
    position: relative;
}
.sitemaps div:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: black;
    left: -18px;
    top: 10px;
    border-radius: 20px;
}
.sitemaps div .sitemap-plus {
    padding: 0 6px;
    margin-left: 5px;
    background: linear-gradient(to right, #30b2d0 0%, #238ae2 100%);
    border: none;
}
.sitemaps div .sitemap-plus:hover{
    background: linear-gradient(to right, #2fd0c9 0%, #29c3e2 100%);
}



.tableheader{
    border-bottom: 1px solid #555555;
}
.tableheader span{
    font-weight: bold;
    font-size: 0.8rem;
}

.tablebody{
    font-size: 0.75rem;
}
.tablebody .row:hover{
    background: #eee;
}
.tablebody .row a{
    color: #000;
    word-break: break-all;
}
.tablebody .row .h1col span{
    display: list-item;
    word-break: break-word;
}
.tablebody .row .h2col span{
    display: list-item;
    word-break: break-word;
}