
html,body
{
    padding: 0px;
    margin: 0px;
}
.app-container
{
    display: flex;
    
}

.app-asside{
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    background: #2c5268 !important;
    position: sticky;
    top:0px;
    height: 100vh;
    max-height: 100vh;
    border-radius:0px 30px 0px 0px;
    
}


.app-asside-menu
{
  display-none;
}

.app-main{
    -ms-flex: 15; /* IE 10 */
    flex: 15;
    background-color: #fafafa;
    
}

.asside-items{
    margin-top:10px;
    list-style-type:none;
    padding: 5px 0px 5px 5px;
    overflow:auto;
    max-height: 80%;  direction: rtl;
    
      
}

.asside-items > .asside-item  {
    padding: 20px 5px 20px 5px;
    color:white !important;
    text-align: center;
    transition:cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration:1s;
    transition-duration:2s;
}


.asside-items >.asside-item:hover  {    
    background-color:/*#362f4b*/ #2c5268  !important;
    color:#fa764a !important;
    text-shadow: 0px 0px 10px #f59f83;
    border-radius: 40px 0px 0px 40px;
}

.asside-items >.asside-item:hover a {    
  
  color:#fa764a !important;
  
}

.asside-items > a
{
  text-decoration: none !important;
}

.asside-items  a
{
  color: white;
  text-decoration: none !important;
}

.asside-items >.asside-item.active  {    
    background:linear-gradient(90deg,white, #f9f9f9);
    color:#ec6233 !important;
    border-radius: 40px 0px 0px 40px;
}

.asside-items >.asside-item.active a
{
  color:#ec6233 !important;
}



.app-logo{
    border-radius:0px 30px 10px 10px;
    padding: 30px 0px  30px 0px ;
    display: flex;
    justify-content: center;
    background: #ec6233ee;
}

/*scroolbar*/
/* width */
.asside-items::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
.asside-items::-webkit-scrollbar-track {
    background: #f1f1f10c; 
  }
   
  /* Handle */
.asside-items::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.911); 
  }
  
  /* Handle on hover */
.asside-items::-webkit-scrollbar-thumb:hover {
    background: #f1f1f1; 
    border-radius: 5px;
  }
  
  .asside-items >.asside-item:hover .tooltip .tooltiptext {
    visibility: visible;
  }
  .la-normal
  {
    font-size : 25px;
  }


  .bg-app
  {
    /* background:#2c5268 !important; */
    background:/*#362f4b*/ #2c5268 !important;
    
  }

  .bg-sec
  {
    background:#ec6233 !important;
  }
  
  .btn-sec
  {
    background:#ff5720 !important;
    color: white !important;
  }
  
  .btn-sec:hover
  {
    background:#ce4c21 !important;
    color: white !important;
  }

  .btn-rounded
  {
    border-radius: 1.25rem !important;
  }

  .card-r
  {
  border-radius: 20px !important;
  }

  .modal-r
  {
  border-radius: 20px 20px 0px 0px !important;
  }

  .form-control {
    border-radius: 0.1;
    box-shadow: none;
    padding: 0.469rem 0.75rem;
    border-color: #7e98e0;
    font-size: 14px;
    min-height: 40px;
}
/* .select2-selection__rendered .select2-container--default .select2-selection--single 
{
  border-radius: 0.1 !important;
    box-shadow: none !important;
    padding: 0.469rem 0.75rem !important;
    border-color: #7e98e0 !important;
    font-size: 12px !important;
    min-height: 40px !important;
    min-height: 40px !important;
    
} */

  .submit-btn
  {
    padding: 10px 30px !important;
    /* //font-weight: bold !important; */
    font-size: 20px !important;
  }

  .table-app
  {
    overflow: hidden !important;
    border-radius: 20px !important;
    overflow: hidden;
    /* border:1px red solid !important; */
    background-color: #f5f5f587;
  }


  .table-app thead
  {
    
    background-color: /*#362f4b*/ #2c5268 !important;
    color: white !important;
    
  }
  