.modal-body.nuovo_prospect .row{
    margin-bottom: 10px;
}
.page-item.active .page-link,.bg-primary {
    background: #0d6efd !important;
}

.page-item.active .page-link{
    border-color: #0d6efd !important;
}

.pagination {
    --bs-pagination-color:  #0d6efd !important;
    --bs-pagination-hover-color:  #0d6efd !important;
    --bs-pagination-focus-color:  #0d6efd !important;
    --bs-pagination-focus-bg:  #0d6efd !important;
    --bs-pagination-active-bg:  #0d6efd !important;
    --bs-pagination-active-border-color:  #0d6efd !important;
}


.card-title {
  font-family: "Work Sans";
  font-size: 16px;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.75rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #5A5C5B;
}

.nav-link.prospect_style:hover{
    color:white;
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tableGuessContainer td {
  color: rgba(84, 89, 101, 1);
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-weight: 400;
}

.tableGuessContainer th,
.tableDocumentiAziendaContainer th {
  color: #545965;
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-weight: 500;
}

.videoBackgroundContainer {
  /* background-image: url('../img/forex-ea.jpg'); */
  position: fixed;
  top: 0;
  left: 35%;
  width: 75%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 50px 0 0 0;
}

.btn-primary {
  color: #fff !important;
      background-color: #0d6efd !important;
    border-color: #0d6efd !important;
  border-radius: 0.75rem !important;
  box-shadow:2px 3px #dbdbdb;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #0d6efd;
}

.modal-content {
  border-radius: 15px;
}

.doc_tot {
  background: white;
  border-radius: 15px;
  padding-top: 15px;
  height: 100%;
}

.doc_tot>.nav-item {
  margin: 0 0 10px 0;
  width: calc(100% - 30px);
  left: 15px;
  position: relative;
  border: solid 1px lightgrey;
  border-radius: 15px;
  height: 50px;
}

.doc_tot>.nav-item>a.active {
  border: none !important;
  background: none !important;
  color: #0d6efd;
}

.tableContainer {
  width: 100%;
}

.tableDocAzienda>thead>tr {
  background: #f8f9fa !important;
}

.tableDocAzienda tr {
  border: solid 1px lightgrey !important;
}

.tableDocContainer {
  text-align: left;
  background: white;
  border-radius: 15px;
  padding: 10px;
}

.modificaContatto {
  font-size: 18px;
  color: #0d6efd;
}

.delete_p {
  font-size: 18px;
  color: red;
}

.container_elementi {}

.container.operativo {
  margin-top: 0;
  padding: 80px 12px 30px 12px;
  max-width: 100% !important;
}

body>.container.operativo {
	max-width: calc(100% - 240px) !important;
    margin-left: 240px;
}

.module.modulo_pagine{
    background:linear-gradient(to bottom right,white 0%, rgba(255,255,255,0.8) 100%);
    padding:10px 30px 0px 30px;
    border-radius:18px;
    box-shadow: 0 2px 3px #000;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff0f2;
  border-radius: 1rem;
  height: 100%;
  -webkit-box-shadow: 0 2px 3px #000;
  box-shadow: 0 2px 3px #000;
}

.card.card_prospect{
    -webkit-box-shadow: 0 2px 3px #dbdbdb;
    box-shadow: 0 2px 3px #dbdbdb;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem;
}

.float-end {
  float: right !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.text-muted {
  color: #7f838b !important;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  -webkit-box-shadow: 0 5px 6px rgba(20, 27, 43, 0.1);
  box-shadow: 0 5px 6px rgba(20, 27, 43, 0.1);
  -webkit-animation-name: DropDownSlide;
  animation-name: DropDownSlide;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  z-index: 1000;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.35rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #545965;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.75rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.float-sm-end {
  float: right !important;
}

.dropdown-menu-end.show {
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate3d(0px, 24px, 0px);
}

.dropdown-item,
.dropdown-toggle {
  cursor: pointer;
}

/* JUNIOR */

nav {
  background-color: #ababab !important;
}

a,
.search-btn {
  text-decoration: none;
  color: #707182 !important;
  cursor: pointer;
}

.logo {
	padding:10px;
	width: 220px;
	height:70px;
	padding:5px
}

/* body {
  min-height: 100vh;
} */
.form-control:active,
.form-control:focus,
.form-check-input:active,
.form-check-input:focus {
  outline: none !important;
  box-shadow: none !important;
  filter: none;
}

navVoice:hover {
  border: 1rem solid #fc1231 !important;
}

.navIcon i.bi {
  font-size: 20px;
  -webkit-text-stroke: 1px !important;
}

.navVoice>i.bi {
  font-size: 18px;
  -webkit-text-stroke: 0.5px !important;
}

.dropdown-menu {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e2e5e8;
  animation: dropdownSlide 0.3s linear;
  --bs-dropdown-link-active-bg: #f8f9fa !important;
}

.accountInfo div:first-child {
  color: #141b2b !important;
}

.dropdown-item span {
  margin-left: 0.25rem;
}

.dropdown-item button {
  font-size: 11px;
  color: #545965;
}

.accountInfo div:last-child {
  font-size: 11px;
  color: #7f838b !important;
}

.dropdown-item span,
.accountInfo div {
  color: #545965;
  font-size: 14px;
}

.dropdown-divider {
  border-top: 1px solid #eff0f2 !important;
}

/* search dropdown */

.search-box .search-icon {
  font-size: 16px;
  position: absolute;
  left: 13px;
  fill: #7f838b;
  line-height: 38px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.search-box .form-control {
  border-radius: 30px;
  padding-left: 40px;
}

.dropdown-menu {
  -webkit-box-shadow: 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: dropdownSlide;
  animation-name: dropdownSlide;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  z-index: 1000;
}


.dropdown-menu {
  position: absolute;
  z-index: 1000;
  /* display: none; */
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.875rem;
  color: #545965;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e5e8;
  border-radius: 1rem;
}

.dropdown-menu input {
  width: 222px;
}

@keyframes dropdownSlide {
  from {
    margin-top: 8px;
  }

  to {
    margin-top: -1px;
  }
}

/* 
.navIcon > a:hover {
  color: #9092a4 !important;
} */

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
	z-index:99999;
}

.logo.logo_mobile{
	display:none;
}