.btnfull{
    width : 100%;
}

.disabledTab {
    pointer-events: none;
}

.icon-font-size{
    font-size: 30px;
}

.danger{
    background-color: #fcc;
}


.success{
    background-color: #cfc;
}

.url-valida-content{
    margin-top: 20px;
    cursor: pointer;
}

p {
    word-break: break-all;
    white-space: normal;
}

.copy-content{
    margin: 0px 12px;
}

.content-copy{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
}

.copied-success{
    color: #050;
}