*
{
    padding: 0;
    margin: 0;
    font-family:sans-serif;
    box-sizing: border-box;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

textarea{
    width: 100% !important;
}

/*   NAVBAR    */
.menu-bar{
    background-image: linear-gradient(-90deg, #002436, #001621);
}

.nav-link{
    font-size: 16px;
    margin: 3px;
    color: #fff!important;
    font-weight: 500;
}

.navbar-nav{
    text-align: right;
    margin-right: 20px;
}

.menu-bar .navbar-toggler{
    padding-right: 20px;
    outline: none!important;
    border: none !important;
}

.navbar .fa{
    color: #fff!important;
    font-size: 18px;
}

.nav-link:hover{
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.navbar-brand img{
    width: 150px;
    margin-top: 5px;
    margin-left: 20px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));  
}

/*   HOME    */

.carousel-item{
    background: no-repeat center center scroll;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: cover;
}

.carousel-item .carousel-caption{
    bottom: 40%;
}

.carousel-caption h5{
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    font-family: merienda;
    color: #ffffff;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.9));
}

.carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    font-family: poppins;
    color: #ffffff;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
}

.carousel-caption a{
    text-transform: uppercase;
    border-radius: 10px;
    background: #fc8b2a;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    transition: .5s;
}

.carousel-caption a:hover{
    color: #001621;
    text-decoration: none;
}


.w-100{
    height: 100vh!important;
}

