a {
    color: #337ab7;
}
p {
    margin-top: 1rem;
}
a:hover {
    color:#23527c;
}
a:visited {
    color: #8d75a3;
}

body {
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color:black;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    padding: 0px;
    margin: 0px;
    background: #c11515;
    overflow: hidden;
}
.site_wrapper{
    background: #c11515;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 !important;
    min-height: 100vh;
    padding-top: 100px !important;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-bottom: 60px !important;
}
.newsletter{color:white;padding: 0rem 0;display: flex;position: absolute;bottom: 20px;width: 100%;height: 60px;}
.recorders{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
#recordButton{
    cursor: pointer;
    margin: 1rem;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border-color: #ffffffa8 !important;
    position: relative;
    z-index: 99;
}
#formats{color:white;padding: 0 1rem;margin-top: 2rem;}
.logo img{
    height: 16rem;
}
.newsletter marquee{
    font-size: .9rem;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
}
@keyframes mymove {
    0% {
        transform:scale(1);

    }
    50%{
        transform:scale(1.15);

    }

    100% {
        transform:scale(1);
    }
}
.microphone_button_wrapper.active .microphone_button{
    animation: mymove 2s infinite;

}
.microphone_button{
    display: inline-flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    background: #ffffffba;
    width: 100%;
    height: 100%;
    min-height: 100%;
    transform: scale(1);
    transition: .7s all ease;
    position: absolute;
    left: 0;
    top: 0;
}
.microphone_button_wrapper{
    position: relative;
    display: inline-flex;
    margin-bottom: 0rem;
    margin-bottom: 0;
    position: relative;
}

#recordingsList li audio{margin-bottom:1rem}
#recordingsList li a:last-child{
    background: white;
    color: black;
    border-radius: 6px;
    padding: .4rem .6rem;
    margin-top: .5rem;
    font-weight: 600;
    font-size: .9rem;
}
#recordingsList li a{color:white}
#recordingsList li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#recordingsList{
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem 1rem !important;
    color: white;
    list-style: none;
}
#pauseButton{}
#stopButton,#pauseButton{
    margin-top:1rem;
    border: none;
    color:white;
    background: none;
    transition:.5s all ease;
    font-size: 2.5rem;
}
#stopButton[disabled],#pauseButton[disabled]{
    opacity: 0;
    /* display: none; */
}
.timer_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: .5s all ease;
    /* opacity: 0; */
    margin: 1rem 0;
}
.timer_wrapper span:first-child{margin-right:.3rem}
.site_body{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    height: auto;
}
.site_wrapper .logo{height: 6rem;padding: 8rem 0;width: 100%;display: flex;justify-content: center;align-items: center;text-align: center;}
.site_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    height: 100px;
    position: absolute;
    top: 0;
}
.timer{
    display: flex;
}
.send_modal h3{
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.send_modal{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: white;
    flex-direction: column;
    display: none;
}
.send_icon{}
.send_icon i{
    color: #5dc831;
    font-size: 4rem;
}
.send_modal_load{display:flex}
.send_modal_response{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.send_modal.load{
    display: flex;
}
.send_modal.active{display:flex}
.send_modal.active .send_modal_load{display:none}
.send_modal.active .send_modal_response{display:flex}
.send_modal.load .send_modal_load{display:flex}

.modal_error{
    padding: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ce1a1a;
    background: #ce1a1a;
    color: white;
    border-radius: 6px;
    margin-bottom: 1rem;
    text-align: center;
    height: 40px;
    display:none;
}