/**,*/
/**::after,*/
/**::before{*/
/*  padding: 0 !important;*/
/*  margin: 0;*/
/*  box-sizing: border-box;*/
/*}*/

 body{
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100vh;
  background: #F1F3F3;
} 

/*html{*/
/*  width: 100%;*/
/*}*/

/*a:hover { text-decoration: none; }*/
/*a:active { text-decoration: none; }*/

.para{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;  
    display: flex;
    align-items: flex-end;
    text-align: right;
  
    color: #01688E;
}

/*.fa-icon{*/
/*    fill: rgba(69, 85, 96, 1) !important;*/
/*    width: 19px;*/
/*    height: 19px;*/
/*    margin-left: 17px ;*/
/*    cursor: pointer;*/
     
/*}*/

.side-nav{
    background: rgba(69, 85, 96, 1);
    color: aliceblue;
    padding-top: 80px !important
  }

  .side-one {
    padding: 12px 10px;
  }

  .side-active {
    background-color: #eef0f2;
  }
  
  .side-active .log svg{
    fill: #00AFEF;
    transition: fill 0.3s ease;
  }
  
  .side-active .log svg path{
    fill: #00AFEF;
    transition: fill 0.3s ease;
  }
  
  .side-active img{
    filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
  }

  .card {
    /*margin: 10px;*/
    /*padding: 10px;*/
    /*border: 1px solid #fcfcfc;*/
    /*box-shadow: 0px 4px 40px rgba(69, 85, 96, 0.15);*/
    /*border-radius: 16px;*/
  }
  
  .card-m:hover{
      border: solid #1681fe 2px;
      background-color: #e6e9eb;
  }
  
  .card-m-disabled{
      border: none;
      background-color: #ffffff;
  }

  .log{
    /*opacity: .3;*/
    transition: all 0.5s ease-in-out;
  }

  .log:hover{
    /*opacity: 1;*/
  } 
  
   .log svg path {
    fill: white;
    transition: fill 0.3s ease;
  }
  .log svg{
    fill: white;
    transition: fill 0.3s ease;
  }
  .log svg path:hover {
    fill: #00AFEF;
  }
  
  .log-disabled svg{
      fill: #cccccc;
  }
  
  .log-disabled svg path{
      fill: #cccccc;
  }
  
  .log svg:hover {
    fill: #00AFEF;
    
  }
 .dashicons {
    width: 85px;
    height: 100px;
  }

   .same-across {
    color: #01688e;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin-top: 28px;
  }
  
  .update{
    display: flex;
    justify-content: center;
    align-content: center !important;
  }

  .footer-fixed{
    position: fixed;
    bottom: 0px;
    width: calc(100% - 96px);
    /*margin-left: -22px;*/
  }

  
  
/* Show the overlay when the modal is open */
.modal-open .overlay {
    display: block;
  }
  
  /* Center the modal vertically and horizontally */
  .modal-dora {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 9999;
    text-align: center;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%) ;
    width: 500px;
    height: 500px;
    padding: 20px 10px;
  }
  
  .modal-content-dora {
    background-color: #fefefe;
    position: relative;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    height: auto;
    max-width: 600px;
  }
  
  /* form div {*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  margin-bottom: 10px;*/
  /*} */
  
  /*form label {*/
  /*  margin-bottom: 10px;*/
  /*  text-align:left;*/
  /*} */
  
  .form-content{
    margin-left: 40px;
    margin-right: 40px;
    
  }
  
  /*button {*/
  /*  margin-top: 10px;*/
  /*  background-color: #00AFEF;*/
  /*  color: #ffffff;*/
  /*  border: none;*/
  /*}*/
  
  /*.close {*/
  /*  color: #aaa;*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  right: 0;*/
  /*  margin-top: 10px;*/
  /*  margin-right: 10px;*/
  /*  font-size: 28px;*/
  /*  font-weight: bold;*/
  /*}*/
  
  /*.close:hover,*/
  /*.close:focus {*/
  /*  color: black;*/
  /*  text-decoration: none;*/
  /*  cursor: pointer;*/
  /*}*/

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  
/*element.style {*/
/*    z-index: 99;*/
/*}*/

.search-form {
    z-index: 99;
    min-width: 715px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    position: absolute;
    bottom: -71px;
    background-color: white;
    border: 1px solid #e7e7e7a1;
    border-radius: 5px;
    padding: 2px 5px !important;
    margin: 0px;
}

  /*.card{*/
  /*    border: none;*/
  /*}*/
  
  /*.page-head{*/
  /*    margin-top: 8px; */
  /*    margin-bottom: 8px; */
  /*    height: 50px; */
  /*    display: flex; */
  /*    flex-direction: row; */
  /*    gap: 10px;*/
  /*}*/
  
  /*form div{*/
  /*    margin-bottom: 0px !important;*/
  /*}*/
  
ul#side-menu li {
    padding: 11px 0px;
}

ul#side-menu li a{
    color: #007bff;
}