body {
    margin: 0px !important;
    width: 100%;
    background: #f9f9f9;
}

header.sidebar-header {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    padding: 10px 10px 0px;
}

aside.sidebar {
    padding: 0px !important;
    background: #fff;
    display: block;
}


.sidebar-body {
    padding: 0px;
    position: sticky;
    top: 0px;
}

.sidebar-body ul {
    text-align: center;
}

.sidebar-body ul li {
    border-top: #ffffff 1px solid;
    margin: 0px !important;
    padding: 0px 0px !important;
    border-bottom: 1px solid #d9d9d9;
    background: transparent;
}

.sidebar-body ul li>a:hover {
    background: #00000014;
}

.sidebar-body ul li>a {
    padding: 10px 0px !important;
    font-size: 15px;
    background:#efefef
}

.sidebar-body ul li > a.active > span {
    color: #d0292a;
}

.nav-sidebar .nav-angle {
    font-size: 15px;
    position: absolute;
    right: 10px;
}

li.menu-action div > a {
    text-align: center !important;
    display: block !important;
    padding: 13px 0px !important;
    border-top: 1px solid #1d1d1d;
    border-bottom: 1px solid #838383;
    background: #363535;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

li.menu-action div > a.active {
    color: #d0292a !important;

}

li.menu-action div > a.sub-menu {
    background: #7d7d7d;
    font-size: 13px;
    padding: 10px 0px !important;
    border-top-color: #5b5b5b;
}

li.menu-action div {
    margin: 0px !important;
    border-radius: 3px !important;
    overflow: hidden;
}


.nav-sidebar a:hover {
    color: #afafaf;
    opacity: .9;
}


.logo-docs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-docs img {
    max-width: 200px;
    height: auto;
    margin-bottom: 8px;
    margin: 0px auto;
}

.logo-docs p {
    font-size: 19px;
    font-weight: bold;
    color: #d0292a;
    margin-bottom: 5px;
    margin-top: -10px;
}

.nav.show {
    display: block !important;
}

.nav-angle {
    transition: transform 0.3s ease;
    /* Una semplice transizione per la rotazione */
}

.rotated {
    transform: rotate(90deg);
    /* Rota l'icona di 180 gradi */
}

.nav-sidebar .nav .nav-link {
    flex-shrink: 0;
    cursor: pointer;
}

.label.label-flat.bg-primary {
    padding: 3px;
    text-align: center;
    width: 69px;
    border-radius: 16px;
    margin: auto;
    color: #50a1ff !important;
    background-color: transparent !important;
}

.api-detail {
    display: none;
}

.api-detail.show {
    display: block;
}


.body-general-content h1 {
    font-size: 40px;
    font-weight: 600;
    color: #d0292a;
    margin-bottom: 20px;
}


.body-general-content h2 {
    font-weight: 600;
    color: #777777;
    margin-bottom: 20px;
    margin-top: 60px;
    font-size: 30px;
}

.lead-1 {
    margin-top: 30px;
    font-size: 17px !important;
    margin-bottom: 5px;
}

.lead-2 {
    font-size: 19px !important;
    margin-bottom: 50px;
}

.info-box {
}

.body-box-info {
    position: relative;
}

.header-box-info {
    border: 1px solid #fff;
    border-bottom: 0px;
    font-size: 18px;
    text-align: center;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    overflow: hidden;
}




.header-box-info > div {
    border-left: 1px solid #fff;
    padding: 8px 0px;
    background: #e4e4e4;
    color: #666;
    font-weight: 600;
}

.header-box-info > div:first-child {
    border-left: 0px;
}

.body-box-info:nth-child(odd) > div.row
{
     background: #f3f3f3;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.body-box-info:nth-child(even) > div.row
{
      background: #fff;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.body-box-info> div.row {
 border-bottom: 1px solid #eae7e7;
 font-size: 16px;
 text-align: center;
 align-items: center;
 cursor: pointer;
 z-index: 10;
 position: sticky;
 top: 0px;
}

.body-box-info > div.row > div {
    border-left: 1px solid #eae7e7;
    padding: 8px 20px;
    color: #666;
    font-weight: 500;
    line-height: 1.5;
    /* align-self: center; */
    font-size: 14px;
}

.body-box-info > div.row > div:first-child {
    border-left: 0px;
}

.body-box-info> div.row:hover {
    opacity: .8;
    filter: grayscale(1);
}

.body-box-info:nth-child(odd) > div.sub-body-box-info
{
     background: #f3f3f3;
}
.body-box-info:nth-child(even) > div.sub-body-box-info
{ 
      background: #fff;
}

.sub-body-box-info {
    background: #ffffff;
    width: calc;
    padding: 20px;
    margin: 0px -15px;
}

.toogle-api {
    display: block;
    width: 100%;
    background: #e6e6e6;
    padding: 5px 15px 5px;
    color: #51a1ff;
    border-radius: 5px;
    border: 1px solid #cacaca;
    white-space: wrap;
    word-wrap: break-word;
    position: relative;
}

.toogle-api:hover {
    color: #326fb8;
}

.toogle-api:focus {
    color: #51a1ff;
}




/* width */
.toogle-api::-webkit-scrollbar {
  height: 5px;
border-bottom-left-radius:5px

}

/* Track */
.toogle-api::-webkit-scrollbar-track {
  background: transparent;
    padding:10px;
}

/* Handle */
.toogle-api::-webkit-scrollbar-thumb {
  background: #316fb8;
        border-radius:5px;
    height: 4px;
    margin:2px;
}

/* Handle on hover */
.toogle-api::-webkit-scrollbar-thumb:hover {
  background: #b2d5ff;
}



.description.detailed h4 {
    font-size: 18px;
    text-align: center;
    margin: 20px 10px 0px;
    font-weight: 600;
    color: #666;
}

.description.detailed {
    padding: 1px 20px 20px;
    border-radius: 10px;
}

.body-box-info:nth-child(odd)  div.description {
 background: #ebebeb;
}


.body-box-info:nth-child(even)  div.description { 
background: #f3f3f3;
}


.table-info-script {
    margin: 20px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.header-table {
    background: #8d8d8d;
    border-bottom: 1px solid #ccc;
}

.header-table > div {
    color: #f3f3f3;
    padding-top: 5px;
    font-weight: 600;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
}

.header-table > div:first-child {
    border-left: 0px ;
}

.row-table:nth-child(odd) {
    background:#fff;
}

.row-table:nth-child(even) {

}

.row-table {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.row-table > div {
    font-size: 14px;
    padding: 10px;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
    color: #666;
}

.row-table > div:first-child {
    border-left: 0px;
}

.body-general-content h3 {
    font-weight: 600;
    color: #818181;
    margin-bottom: 10px;
    font-size: 25px;
    margin-top: 35px;
}



.more-info {
    position: absolute;
    left: -34px;
    background: #52a1ff;
    padding: 6px 9px !important;
    border-radius: 3px;
    z-index: 3;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    top: calc(50% - 17px);
    cursor: pointer;
}

span.copy {
    display: block;
    position: absolute;
    right: -7px;
    top: -7px;
    background: #52a1ff;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    cursor: pointer;
}