@media (min-width: 576px) {
  .res > .modal > .modal-dialog { max-width: none; }
}

.res > .modal > .modal-dialog {
  width: 98%;
  min-height: 92%;
  padding: 0;
}

.res > .modal > .modal-dialog > .modal-content {
  min-height: 92%;
}


.overflowit {
  max-height: 600px;
  overflow: auto;
  padding-bottom: 10px;
}

.styleline {
  border-top: 1px dotted red;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(168, 168, 168, 0), rgba(168, 168, 168, 0.75), rgba(168, 168, 168, 0));
}


.leadbox {
	border-radius: 5px;
  background: var(--leadbox-background);
}

.headbox {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 3%;
	color:#fff;
	transition: all .2s;
}

.headbox:hover > .transition {
	margin-left: 10px;
}


.leadrow {
	background:rgba(255,255,255,1);
	width: 90%;
	min-height: 100px;
	margin: 0 auto;
	border-radius: 5px;
	border-bottom: 2px solid #ddd;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}


.leadrowcontainer > .nome {
	display: block;
}

.leadrowcontainer > .cpjcnpj {
	font-size: .7em;
	display: block;
	color:#c5c5c5;
}

.metadata_area {
  padding-left: 15px;
	font-size: .65em;
	color:#c5c5c5;
}

.separator {
	width: 1px;
	height: 5px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.leadTitle {
	font-size: 23px;
	font-family: "Open Sans" sans-serif;
}




.overflow {
  max-height: 500px;
  overflow: auto;
}

.h-min-90 {
  min-height: 90%;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #efefef;
  top: 0;
  bottom: 0;
  left: 0px;
  margin-left: 10px;
}

/* Container around content */
.timeline > .container {
  padding-top: 10px;
  padding-left: 75px;
  position: relative;
  background-color: white;
  width: 100%;
}


.timeline > .container::before {
    left: 65px;
    border: medium solid #efefef;
    border-width: 10px 10px 10px 0;
    border-color: transparent #efefef transparent transparent;
}



/* The circles on the timeline */
.timeline > .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: -28px;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.left::after {
    left: 28px;
}

/* The actual content */
.content {
  padding: 10px 10px;
  background-color: #efefef;
  position: relative;
  border-radius: 6px;
  min-height: inherit;
}

.filterBox {
  border-radius: 0.8rem;
  font-size: 0.8rem;
  background-color: #DDE4E1;
  padding: 5px 0;
}

.ambienteTextColor, .ambienteTextColor:hover {
  color: var(--scrollbar-body) !important;
}

.ambienteBackgroundColor {
  background-color: var(--scrollbar-body) !important;
  border-color: var(--scrollbar-body) !important;
}

.disabled {
  color:#B3B3B3 !important;
}

.loaderContainer {
  height: 30px;
}

.badge-primary {
  background: var(--leads-primary-color) !important;
}

.badge-neutral {
  color:#fff;
  background: #768692 !important;
}

.badge-custom {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* width */
.leadbox > ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.leadbox > ::-webkit-scrollbar-track {
  background: var(--scrollbar-background);
}

/* Handle */
.leadbox > ::-webkit-scrollbar-thumb {
  background: var(--scrollbar-body);
}

/* Handle on hover */
.leadbox > ::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-hover);
}

/* width */
.scroll-custom > ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.scroll-custom > ::-webkit-scrollbar-track {
  background: #d8d8d8;
}

/* Handle */
.scroll-custom > ::-webkit-scrollbar-thumb {
  background: #7e7e7e;
}

/* Handle on hover */
.scroll-custom > ::-webkit-scrollbar-thumb:hover {
  background: #424242;
}

@media (min-width: 1200px) and (max-width: 1349.98px) { 
  .fs-responsive {
    font-size: 0.75rem;
  }
}

.column-table-modal {
  max-width: 30px;
  word-wrap: break-word;
}