body {
    font-family: 'Poppins', sans-serif;
}

.btn-primary {
    background-color: #006EAC;
}

a {
    color: #006EAC;
}

.bolderText {
    font-weight: bold;
}

#step1 {
    border-style: solid;
    padding: 1rem;
    border-color: #145b8c;
    background-color: #f5f5f5;
    border-radius: 1rem;
    position: relative;
    margin: 3rem 0;
}

#stepForm {
    border-style: solid;
    padding: 1rem;
    border-color: #145b8c;
    background-color: #f5f5f5;
    border-radius: 1rem;
    position: relative;
    margin: 3rem 0;
}

.fa-video{
    color: red;
}
.cancelRecording{
    /*width: 15% !important;*/
    /*position: absolute !important;*/
    /*bottom: 0px !important;*/
    /*    background-color: #343a4047 !important;
        color: #ffffff9e !important;
        border-color: #343a406e !important;
        font-size: 1rem !important;*/
}
.stopRecorder{
    width: 60% !important;
    position: absolute !important;
    /*bottom: 106px !important;*/
    bottom: 10px !important;
    background-color: #ff00002b !important;
    color: #ffffff9e !important;
    border-color: #343a406e !important;
    font-size: 2.5rem !important;
    border-radius: 0;
    margin: 0.5rem auto;
}
.stopRecorder:hover{
    color: #fff !important;
    background-color: #ffffff5c  !important;
    border-color: #343a408f !important;
    /*font-size: 1.1rem !important;*/
}
#recorderLauncherContainer{
    text-align: right;
}
.recorderLauncher{
    letter-spacing: 2px;
    border-color: #145b8c;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.recorderLauncher:hover{
    background-color: #145b8c;
    box-shadow: 5px 5px #3e3d40;
    color: white;
}

.btn-success {
    font-size: 1rem !important;
    color: #ffffffbd !important;
    background-color: #28a7457d !important;
    border-color: #28a74594 !important;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #28a745c2 !important;
    border-color: #28a745d9 !important;
}


.finalButtons {
    font-size: 2.5rem;
    color: #ffffffbd;
    background-color: #d6d6d6a3;
    border-color: #cecece94;
    align-items: baseline;
}

.finalButtons:hover {
    color: #fff;
    background-color: #b6b6b6e3;
    border-color: #9d9d9de8;
}

.captation {
    text-align: center;
}

#networkSelect{
    margin-top: 1rem;
    width: 100%;
    display: none;
}
.bubble2 {
    margin-bottom: 0;
}

/*.webrtcContainer {
  width: 35rem;
  height: 26rem;
  border-style: solid;
  margin: 0.5rem auto;
  position: relative;
  background-image: url("images/demo.jpg");
}*/


.cancelRecording {
    /*margin: 1rem 0;*/
    margin: 0;
    margin-top: 30px;
}

.inlineDisplay {
    display: inline;
}

.noneDisplay {
    display: none;
}

.recorderRemainingSecondsContainer {
    /*  font-size: 2.5rem;
      color: #006EAC;*/
    font-size: 2rem;
    /*text-shadow: black 2px 2px !important;*/

}

.countdownColors {
    color: #FFF;
    /*text-shadow: black 2px 2px !important;*/
}

.countdownWarningRed {
    color: red;
    text-shadow: white 2px 2px !important;
}

.redBorder {
    border-color: red;
    border-width: 9px;
}

.redText {
    color: red;
}

.recorderGif {
    width: 5rem;
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    display: none;
}

.counter {
    font-size: 6rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    width: 8rem;
    border-radius: 100%;
    /*margin: 8rem auto 0;*/
    margin: 6rem auto 0;
    position: absolute;
    top: 4%;
    left: 40%;
}

.finalButtonsRow {
    width: 35rem;
    margin: 0.5rem auto;
}

.finalButtonsRow .finalButtons {
    border-style: solid;
    display: none;
    /*width: 85px;*/
}
.validationRow{
    padding: 0;
}
#validationButton{
    border-radius: 0;
    /*margin-top: 1rem;*/
    width: 100%;
}
.redoCol {
    /*padding: 0 8rem 0 0;*/
}

.cancelCol {
    /*padding: 0 0 0 6.3rem*/
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #145B8C !important;
    background-color: #145B8C !important;
}

.required {
    /*color: red;*/
    font-weight: bold;
}

/* #footer {
  width: 100%;
  background-color: #343A40;
  height: 4rem;
  text-align: center;
  color: white;
}

footer {
  margin: 0 auto;
}

#footerLogo {
  width: 2rem;
} */

#stepForm {
    width: 100%;
}

/*@media (min-width: 1024px) {
    .stopRecorder{
        width: 70% !important;
    }
}*/

@media (min-width: 720px) {
    .stopRecorder{
        /*width: 60% !important;*/
        width: 44% !important;
    }
}

@media (max-width: 720px) {
    .stopRecorder{
        width: 44% !important;
    }
}

@media (max-width: 640px) {
    .stopRecorder{
        width: 44% !important;
    }
}


@media (min-width: 720px) {
    #stepForm {
        width: 66%;
    }
}

.form{
    background-color: #f5f5f5;
    /*padding: 4rem;*/
    margin: 0;
}

/*//////////////////////////////////////////*/

.video-controller {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 25%;
    color: white;
    bottom: 88px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    font-weight: bold;
    display: none;
}

.video-controller .controllers {
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.video-controller .get-ready-text {
    font-size: 36px;
    font-weight: bold;
    animation: flash 2s infinite;
}

.record-button {
    border: none;
    background-color: rgba(255, 60, 76, 0.8);
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 2rem;
}

.record-button:hover {
    background-color: rgb(255, 60, 76);
    width: 110px !important;
    height: 110px !important;
    /*margin: 15px;*/
}


.red {
    color: rgb(255, 60, 76);
}
.text-center {
    text-align: center;
}

.record-duration {
    font-weight: bold;
    font-size: 32px;
}
.circle-button {
    width: 80px;
    height: 80px;
    border-radius: 50% !important;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    margin: 10px;
    color: black;
    font-weight: normal;
}

.circle-button:hover {
    background-color: rgba(255, 255, 255, 0.8);
    width: 85px;
    height: 85px;
}

#loading-record {
    display: none;
}

.stop-button {
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    cursor: pointer;
    transition: all 0.2s;
}

.stop-button:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.stop-icon {
    margin: auto;
    width: 50px;
    height: 50px;
    background-color: rgb(255, 60, 76);
    border-radius: 3px;
}