html {
  font-size: 14px;
  direction:rtl;
}



.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.color-blue {
    color: #4359F5;
}
html {
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    padding: 1%;
    background-color:white;
}
.header img{
    width:50px;
    height:50px;
}
body {
    background-color: #F5F6FF;
}
footer {
    background-color: #3647C4;
}
.text-align-center{
    text-align:center;
}
.custom-card-0{
    min-width:90%;
    min-height:10vh;
    border-radius:15px;
    background-color:white;
    margin:1%;
    box-shadow:2px 2px 2px rgba(0,0,0,0.4);
}
.pr-2 {
    padding-right: 3%!important;
}
.lable-color {
    color:#565656;
}
.title-lable-color {
    font-weight: bolder;
    color: #283593;
}

.Estelam {
    background-color: #4359F5;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 1%;
}
    .Estelam :hover {
        opacity: 0.9 !important;
        color: azure !important;
    }

input {
    background-color: #F5F5F5;
    border-radius: 10px;
    border: none;
    outline: none;
    text-align: center;
    padding:1%;
}
    input :focus {
        border: none;
        outline: none;
    }

.title-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 2%;
    margin-top: 2%;
}
.member {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.member-person:hover .logo {
    animation: heartbeat 2s infinite;
}
.companyInfoSection{
        display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 2%;
    padding-bottom: 2%;
}
.companyInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 1%;
    padding-left: 0%;
    width: 60%;
}
.PdfDownload .download{
    background-color: #4359F5;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 1%;
    width: 150px;
    font-size: 16px;
}
    .PdfDownload :hover {
        opacity: 0.9 !important;
        color: azure !important;
    }
.companyLogo:hover {
    opacity: 0.9 !important;
    color: azure !important;
}
.Semat {
    width: 70%;
    background-color: #7B8BF8;
    border-radius: 10px;
    align-self: center;
    align-content: center;
    margin-top: 1%;
    margin-bottom: 1%;
    color: white;
    padding: 1%;
}
    .Semat:hover {
        opacity: 0.9 !important;
        color: azure !important;
    }
.Phone-Number {
    width: 70%;
    background-color: #BB342F;
    border-radius: 10px;
    align-self: center;
    align-content: center;
    margin-top: 1%;
    margin-bottom: 1%;
    color: white;
    padding: 1%;
}
    .Phone-Number:hover {
        opacity: 0.9 !important;
        color: azure !important;
    }
.HeiatModire{
    flex-wrap:wrap;
}
.Sign {
    flex-wrap: wrap;
}
.Stock {
    flex-wrap: wrap;
}
.Inspector {
    flex-wrap: wrap;
}
.footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}
.input{
    width:75%;
}
.modal-dialog{
    max-width:100vh;
}
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(43 41 38);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.loader {
    width: 100%; /* Adjust the size based on your GIF dimensions */
    opacity:0.9;
    /* Add any additional styles as needed */
}
@media (min-width: 768px) {
    .modalSort{
        display:flex;
        flex-direction:row;
    }
    html {
        font-size: 16px;
    }

    .custom-card-0 {
        min-width: 90%;
        min-height: 10vh;
        border-radius: 15px;
        background-color: white;
        margin: 1%;
    }

    .member-person {
        width: 20%;
        text-align: -webkit-center;
        border: 1px solid;
        padding: 1%;
        border-radius: 10px;
        box-shadow: 1px 9px 17px 0px gray;
    }

        .member-person:hover {
            box-shadow: 2px 4px 12px 2px #4359F5;
        }
}
.signInModal {
    padding: 10%;
    padding-right: 10%;
}
.companyInModal {
    padding: 10%;
}
.modal-body button{
    background-color:#a1b7e5;
}
.modal-body button:hover {
    background-color: #5982d9;
}
@media (max-width:768px) {
    .modalSort {
        display: flex;
        margin: 10%;
        flex-direction: column-reverse;
        gap: 23px;
    }
    .member-person {
        text-align: -webkit-center;
        width: 50%;
        text-align: -webkit-center;
        border: 1px solid;
        padding: 1%;
        margin: 1% 1% 2% 1%;
        border-radius: 10px;
        box-shadow: 1px 9px 17px 0px gray;
    }
    .companyInfo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 1%;
        padding-left: 0%;
        width: 60%;
    }
    .PdfDownload .download {
        background-color: #4359F5;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 1%;
        width: 90px;
        font-size: 8px;
    }
    .companyLogo {
        width: 10%;
        padding-top: 1%;
    }
    .Semat {
        font-size: smaller;
    }
    .input{
        width:50%;
    }
    .Semat {
        width: 100%;
        background-color: #7B8BF8;
        border-radius: 10px;
        align-self: center;
        align-content: center;
        margin-top: 1%;
        margin-bottom: 1%;
        color: white;
        padding: 1%;
    }

        .Semat:hover {
            opacity: 0.9 !important;
            color: azure !important;
        }

    .Phone-Number {
        width: 100%;
        background-color: #BB342F;
        border-radius: 10px;
        align-self: center;
        align-content: center;
        margin-top: 1%;
        margin-bottom: 1%;
        color: white;
        padding: 1%;
    }

        .Phone-Number:hover {
            opacity: 0.9 !important;
            color: azure !important;
        }
}