.btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.text-tech-color{
    color: #FF0090;
}
.background-tech-color{
    background: #FF0090;
    color: white;
}
.text-bold{
    font-weight: bold;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    text-align: left;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}
.table td, .table th {
    padding: .75rem;
    vertical-align: center;
    border-top: 1px solid #dee2e6;
}
.container-plugin{
    overflow: auto;
}
.text-success{
    color: #28a745!important
}
.mr-3{
    margin-right: 1rem;
}
.mb-3{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 3rem;
}
.neosplugin textarea{
    max-width: 50%;
}
@media (max-width: 768px) {
    textarea{
        max-width: 100%;
    }
    .linkseepitch{
        float: none !important;
    }
}
.disabled{
    pointer-events: none;
    opacity: 0.5;
}
.text-danger{
    color: #dc3545!important;
}
.d-none{
    display: none;
}
.imgThemeNeosPlugin{
    max-width: 400px;
    height: auto;
}
.deleteTeamPhoto{
    cursor: pointer;
}