﻿:root {
    --primary-color: #87333B;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #58585a;
    background-color: #fff;
    padding-top: 25px;
}

body, button, h1, h2, h3, h4, h5, h6, input, label, select, textarea {
    font-weight: 400;
}

body, figure {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: Arial,Helvetica,sans-serif;
    /*line-height: 20px;*/
    color: inherit;
    text-rendering: optimizelegibility;
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

a {
    color: var(--primary-color);
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}


.home-img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

ol, ul {
    padding: 0;
    margin: 0 0 10px 25px;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

footer {
    font-size: 12px;
    margin-top: 75px;
}

    footer h1 {
        font-size: 14px;
        line-height: 17px;
        font-family: "Arial Black",Roboto,"Helvetica Neue",sans-serif;
        font-weight: 700;
    }

    footer a {
        font-size: 12px;
    }

a:hover {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

.btn-warning:hover {
    color: white !important;
}

.btn-primary:hover {
    color: white !important
}

.l-footer h1 {
    margin: 30px 0 20px;
    text-transform: none;
}

.l-footer ul {
    margin: 0;
    list-style-type: none;
    width: 100%;
}

.l-footer form {
    margin-bottom: 0;
}

.l-footer .l-footer--info {
    /*padding: 30px 0;*/
    background-color: #f0f0f0;
}

.l-footer .l-footer--thaliagroup li {
    float: left;
    background-color: #f9f9f9;
}

    .l-footer .l-footer--thaliagroup li a {
        display: block;
        margin: 0 auto;
        height: 73px;
        text-align: center;
    }

        .l-footer .l-footer--thaliagroup li a:hover {
            background-color: transparent;
        }

        .l-footer .l-footer--thaliagroup li a img {
            display: inline;
        }

.l-footer .l-footer--thaliagroup .l-footer--divibib {
    width: 33%;
}

.l-footer .l-footer--thaliagroup .l-footer--easycheck {
    width: 34%;
}

.l-footer .l-footer--thaliagroup .l-footer--noris {
    width: 33%;
}

.l-footer .l-footer--thaliagroup .l-footer--biblioquest, .l-footer .l-footer--thaliagroup .l-footer--sofortwelten {
    width: 50%;
}

.l-footer .l-footer--thaliagrouplink {
    color: #58585a;
    text-decoration: none;
}

    .l-footer .l-footer--thaliagrouplink:focus, .l-footer .l-footer--thaliagrouplink:hover {
        background: 0 0;
    }

.l-footer .l-footer--group-logo {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/iconset.png) 0 -1111px;
    height: 17px;
    width: 57px;
    position: relative;
    top: -1px;
}

.l-footer .l-footer--socialmedia a, .l-footer .l-footer--socialmedia li {
    height: 32px;
    width: 33px;
    display: block;
}

.l-footer .l-footer--socialmedia li {
    float: left;
    margin-right: 5px;
}

    .l-footer .l-footer--socialmedia li.last {
        margin-right: 0;
    }

    .l-footer .l-footer--socialmedia li:hover {
        opacity: .5;
    }

.m-logo a:hover, .m-nav .m-nav--social li:hover {
    opacity: .7;
}

.l-footer .l-footer--socialmedia a:focus, .l-footer .l-footer--socialmedia a:hover {
    background-color: transparent;
}

.l-footer .l-footer--socialmedia .l-footer--twitter {
    background: url(../img/iconset.png) 0 -2379px;
}

.l-footer .l-footer--socialmedia .l-footer--facebook {
    background: url(../img/iconset.png) 0 -2145px;
}

.l-footer .l-footer--socialmedia .l-footer--xing {
    background: url(../img/iconset.png) 0 -2457px;
}

.l-footer .l-footer--socialmedia .l-footer--flickr {
    background: url(../img/iconset.png) 0 -2223px;
}

.l-footer .l-footer--socialmedia .l-footer--youtube {
    background: url(../img/iconset.png) 0 -2535px;
}

.l-footer .l-footer--socialmedia .l-footer--rss {
    background: url(../img/iconset.png) 0 -2301px;
}

.l-footer .l-footer--metanav {
    padding: 35px 0 25px;
    background-color: #58585a;
    color: #fff;
    font-size: 12px;
}

    .l-footer .l-footer--metanav a {
        font-size: 12px;
        color: #fff;
        text-decoration: underline;
    }

        .l-footer .l-footer--metanav a:hover {
            text-decoration: none;
            background-color: transparent;
        }

    .l-footer .l-footer--metanav .l-footer--metanav-links ul {
        float: right;
    }

    .l-footer .l-footer--metanav .l-footer--metanav-links li {
        float: left;
        margin-right: 10px;
    }

        .l-footer .l-footer--metanav .l-footer--metanav-links li:last-of-type {
            float: right !important;
            margin-right: 0;
        }

.fright {
    float: right !important;
}

.mt-10 {
    margin-top: 10px;
}

.open > .dropdown-menu {
    top: 20px;
}

footer {
    padding: 20px 0 0px;
}

.add-approval-btn {
    margin-bottom: 1rem;
}

.advanced-search-mob {
    display: none;
}

button.pull-left.back-btn {
    font-size: 1.8rem;
    padding: 0.2rem 0.7rem;
    color: var(--primary-color);
}

.advanced-btn {
    display: none;
}
/*RESPONSIVE STYLES */
@media(max-width: 991px) {
    .top-pagination {
        display: none !important;
    }

    .advanced-search-desktop {
        display: none;
    }

    .advanced-btn {
        transform: rotate(90deg);
        width: fit-content;
        font-size: 2.5rem;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        float: right;
    }

    .result-pagination-mob {
        display: none;
    }

    table.dataTable thead .sorting:after {
        padding-left: 0px !important;
    }

    th {
        width: auto !important;
        padding-right: 0px !important;
    }

    .filter-section {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        /*width: 100%;*/
    }

    table.dataTable thead .sorting:after {
        padding: 0px;
    }
}
/*@media (min-width: 768px) {
	.container {
		width: 98%;
	}
}*/
/*Desktop Aproval plan buttons*/
.approval-btns {
    background-color: #fff0;
    color: var( --secondry-color);
    font-size: 2rem;
}

@media(max-width: 768px) {
    .cover-result img {
        width: 220px;
        padding-left: 3rem;
    }

    .advanced-btn {
        float: none;
    }

    .advanced-btn {
        transform: rotate(90deg);
        width: fit-content;
        font-size: 2.5rem;
        height: 72px !important;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        float: right;
    }

    .pagination-top-hide {
        display: none;
    }

    .dropdown-detail-header {
        display: block;
        width: 100%;
        text-align: end;
        margin-top: 2rem !important;
    }

    .advanced-search-desktop {
        display: none;
    }

    .advanced-search-mob {
        display: block;
    }

    .chevron-text {
        font-size: 0px;
    }

        .chevron-text i {
            font-size: 10px;
        }

    h1 {
        font-size: 2rem;
    }

    .dl-horizontal dt {
        float: left;
        width: auto !important;
        clear: left;
        margin-right: 1rem;
        text-align: start;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 15px;
    }

    /*    .dl-horizontal dd {
        margin-left: 15px !important;
    }
*/
    .bottom-pagination .pagination {
        display: inline-flex;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 0;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 1rem !important;
    }

    .total-count {
        text-align: center;
    }

    .antolin-container {
        height: 70px !important;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
        float: right;
    }

    .input-sm {
        width: 100% !important;
    }

    .mobile-result-sort {
        float: none;
    }

    .antolin-checkbox {
        text-align: center;
    }

    .top-pagination {
        display: none !important;
    }

    .l-footer ul {
        margin: 0;
        list-style-type: none;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .l-footer .l-footer--metanav {
        padding: 15px 0 0px;
    }

    footer {
        padding: 20px 0 0px;
    }

    .dataTables_wrapper div.dataTables_length label {
        white-space: pre-wrap !important;
    }

    .dataTables_wrapper div.dataTables_filter label {
        white-space: pre-wrap !important;
    }

    .dataTables_wrapper div.dataTables_filter input {
        width: auto !important;
        min-width: 235px !important;
    }


    div#TableBasketList_paginate {
        text-align: end;
    }

    div.dataTables_wrapper div.dataTables_length {
        text-align: start !important;
    }

    .table thead {
        display: none !important;
    }
    /*Table tool-bar styles*/
    .table-toolbar-item {
        display: inline-flex;
    }

    td.toolbar-item-order {
        white-space: nowrap;
        width: 43% !important;
        text-align: center !important;
    }

    td.toolbar-item a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        padding: 0 !important;
    }

    td.toolbar-item {
        width: 42% !important;
    }

    tdtoolbar-item-order a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        padding: 0 !important;
    }

    td.toolbar-item2 {
        width: 19% !important;
        text-align: start !important;
    }


    .table tbody,
    tr,
    td {
        display: block !important;
        width: 100% !important;
        float: right !important;
    }

        .table tbody tr td:first-child {
            font-size: 20px;
            text-align: left;
        }

        .table tbody tr td a:first-child {
            padding-left: 10px;
        }

    button.pull-left.back-btn {
        font-size: 1.8rem;
        padding: 0.2rem 0.7rem;
        color: var(--primary-color);
    }

    .edit-btns-action-container {
        width: 100% !important;
        display: inline-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 2rem;
    }

    td.shoppingcart-td-first a {
        padding-left: 25px !important;
    }

    .table tr {
        padding-right: 15px;
        padding-bottom: 15px !important;
        /*min-width: 320px !important;*/
    }

    .table td {
        text-align: right;
        /*padding-left: 40%;*/
    }

    .table tr:nth-child(:first-child) {
        text-align: center;
    }

    .table td::before {
        content: attr(data-name);
        position: absolute;
        left: 0;
        width: 50%;
        text-align: left;
        padding-left: 35px;
        font-size: 1.2rem;
        font-weight: 600;
    }



    .editList i {
        line-height: 1.2;
    }

    .nav-tabs {
        border-bottom: none;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: none;
            border-bottom-color: transparent;
            cursor: default;
            background-color: var(--primary-color);
            color: #fff;
        }

        .nav-tabs > li > a {
            color: var(--primary-color);
        }

    .nav-tabs-details > li > a {
        color: var(--primary-color);
        padding: 5px;
    }

    .nav-tabs-details {
        font-size: 1.4rem;
        border-bottom: none;
        margin: 0px !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        color: var(--primary-color) !important;
    }

    .nav-tabs {
        border-bottom: none;
        margin: 0px !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        color: var(--primary-color) !important;
    }

    table {
        width: 100% !important;
    }

    .toogle-head-icon {
        text-align: end !important;
        width: 44% !important;
    }

    .toogle-head-name {
        text-align: start !important;
        width: 48% !important;
    }

        .toogle-head-name a {
            padding-left: 3px !important;
            font-size: 20px;
        }

    .dataTables_paginate {
        text-align: end !important;
    }

    /*Approval plan view*/
    .add-approval-btn {
        font-size: 0rem !important;
        margin: 3rem 0rem 1rem 0rem;
    }

        .add-approval-btn span {
            font-size: 1.5rem !important;
            padding: 3px;
        }

    .approval-header {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        align-items: center;
        align-content: space-between !important;
        justify-content: space-between;
    }

        .approval-header hr {
            display: none !important;
        }


    td.toolbar-item-approval {
        white-space: nowrap;
        width: 30% !important;
        text-align: center !important;
    }

        td.toolbar-item-approval button {
            background-color: #fff0 !important;
            border: none !important;
            font-size: 0px;
        }

        td.toolbar-item-approval i {
            background-color: #fff0 !important;
            color: var(--primary-color);
            border: none !important;
            font-size: 2rem;
        }


    /*	Serach Result command details Responsive Styles*/
    .cover-responsive {
        width: 50% !important;
    }

    .bibliography-mob {
        margin-top: 3rem !important;
    }

    .title-res {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        width: 100%;
    }

    .switch-res {
        display: none;
    }

    .cover-result {
        text-align: center;
    }

    .align-btns {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 2rem;
    }

        .align-btns .dropdown {
            width: 100%;
            margin-left: 13px !important;
        }

    .switch-btn-mob {
        display: block;
    }

    .search-input {
        width: 100% !important;
    }

    .table-slider .slider {
        margin-left: 0rem;
        padding-left: 0rem;
    }

    .result-pagination-mob {
        display: none !important;
    }

    .link-back-mob {
        display: none;
    }
}


