.btnwrapper{
    top: 80.1%;
    position: fixed;
    overflow: auto;
    height: 10%;
    left: 5%;
    width: 87.7%;
    display: flex;
    background-color: #a3c1ce4d;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 10px;

}
.btn{
    background-color: #b0b0b0;
    display: inline-block;
    padding: 6px 12px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 5px 10px 0px;
    text-decoration: none !important;
    width: auto;
    height: 44px;
}
.btn-noHeight{
    background-color: #b0b0b0;
    display: inline-block;
    padding: 6px 12px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 5px 10px 0px;
    text-decoration: none !important;
    width: auto;

}
.btn-primary{
    background-color: #0d76bd !important;
    color: #f1f1f1;
}
.btn-download{
    background-color: #d9bb7d !important ;
}
.btn-download:hover{
    background-color: #b19865 !important;
}
.btn-download:focus{
    background-color: #87d174 !important;
}
.btn-primary:hover{
    background-color: #0d4f95 !important;
    color: #f1f1f1;
}
.btn-primary:focus{
    background-color: #0d4f95 !important;
    color: #f1f1f1;
}
.btn-info{
    background-color:#29ABE2 !important;
    color: #f1f1f1;
}
.btn-info:hover{
    background-color: #2888bc !important;
    color: #f1f1f1;
}
#actorsbtn ,#toolsbtn{
    background-color: #8acc6d !important;
}
.close{
    font-size: 3em;
    border-radius: 50%;
    height: 34%;
    width: 3%;
    display: flex;
    place-content: center;
    align-items: center;
    color: rgb(108, 108, 108);
    border: none;
    background-color: #ffffff00;
    cursor: pointer;
    transition: all .2s  ease-in-out;
}
.close:hover{
    transform: rotate(90deg);
    color: rgb(149, 63, 61);
}

.switch {
    position: relative;
    display: flex;
    width: 60px;
    height: 34px;
    margin-bottom: 4px;
}
.activateHover{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #337ab7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #337ab7;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switchWrapper{
    position: absolute;
    top: 89%;
    left: 6%;
    text-align: left;
    padding: 40px 16px 4px;
    border-radius: 5px;
    opacity: 1;
}

#transcriptDownload
{
    position: fixed;
    top: 93%;
    left: 8%;
    visibility: hidden;
    opacity: 0;
}


/* canvas Lable style */
.canvasLable--wrapper{
    position: fixed;
    bottom: 90%;
    width: 90%;
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    background-color: #ffffff00;
    height: 43px;
    transform: translate(-50%, 0px);
    left: 50%;
    justify-content:center;
}
.canvasLable{
    background-color: #a3c1ce00;
    height: 28px;
    width: auto;
    border-radius: 13px 13px 0 0;
    padding-top: 15px;
    text-align: center;
    font-weight: 900;
    color: #7d7d7d;
    font-size: 1.175em;
}