body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-bottom: 100px;
    background-image: url("../img/bkg13.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
    margin-bottom: 50px;
}
button:disabled {
    border-color: #271f0f;
    color: #000;
    background-color: rgb(208 208 195)!important;
    cursor: not-allowed !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: rgba(26,45,59, 0.9);
    border: 1px solid white;
    box-shadow: 0 0 20px rgba(255,255,255,0.3);
    color: #e0e0e0;

}
#gptResponse {
    border: 2px solid #f1f1f1;
    padding: 15px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
}
#transcriptionResult {
    background-color: rgba(175,175,175,0.9);
    border-radius: 5px;
    border: 1px solid #666666;
}
.small-title{
    position: absolute;
    top: -20px;
    left: 0;
    background: rgba(26,44,55,0.95);
    color: #fff;
    padding: 0 5px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;

}
.menu {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px;
    z-index: 100;
}
.menu a  {
    margin: 10px 5px;
    background-color:transparent !important;
    border: none;
}
.menu button:focus {
    outline: none;
}

.menu i {
    filter: grayscale(1) opacity(0.4) contrast(0.1);
    transition: 0.3s;
    cursor: default;

}
.menu a.active i {
    filter: grayscale(0) opacity(1) contrast(1) brightness(5);
    cursor: pointer;

}
.menu a.active i:hover {
    transform: scale(1.2);
}
.menu a#copyToClipboard.active i {
    filter: grayscale(0) opacity(1) contrast(0) brightness(1.5);
}
.tooltip {
    position: relative;
    display: block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 100;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 160%;
    z-index: 1000;
    transform: translate(-160%, -80%);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.reedReport {
    position: relative;
    display: block;
    width: fit-content;
    border: none;
    background: #22232d;
    margin: 10px 15px 10px auto;
    font-size: 15px;
    color: white;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 10px;

}
.icon-download {
    position: relative;
    display: block;
    width: 43px;
    height: 52px;
    background-image: url("../img/download-mp3-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.icon-download.doc {
    background-image: url("../img/download-doc-icon.svg");
}
.icon-download.clip {
    background-image: url("../img/move-files-icon.svg");
}
.icon-download.zip {
    background-image: url("../img/download-zip-icon.svg");
}
.preloader {
    position: absolute;
    right: -300px;
    top: -220px;
    width: 750px;
    height: 750px;
    opacity: 0.5;
    z-index: -1;
    background-image: url("../img/gear-spinner.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.title {
    font-family: 'Rubik Scribble', sans-serif;
    position: relative;
    display: block;
    width: fit-content;
    text-align: center;
    margin: 10px auto 20px auto;
}
.title img {
    width: 150px;
    height: auto;
    filter: drop-shadow( 0 0 5px rgba(193, 211, 217, 0.5));
}
.title h3{
    font-size: 60px;
    font-weight: 900;
    color: darkslategrey;
}
.title h3 span {
    font-size: 35px;
    font-weight: 500;
    color: orange;
    position: absolute;
    bottom: -22px;
    left: 40px;
}

@keyframes blink {
    0% { background-color: red; }
    50% { background-color: grey; }
    100% { background-color: red; }
}

.blinking-red-light {
    width: 12px;
    height: 12px;
    top: 5px;
    right: 5px;
    border: 1px solid #aaa;
    position: absolute;
    border-radius: 50%;
    background-color: grey;

}
.blinking-red-light.active {
    animation: blink 1s infinite;
    box-shadow: 0 0 5px rgba(239, 8, 8, 0.85);
}

@keyframes blink2 {
    0% { background-color: yellow; }
    50% { background-color: transparent; }
    100% { background-color: yellow; }
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    background-color: rgba(24, 24, 28, 0.6);
    color: #b0b3d3;
    font-size: 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    padding: 5px 0;
    margin: 0 auto;
    border-radius: 5px 5px 0 0;
    height: 30px;
}
footer > p {
    margin: 0;
    padding: 0;
}

#reedReport {
    position: relative;
    display: inline-block;
    float: right;
    margin: 5px 0;

}
#startRecord.recorded {
    background-color: rgba(26,47,14, 0.9) !important;
    opacity: 0.85;
}
.status-indicator {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: gray;
    border:1px solid #aaa;
}

.status-indicator.yellow {
    background-color: yellow;
    animation: blink2 1s infinite;
    box-shadow: 0 0 6px rgba(255, 214, 0, 0.85);
}

.status-indicator.green {
    background-color: green;
}

#reportCosts {
    position: fixed;
    transform: translateY(-200px);
    transition: 0.5s;
    background-color: #22232d;
    color: #fff;
    padding: 5px 15px;
    top: 0;
    right: 0;
    width: 500px;
}
#reportCosts span {
    position: relative;
    display: block;
    font-size: 13px;
}
#reportCosts span.sum {
    color: cornflowerblue;
}
#reportCosts.active  {
    transform: translateY(0);
}