@media (min-width: 769px) {
    .switch-btn-mob {
        display: none !important;
    }

    th {
        white-space: nowrap !important;
    }

    .approval-header hr {
        display: none !important;
    }
}

@media (max-width: 378px) {
    .toogle-head-name {
        text-align: start !important;
        width: 43% !important;
    }
}

@media (min-width: 379px) and (max-width: 478px) {
    .toogle-head-name {
        text-align: start !important;
        width: 45% !important;
    }
}
/*new_header*/
#dropdownAboveTable1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header {
    background-color: #f6f6f6;
    position: relative;
    top: -25px;
}

#topnav {
    background-color: #f6f6f6;
}

.navbar-header {
    display: flex;
    justify-content: flex-start;
    margin-left: 3rem;
}

.logo-content {
    flex: 50%;
    display: flex;
    flex-direction: column;
}

.header .main {
    display: flex;
}

.left_nav {
    flex: 50%;
}

.left_content {
    display: flex;
    flex-direction: column;
}

.Logo-img {
    width: 210px !important;
}

.right_nav {
    flex: 50%;
    margin-top: 3rem;
}

.right_conten {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline !important;
    align-items: baseline !important;
}

.rotis {
    margin: auto 3rem;
    font-family: 'Rotis Sans Serif Light', sans-serif;
    font-size: 20px;
}

