#cercadent label {
    margin-bottom: 20px !important;
    display: block;
}

.cd-select-parent {
    position: relative;
}

.cd-text,
.cd-select {
    float: none !important;
    width: 100% !important;
    height: 50px !important;
    font-weight: 400 !important;
    border: none !important;
    box-sizing: border-box !important;
    padding: 0px 15px !important;
    background-color: rgb(247, 247, 247) !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    color: rgb(170, 169, 169) !important;
}

.cd-select {
    cursor: pointer;
}

.chevron::before,
.chevron::after {
    position: absolute;
    display: block;
    content: "";
    border: 7px solid transparent;
    left: 17px;
}

.chevron::after {
    top: 20px;
    border-top-color: rgb(247, 247, 247) !important;
}

.chevron::before {
    top: 22px;
    border-top-color: rgb(170, 169, 169);
}

.chevron {
    position: absolute;
    display: block;
    height: 50px;
    top: 0px;
    right: 0px;
    width: 50px;
    padding: 15px;
    border-left: 1px solid rgb(226, 226, 226) !important;
    background-color: rgb(247, 247, 247) !important;
    box-sizing: border-box;
    pointer-events: none;
}

.submitBtn {
    position: relative;
    display: inline-block;
    float: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    padding: 12px 30px;
    text-align: center;
    border-radius: 2px !important;
    border: none !important;
    box-sizing: border-box;
    text-transform: uppercase;
    background-color: #1588B8 !important;
}

.submitBtn:hover {
    background: #00a0d2 !important;
}

.exa_spinner {
    margin: auto;
    width: 100px;
}
.spinner_container {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding: 50px;
  display: none;
}

.submitBtn:hover {
    background: #00a0d2!important;
}

.select-arrow {
    border-bottom: 1px solid rgb(226, 226, 226)!important;
}

.exab_ricerca div#error {
    background-color: #ffe8e8;
    padding: 24px;
    border: 1px solid #dcb4b3;
    border-radius: 4px;
}

.tabella_risultati_dentisti table th:nth-child(1) {
    width: 200px;
}

.tabella_risultati_dentisti table th:nth-child(3) {
    width: 150px;
}

a.linknocolor {
    color: #333;
}

.tabella_risultati_dentisti {
    position: relative;
    width: 100%;
}
.cd-form hr {
  border: 1px solid lightgray;
}
.tabella_risultati_dentisti .card {
    display: inline-flex;
    background-color: white;
    box-shadow: 0 2px 4px #00000040;
    margin: 12px;
    position: relative;
    width: calc(33.3% - 24px);
    min-height: 200px;
    border-radius: 4px;
    overflow: hidden;
}

.tabella_risultati_dentisti .details {
    padding: 12px;
    width: 100%;
}

.tabella_risultati_dentisti .indirizzo {
    line-height: normal;
    padding: 5px 0px;
}

.tabella_risultati_dentisti .details .rag_soc {
    font-size: 16px;
    color: #333;
}

.tabella_risultati_dentisti .button {
    margin-left: auto;
    width: 70px;
    min-width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tabella_risultati_dentisti .button a {
    position: absolute;
    display: flex;
}

.tabella_risultati_dentisti a .direction {
    border: 0;
    font-size: 34px;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    color: #1588b8;
    cursor: pointer;
}

.tabella_risultati_dentisti a .direction:after {
    content: "Indicazioni stradali";
    font-size: 10px;
    position: absolute;
    bottom: -23px;
    left: 0;
}

@media (min-width: 992px) {
    .tabella_risultati_dentisti .card {
        width: calc(50% - 24px);
    }
}

@media (max-width: 991px) {
    .tabella_risultati_dentisti .card {
        width: calc(100% - 24px);
    }
}