﻿
@font-face {
    font-family: 'jf-flat-regular';
    src: url('../Founts/jf-flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: 'jf-flat-regular', sans-serif !important;
}
.stylish-card, .alert, .form-label, .form-control {
    font-family: 'JF Flat', sans-serif;
}
.card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 20px;
    overflow: hidden;
}
   .card:hover {
        transform: scale(1.05);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    }
.card-img-top {
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.card-body {
    flex: 2;
}
.form-control {
    border-radius: 10px;
    border: 1px solid #dee2e6;
}
.form-label {
    font-weight: bold;
    color: rgb(104 154 227);
}
.card {
    width: 100%;
}
.card-body {
    padding: 1rem;
}
.card-img-top {
    width: 120px;
    height: 120px;
}
.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; 
}
    .navbar-brand img {
        height: 40px; 
        width: auto; 
    }
.navbar {
    padding: 0.5rem 1rem; 
}
.fontSussc{
    font-size:12px;

}
div.alert.alert-success {
    background-color: #209552 !important;
    color: white !important;
    font-size: 12px;
}
.alert-danger {
    background-color: #b9372a !important;
    color: white !important;
}
@media screen and (max-width:767px) {
    .animated-image {
        height: 60px !important;
        width:60px !important
    }
    #hfd {
        font-size: 7px;
        transform: scale(1.3);
        font-weight: bold;
    }
    .info-book{
        font-size:9px;
        font-weight:bold;
    }
    .myrow{
        margin-right:10px !important;
        width:100px ;
    }
    #header{
        height:90px !important
    }
    #myqr {
        height: 200px !important;
        width: 200px !important;
    }   
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}