/** Developed by Novosense Intelligence (PTY) LTD */


/** For the use : Siyandisa Interview Process */


/** Date: 15 August 2020 */


/** Halfway House, Midrand */


/** Developer: W. Ndlela */


/** Javascript, HTML5, WebRTC V3.12 */

.body {
    margin: 20px;
    background: #000 !important;
    overflow-x: hidden;
}

button {
    /* margin: 0 3px 10px 0;
    padding-left: 2px;
    padding-right: 2px;
    width: 99px; */
}

button:last-of-type {
    /* margin: 0; */
}

p.borderBelow {
    /* margin: 0 0 20px 0; */
    padding: 0 0 20px 0;
}

.preview {
    padding: 5px;
    width: 98%;
    margin: 0 auto;
    /* background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
}

.title {
    color: #777;
    font-weight: bold;
    font-size: 12px;
    text-align: center !important;
    padding: 8px;
}

.controls {
    margin: 5px 0 5px 0;
    padding: 5px;
    background-color: #111;
    border: 1px solid #444;
    border-radius: 5px;
    width: 100%;
    height: 50px;
}

.vid-cont {
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    border-radius: 5px;
}

.vid-cont video {
    width: 100%;
}

.rec {
    background-color: #f00 !important;
    color: #fff;
    /* border-radius: 50px; */
}

.no-rec {
    background-color: rgb(201, 67, 206) !important;
    color: #fff;
    /* border-radius: 50px; */
}

.preview {}

.play {}

.grid {
    margin-bottom: 2px;
}

.divider {
    /* display: inline-block;
    width: 48%; */
}

#hide {
    display: none;
}

.notify {
    width: 100%;
    text-align: center;
    color: #f00;
    font-weight: bold;
    font-size: 14px;
}

.overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f00;
    /* Black background with opacity */
    z-index: 300000;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}