.tb-layout-browse {
  background-color: #fff;
}

.tb-filter-section {
  display: flex;
  padding: 10px 16px;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  margin: auto !important;
}

.tb-filter-section h5 {
  color: #063058;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}

.tb-filter-section h4,
.tb-filter-section .tb-right-section h4 {
  color: #141212;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  text-transform: capitalize;
}

.tb-filter-section span {
  /* color: #767374; */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}

.tb-filter-section .tb-left-second-section {
  justify-content: left;
  align-items: left;
  gap: 12px;
  align-self: stretch;
}

.tb-filter-section .tb-right-section {
  display: flex;
  float: right;
}

/**
    right section CSS
   */

.tb-right-section .tb-select-column-dropdown {
  display: flex;
  width: 400px;
  padding: 0px;
}

.tb-right-section
  .tb-select-column-dropdown
  .v-select.v-select--chips.v-input--dense
  .v-select__selections {
  min-height: 33px;
}

.tb-right-section .tb-clear-btn {
  display: flex;
  height: 40px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #c8c8c8;
  background: #fff;
}

.tb-right-section .tb-select-column-dropdown .v-select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 10px;
  height: 36px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #c8c8c8;
  background: #fff;
  width: 100%;
}

.tb-right-section .tb-show-column {
  display: flex;
  align-items: flex-end;
  margin-right: 5px;
}

.tb-right-section .tb-show-column h4 {
  font-size: 15px;
}

.tb-right-section
  .tb-select-column-dropdown
  .v-text-field.v-text-field--solo
  .v-input__control {
  min-height: 30px !important;
  margin: auto !important;
}

.tb-right-section
  .tb-select-column-dropdown
  .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)
  > .v-input__control
  > .v-input__slot {
  box-shadow: none !important;
}

.tb-left-second-section h4:hover {
  cursor: pointer;
}

.tb-left-second-section h4:hover .v-image {
  transform: rotate(180deg);
}

.tb-left-second-section h4 .v-image {
  width: 11px;
  height: 6px;
  float: right;
  margin: 7px;
}

/**
    normal-filter CSS
  */

.tb-normal-filter .tb-filter-area {
  display: flex;
  flex-direction: column;
  align-items: normal;
  align-self: stretch;
}

.tb-normal-filter .tb-filter-area .tb-select,
.tb-search-area .tb-select {
  display: flex;
  padding: 0px;
}

.tb-normal-filter .tb-filter-area .tb-select .v-select,
.tb-search-area .tb-select .v-select {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  height: 36px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #c8c8c8;
  background: #fff;
  width: 99%;
}

.tb-normal-filter
  .tb-filter-area
  .tb-select
  .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)
  > .v-input__control
  > .v-input__slot,
.tb-search-area
  .tb-select
  .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)
  > .v-input__control
  > .v-input__slot {
  box-shadow: none !important;
}

.tb-normal-filter
  .tb-filter-area
  .tb-select
  .v-text-field.v-text-field--solo
  .v-input__control,
.tb-search-area .tb-select .v-text-field.v-text-field--solo .v-input__control {
  min-height: 30px !important;
  margin: auto !important;
}

.tb-normal-filter .tb-filter-area .tb-text-filed,
.tb-search-area .tb-text-filed {
  display: flex;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
}

.tb-normal-filter
  .tb-filter-area
  .tb-text-filed
  .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)
  > .v-input__control
  > .v-input__slot,
.tb-search-area
  .tb-text-filed
  .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)
  > .v-input__control
  > .v-input__slot {
  box-shadow: none !important;
}

.tb-normal-filter .tb-filter-area .tb-text-filed .v-text-field__slot,
.tb-search-area .tb-text-filed .v-text-field__slot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  height: 36px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #c8c8c8;
  background: #fff;
  width: 100%;
}

.tb-normal-filter
  .tb-filter-area
  .tb-text-filed
  .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)
  > .v-input__control
  > .v-input__slot,
.v-text-field.v-text-field--enclosed .v-text-field__details,
.tb-search-area
  .tb-text-filed
  .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)
  > .v-input__control
  > .v-input__slot,
.v-text-field.v-text-field--enclosed .v-text-field__details {
  padding: 0 0px;
}

.tb-normal-filter
  .tb-filter-area
  .tb-text-filed
  .v-text-field.v-text-field--solo.v-input--dense
  > .v-input__control,
.tb-search-area
  .tb-text-filed
  .v-text-field.v-text-field--solo.v-input--dense
  > .v-input__control {
  min-height: 36px;
}

.tb-normal-filter
  .tb-filter-area
  .tb-text-filed
  .v-text-field.v-text-field--solo
  .v-label,
.tb-search-area .tb-text-filed .v-text-field.v-text-field--solo .v-label {
  padding: 0px 5px;
}

.tb-normal-filter .tb-filter-area .tb-btn,
.tb-search-area .tb-btn {
  display: flex;
  padding: 18px 26px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 0px 4px 4px 0px;
  background: #063058 !important;
}

.tb-normal-filter .tb-filter-area .tb-btn .v-btn__content,
.tb-search-area .tb-btn .v-btn__content {
  color: #fff;
}

.with-border {
  border-radius: 4px 4px 4px 4px !important;
  margin: 0 10px 0 0 !important;
}

.tb-normal-filter .tb-filter-area .tb-btn-clear {
  display: flex;
  padding: 17px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background: #fff;
}

.tb-search-area {
  padding: 20px 0px;
  margin: auto;
}

.tb-view-area .v-slide-group-item--active {
  background-color: #063058 !important;
  color: #fff !important;
}

/* .tb-view-area .tb-view-dropdown-btn{
    background-color: #ffffff;
  } */

.tb-view-area .theme--light.v-btn.v-btn--has-bg {
  background-color: #ffffff;
}

.tb-view-area .v-btn--is-elevated {
  box-shadow: none !important;
}

.tb-view-area .tb-view-dropdown-btn .v-btn:not(.v-btn--round).v-size--default {
  height: 18px;
  min-width: 15px;
  padding: 0px 0px;
  background-color: transparent !important;
}

.tb-view-area .v-tab--active {
  background-color: #ffffff !important;
  /* border-radius: 8px 8px 0px 0px; */
  border: 1px solid #d7d7d7;
  margin: 0px 1px;
}
.tb-view-area .v-tab {
  background-color: #ddd;
  /* border-radius: 8px 8px 0px 0px; */
  border: 1px solid #d7d7d7;
  margin: 0px 1px;
}

.tabulator {
  margin: 0px 00px !important;
}

.tb-with-textfield-clear .v-text-field .v-input__append-inner {
  padding-left: 0px;
  position: absolute !important;
  left: 82% !important;
}
