.order-header {
  margin-top: 10px;
}

.title-header {
  font-size: 16px;
  margin-bottom: 0;
}

.orders-page .v-slide-group__content {
  justify-content: space-between !important;
}

.orders-page .v-tab--active {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.116);
  transform: scale(1.1);
}

.orders-page .v-tab {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}

.orders-page .v-tab span {
  font-size: 10px;
}

.orders-page .v-tab h3 {
  border-radius: 5px;
  color: #fff8f8;
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 20px;
  font-size: 20px;
  font-weight: 900;
}

.order-details .v-list-item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.order-details .v-list-item__content .v-list-item__subtitle {
  font-size: 11px !important;
  font-weight: 400 !important;
}

.order-details .v-list-item__content .v-list-item__subtitle small {
  font-weight: 400 !important;
}

.order-details .v-list-item__content .v-list-item__title {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.agents-cards {
  width: 100%;
}

.agents-cards .alert-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agents-cards .active {
  border: 1px solid #4E5FBB !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.agents-cards .agent-card {
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  border: 1px solid #fff;
  box-shadow: 0px 0px 15px 5px #00000011;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.agents-cards .agent-card .agent-name {
  padding: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  height: 100%;
}

.agents-cards .agent-card .agent-name h1 {
  font-size: 16px;
}

.agents-cards .agent-card .flex-tasks {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.agents-cards .agent-card .flex-tasks .rad {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(221, 221, 221, 0.445);
  padding: 5px 10px;
  border-radius: 5px;
}

.agents-cards .agent-card .flex-tasks .rad .dsc {
  font-size: 13px;
  font-weight: 400;
}

.agents-cards .agent-card .flex-tasks .rad span {
  font-weight: 600;
}

.agents-cards .agent-card .collected-cod {
  background: #4E5FBB;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 20px 10px 20px;
  color: #fff;
}

.agents-cards .agent-card .collected-cod h1 {
  font-size: 16px;
}

.agents-cards .agent-card .collected-cod span {
  font-size: 13px;
  font-weight: 400;
}

.agents-cards .agent-card.alert {
  box-shadow: 0px 0px 15px 5px rgba(235, 78, 61, 0.3);
  border-color: #ff5252 !important;
}

.denomination-table {
  border-spacing: 0;
}

.denomination-table tr td {
  margin: 0;
  padding: 2px 4px;
  border: 1px solid #000;
  text-align: right;
}

.denomination-table thead tr th {
  text-align: center;
  border: 1px solid #000;
}

.denomination-table tfoot td {
  font-weight: bold;
}

.small-input input {
  padding: 2px 0 2px !important;
  width: 60px !important;
}

.small-input .v-input__slot {
  min-height: 20px !important;
}

*,
body,
html {
  scroll-behavior: smooth;
}

.v-data-table table tbody tr {
  transition: box-shadow 0.2s, transform 0.2s;
}

.container.fill-height {
  padding-bottom: 0 !important;
}

.v-data-table table tbody tr:not(.v-data-table__selected):hover {
  box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.cborder {
  box-shadow: none !important;
  border: 1px solid #d6d5d5 !important;
}

.cinput {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.cinput > .v-input__control > .v-input__slot:before {
  border-style: none !important;
  border: none !important;
}

.viberTop {
  bottom: 155px !important;
  opacity: 0;
  transition: .5s ease-in-out !important;
  -moz-opacity: 0;
  -moz-transition: .5s ease-in-out !important;
  -webkit-opacity: 0;
  -webkit-transition: .5s ease-in-out !important;
  -khtml-opacity: 0;
  -khtml-transition: .5s ease-in-out !important;
}

.viberClass {
  transition: .5s ease-in-out !important;
  -moz-transition: .5s ease-in-out !important;
  -webkit-transition: .5s ease-in-out !important;
  -khtml-transition: .5s ease-in-out !important;
}

.theme--light.v-data-table
> .v-data-table__wrapper
> table
> tbody
> tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: #fff !important;
}

.phoneText .vti__input {
  display: none;
}

.phoneText .vue-tel-input {
  width: 80px;
  border: inherit !important;
  border-bottom: 1px solid #bbb !important;
}

.primaryGreen {
  background-color: #54b358 !important;
  opacity: 1 !important;
  color: #fff !important;
}

.activeGreenBorder {
  opacity: 1 !important;
  border: 1px solid #54b358 !important;
  border-radius: 5px;
  background-color: #fff !important;
}

.activeBtn {
  background-color: #54b358 !important;
  color: #fff !important;
  font-size: 16px;
}

.checkboxcustom {
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  opacity: 0.5;
  margin: 0 !important;
  transition: 0.4s ease-in-out;
}

.checkboxcustom:hover {
  transition: 0.4s ease-in-out;
  transform: scale(1.1);
}

.checkboxcustom label {
  font-size: 16px;
}

.checkboxcustom .v-messages {
  display: none !important;
}

.checkboxcustom .v-input__slot {
  margin: 0 !important;
}

.vue-tel-input {
  border: 0 !important;
  padding: 5px !important;
  background-color: rgba(0, 0, 0, 0.06) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 1px solid rgba(51, 51, 51, 0.507) !important;
  height: 50px;
}

.tel-class {
  margin-top: 5px !important;
  margin-left: 10px !important;
}

.deliveryMethodimg {
  height: 40px;
  background-color: rgba(255, 255, 255, 0.151);
  padding: 5px;
  border-radius: 5px;
}

.radioPackageSize {
  min-height: 170px;
}

.titleTxt {
  font-size: 13px !important;
  font-weight: 400;
}

.custom-input .v-input__slot,
.custom-input {
  border-radius: 5px !important;
  border: 0 !important;
}

.custom-input .v-input__slot::before,
.custom-input .v-input__slot::after,
.custom-input::before,
.custom-input::after {
  display: none;
}

.customshadow {
  box-shadow: 0px 0px 25px 5px #00000013 !important;
}

.home-panel .v-expansion-panel,
.home-panel .expansion-panel--active {
  border-radius: 5px !important;
}

.home-panel .chartContent .v-expansion-panel-content__wrap div {
  height: 500px;
}

.home-panel .chartContent .v-expansion-panel-content__wrap .filter-row {
  height: auto;
}

.home-panel .chartContent .v-expansion-panel-content__wrap .filter-row .filter-btn {
  height: auto;
  width: 100%;
}

.home-panel .chartContent .v-expansion-panel-content__wrap .filter-row .filter-btn button {
  width: 100%;
  font-size: 12px !important;
  text-transform: none !important;
}

.home-panel .chartContent .v-expansion-panel-content__wrap .filter-row .filter-btn button i {
  margin-right: 5px;
  font-size: 16px;
}

.home-panel .title h3 {
  font-size: 16px;
}

.home-panel .cards-info .v-card {
  border-radius: 0;
  height: 100%;
  border-radius: 5px;
}

.home-panel .cards-info .active {
  border-bottom: 3px solid #4c5052 !important;
}

.home-panel .cards-info .balances {
  background-color: white !important;
}

.home-panel .cards-info .balances h1,
.home-panel .cards-info .balances p,
.home-panel .cards-info .balances i {
  color: #717272 !important;
}

.home-panel .cards-info img {
  width: 50px;
}

.home-panel .cards-info i {
  font-size: 72px;
}

.home-panel .cards-info h1 {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}

.home-panel .cards-info p {
  font-size: 34px;
  font-weight: 600;
  margin: 0 !important;
  line-height: normal;
}

.home-panel .table-tasks .header {
  background-color: #fff;
  margin-bottom: 10px;
}

.v-input--reverse .v-input__slot {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.v-application--is-ltr .v-input--reverse .v-input__slot .v-input--selection-controls__input {
  margin-right: 0;
  margin-left: 8px;
}

.v-application--is-rtl .v-input--reverse .v-input__slot .v-input--selection-controls__input {
  margin-left: 0;
  margin-right: 8px;
}

.v-input--expand .v-input__slot .v-label {
  display: block;
  flex: 1;
}

.small-table tbody > tr > td {
  font-size: 0.8rem !important;
  padding: 0 10px !important;
}

.v-btn.capitalize-inherit {
  text-transform: inherit;
}

.install-app-header {
  padding: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 10px;
}

.install-app-header h1,
.install-app-header p {
  margin: 0 !important;
}

.install-app-header h1 {
  text-transform: uppercase;
  font-size: 16px;
}

.install-app-header p {
  font-size: 13px;
  color: grey;
}

.themapcomponent {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px);
}

.themapcomponent .leaflet-control-attribution.leaflet-control,
.themapcomponent .leaflet-marker-icon {
  display: none !important;
}

.themapcomponent .leaflet-tooltip-left::before,
.themapcomponent .leaflet-tooltip-right::before {
  position: relative !important;
}

.themapcomponent .leaflet-tooltip-pane {
  position: relative !important;
}

.themapcomponent .leaflet-tooltip-right {
  margin-left: -550px !important;
}

.themapcomponent .leaflet-touch .leaflet-top.leaflet-left {
  position: absolute;
  right: 20px;
  left: 0;
  display: none;
}

.themapcomponent .leaflet-touch .leaflet-top.leaflet-left .leaflet-bar {
  border: none !important;
  display: flex;
  flex-direction: row;
}

.themapcomponent .leaflet-touch .leaflet-top.leaflet-left .leaflet-bar .leaflet-control-zoom-in {
  margin-right: 10px;
}

.themapcomponent .leaflet-touch .leaflet-top.leaflet-left .leaflet-bar a {
  border-radius: 50px !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  color: #333;
}

.themapcomponent .leaflet-touch .leaflet-top.leaflet-left .leaflet-bar a:active {
  background-color: #71b11e !important;
  color: #fff !important;
}

.themapcomponent .leaflet-touch .leaflet-top.leaflet-left .leaflet-bar a:first-child {
  margin-bottom: 10px !important;
}

.themapcomponent .leaflet-tooltip {
  top: -95px;
  left: 170px;
  border: none !important;
  box-shadow: 2px 1px 30px 0px rgba(0, 0, 0, 0.15) !important;
  padding: 10px !important;
  padding-bottom: 5px !important;
  border-radius: 20px !important;
  opacity: 1 !important;
}

.themapcomponent .leaflet-tooltip .tooltipdiv {
  display: flex;
  flex-direction: column;
}

.themapcomponent .leaflet-tooltip .tooltipdiv button {
  color: #fff;
  width: 100%;
  background: #049c62;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.themapcomponent .leaflet-tooltip h1 {
  margin: 0 !important;
  font-size: 16px !important;
  width: 300px !important;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px !important;
  text-align: center;
  font-weight: 400;
}

.themapcomponent .themap {
  position: relative;
}

.themapcomponent .themap .searchInput {
  z-index: 9999;
}

.themapcomponent .themap .searchInput input {
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  border-bottom: 2px solid #4E5FBB;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.themapcomponent .themap .searchInput input:focus {
  background-color: #4E5FBB;
  outline: none;
  color: #fff;
}

.themapcomponent .themap .searchInput input:focus::-moz-placeholder {
  color: #fff;
}

.themapcomponent .themap .searchInput input:focus:-ms-input-placeholder {
  color: #fff;
}

.themapcomponent .themap .searchInput input:focus::placeholder {
  color: #fff;
}

.themapcomponent .themap .vleratAdresa {
  position: relative;
}

.themapcomponent .themap .vleratAdresa .mainBody {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.themapcomponent .themap .vleratAdresa .mainBody ul {
  margin: 0;
  padding: 0;
}

.themapcomponent .themap .vleratAdresa .mainBody ul li {
  cursor: pointer;
  padding: 10px;
  padding-left: 20px;
  list-style: none;
  background-color: #0e1602d0;
}

.themapcomponent .themap .vleratAdresa .mainBody ul li:hover {
  background-color: #4E5FBB;
}

.themapcomponent .themap .vleratAdresa .mainBody ul li hr {
  margin: 0;
}

.themapcomponent .themap .vleratAdresa .mainBody ul li h1 {
  font-size: 13px;
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.themapcomponent .themap .vleratAdresa .mainBody ul li p {
  font-size: 11px;
  margin: 0;
  color: white;
  font-weight: 300;
}

.themapcomponent .themap .saveLocation {
  bottom: auto !important;
  top: 70px !important;
}

.themapcomponent .themap .myLocation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  width: 100%;
}

.themapcomponent .themap .markerActive {
  top: calc(50% - 90px) !important;
}

.themapcomponent .themap .map-marker-centered {
  background-image: url("/images/icons/marker-centered.png");
  background-size: cover;
  width: 60px;
  height: 70px;
  position: absolute;
  z-index: 999;
  left: calc(50% - 30px);
  top: calc(50% - 68px);
  transition: all 0.4s ease;
}

.themapcomponent .themap .map-marker-centered span {
  position: absolute;
  left: 23px;
  top: auto;
  bottom: -23px;
}

.themapcomponent .themap .map-marker-centered span i {
  color: #6bbb03 !important;
}

.themapcomponent .themap #map {
  height: calc(100vh - 240px);
  width: 100%;
  z-index: 1;
  border-radius: 5px;
}

.themapcomponent .themap #map .leaflet-control-container {
  display: none;
}

.blink_me {
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.loading-component {
  height: 100vh;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nonactiveAgent {
  opacity: 0.4;
  background-color: transparent !important;
}

.agents-map {
  background-color: #ffffff;
  overflow: hidden;
}

.agents-map ul {
  padding: 0;
}

.agents-map ul .header-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agents-map ul .header-icon .active {
  background-color: #08ac51;
}

.agents-map ul .header-icon .onhold {
  background-color: #fcac00 !important;
}

.agents-map ul .header-icon span {
  background-color: red;
  width: 50px;
  height: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agents-map ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: none;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  z-index: 2;
  color: #303030;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.agents-map ul li:hover {
  z-index: 4;
  transition: 0.4s ease-in-out;
  transform: scale(1.03);
}

.agents-map ul li i {
  color: #fff;
}

.agents-map ul li h1 {
  margin: 0;
  font-size: 16px;
}

.agents-map ul li p {
  margin: 0;
  font-size: 13px;
  opacity: 0.5;
}

.agents-map ul li .tasks {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.agents-map ul li .tasks div {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 11px;
}

.agents-map ul li .tasks .failed {
  background: red;
}

.agents-map ul li .tasks .progress {
  background: #0323da;
}

.agents-map ul li .tasks .assigned {
  background: #636262;
}

.agents-map .hd h1 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: grey;
}

.agents-map .leaflet-marker-icon {
  margin-left: -20px !important;
}

.agents-map .leaflet-popup {
  bottom: 40px !important;
}

.agents-map .leaflet-popup .marker-popup h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.agents-map .leaflet-popup .marker-popup p {
  margin: 0;
}

.agents-map .mapClass {
  position: relative;
}

.agents-map #map {
  height: calc(100vh - 65px);
  width: 100%;
  z-index: 1;
}

.agents-map #map .leaflet-control-container {
  display: none;
}

.agents-map .layers-btn {
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
}

.agents-map .layers-btn button {
  width: 100%;
}

.agents-map .layers-btn .error {
  inset: auto auto calc(100% - 8px) calc(100% - 15px) !important;
}

.agents-map .agents-list-details {
  height: calc(100vh - 160px);
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 5px;
  background-color: #f3f3f3;
  padding: 10px;
}

.agents-map .agents-list-details::-webkit-scrollbar {
  display: none;
}

.agents-map .agents-list-details .btn-filters {
  margin-right: 10px;
}

.agents-map .agents-list-details .btn-filters button {
  background-color: rgba(255, 255, 255, 0.171);
  border-radius: 5px;
  width: 100%;
  color: #fff;
  font-size: 11px;
}

.agents-map .agents-list-details .btn-filters button:active {
  background-color: #191d22;
}

.agents-map .agents-list-details .btn-filters .v-chip {
  padding: 0 !important;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.agents-map .agents-list-details .header {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.agents-map .agents-list-details .header i {
  color: #fff;
}

.agents-map .agents-list-details .header .title h1 {
  text-transform: uppercase;
  font-size: 16px;
}

.agents-map .agents-list-details .header .title span {
  background: #fff;
  border-radius: 50px;
  color: #353433;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.agents-map .notifications-list {
  height: calc(100vh - 80px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px;
}

.agents-map .notifications-list::-webkit-scrollbar {
  display: none !important;
}

.agents-map .notifications-list .dateh3 {
  font-size: 10px;
  margin-bottom: 0;
}

.agents-map .notifications-list button {
  min-width: auto !important;
  width: auto !important;
}

.agents-map .notifications-list ul {
  padding: 0;
  list-style: none;
}

.agents-map .notifications-list ul li {
  list-style: none;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.agents-map .notifications-list ul li h1 {
  color: red;
  font-size: 16px;
}

.agents-map .notifications-list ul li h3 {
  font-size: 13px;
  font-weight: 400;
  color: grey;
}

.agents-map .expansion-map {
  margin-top: 20px;
}

.agents-map .expansion-map .v-expansion-panel-header > *:not(.v-expansion-panel-header__icon) {
  flex: 0;
}

.agents-map .expansion-map .v-expansion-panel {
  margin-bottom: 10px;
}

.agents-map .expansion-map .v-expansion-panel::after,
.agents-map .expansion-map .v-expansion-panel::before {
  border: none !important;
}

.agents-map .expansion-map .badge-class {
  margin-left: 10px;
  padding: 5px 10px 5px 10px;
  background-color: red;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
}

.agents-map .expansion-map .v-expansion-panel-content__wrap {
  padding: 0;
}

.agents-map .expansion-map .v-expansion-panel--active {
  margin: 0;
  color: #fff;
}

.agents-map .expansion-map .v-expansion-panel--active .v-expansion-panel-header {
  background-color: #54b358;
  color: #fff;
}

.agents-map .expansion-map .v-expansion-panel--active .v-expansion-panel-header i {
  color: #fff;
}

.agents-map .expansion-map .v-expansion-panel--active .v-expansion-panel-header__icon i {
  color: #fff !important;
}

.agents-map .expansion-map .v-expansion-panel-header {
  margin-right: 20px;
  box-shadow: -1px 0px 15px 5px #00000012;
  border-radius: 5px;
  min-height: auto;
  height: 40px;
  padding-left: 10px;
}

.agents-map .expansion-map .v-expansion-panel-header i {
  flex: 0;
  font-size: 18px;
  margin-right: 5px;
}

.inline-chat {
  border-radius: 5px;
  border: 1px solid #3333330a;
  box-shadow: 0px 0px 10px 5px #0000001c;
}

.inline-chat .chat-input,
.bubble-chat .chat-input {
  background: #3333330a;
}

.inline-chat .chat-input .v-input,
.bubble-chat .chat-input .v-input {
  margin-top: 0;
  padding-top: 0;
}

.bubble-chat {
  z-index: 999;
  position: fixed;
  bottom: 20px;
  margin-left: 20px;
  min-width: 350px;
  max-width: 350px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 5px #0000001c;
}

.bubble-chat .chat-header {
  background-color: #262726;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.bubble-chat .chat-header h1,
.bubble-chat .chat-header h3 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0 !important;
  font-weight: 400;
}

.bubble-chat .chat-header h3 {
  font-size: 15px;
}

.chat-details-global ::-webkit-scrollbar {
  display: none;
}

.chat-details-global .info-chat h1 {
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
}

.chat-details-global li {
  word-break: break-all;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}

.chat-details-global .ismeLi {
  justify-content: flex-end;
}

.chat-details-global .avatar {
  margin-right: 5px;
}

.chat-details-global .avatar img {
  width: 20px;
  border-radius: 100px;
}

.chat-details-global .message {
  border-radius: 5px;
  padding: 5px 10px;
  max-width: 80%;
  flex-direction: column;
  background-color: rgba(54, 54, 54, 0.11);
}

.chat-details-global .message p {
  margin-bottom: 0;
  font-size: 13px;
}

.chat-details-global .message span {
  font-size: 11px;
  margin-top: 5px;
  color: rgba(51, 51, 51, 0.536);
}

.chat-details-global .isme {
  background-color: #e4d01a3b;
  display: flex;
  align-content: flex-end;
  border-bottom-right-radius: 0;
  justify-content: flex-end;
  text-align: right;
}

.chat-details-global .isme p {
  text-align: right;
}

.custominput .v-input__slot {
  border-radius: 5px !important;
}

.custominput .v-input__slot::after,
.custominput .v-input__slot::before {
  border: 0 !important;
}

.chat-screen ::-webkit-scrollbar {
  display: none;
}

.chat-screen .f-height {
  height: 100%;
}

.chat-screen .boldMessage {
  color: #000 !important;
}

.listscroll {
  max-height: calc(100vh - 360px);
  overflow: scroll;
}

.listscroll ul {
  padding: 0 !important;
  list-style: none;
}

.inline-chat .listscroll {
  max-height: 200px;
}

.listItem {
  background-color: #fafafa;
  border-radius: 5px;
  margin-bottom: 10px;
}

#silentbox-gallery > a {
  position: relative;
}

#silentbox-gallery .silentbox-item-delete {
  position: absolute;
  right: 5px;
  top: 5px;
}

@media only screen and (min-device-width: 50px) and (max-device-width: 991px) {
  .themapcomponent .themap #map {
    height: calc(100vh - 315px);
  }

  .ico {
    display: none;
  }

  .home-panel .cards-info .card-body {
    flex-direction: column;
  }

  .home-panel .cards-info .card-body img {
    width: 30px;
  }

  .home-panel .cards-info .card-body p {
    font-size: 16px;
  }

  .checkboxcustom:hover {
    transform: scale(1);
  }

  .install-app-header {
    padding: 5px;
  }

  .install-app-header h1 {
    font-size: 13px;
  }

  .install-app-header p {
    font-size: 10px;
  }

  .radioPickupDeliveryMethod img {
    height: 30px !important;
  }

  .radioPickupDeliveryMethod .type p {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .radioPackageSize {
    min-height: auto;
    padding: 10px;
  }

  .radioPackageSize .info-package {
    padding: 0;
    text-align: center !important;
  }

  .radioPackageSize span {
    font-size: 8px !important;
  }

  .radioPackageSize .parcel-size-price {
    font-size: 13px !important;
  }

  .agents-map .col-sm-4,
  .agents-map .col-sm-8 {
    padding: 10px;
  }

  .agents-map .v-btn__content {
    font-size: 9px !important;
  }

  .agents-map .v-chip__content {
    font-size: 9px !important;
  }

  .agents-map #map {
    height: 50vh;
  }

  .agents-map .layers-btn {
    left: 0;
    top: 0;
    padding: 20px;
    margin-top: 10px;
  }

  .agents-map .layers-btn .col-6 {
    padding-bottom: 5px;
  }

  .agents-list-details .filters {
    padding-left: 10px;
    padding-right: 10px;
  }

  .agents-list-details .filters .btn-filters {
    margin: 0;
  }

  .agents-list-details .search-field {
    margin-left: 10px;
    margin-right: 10px;
  }

  .agents-list-details .header {
    margin: 20px;
  }

  .agents-list-details ul {
    margin: 10px !important;
  }
}

.v-input.expanding-search {
  transition: max-width 0.5s;
}

.expanding-search .v-input__slot {
  max-width: 200px;
}

.expanding-search.closed {
  max-width: 70px;
}

dl.table-list {
  display: flex;
}

dl.table-list dt {
  min-width: 30%;
}

.v-application .v-chip.border-color-white {
  border-style: solid;
  border-width: 1px;
  border-color: #fff !important;
}