.navbar-nav ~ li {
    font-size: 1.1vw !important;
}


/*toolbar at order_page & wishlist_page*/
.period {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.order {
    display: flex;
    flex-direction: row;
}

#topnav {
    z-index: 500 !important;
}




/*md_screen*/
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .period {
        justify-content: flex-end;
    }
}

/*sm_screen*/
@media only screen and (max-width: 991px) and (min-width: 768px) {

    .period {
        justify-content: flex-end;
    }
}

/*xs_screen*/
@media(max-width: 767px) {
    /*new_header*/
    .right_content {
        align-items: baseline;
        margin-top: 0rem;
    }

    .header .main {
        display: flex;
        flex-direction: column;
    }

    .left_nav {
        flex: 100%;
    }

    .right_nav {
        flex: 100%
    }

    .Logo-img {
        width: 210px !important;
        justify-content: center;
    }

    .rotis {
        margin: auto 3rem;
    }

    .affix-top {
        margin-top: -0.8rem;
    }

    .navbar-toggle {
        margin-left: 3rem;
    }


    .order_pagination {
        display: none !important;
    }



    .period {
        display: flex;
        flex-direction: column;
        align-items: self-start;
    }
}

.header {
    padding-top: 20px;
    height: auto !important;
}
/*#baskettotal h3, h5 {
    font-size: 1.4rem;
}
input:not([type='submit']) {
    border: none !important;
    border-bottom: 1px solid #565656 !important;
    box-shadow: none !important;
    border-radius:4px;
}
    input:focus {
        border: none !important;
        border-bottom: 1px solid var(--primary-color) !important;
        box-shadow: none !important;
    }
select {
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #565656 !important;
}
    select:focus {
        box-shadow: none !important;
        border: none !important;
        border-bottom: 1px solid #565656 !important;
    }
table{
    border: 1px solid #f1f1f1;
}
.table > tbody > tr > td {
    padding: 0px;
    padding-left: 8px;
    vertical-align: middle;
}
.add-to-cart {
    color: #fff;
    border-radius: 0px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
    .add-to-cart:hover {
        font-weight:200 !important;
        color: #fff !important;
        background-color: #9e0114;
        border-color: #9e0114;
    }
.open > .dropdown-toggle.add-to-cart {
    font-weight: 200 !important;
    color: #fff !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.open > .dropdown-toggle.add-to-cart:hover {
    font-weight: 200 !important;
    color: #fff !important;
    background-color: #9e0114;
    border-color: #9e0114;
}

.add-to-wishlist {
    border-radius: 0px;
    color: #565656;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}
    .add-to-wishlist:hover {
        font-weight: 200 !important;
        color: #565656 !important;
        background-color: #f9f9f9;
        border-color: #f9f9f9;
    }
.open > .dropdown-toggle.add-to-wishlist {
    font-weight: 200 !important;
    color: #565656 !important;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
    .open > .dropdown-toggle.add-to-wishlist:hover {
        font-weight: 200 !important;
        color: #565656 !important;
        background-color: #f9f9f9;
        border-color: #f9f9f9;
    }*/
