﻿html {
    position: relative !important;
    /*min-height: 100% !important;*/
}

/*header {
    height: 100px;
}*/

footer {
    background-color: black;
    color: white;
}

body {
    margin: 0 0 0px !important;
    background-color: #382048 !important;
    font-family: 'Poppins', sans-serif !important;
}

h1 {
    color: white;
    font-family: 'Poppins', sans-serif;
}

h2 {
    color: white;
    font-family: 'Poppins', sans-serif;
}

h3 {
    color: white;
    font-family: 'Poppins', sans-serif;
}

h4 {
    color: white;
    font-family: 'Poppins', sans-serif;
}

.btn {
    text-transform: none !important;
    font-size: 1rem !important;
}

.btn-table{
    min-width: 50px !important;
    max-width: 50px !important;
}

.ptext {
    color: white;
    font-family: 'Poppins', sans-serif !important;
}

.pcard {
    color: white;
    font-size: small !important;
    font-family: 'Poppins', sans-serif !important;
}

.smalltitle {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.bigtitle { 
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.h4card {
    font-size: small !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bolder !important;
    padding-top: 0.5em;
}

.labelcard {
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 2rem;
    font-weight: bold;
    vertical-align: middle;
}

.labelcardsmall {
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.5rem;
}

.button-home  {
    background-color: #FF4140 !important;
    font-weight: bold !important;
}

.button-preview {
    background-color: #FF4140 !important;
    font-weight: bold;
    margin-right: 1em;
}

.button-preview-play {
    background-color: #FF4140 !important;
    font-weight: bold !important;
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
    height: 90px;
    font-size: 2rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 0px !important;
}

.button-preview-buy {
    font-weight: bold !important;
    background-color: white !important;
    color: #FF4140 !important;
    height: 52px;
    font-size: 1.5rem !important;
    display: flex;
    align-items:center;
    justify-content: center;
    padding: 0px;
}

.access-button {
    font-weight: bold !important;
    font-size: 0.9em !important;
}

.dropdown-home {
    background-color: rgba(0, 0, 0, 0) !important;
    outline: none !important;
}

.dropdown-home-inside {
    background-color: #FF4140 !important;
    border-radius: 0 !important;
}

.dropdown-center {
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
}

.bb-line {
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 4px solid #FF4140;
    padding: 0px 0px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.home-header {
    height: 500px; /*36em;*/
    background: linear-gradient(to bottom, rgba(56, 32, 72, 0), rgba(56, 32, 72, 0), rgba(56, 32, 72, 0), rgba(56, 32, 72, 0), rgba(56, 32, 72, 1)), url(../img/logo/HeaderDark.png);
    background-repeat: no-repeat;
    background-size: cover;
    align-items: start;
    /*background-position-y: -85px;*/
}

.categoria {
    background-color: #382048;
}

.opzioni-login {
    color: white !important;
    font-size: small;
}

.opzioni-account {
    color: white !important;
}

.icone {
    color: white !important;
}

.preview-background {
    height: 36em;
    background: linear-gradient(rgba(56, 32, 72, 0.5), rgba(56, 32, 72, 0.5)), url(../img/SfondoPreviewesempio.png);
    background-repeat: no-repeat;
    background-size: cover;
    align-items: start;
}

@media (min-width:900px) {
    .preview-background > .flex-wrapper > .container {
        margin: 15px 0px 0px 178px;
    }
}


.flex-wrapper {
    display: flex;
    min-height: -webkit-calc(100vh - 100px);
    min-height: -moz-calc(100vh - 100px);
    min-height: calc(100vh - 85px);
    /*min-height: 100vh;*/
    flex-direction: column;
    justify-content: space-between;
}

.flex-wrapper-home {
    display: flex;
    min-height: -webkit-calc(100vh - 500px);
    min-height: -moz-calc(100vh - 500px);
    min-height: calc(100vh - 500px);
    /*min-height: 100vh;*/
    flex-direction: column;
    justify-content: space-between;
}

.flex-wrapper-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cardEvento > a > img {
    width: 250px !important;
    margin: auto;
}

.cardEvento > a > h4 {
    width: 250px !important;
    margin: auto;
}

.cardEvento > a > p {
    width: 250px !important;
    margin: auto;
}

.cardEvento > a {
    width: 250px !important;
}

.dt-admin-title {
    color: white !important;
    background-color: #382048 !important;
}

#companiesTab > li > a > i {
    color: #FF4140;
}

/*#companiesTab > li > a.active {
    text-decoration: underline;
}
*/

#companiesTab > li > a.nav-link.active {
    background-color: #382048;
    border-width: 1px;
    border-color: #FF4140;
    color: white;
}

#companiesTab > li > a {
    text-transform: capitalize !important;
    color: white;
}

