.bordered_img {
    border-radius: 8px;
}

.round_img {
  border-radius: 50%;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* nav bar */
/* change logo put background color, up left */
.skin-blue .main-header .logo{
  background-color:#006b20 !important;
}

/* change up right bar */
.skin-blue .main-header .navbar {
  background-color:#006b20 !important;
}

/* side popup */
.skin-blue .main-header li.user-header {
    background-color: white !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p{
  color:#006b20 !important;
}

.box-body{

}

.content{
  /* background-color: ; */
}

.table_striped_update tr:nth-child(even){background-color: #ededed;}
/* dark ash #e3e3e3 */

/* side bar thabili*/
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side{
  background-color:#006b20 !important;
}

.skin-blue .sidebar a{
  color:#ffffff !important;
}

.skin-blue .sidebar a:hover{
  background-color: #005c1b !important;
}

.skin-blue .sidebar a:active{
  background-color: #005c1b !important;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a{
  background-color: #005c1b !important;
}

.skin-blue .sidebar-menu>li>.treeview-menu{
  background:#006b20 !important;
}

.treeview-menu li.active{
  background:#005c1b !important;
}

.nav_bar{
  background-color: #004013 !important;
}


/* sroll bar */
.auto_scroll {
    overflow: auto;
}

@media (max-width: 767px) {
  .table-stacked thead {
    display: none;
  }

  .table-stacked tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fefefe;
  }

  .table-stacked td {
    display: flex;
    width: 100%;
    padding: 8px;
    border: none;
    box-sizing: border-box;
  }

  .table-stacked td::before {
    content: attr(data-label);
    font-weight: bold;
    min-width: 120px;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: left;
    color: #333;
  }
}
