@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/*REGIONAL*/
.RegionStation {
}
.RegionMarket{
    background-color:pink;
    margin:0px;
    padding:0px;

}
.RegionCount{

}

.monitoringRadioImage{
    max-width:150px;
    max-height:100px;
}


.podcastClipFound {
    max-height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 35px;
    padding-bottom: 20px;
}
.podcastClipFound button {
   height:6px;
   margin-bottom:10px;
   margin:0px;
}


.RegionMarket < .mud-list-item {
    margin: 0px;
    padding: 0px;
}
.RegionSelect{

}


istag {
    color: red;
    font-weight: 800;
}


a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.iframe-container {
    position: absolute;
    top: 200px;
    bottom: 0;
    width: 100%;
    background: #555;
    overflow-y: hidden;
}

    .iframe-container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }





.side_bar {
    padding-right: 20px;
    margin-left: -12px;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    /* width */
}

    .side_bar::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .side_bar::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px grey;
        border-radius: 10px;
    }

    /* Handle */
    .side_bar::-webkit-scrollbar-thumb {
        background: rgb(7, 7, 7);
        border-radius: 10px;
    }

        /* Handle on hover */
        .side_bar::-webkit-scrollbar-thumb:hover {
            background: #009eb3;
        }



.swal2-container {
    z-index: 10000 !important;
}
match {
    background-color: yellow;
    font-weight:600;
    color:black;
}

.logoAvatar {
   
    font-size: 1.3rem !important;
}

.ExpandedOpointItem {
    border-left: 10px solid #667c91;
}



.webRowHighlight {
    background-color: var(--mud-palette-primary);
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}


.TranscriptButton {

    left: auto;
    letter-spacing: normal;
    line-height: revert;
    margin: 0;
    max-width: none;
    word-spacing: 0px;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    color: white;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    white-space: normal;
    word-wrap: break-word;
}




.foundMarker{
    background-color:yellow;
    color:black;
}
.pseudolink:hover{
   color: pink;
}



.pseudolinkFoundTextMatch{
    background-color: green;
}



.PrettyScroll::-webkit-scrollbar {
    width: 24px;
}

.PrettyScroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 233, 0.93);
    border-radius: 50px;

}

.PrettyScroll::-webkit-scrollbar-thumb {
    background-color: #667c91;
    border-radius: 50px;
}



.PrettyScroll2::-webkit-scrollbar {
    width: 14px;
}

.PrettyScroll2::-webkit-scrollbar-track {
    background: rgba(255, 255, 233, 0.93);
    border-radius: 50px;
}

.PrettyScroll2::-webkit-scrollbar-thumb {
    background-color: #667c91;
    border-radius: 50px;
}


.drawerPadding{
    padding:10px;
}

.MudDrawerInner{
    padding:15px;

}

.narrowHeader{
    width:50px
}

.rotate-text {
    width: 25px;
    transform: rotate(90deg);
    position: absolute;
    top: -0px;
    z-index: auto;
    text-align: right;
    white-space: nowrap;
}

.campaignTableHeader{
    height:130px;
}