#companiesTab > li > a:hover {
    text-transform: capitalize !important;
    color: black;
}

#companiesTab > li {
}

#companiesTab {
}

.video > .flex-wrapper > .container {
    text-align: left;
    padding: 0 !important;
    width: 97vw !important;
    max-width: 97vw !important;
    min-width: 97vw !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #FF4140;
}

.border-light {
    background-color: #382048;
}

.placeholder-textinput {
    background-color: #382048 !important;
    color: white !important;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    top: calc(50% - 75px) !important;
}

.tab-content {
    color: white;
}

.btn-dark {
    border: none !important;
}

.dropdown-menu {
    background-color: #FF4140 !important;
    padding: 0 !important;
}

.dropdown-menu > li > a {
    padding: .625rem 1.5rem .5rem;
}

.full-width {
    width: 100% !important;
}

/*.dataTables_scrollHead {
    border-top: 1px solid #dee2e6 !important;
}*/

.table-bordered, .table-bordered > :not(caption) > * {
    border: none !important;
}


.modal-content {
    background-color: #382048 !important;
    color: white;
}

.modal-footer > .form-group > .btn-primary {
    background-color: #FF4140 !important;
    font-weight: bold;
    margin-right: 1em;
    margin: 0 !important;
}

.modal-footer > .form-group {
    background-color: #FF4140 !important;
    font-weight: bold;
    margin-right: 1em;
    margin: 0 1em 0 0 !important;
}

.modal-footer > .btn-secondary {
    font-weight: bold;
    background-color: white !important;
    color: #FF4140 !important;
}

/*.form-group {
    margin: 0 !important;
}*/

.close {
    color: white !important;
}

.container {
    max-width: 95% !important;
}

@media(min-width:1200px){
    .modal-dialog {
        max-width: 60% !important;
    }
}

@media(max-width:1199px) {
    .modal-dialog {
        max-width: 100% !important;
    }
}


@media(max-width:575px) {
    .sfondo-mobile {
        background-color: rgba(56,32,72,0.85);
        padding-left: 1em;
        padding-right: 1em;
        z-index: 100;
        border: 1px solid white;
    }
}

@media(min-width:1920px) {
    .scheda-preview {
        width: 1200px;
    }
}

@media(min-width:1200px) {
    .scheda-preview {
        margin: auto;
    }
}

@media(max-width:992px) {
    .scheda-preview {
        margin: 0;
    }
}

.titolo-schedapreview { 
    text-align: center;
    font-size: 30px;
}

.squadre-preview {
    /*width: 560px !important;*/
    /*margin: 5px;*/
    /*display: inline-table;*/
}

.pulsanti-preview {
    /*width: 560px !important;*/
    /*margin: 5px;*/
    /*display: inline-table;*/
    float: right;
    text-align: center;
}

.center-preview { /*distinguere per i vari media*/
    width: 66.6666666667%;
    margin:auto;
}

.row-squadre {
    margin: auto;
}

@media(max-width:576px) {
    .row-squadre > img {
        display:none;
    }
}

.row-pulsanti {
   margin-top: 50px;

}

@media(max-width:576px) {
    .row-pulsanti {
        margin:0;
    }
}

table.dataTable tbody td {
    vertical-align: middle;
    line-height: 2px;
}

@media(min-width:1920px) {
    .scheda-highlights {
        width: 100%;
    }
}

@media(min-width:1200px) {
    .scheda-highlights {
        margin: auto;
    }
}

@media(max-width:992px) {
    .scheda-highlights {
        margin: 0;
        padding:0;
    }
}

@media(max-width:992px) {
    .row-highlights {
        flex-direction: column-reverse;
    }
}

@media(min-width:992px) {
    .row-highlights {
        flex-direction: row;
    }
}

@media(max-width:992px) {
    .video {
        padding: 0px;
        margin-top: 10px;
    }
}

@media(min-width:992px) {
    .video {
        padding: 10px;
    }
}

.dataTables_scrollBody > div {
    overflow-y: hidden !important;
}

.dataTables_scrollBody {
    overflow-y: hidden !important;
}

.cardGuide {
    overflow: auto;
    background-color: #382048;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}

@media(min-width:375px) and (max-width:912px) {
    .datatable-mobile {
        overflow: auto;
        width: 100%;
        position: relative;
    }
}

h3.title-help:hover {
    color: #FF4140;
}

i.cirle-arrow:hover {
    color: #FF4140 !important;
}

.blink {
    animation: animate 1.5s linear infinite;
}

@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}