﻿html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-color: rgb(245, 245, 245);
    font-family: IRANSans !important;
    top: 0 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

main {
    flex: 1;
}

.card {
    border-radius: 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
    tope: 0;
}

.card:hover {
    transform: translateY(-5px);
}

.card-title img {

    height: auto;
    border-radius: 10px;
}

.form-control {
    border-radius: 12px;
    padding: 10px;
}

.btn-primary {
    border-radius: 20px;
    background-color: #007bff;
    border: 1px solid #007bff;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-outline-secondary {
    border-radius: 20px;
    border: 1px solid #6c757d;
    color: #6c757d;
}

.btn-outline-secondary:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

.alert {
    border-radius: 10px;
}

.footer {

   
    text-align: center !important;
    bottom: 0 !important;
    background: linear-gradient(180deg, #203754 0%, #162B45 100%);
    color: #ffffff !important;

}

footer p,
footer a {
    margin: 0;
    color: #919090;
}

.modal-content {
    border-radius: 15px;
}

.input-group-text {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.d-grid {
    margin-top: 20px;
}

.row {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .col-lg-6 {
        width: 100%;
    }

   
}

/* Animation for modal */
.modal-dialog {
    animation: slideIn 0.5s ease-out;
}

/*@keyframes slideIn {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}*/

#InfoCompany {
    font-family: Doran !important;
    font-size: 15px !important;
}

.btn {
    font-family: Kalameh !important;
    font-size: 20px !important;
}