/*   ADMIN HOME    */
.bg-cover {
    background-image: url('../images/slide1.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }
  
  .welcome-message {
    padding: 20px;
    border-radius: 10px;
  }
  
  .welcome-message h1 {
    font-size: 42px;
    white-space: nowrap;
    border-right: 5px solid #fc8b2a;
    animation: blink-caret 0.75s step-end infinite;
    overflow: hidden;
    display: inline;
  }
  
  @keyframes blink-caret {
    from, to {
      border-color: transparent;
    }
    50% {
      border-color: #fc8b2a;
    }
  }
  

/*   BROWSE    */
.custom-background {
    background-image: url("../images/wall.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: cover;
}
.bar {
    margin-top: 2%;
    margin-bottom: 4%;
}
.bar h1{
    margin-bottom: 4%;
    color: rgb(255, 255, 255);
}
.form-control-borderless {
    border: none !important;
}
.search-input{
    color: rgb(255, 255, 255);
}
.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.button-sub {
    border-radius: 20px;
}
.browse {
    border-radius: 20px 20px 10px 10px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.browse tbody tr:last-of-type {
    border-bottom: 6px solid #1276d3;
}
.rpp{
    color: whitesmoke;
}
.catalog h1 {
    margin-top: 1%;
    color: #1276d3;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));  
}
.search-bar{
    padding: 10px !important;
}

.search-btn{
    padding: 5px 10px !important;
    border-radius: 20px !important;
}


/*   TABLE    */
.table {
    margin: auto;
}
.info-table, .info-table:hover {
    background-color: #292b2c!important;
}
.even {
    background-color: #1b1e24!important;    
}
.odd {
    background-color: #212529 !important;    
}
.even:hover, .odd:hover {
    background-color: #343a40 !important;
}
.pic {
    display: block;
    box-shadow: 0 0 10px 3px #000;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.catalog{
    margin-bottom: 50px;
}
.catalog h1 {
    margin-top: 1%;
    color: #1276d3;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));  
}



/*   ADMIN PANEL    */

.btnAdd {
    margin-top: 5%;
    text-align: center;
  }

  .admin{
    border-radius: 20px 20px 10px 10px;
    margin-top: 1%;
    margin-bottom: 5%;
}

.admin tbody tr:last-of-type {
    border-bottom:6px solid #1276d3
}
.edit a{
    color: #4681f4;
    font-size: 25px;
    margin-left: 25%;
    }
    .edit a:hover{
    color: #107fc4;
    }
    .delete a{
    color: #fd0e35;
    font-size: 25px;
    margin-left: 25%;
    }
    .delete a:hover{
    color: #d40224;
    }
/*   ADMIN PANEL ADD MEMBER + Edit Member  */



/*   LOGIN    */
.card{
    overflow: hidden;
    border: 0 !important;
    border-radius: 20px !important;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.img-left{
    width: 45%;
    background-size: cover;
}

.card-body{
    padding: 2rem;
}

.title{
    margin-bottom: 2rem;
}

.form-input{
    position: relative;
}

.form-input input{
    width: 100%;
    height: 45px;
    padding-left: 40px;
    margin-bottom: 20px;
    box-shadow: none;
    border: 1px solid #00000020;
    border-radius: 50px;
    outline: none;
    background: transparent;
}

.form-input span{
    position: absolute;
    top: 10px;
    padding-left: 15px;
    color: #007bff;
}

.form-input input::placeholder{
    color: black;
    padding-left: 0px;
}

.form-input input:focus, .form-input input:valid{
    border: 2px solid #007bff;
}

.form-input input:focus::placeholder{
    color: #454b69;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #007bff !important;
    border: 0px;
}

.form-box button[type="submit"]{
    margin-top: 10px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    background: #001621;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    letter-spacing: .1rem;
    transition: 0.5s;
    padding: 12px;
}

.form-box button[type="submit"]:hover{
    background: #0069d9;
}

.forget-link, .register-link{
    color: #007bff;
    font-weight: bold;
}

.forget-link:hover, .register-link:hover{
    color: #0069d9;
    text-decoration: none;
}

.form-box .btn-social{
    color: white !important;
    border: 0;
    font-weight: bold;
}

.form-box .btn-facebook{
    background: #4866a8;
}

.form-box .btn-google{
    background: #da3f34;
}

.form-box .btn-twitter{
    background: #33ccff;
}

.form-box .btn-facebook:hover{
    background: #3d578f;
}

.form-box .btn-google:hover{
    background: #bf3b31;
}

.form-box .btn-twitter:hover{
    background: #2eb7e5;
}


/*   FOOTER    */
footer{
    background-color: rgb(34,34,34);
    color: rgb(216, 216, 216);
    background: #111;
}

footer p
{
    color: #999;
}

.social i:hover{
    color: #000000!important;
}


.link ul li a{
    font-size: 16px;
    color: rgb(216, 216, 216);
    text-decoration: none;
    transition: .5s;
}
.link a{
    font-weight: 500;
}

.link ul li a:hover{
    color: #1276d3;
}

.Contact ul li a{
    font-size: 16px;
    color: rgb(216, 216, 216);
    text-decoration: none;
    transition: .5s;
    list-style-type: none;
}
.Contact a{
    font-weight: 500;
}


.Contact ul li a:hover{
    color: #1276d3;
}

.color-footer{
    background-image: linear-gradient(-90deg, #001621, #007bff);
}

.footer-copyright{
    background-color: #181818;
}

.footer-copyright a{
    color: #1276d3;
    text-decoration: none;
    transition: .5s;
}

.footer-copyright a:hover{
    color: #003cff;
    text-decoration: none;
}

/*   MEDIA    */
@media only screen and (max-width:1000px){
    .nav-link:hover{
        border-bottom: none!important;
    }

    .navbar-nav{
        text-align: center;
    }
    
    .social-text p {
        display: none;
    }
}

@media only screen and (max-width:768px){
    .carousel-desc{
        width: 100% !important;
        margin: auto;
        padding-bottom: 20px;
        font-size: 16px!important;
    }
    .carousel-title{
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .carousel-caption{
        top: 0%;
        left: 10%;
        right: 10%;
    }
    .carousel-caption h5{
        font-size: 25px;
    }
    .carousel-caption a{
        padding: 10px 25px;
        font-size: 14px;
    }
    .carousel-item img{
        object-fit: cover;
    }
    .carousel-item .carousel-caption{
        bottom: 0%;
    }
    .welcome-message h1 {
        font-size: 24px;
    }
    .social-text p {
        display: none;
    }
    .text-center{
        padding: 15px;
        font-size: 20px;
    }
    .general-info {
        order: 1;
    }
    .personal-info {
        order: 2;
    }
    .catalog{
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .browse{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .hide-on-mobile {
        display: none;
    }
    .pic {
        width: 60px;
        height: 60px;
    }
}