
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #dadada;
    border-color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(50%);
}


.nav-tabs {
    border-color: black;
}

.container .nav .active {
    color: red !important;
}



.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.main {
    flex: 1 1 auto;
}
.footer {
   background-color:black;
   color:white;
   padding: 0px 0px 10px 0px;
}
.header {
   background-color:black;
   color:white;
   padding: 1px;
}



a {
    background-color:transparent;-webkit-text-decoration-skip:objects;
    text-decoration:none;
}
a.link {
    color:#000000;
}
a.linkWhite {
    color:white;
}
a.linkGray {
    color:gray;
}
a.linkBlack {
    color:black;
}


.colorwhite {
    color: white;
}
.colorblack {
    color: black;
}
.colorred {
    color: red;
}

audio {
    width: 100%;
}


.statusOkLoaded {
    display: none;
}
.statusOkSavedLoaded {
    display: none;
}





/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    left: 82%;
    top: 95%;
    -webkit-transform: translateY(-95%);
    -ms-transform: translateY(-95%);
    transform: translateY(-95%);
    z-index: 100001;
}
  
  /* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 25px;
    border: 2px solid #fff !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);;
}
  

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #fc5603;
}
  
.microphone {
    background: #229ED9;
    color: white;
    border-radius: 30px 30px 0 30px;
}

.wrapcontent {
    display: inline-block;
}

#redcircle{
    width: 16px;
    height: 16px;
    background:red;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    line-height:20px;
    vertical-align:middle;
    text-align:center;
    color:white;
}


.leftPhraseBlock {
    text-align: left;
    background:rgb(230, 230, 230);
    border-radius: 30px 30px 30px 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 2px;
}

.rightPhraseBlock {
    text-align: right;
    background:hsl(0, 0%, 85%);
    border-radius: 30px 30px 0 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 2px;
}



.backgroundColorRed {
    background-color: red;
}

.grid-container {
    display: grid;
    column-gap: 5px;
    grid-template-columns: auto auto auto;
}


.svg_circle_loader {
    background: none;
    border: none;
    margin: none;
    padding: none;
}

.circle_loader {
    fill: none;
    stroke: #f1c0c0;
    stroke-width: 7px;
    transform-origin: center;
    transform: rotate(-90deg);
}
  
text {
    dominant-baseline:middle;
    text-anchor:middle;
    font-size:20px;
    font-family:Arial;
}


.wrapo {
    display: flex;
    justify-content: space-between;
  }



.form-check-inputa {
    width: 1.3em; 
    height: 1.3em;
}


.deleted {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, rgba(255, 0, 0, 0.3) 49.9%, rgba(255, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 60%) 
                fixed,
                linear-gradient(45deg, rgba(255, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 10%) 
                fixed;
    background-size: 0.5em 0.5em
}


.item-age {
    background-color: #ff9d6b;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.item-number {
    background-color: #6bff95;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.item-fio {
    background-color: #e59df9;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.item-service {
    background-color: #6bd0ff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.item-master {
    background-color: #f5ff6b;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.item-xxx {
    background-color: #fd8787;
}
