@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

/* *{
 border: 1px solid red
} */

body, html {
    height: 100%;
    margin: 0;
    font-family:  'Poppins', sans-serif;
    font-size: 16px;
}

.navbar-brand {
    font-size: 1rem;
    font-weight: 500;
}

.nav-height {
    height: 118px;
}

.color-orange {
    color:#FBBA00;
}

.a-orange {
    color:#FBBA00;
    text-decoration: none;
}

.a-orange:hover {
    color:#FBBA00;
}

.color-red{
    color: #800000;
}

.bg-nav {
    background: #800000 !important;
    border-bottom: 2px solid #FBBA00;
}

.bg-light {
    background: #E5E5E5 !important;
}

.nav-logo {
    width: 100%;
    max-width: 50px;
}

.bg-banner {
    background-image: url(../img/banner-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-dark {
    background: #18191C !important;
}

.bg-dark p{
    color: #fff;
}

.img-shadow {
    box-shadow: 7px 7px #800000;
}

.btn-red {
    background: #800000;
    border-color: #800000;
    color: #fff;
}

.btn-red:hover {
    background: #800000;
    border-color: #800000;
    color: #FBBA00;
}

.text-md-left {
    text-align: left;
}

.footer-logo{
    width: 100px;
}

.ul-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.show-pass {
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
    font-size: 1.2rem;
}

.para-sa-lahat-div {
    background-image: url(../img/Football-cover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news-div {
    background-image: url();
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.featured-player-div {
    background-image: url(../img/feaatured-player-div-sept.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.coach-1{
    background-image: url(../img/jhon-anndre.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.coach-2{
    background-image: url(../img/edrick-div.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.coach-3{
    background-image: url(../img/ronnie-div.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.coach-4{
    background-image: url(../img/kurl-div.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.coach-5{
    background-image: url(../img/marwan-div.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.ccf-div{
    background-image: url(../img/CCF-div.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.aia-div{
    background-image: url(../img/AIA-div.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.claret-div{
    background-image: url(../img/claret-div.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.message-bg{
    background: #FBBA00;
    border-radius: 12px;
    padding: 15px 15px;
}

.div-message {
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 100;
}

.carousel-img-height {
    max-height: 516px;
}

/* Registration */
.bg-reg {
    background-image: url(../img/bg-reg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 85vh;
}

.card-div {
    width: 100%;
    max-width: 600px;
    background: #E5E5E5;
    border-radius: 8px;
}

.card-header-div {
    background: #800000;
    border-radius: 8px 8px 0 0;
} 

.form-check-input:checked {
    background: #800000;
    border-color: #800000;
}

.form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(239 142 142 / 25%);

}

/* Profile */
.profile-pic {
    border-radius: 50%;
    border: 2px solid #800000;
    height: 100%;
    max-height: 130px;
    width: 100%;
    max-width: 130px;
}

.card-profile {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
}

.div-profile {
    width: 100%;
    max-width: 130px;
    height: 100%;
    max-height: 130px;
    position: relative;;
}

.edit-pic {
    position: absolute;
    top: 0;
    right: 0;
}

.card-log {
    width: 100%;
    max-height: 305px;
    overflow: auto;
}

.active>.page-link, .page-link.active {
    background: #800000;
    border-color: #800000;
}

.div-zoom {
    height: 376px;
    overflow: hidden !important;
}

.zoom-hover img{
    transition: transform 0.5s ease; /* Animation */
}

.zoom-hover img:hover {
    overflow: visible !important; 
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.id-bg-template {
    width: 100%;
}

#preview {
    width: 200px; /* Set preview size */
    height: 200px;
    overflow: hidden;
    border: 1px solid #800000;
}

#preview img {
    width: 100%;
}

.div-id {
    margin-top: 30px;
    position: relative;
    height: 460px;
    width: 325px;
    border: 1px solid rgb(63, 63, 63);
}

.id-bg-template {
    position: absolute;
    left: 0;
    z-index: 3;
    height: 460px;
    width: 325px;
}

.text-id{
    font-size: 1.72rem;
    display: block;
}

.text-id-small {
    font-size: 1.25rem;
    display: block;
}

.id-content {
    z-index: 5;
    position: inherit;
}

.id-pic {
    width: 60%;
    margin-bottom: 10px;
}

.id-qr-code {
    width: 55%;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Scanner */
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background: #800000 !important;
}

.table-div {
    padding:10px 0px;
}

.color-table:nth-child(even) {
    background-color: #f8d7da !important;
  }

  .color-table:nth-child(odd) {
    background-color: #cff4fc !important;
  }

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .div-zoom {
        height: 267px;
        overflow: hidden !important;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .div-zoom {
        height: 208px;
        overflow: hidden !important;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .div-zoom {
        height: 295px;
        overflow: hidden !important;
    }

     .div-zoom img {
        width: 100%;
    }

    .nav-logo {
        width: 100%;
        max-width: 100px;
        margin-bottom: -60px;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .div-zoom {
        height: 358px;
        overflow: hidden !important;
    }

    .nav-height {
        height: 108px;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .div-zoom {
        height: 420px;
        overflow: hidden !important;
    }
}

 /* Slick */
.slick-prev {
    left: -14px;
}

.slick-next {
    right: -10px;
}

 .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    z-index: 99;
 }

 .slick-prev:before, .slick-next:before{
    color: #800000;
    font-size: 35px;
 }

 .about-carousel .slick-dots li button:before {
    font-size: 15px !important;
    color: #800000;
  }

  .about-carousel .slick-dots li.slick-active button:before {
    color: #800000;
   }

  .slick-dots li button:before {
    font-size: 15px !important;
    color: #FBBA00;
  }

  .slick-dots li.slick-active button:before {
    color: #FBBA00;
   }
  
  .slick-dots {
    bottom: -25px !important;
  }

  .marcelo-carousel .slick-dots {
    bottom: -53px !important;
  }
  
  /* .hero-carousel .slick-dots {
    bottom: -23px !important;
  }
   */

   /* print */
    @media print {
        @page {
                size: A4;
                margin: 20mm;
            }

        body * {
            visibility: hidden;
        }

        #printer {
            visibility: hidden;
        }

        .div-id, .div-id * {
            visibility: visible;
        }

        .modal {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                transform: none;
                box-shadow: none;
                border: none;
                page-break-inside: avoid;
                break-inside: avoid;
                overflow: hidden;
            }
    }