/* moblie mode */
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px  #92b1da; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #92b1da; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #92b1da; 
}
.white-search{
  color: white;
}
.btn-search{
  background-color: #92b1da;
  border-color: #92b1da;
}
.theme--light.v-footer {
  background-color: rgb(33, 98, 186);
  color: white;
}
.edit_icon {
  background: #fff url("../image/sort-down.svg") no-repeat right .75rem center/15px 15px;

}
.mobile {
  color: #333;
}
.v-select>.v-input__control>.v-input__slot{
  width: 50px;
}
.empty-container {
  width: 100%;
  height: 90%;
}

.empty-top {
    display: flex;
    justify-content: center;
    height: 220px;
}

.empty-text {
  align-self: flex-end;
  text-align: center !important;
  max-width: 300px;
  color: #C7C6C6;
}

.empty-buttom {
  text-align: center;
  margin-top: 15px;
}

.empty-arrow {
  position: absolute;
  margin-top: 50px;
  margin-right: -570px;
  height: 200px;
  transform: rotate(10deg);
}

@media screen and (max-width: 768px) {
  .empty-arrow { 
    margin-top: 0;
    right: 10px;
    margin-right: 0;
    height: 200px;
    transform: rotate(-10deg);
  }

  .empty-text {
    max-width: 160px;
  }
}


@media screen and (max-width: 576px) { 
  .empty-arrow { 
    margin-top: 0;
    right: 10px;
    margin-right: 0;
    height: 140px;
    transform: rotate(-30deg);
  }

  .empty-text {
    max-width: 160px;
  }
}

.empty-image {
  margin-right: -40px;
}

.nav-search {
    float: right;
    width: 100%;
}

@media screen and (max-width: 768px) {
  .nav-search {
    float: left;
    width: 100%;
  }
  .mobile table.v-table tr {
    max-width: 100%;
    position: relative;
    display: block;
  }

  .mobile table.v-table tr:nth-child(odd) {
    border-left: 6px solid deeppink;
  }

  .mobile table.v-table tr:nth-child(even) {
    border-left: 6px solid cyan;
  }

  .mobile table.v-table tr td {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    height: auto;
    padding: 10px;
  }

  .mobile table.v-table tr td ul li:before {
    content: attr(data-label);
    padding-right: 0.5em;
    text-align: left;
    display: block;
    color: #999;
  }
  .v-datatable__actions__select {
    width: 50%;
    margin: 0px;
    justify-content: flex-start;
  }
  .mobile .theme--light.v-table tbody tr:hover:not(.v-datatable__expand-row) {
    background: transparent;
  }
}
.flex-content {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex-item {
  padding: 5px;
  width: 50%;
  height: 40px;
  font-weight: bold;
}

.loader-bg {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
}

.loader {
  z-index: 1 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #2E71CE;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.ui.container{
  padding-bottom: 50px;
}
.ui.container.active{
  padding-bottom: 80px;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* theme data table */
