*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    direction: rtl;
    text-align: right;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    font-family: "harir";
    background-color: #fff;
}
.marron-bolder {
    border: 1px solid #792d30;
}
.side-bar {
    background: #792d30;
    width:250px;
    right: 0px;
    height: 100vh;
    position: fixed;
    top: 0;
    overflow-y: auto !important;
    transition: 0.6s ease;
    transition-property: right;
}
/* header {
    background: #434242;
} */
header img{
    width: 100px;
    margin: 15px;
    margin-right: 70px;
    border-radius: 50%;
    border: 3px solid #fff;
}
header h1 {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 13px;
    color: #fff;
    letter-spacing: 2px;
}
.close-btn {
    position: absolute;
    color:#fff;
    font-size: 23px;
    right:0px;
    margin: 15px;
    cursor: pointer;
}
.menu {
    width: 100%;
    margin-top:25px;
}
.menu .item {
    position: relative;
    cursor: pointer;
}

.menu .item a {
    color:#fff;
    line-height: 50px;
    padding: 1px 30px;
    text-decoration: none;
    font-size: 16px;
    display: block;
}
.menu .item i {
    margin-left:15px;
}

.item a .dropdown {
    position: absolute;
    right : 0px;
    margin: 20px;
    transition: 0.3s ease;
}
.item .sub-menu{
    display: none;
}
.menu-btn {
    font-size: 35px;
    position: absolute;
    color:#000;
    cursor: pointer;
    margin: 25px;
}

.item .sub-menu a {
    padding-right:60px;
}
.side-bar::-webkit-scrollbar {
    width:0;
}
.rotate {
    transform: rotate(90deg);
}

.marron-btn , .marron-outline-btn:hover
{
    background-color: #792d30;
    color: #fff;
}
.marron-btn:hover {
    color: #fff;
}
.marron-outline-btn 
{
    background-color: #fff;
    color: #792d30;
    border-color: #792d30;
}
.marron-color {
    color: #792d30;
}
.marron-background-color 
{
  background-color: #792d30 !important;
}

  input[type='radio']  {
    border: 2px solid #792d30 !important;
}
  input[type='radio']:checked {
    background-color: #792d30 !important;    
}

input[type='checkbox'] {
    accent-color: #792d30;
}
table thead {
    color: #792d30;
    text-align: center;
}

.state {
    display: flex;
    gap: 10px;
    
}

.state p {
    margin-bottom:  0px;
}
.state .col-md-3,.state .col-md-4
{
  background-color: #792d30;
  color: #fff;
  transition: all 1s ease;
}
.state .col-md-3:hover , .state .col-md-4:hover
{
   background-color: #fff;
   border: 1px solid #792d30;
   color:#000;
}
.btn:active , .btn:focus {
    box-shadow: 1px 2px 5px #792d30;
}

#info-div
{
   display: flex;       
   justify-content: center;
   height: 600px;
   width: 70vw;
   position: fixed;
   top: 10%; 
   overflow: auto !important;
   background: #fff;
   margin: auto;      
}

#info-div .model 
{
  height: 100%;
  min-width: 100%;
  margin:0;
  padding:20px;       
  border-radius: 5px;
  position: relative;
}

.div-table 
{
   overflow: auto;
}
.table {
    overflow: hidden;
}
table, th, td {
    padding: 1rem !important;
}

