@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Dana-Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Dana-Medium.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
html{

}
body {
    font-family: "dana",Tahoma;
    padding: 16px;
    background: #f9f9f9;
    margin: 0px  !important;
    padding: 0px !important;
    box-sizing: border-box !important;
}
a{
    text-decoration: none !important ;
}
.noa-fn-dana{
    font-family: "dana",Tahoma;
}
.noa-fs-title{
    font-size: 32px !important;
}
.noa-fs-card-title{
    font-size: 16px !important;
}
.noa-logo{
    border-radius: 50%;
}


input {
    margin-bottom: 10px;
    width: 300px;
    padding: 5px;
}
.card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.card:hover .card-icon {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .card-icon {
        width: 36px;
        height: 36px;
    }
}
.card-icon {
    font-size: 3rem;
    color: #0d6efd; /* رنگ آبی بوت‌استرپ */
}
.card:hover {
    box-shadow: 0 0 15px rgba(13,110,253,.5);
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid rgba(13,110,253,.5);
}
footer {
    background-color: #f8f9fa;
    padding: 15px 0;
    text-align: center;
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 50px;
    border-top: 1px solid #dee2e6;
}
.error-container {
    min-height: calc(100vh - 300px);
}
.error-code {
    font-size: 8rem;
    font-weight: bold;
    color: #008080;
}
.error-text {
    font-size: 24px;
    color: #6c757d;
}
.noa-text-primary {
    color: #008080;
}
.noa-bg-primary {
    background-color: #008080;
}
.noa-btn-primary{
    background-color: #006666;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 4px 6px ;
}
.noa-btn-primary:hover{
    background-color: #004d4d;
}
.noa-btn-secondary{
    background-color: #00cccc;
    color: #004d4d;
    border: none;
    border-radius: 4px;
    padding: 4px 6px ;
}
.noa-btn-secondary:hover{
    background-color: #00b3b3;
    color: #fff;
}
