#catalog-main-container{
    background-color: #121212;
}

footer{
    margin-top: 150px;
}

.type-title{
    width: fit-content;
    padding: 5px 10px;
    border-radius: 15px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.type-choice-btn:hover,
.type-choice-btn.active{
    color:#000!important;
    background-color: white!important;
}

/* CARD LIST */
.content{
    min-height: 60vh;
    padding:0;
}

.collection-content{
    padding: 15px!important;
}

hr {
    border-top: 1px solid #ffffff;;
}

.jumbotron{
    background: rgb(28,25,25);
    background: linear-gradient(90deg, rgba(28,25,25,1) 0%, rgba(30,29,29,1) 88%);
    color: white;
    position: relative;
}

#header-right-logo{
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 2;
}

#header-right-logo img{
    width: 90px;
}

#header-subscription-btn{
    color:#ffffff;
    background-color: var(--iq-progress-color)!important;
    border:none;
}

#welcomeModaleLogin{
    color:#ffffff;
    background-color: var(--iq-primary)!important;
    border:none;
}

.card {
    background-color: #1c1919;
    height: 260px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    transition: 0.2s ease-in-out;
    border: none;
}

.card:hover {
    background-color: var(--iq-body-border);
  }
  
.card .img {
    width: 100%;
    height: 144px;
    position: relative;
}

.card .img img {
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 8px 24px rgba(0,0,0,.5);
}

.card .img button {
    background-color: var(--iq-progress-color);
    color: #fff;
    position: absolute;
    right: 8px;
    bottom: 0px;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    display: flex;
    font-size: 8px;
    height: 40px;
    width: 40px;
    opacity: 0;
    transition: 0.2s ease-in-out;
    justify-content: center;
    box-shadow: 0 8px 8px rgba(0,0,0,.3);
    cursor: pointer;
}

.card:hover .img button {
    transform: translatey(-8px);
    opacity: 1;
}

.card .text-presentation {
    color: #fff;
    width: 100%;
    margin-top: 1.2rem;
}

.card .text-presentation h2 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card .text-presentation p {
    color: rgb(179, 179, 179);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: box;
    margin-top: 4px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
}

/* MODALES THEMES */
#modal-themes .modal-content{
    background-color: #191919!important;
    color: white;
}
#modal-themes .modal-header{
    border:none;
}
#modal-themes .modal-footer{
    border:none;
}

#modal-summary-themes div,
#modal-summary-themes p,
#modal-summary-themes span,
#modal-summary-themes ul,
#modal-summary-themes li,
#modal-summary-themes h1,
#modal-summary-themes h2,
#modal-summary-themes h3,
#modal-summary-themes h4,
#modal-summary-themes h5,
#modal-summary-themes h6{
    color:#ffffff!important;
}

/* WELCOME MODALE */
#contentWelcomeModale {
    background-color: var(--iq-modal-bg);
}

#welcomeMedia{
    width: 100%;
}

#welcomeMedia-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0!important;
    font-size: 35px;
}

#closeWelcomeModalBtn{
    color:white;
}