/*div#baskettotal {
    background: #ffefdb;
    border-left: 2px solid #ef8c13;
    border-radius: 0px;

    width: fit-content;
    float: right;
    margin: 1rem 0rem;
}
#baskettotal h3, h5, h4, a{
    padding: 0rem 0.5rem;
}*/
/*.add-approval-btn {
    border-radius: 0px;
}
button {
    border-radius: 4px !important;
}

.btn {
    border-radius: 0px;
}
#placeorder2:hover {
    font-weight: 200 !important;
    color: #fff !important;
    background-color: #9e0114;
    border-color: #9e0114;
}
.login-btn {
    color: #f6f6f6;
    background-color: #853439;
    border-color: #853439;
    width:100%;
}
.forget-password {
    float: right;
}
.label-margin {
    margin-left: 15px;
}
.dropdown-menu > li > a.btn-warning {
    color: #fff !important;
}
.btn-primary {*/
/*   margin-left: 10px;*/
/*background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.antolin-container{
    padding:0px !important;
}*/
/*.result-toolbar {
    padding: 10px !important;
    background-color: #f0f0f0 !important;
}
.result-toolbar input , select{
   margin-bottom:0px !important;
}*/
/*select, input, textarea {
    border-radius: 4px !important;
    border: none;
    border-bottom: 1px solid #565656;
}

.tab-pane {
    background-color: #f0f0f0;
    padding: 14px 14px;
    border-radius: 0px;
}

.row-content {
    background-color: #f0f0f0;
    padding: 14px 14px;
    border-radius: 0px;
    margin-bottom: 14px;
}

tr.dx-row.dx-data-row.dx-column-lines:nth-child(even) {
    background-color: #565656 !important;
}*/

