﻿@media screen and (max-width: 600px) {
    html {
        width: fit-content !important;
    }
}

#Rigtbar {
   
    border-radius: 5px;
    /*min-height: inherit;*/
    background:#dcdcdc;
    border-left: 3px solid white;
    padding: 0px;
   
}

#bodydiv {
    background: #dcdcdc;
    /*min-height: inherit;*/
    border-radius: 5px;
}


#compname {
    font-family: Titr,'B Nazanin',Tahoma;
    
    color: white;
    margin-top: 50px;
    text-align:center;

}
    #compname > :first-child
    {
font-size: xx-large;
    }
    #compname > :nth-child(2) {
        font-size: large;
    }

    #compheader {
        text-align: center;
        vertical-align: central;
        width: initial;
    }

body {
    background-color: #676060;
    direction: rtl;
}


#pageContainer {

    border-bottom: 2px solid white;
    text-align: center;
    padding: 0;
  
    align-self: center;
   
    border-radius: 5px;
    min-height: 100%;
}




#pageHeader {
    background: lavender;
    margin-bottom: 0;
    border-radius: 7px;
    border-bottom: 3px solid white;
       border-top: 3px solid white;
    padding: 0;

}



#footer {
    height: 50px;
    /*width: 99%;*/
    border: 2px solid;
    border-color: #6474d9;
    background: #78ea50;
   
    border-radius: 5px;
}

#marqtext {
    font-family: Titr, Nazanin;
    font-weight: bold;
    font-size: 12pt;
    color: #010101;
}



#logo {
    
    height: 100%;
   
    padding: 0;
}

#compheader {
    background: #7b68ee ;
    margin-top: 25px;
    border: 3px solid #16be7b;
    border-radius: 5px;
}

#RptHeder {
    border: 1px solid #0a06ed;
    margin-bottom: 0;
    padding: 2px;
}

        #RptContent {
             border-top: 2px solid white;

        }
 #RptContent table  td {
     
 border: 1px steelblue solid;

 }
        #RptContent table th {

            text-align: center;
            border: 1px black solid;
            background-color: cornflowerblue

        }
.pagination-container {
    
    display: flex;
    justify-content: center;
}
/* CSS for the Loading Spinner */
.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.spinner {
    display: flex;
    justify-content: space-between;
    width: 80px;
}

    .spinner div {
        width: 20px;
        height: 20px;
        background-color: #3498db;
        border-radius: 50%;
        animation: bounce 1.4s infinite ease-in-out;
    }

        .spinner div:nth-child(1) {
            animation-delay: -0.32s;
        }

        .spinner div:nth-child(2) {
            animation-delay: -0.16s;
        }

        .spinner div:nth-child(3) {
            animation-delay: 0s;
        }

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}


/*-----------------------------------------------------*/