/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.list-group-item.active {
  z-index: 2;
  color: rgb(239, 242, 247);
  background-color: rgb(233, 235, 236);
  border-color: rgb(233, 235, 236);
}

.tag-sidebar {
  position: relative;
  background-color: var(--vz-card-bg-custom);
}

.tag-content {
  background-color: var(--vz-card-bg-custom);
  margin: 5px;
  border-radius: .5rem;
  border: 1px solid grey;
}

@media (min-width: 992px) {
  .tag-sidebar {
    min-width: 300px;
    max-width: 300px;
    min-height: calc(100vh - 70px - 60px - 8px);
    height: auto;
  }

  .tag-sidebar.mini {
    min-width: 150px;
  }

  .tag-content {
    margin: 5px;
    border-radius: .5rem;
    border: 1px solid grey;
  }

  .tag-content {
    width: 100% !important;
    border: 0;
    border-radius: 0;
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .tag-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    z-index: 1003;
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
            box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
    height: 100vh;
  }
  
  .tag-sidebar.menubar-show {
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}

.chip {
  margin: 2px;
  display: inline-block;
  padding: 0 15px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

.form-icon a {
  position: initial;
}

.form-icon.right a i {
  left: auto;
  right: 18px;
}

.form-icon a i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loading {
  height: 100%;
  width: 100%;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#innerLoading {
  background: #ffffff;
  background: url('../images/loading.gif') no-repeat transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
}

.gridjs-table small {
  font-size: 0.6rem;
  line-height: 0.9rem;
  display: block;
}