/*.input-sm {
    border: none;
    border-bottom: 1px solid #565656;
}
*/
/*thead {
    background-color: #e1e1e1 !important;
}


.well {
    border-radius: 0px;
}
.nav-tabs {
    border-bottom:none !important;
}
.form-group .btn-default {
    background-color: var(--primary-color);
    color: #fff;
}

.form-group input {
    border: none;
    border-bottom: 1px solid #565656;
 
}

    .form-group input:focus {
        border: none;
        border-bottom: 1px solid var(--primary-color);
        background-color: #f0f0f0;
    }

td {
    padding: 4px 8px !important;
}
.login-form {
    display: flex;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

section#loginForm {
    padding: 15px;
    box-shadow: rgb(58 58 58 / 28%) 0px 1px 2px;
    width: 50%;

}
#loginForm h4{
    text-align:center;
    font-weight:600;
}
.login-btn:focus, .login-btn:hover {
    color: #f1f1f1;
    background: #69000a !important;
    border: 1px solid #853439 !important;
    outline: #69000a;
}
.log-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
    .log-icon i {
        font-size: 22px;
    }
ul.resultlist > li.result h2 {
    margin-bottom: 5px;
}
.cart-summary td{
    padding: 5px 10px !important;
}*/




#baskettotal {
    display: block;
}

.cart-icon {
    display: none;
}

