
.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: 0px;
}



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(130, 47%, 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;
}

.divheader {
    background-color: black;
}

.divhalfhead {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent ;
    border-style: solid ;
}


.parent {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 20px;
  }
  .child {    
    width: 50%;
    height: 100%;
  }
  .childimg{    
    margin:33px;    
  }

  @media (max-width: 600px) {
    .parent {
        padding: 10px;
      }
    .child {    
        width: 100%;
      }
    .childimg{    
        margin:3px;        
    }
  }


.menuItem {
    padding: 30px 10px;
    width: 20%;
    background-color: rgb(41, 41, 41);
    transition: 0.3s;
}
.menuItem:hover {
    background-color: rgb(55, 55, 55); 
}
.menuActive {
    background-color: rgb(222, 222, 222);
}
.menuActive:hover {
    background-color: rgb(222, 222, 222);
}
.menuItemImg {
    display:block; 
    margin: auto;
    height: 40px;     
}

.form-check-inputa {
    width: 1.3em; 
    height: 1.3em;
}
