a{
    color: inherit;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.ts-settings{
    position: relative !important;
    flex: 1 0 0%;
    height: calc(100vh - 45px);
    display: flex;
    flex-direction: row;
    background: #fff;
    font-size: 14px;
    color: #343A40;
}

.ts-settings ul li{
    list-style: none;
}

.ts-settings .ts-settings-content{
    background-color: #F1F1F1;
    flex: 1 0 0%;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.content-header{
    padding: 2rem;
}

.ts-settings .ts-settings-content .content-wrapper{
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
    overflow-y: auto;
    width: 100%;
}

.content-header .content-actions{
    display: flex;
    height: fit-content;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.content-header .content-actions .save, .content-header .content-actions .language{
    font-size: 14px;
}

.content-header .content-actions .save{
    display: flex;
    align-items: center;
    gap: .5rem
}

.upload-card{
    height: 300px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-style: dashed;
    border-width: 2px;
}

.upload-card .upload{
    width: fit-content;
}

.color_group{
    display: flex;
    align-items: center;
}
.color_group input[type="text"]{
    width: 150px;
}

input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    min-width: 40px;
    max-width: 40px;
    height: 38px;
    border: none;
    cursor: pointer;
}

input[type="color"]::-webkit-color-swatch {
    border-radius: 50%;
    border: 1px solid #E0E0E0;
  }
input[type="color"]::-moz-color-swatch {
    border-radius: 50%;
    border: 1px solid #E0E0E0;
}

.accordion-button:after {
    order: -1; 
    margin-left: 0; 
    margin-right:0.5em; 
}

.accordion-button:has(.accordion_actions){
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.subline{
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
    color: var(--bs-tertiary-color);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.nav-tabs{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 800;
    background-color: #F1F1F1;
}

.card-body > strong:first-child{
    position: sticky;
    top: 0;
    left: 0;
    padding: 1rem 0;
    background: white;
    z-index: 700;
}

.settings:has(.nav-tabs) .card-body > strong:first-child{
    top: 39px;
}