.setting-logout-icons-container {
    display: flex;
}

.searc-pagination-thaila {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 70px;
    flex-wrap: nowrap;
    flex-direction: row;
}



/*DIGIACCESS STYLES*/

#digiAccess div.da-switch::before {
    background-color: #87333b !important;
}

#digiAccess div.da-switch {
    background-color: #58585a !important;
}

#digiAccess .da-profile[aria-checked="true"] .da-switch {
    background-color: #ffffff !important;
}

#digiAccess .da-profile svg .da-svg-background {
    fill: #58585a !important;
}

#digiAccess .da-profile.da-active svg .da-svg-background {
    fill: #ffffff !important;
}

#digiAccess .da-button--cian {
    background-color: #87333b !important;
    color: #ffffff !important;
}

#digiAccess {
    background-color: #58585a !important;
}

    #digiAccess .da-profile.da-active {
        background-color: #58585a !important;
    }

    #digiAccess .da-content h3 {
        color: #58585a !important;
    }

    #digiAccess .da-profile.da-active svg .da-svg-content {
        fill: #58585a !important;
        stroke: #58585a !important;
    }

    #digiAccess .da-profile-title {
        color: #58585a !important;
    }

    #digiAccess .da-profile.da-active .da-profile-title {
        color: #ffffff !important;
    }

    #digiAccess .da-profile-switch .da-tool {
        color: #58585a !important;
    }

    #digiAccess .da-profile.da-active .da-profile-switch .da-tool {
        color: #ffffff !important;
    }

    #digiAccess .da-button--dark {
        background-color: #39424D !important;
        color: #ffffff !important;
    }

    #digiAccess #da-individual-label {
        color: #58585a !important;
    }

    #digiAccess #da-extended-label {
        color: #58585a !important;
    }
    /* Targeting all span elements inside da-control-group */

    #digiAccess .da-control-group .da-tool span {
        color: #58585a !important;
    }
    /* Targeting all button elements inside da-control-group */

    #digiAccess #da-tool-reset:hover {
        background-color: #87333b !important;
        color: var(--diac-clr-neutral-primary) !important;
    }

#da-digispeech-header .da-digispeech-spacer {
    background-color: #939393 !important;
}

#digiAccess #da-individual-label, #da-extended-label {
    color: #58585a !important;
}

.da-digispeech-controls-container button.da-digispeech-control {
    background-color: #58585a !important;
}

#da-digispeech-hover.da-digispeech-control {
    background-color: #87333b !important;
}

#digiAccess .da-control-group .da-tool button {
    color: #ffffff !important;
}

#digiAccess .da-profile.da-active .da-profile-switch .da-tool {
    color: #ffffff !important;
}

.da-range.da-tool.dAnavigable {
    background: #87333b33 !important;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #87333b !important;
}

#dAopener {
    background-color: #58585a !important;
}

.da-profile-description {
    color: #58585a !important;
}

.da-tool {
    color: #58585a !important;
}

.da-button {
    color: #58585a !important;
}

button.da-button.da-control > svg {
    color: #58585a !important;
}

.da-control {
    border: 3px solid #58585a !important;
}

.da-profile:hover {
    outline: 2px solid #58585a !important;
}

#da-modal-content.da-modal-dark {
    background-color: #58585a !important;
}

#da-modal-content {
    color: #58585a !important;
}

.da-control.da-active {
    background-color: #939393 !important;
    border: 3px solid #56565a !important;
}

.da-active .da-button--range {
    border: 2px solid #58585a !important;
}

button#da-content-size--reset {
    color: #58585a !important;
    background: none !important;
}

.da-digispeech-controls-container {
    background: #939393 !important;
}

#da-digispeech {
    background: #939393 !important;
}

.da-control.da-active #digiAccess .da-control-group .da-tool span {
    color: #ffffff !important;
}

#digiAccess .da-control-group .da-tool span {
    color: #58585a !important;
}
.main-navigation li a {
    color: #58585a !important;
}
.classTooltip {
    max-width: max-content;
    cursor: pointer;
}