h1 {
  color:white;
}

.img-login {
  width: 100%;
  padding:30px;
}

.bg-login {
    background-color: black;
}

.row-login {
  background: #191C24;
}

.col-login {
  background: #191C24;
}

.bg-gradient-primary {
  background-color: #191C24;
  background-image: linear-gradient(#191C24 10%, #191C24 100%);
  background-size: cover;
}

#wrapper #content-wrapper {
  background-color: black;
}

.bg-dark {
  background-color: #191b24 !important;
}

.text-white {
  color: white;
}

.row-campaigns {
  padding: 30px 0px;
}

.card {
  background-color: #191b24;
  border: 1px solid #2f2f2f;
}

.card-header {
    background-color: #191b24;
    border-bottom: 1px solid #2f2f2f;
}

.text-primary {
  color: white !important;
}

.table-bordered td, .table-bordered th, .table thead th {
    border: none;
    border-bottom: 1px solid #2f2f2f;
}

.table tr {
  line-height: 50px;
}

.table tfoot th {
  border:none;
}

.form-control {
    background-color: #2a3038;
    border: 1px solid #2c2e33;
    color: white !important;
}

.form-control:focus {
    background-color: #2a3038;
    border: 1px solid #2c2e33;
}

.btn-icon-split {
  overflow: visible;
}

#selectAllInfluencers {
  background-color: transparent;
  border-color: #2a3038;
  color: #858796;
}

#deselectAllInfluencers {
  background-color: transparent;
  border-color: #2a3038;
  color: #858796;
}

.form-control[readonly] {
    background-color: #3b434e;
    border: 1px solid #3b434e;
}

.row-campaign {
    border: 1px solid #353535;
    padding: 30px 50px 50px 50px;
    border-radius: 10px;
}

.spam-div {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.spam-box {
    background: #3c559e38;
    border: 1px solid #353535;
    border-radius: 10px;
    color:white;
}

.spam-info {
    display: block;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #353535;
    padding: 15px;
}

.spam-icons {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.myLabel {
    margin-left: -10px;
}

#searchResults {
    cursor: pointer;
}

.icon-tiktok {
    font-size: 50px;
}
.title-recap {
    margin: 20px 0px 20px 0px;
}

.bottone-AI {
    display: inline-flex; /* Per allineare correttamente il contenuto */
    align-items: center;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #6a00f4, #c600ff);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    white-space: nowrap; /* Impedisce la rottura del testo */
}

.bottone-AI:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}

.bottone-AI i {
    font-size: 16px;
    margin-right: 8px;
}

@media (max-width: 1200px) {

}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
    .row-campaign {
        padding:10px;
    }

    .card-mobile {
        padding: 0px;
    }

    .recap-box-mobile {
        margin-top: 30px;
    }

    .container-mobile {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sw-mobile {
        padding-top: 10px;
    }

    .btn-sw-mobile {
        font-size: 12px;
    }
}

