/* abbott */
body.abbott {
    background: #FFD100;
    overflow: auto;
    position: relative;
}
body.abbott #cst-main {
    background:#FFD100;
    padding-top: 0;
}
div#cst-main.dashboard {
    background: #fff;
    padding-top: 50px;
}
body.abbott .login--slide {
    background: #001489 !important;
    box-shadow: none;
    height: 350px;
    min-height: auto;
}
body.abbott a:hover {
    color: #001489
}
body.abbott aside {
    background: #fff
}
.abbott .login--logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.abbott .login--logo img {
    margin: 0;
    width: 100px;
    height: auto;
}
.abbott .login--logo img:first-child {
    width: 200px
}
.abbott a {
    color:#001489;
}
.abbott .login {
    background-color: #fff;
}
.abbott .row #content, .abbott .form, .abbott #user-form {
    padding: 50px 25px;
    background: #fff;
    border: 2px solid #E95526;
    max-width: 960px
}
.abbott .row #content img {
    display: block;
    margin: 0 auto 25px auto;
    width: 150px;
}
.abbott .contenuti-registrazione + .form{
    padding: 0;
    background: #fff;
    border: 0;
}
.abbott .contenuti-registrazione + .form .form-row {
    border-bottom: 0;
    padding: 15px 0 10px 0
}
body.abbott a.richiedi--prestazione {
    background: #001489;
    color: #fff
}
.table.prenotazione--abbott {
    margin-top: 25px;
    padding: 30px 25px 50px 25px;
    background: #fff;
    border: 2px solid #E95526;
    position: relative;
}
.table.prenotazione--abbott > tbody > tr > td {
    padding: 0 0 30px 0;
    border-bottom: 0 !important
}
.abbott h1, .abbott h2, .abbott h3, .abbott h4 {
    color: #001489;
}
.abbott h2 {
    margin: 0 0 15px 0;
    color: #E95526
}
.abbott .lista--download {
    margin-bottom: 50px
}
.lista--download li {
    margin-bottom: 10px
}
.abbott .lista--download a{
    font-weight: 600;
    color: #E95526;
    font-size: 15px
}
.abbott label {
    color: #001489;
}
.abbott .arrow span {
    background-color: #fff;
}
.abbott input[type=radio] {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.abbott .login .login--wrap {
    transform: translate(-50%, -50%);
    max-width: 600px
}
@media (max-width: 768px) {
    .abbott .login .login--wrap {
        transform: none;
        max-width: none;
        padding-top: 25px;
    }
    .abbott #cst-main .cst-narrow-content {
        padding:0;
    }
    .abbott #cst-main {
        padding: 0
    }
    .abbott .table.prenotazione--abbott {
        padding: 20px 20px 30px 20px
    }
}
.abbott .powered {
    text-align: center;
    margin: 10px auto 25px auto;
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abbott .powered img {
    width: 130px;
    margin-left: 10px
}
.abbott #cst-main .powered {
    padding: 20px 0;
    color: #aaa
}
.abbott .box--login input[type=text], .abbott .box--login #pass, .box--login #pass2 {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
.abbott input[type="button"].showPassword {
    border: 0;
    padding: 0;
    color: #ffffffb5;
    top: 171px
}
.abbott .login-forgottenpsw {
    color: #fff;
}
.abbott .box--login h2, .abbott .box--registrati h2, .abbott .box--scelta h2 {
    color: #fff;
    font-size: 26px
}
.abbott .box--login input::placeholder {
     color: rgba(255,255,255,0.4);
}
.abbott .login--buttons {
    border-bottom: 0;
}
.abbott .registra--medico {
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.abbott .registra--medico:hover {
    text-decoration: underline;
    color: #fff;
}
.abbott .form-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    background: #fff;
}
.abbott .form-row.datetime {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.abbott .form-row label {
    font-weight: normal;
    color: #444
}
.abbott .form-row > label {
    font-size: 18px
}
.abbott .form-row > label:nth-child(1) {
    margin-bottom: 10px;
    font-weight: 600;
    color: #E95526;
    font-size: 16px
}
.abbott .form-row.datetime > label {
    flex: 0 0 100%;
}
/* .abbott input:disabled {
    border: 0;
    padding: 0;
    height: 24px
} */
.newmodal {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    padding: 25px;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 1.5em;
    font-weight: 600;
    font-size: 18px;
    opacity: 0;
    -webkit-animation: fadeout 6s;
    animation: fadeout 6s;
    box-shadow: 0px 6px 20px -8px #003658;
}
.abbott .newmodal {
    background: #E95526;
    box-shadow: none
}
.login .abbott .newmodal {
    top: 50px;
}
.abbott .row #content {
    margin: 50px auto;
}
.ass--abbott {
    display: none
}
.abbott .ass--abbott {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 600px;
    padding: 10px;
    z-index: 99;
    text-align: center;
    line-height: 1.5em;
    font-size: 16px;
    color: #555
}
.abbott .ass--abbott.ass--abbott--statico {
    position: static;
    left: auto;
    transform: none;
    margin: 25px auto 0 auto;
}
.abbott .ass--abbott a {
    color: #555;
    text-decoration: underline;
}
.abbott #cst-aside {
    background: #fff;
}
.abbott #cst-aside #cst-main-menu li.richiedi--prestazione a {
    background: none;
    border: 2px solid #E95526;
    color: #E95526;
    letter-spacing: 1px;
    padding: 12px 24px;
    font-weight: 600
}
.abbott #cst-aside #cst-main-menu li.richiedi--prestazione a:hover {
    background: #fff;
}
.abbott .profile--name {
  color: #e95526;
  border-right: 1px solid #e95526;
}
.abbott .profile--dropdown a {
    color: #001489
}
.abbott .logo--container {
    display: flex;
    flex-direction: row;
}
.abbott h1 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 15px;
    background: #fff;
    border-left-color: #E95526;
}
.abbott .back--to--hp {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: block;
    color: #001489
}
.abbott input[type="submit"], .abbott button#next_submit, .abbott input[type="button"], .abbott input#submitBtn, .abbott a#submitBtn {
    background: none;
    border: 2px solid #E95526;
    color: #E95526;
    letter-spacing: 1px;
    padding: 12px 24px;
    font-weight: 600;
    display: inline-block;
}
.abbott input[type="submit"]:hover, .abbott button#next_submit:hover, .abbott input[type="button"]:hover, .abbott input#submitBtn:hover {
    color: #E95526;
    background: transparent;
}
#submitInfo {
    margin-top: 5px
}
.abbott input.login--accedi, .abbott input.login--registrati {
    background: none;
    color: #fff;
    border-color: #fff;
    box-shadow: none;
}
.abbott input.login--accedi:hover, .abbott input.login--registrati:hover {
    background: none;
    color: #fff;
}
.abbott .grid-view table.items th {
    background: #E95526;
}
.abbott .grid-view table.items tr.odd {
    background: #dddd;
}
.abbott .grid-view table.items tr.even {
    background: #eee;
}
.abbott .form-controlHour {
    width: auto;
    min-width: 200px
}
.abbott .logo--abbott {
    display: block;
    width: 100px;
    text-align: center;
    margin: 0 auto 25px auto;
}
.abbott .alert--patients {
    display: none;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    animation: none;
    opacity: 1;
    z-index: 99999
}
.abbott .alert--patients input#submitBtn{
    border-color: #fff;
    background: none;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px
}
.abbott .alert--patients p {
    font-size: 20px;
    margin: 0;
}
.abbott .alert--patients input {
    margin-top: 20px
}
.abbott .overlay {
    z-index: 9999;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right:0;
    bottom: 0;
    top: 0;
    display: none
}
.questionario-dottori {
    z-index: 9999999999999999;
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    left: 0;
    right:0;
    bottom: 0;
    top: 0;
}
.contenitore-questionario {
    width: 95%;
    padding: 50px 25px;
    max-width: 960px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.contenitore-questionario p {
    margin: 0
}
.contenitore-questionario h1 {
    font-size: 1.8em
}
.contenitore-questionario input[type="submit"] {
    margin-top: 35px
}
.select {
    display: flex;
    flex-wrap: wrap;
}
.secondStep.select {
    display: none
}
.select h2 {
    flex: 1 1 100%;
    margin-top: 25px
}
.select .radio {
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.secondStep.select .radio {
    margin: 0 0 10px 0
}
.admin--abbott {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.admin--abbott > * {
    flex: 0 0 calc(33.33% - 20px);
}
input[type="button"].nuovo-centro, input[type="submit"].salva-mail  {
    display: table;
    margin: 0;
    border: 0;
    padding: 0;
    text-decoration: underline;
    text-align: left;
}
input[type="submit"].salva-mail {
    display: inline-block;
}


.abbott table.items th {
    color: white;
	background: #E95526;
}
.abbott table.items tr.odd {
	background: rgb(233 85 38 / 20%);
}
.abbott table.items tr:hover {
	background: rgb(233 85 38 / 40%);
}

.accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}
.accordion-item {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background-color: #ffffff;
}
.accordion-item[open] {
    border-color: #1d4ed8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.accordion-header {
    padding: 14px 18px;
    background-color: #f8fafc;
    font-weight: 600;
    font-size: 16px;
    color: #001489;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    transition: background-color 0.2s;
}
.accordion-header::-webkit-details-marker {
    display: none;
}
.accordion-header::after {
    content: "\25BC";
    font-size: 14px;
    color: #64748b;
    transition: transform 0.3s ease;
}
.accordion-item[open] .accordion-header {
    background-color: #eff6ff;
    color: #001489;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #cbd5e1;
}
.accordion-item[open] .accordion-header::after {
    transform: rotate(180deg);
    color: #1d4ed8;
}
.accordion-content {
    padding: 16px 18px;
    margin: 0;
}
.accordion-content li {
    padding: 6px 0;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-content li:last-child {
    border-bottom: none;
}
.accordion-content a {
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    padding: 6px 14px;
    background: #eff6ff;
    border-radius: 4px;
    border: 1px solid #bfdbfe;
    transition: background 0.2s;
}
.accordion-content a:hover {
    background: #dbeafe;
}