body{
    background: #e7f0fd;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "IBM Plex Mono", monospace;
}
header{
    box-shadow: 0 1px 10px -5px;
}
main {
    padding: 20px;
}
/* 
title box container css
*/
#title-section-1{
    /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
}
/* video recoding section */
#video-recoding-section-1{
    /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
}
#show_canvas {
    width: 420px;
    height: 500px;
}

#device_alert_1 {
    position: absolute;
    width: 70%;
    top: 40%;
    left: 20%;
    text-align: center;
}


#timer_element {
    display: block;
    margin: 10px auto;
    text-align: center;
    position: absolute;
    left: 40%;
    top: 0;
    color: white;
    font-size: 30px;
    letter-spacing: 6px;
}

/* progress bar start */
#progress {
    width: 100%;
    background-color: #f3f3f3;
}

#progress-bar {
    width: 0%;
    height: 30px;
    background-color: #4caf50;
    text-align: center;
    line-height: 30px;
    color: white;
}

/* progress bar ends */

.interviee {
    position: relative;
}

/* question starts */
#questions-1,
#questions:not(.recording-question) {
    list-style: none;
    color: #000;
    padding-left: 0;
}
.recording-question
#questions-1 li,
#questions li{
    font-size: 16px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
#questions-1 li.active,
#questions li.active {
    font-weight: 500;
}

#show_canvas,
#show_camera {
    width: 100%;
    border-radius: 5px;
}

#start_record_img,
#stop_record_img {
    width: 70px;
    height: auto;
}

.question-button {
    display: flex;
    justify-content: space-between;
}

/* question buttons */
.question-button button {
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.question-button-2{
    display: none;
}
.next-quest {
    background-color: #008CBA;
    color: white;
}

.pre-quest {
    background-color: #e7e7e7;
    color: black;
}

.pre-1,
.next-1 {
    padding: 15px 35px;
}

.pre-2,
.next-2 {
    padding: 20px 110px;
    border-radius: 40px;
}
/* video element style */
.new-style-to-element{
    /* position: relative; */
}
.new-style-to-element-child{
    /* position: absolute; */
}
/* video element style */
/* form css */
.form-container{
    /* box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; */
}
.registeration-form div .form-control:focus{
    border-color: unset !important;
    box-shadow: unset !important;
    border-color: black;
    border-radius: 0;
}
.registeration-form div .form-control{
    border-radius: 0 !important;
}
.req-star{
    color: red;
}
#submit-the-form{
    padding: 5px 50px 10px;
}
/* my - dashboard */
.dash-row{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background-color: #5fc9f3;
    border-radius: 20px;
    }


#v-pills-tab .nav-link.active, #v-pills-tab .show>.nav-link{
    background-color: unset;
    border-bottom: 1px solid #fff;
}

.close-dashboard{
    
}
/* question ends */
@media (max-width:360px) {
    /* main {
        border: 25px solid black;
        padding: 20px;
    } */
.pre-2,
.next-2 {
    padding: 12px 20px;
    border-radius: 40px;
}
    #video-recoding-section-1{
        padding: 10px;
        margin-top: 30px;
    }
     .Create-Career{
        font-size: 16px !important;
     }
    .recording-button {
        position: absolute;
        left: 35%;
        bottom: 25%;
    }
    #timer_element {
        left: 35%;
        top: 5%;
        font-size: 18px;
    }
    .interviee {
        display: flex;
        flex-direction: column;
       /* border-bottom: 1px solid #6c757d; */
    }

    #start_record_img,
    #stop_record_img {
        width: 40px;
        height: auto;
    }

    #show_canvas,
    #show_camera,
    #questions,
    #questions-1,
    #question-image {
        /* width: 300px; */
        width: 100%;
        height: 250px;
    }

    #questions-1, 
    #questions 
    {
        /* width: 300px; */
        width: 100%;
        height: 300px;
        overflow-y: scroll;
        list-style: none;
    }
    #questions-1 li,
    #questions li
     {
        font-size: 14px;
    }
}

@media (min-width:361px) and (max-width:575px) {
    .recording-button {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
    }
	.pre-2,
.next-2 {
    padding: 12px 25px;
    border-radius: 40px;
}
    #questions-1 li,
    #questions li
    {
        font-size: 14px;
    }
    #video-recoding-section-1{
        margin-top: 30px;
        padding: 10px;
    }

    #start_record_img,
    #stop_record_img {
        width: 40px;
        height: auto;
    }

    .interviee {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        border-bottom: 1px solid #6c757d;
    }

    #show_canvas,
    #show_camera,
    #question-image {
        width: 100%;
        height: 250px;
    }

    #questions-1,
    #questions
     {
        width: 100%;
        height: 320px;
        overflow-y: scroll;
    }

    #timer_element {
        display: block;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        left: 42%;
        top: 5%;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 6px;
        height: 0;
    }
}

@media (min-width:576px) and (max-width:725px) {
    /* main {
        padding: 100px 10px;
    } */
	/* for remove*/
	.pre-2,
	.next-2 {
		padding: 20px 50px;
		border-radius: 40px;
	}
	/* for remove */
    #show_canvas,
    #show_camera {
        height: 290px;
    }

    .recording-button {
        position: absolute;
        left: 42%;
        bottom: 20%;
    }

    #start_record_img,
    #stop_record_img {
        width: 50px;
        height: 50px;
    }

    #timer_element {
        left: 33%;
        top: 3%;
    }

    #questions-1,
    #questions
     {
        width: 100%;
        height: 290px;
        overflow-y: scroll;
    }
    #questions-1 li 
    #questions li 
    {
        letter-spacing: 1px;
        word-spacing: 2px;
    }
    .question-button {
        margin-top: 10px;
    }
}

@media (min-width:726px) and (max-width:767px) {
    /* main {
        padding: 100px 20px;
    } */

    #show_canvas,
    #show_camera {
        width: 100%;
        height: 330px;
    }

    .recording-button {
        position: absolute;
        left: 42%;
        bottom: 20%;
    }

    #start_record_img,
    #stop_record_img {
        width: 50px;
        height: 50px;
    }

    #timer_element {
        left: 33%;
        top: 3%;
    }

    #questions-1,
    #questions {
        width: 100%;
        height: 390px;
        overflow-y: scroll;
    }

    .question-button {
        margin-top: 10px;
    }
    #questions-1 li, 
    #questions li 
    {
        letter-spacing: 1px;
        word-spacing: 2px;
    }
    .pre-2,
    .next-2 {
        padding: 20px 50px;
        border-radius: 40px;
    }
}

@media (min-width:768px) and (max-width:920px) {
    /* main {
        padding: 100px 25px;
    } */

    #show_canvas,
    #show_camera {
        width: 100%;
        height: 400px;
    }

    .recording-button {
        position: absolute;
        left: 44%;
        bottom: 5%;
    }

    #start_record_img,
    #stop_record_img {
        width: 50px;
        height: 50px;
    }

    #timer_element {
        left: 36.5%;
        top: 3%;
    }
    .question-button-2{
        display: flex;
    }
    #questions-1, 
    #questions 
    {
        width: 100%;
        height: 390px;
        overflow-y: scroll;
    }

    #questions-1 li, 
    #questions li 
    {
        letter-spacing: 1px;
        word-spacing: 2px;
    }

    .question-button {
        margin-top: 10px;
    }

    .pre-2,
    .next-2 {
        padding: 20px 110px;
        border-radius: 40px;
    }
}

@media (min-width:921px) and (max-width:1139px) {

    #show_canvas,
    #show_camera {
        height: 350px;
    }

    .pre-2,
    .next-2 {
        padding: 20px 110px;
        border-radius: 40px;
    }

    /* main {
        padding: 100px 25px;
    } */

    #show_canvas,
    #show_camera {
        width: 100%;
        height: 350px;
    }

    .recording-button {
        position: absolute;
        left: 44%;
        bottom: 5%;
    }

    #start_record_img,
    #stop_record_img {
        width: 50px;
        height: 50px;
    }

    #timer_element {
        left: 36.5%;
        top: 3%;
    }
    .question-button-2{
        display: flex;
    }
    #questions-1,
    #questions
     {
        width: 100%;
        height: 390px;
        overflow-y: scroll;
    }

    #questions-1 li,
    #questions li
     {
        font-size: 16px;
        padding-bottom: 10px;
        letter-spacing: 1px;
        word-spacing: 2px;
    }

    .question-button {
        margin-top: 10px;
    }
}

/* @media (min-width:) */
@media (min-width:1140px) and (max-width:1500px) {

    #show_canvas,
    #show_camera {
        height: 350px;
    }

    /* main {
        padding: 100px 25px;
    } */

    #timer_element {
        left: 40.5%;
        top: 3%;
    }

    .recording-button {
        position: absolute;
        left: 46%;
        bottom: 10%;
    }
    .question-button-2{
        display: flex;
    }
    #questions-1 li, 
    #questions li 
    {
        font-size: 16px;
        padding-bottom: 10px;
    }
}

@media (min-width:1500px) {
    #show_canvas,
    #show_camera {
        height: 350px;
    }

    /* main {
        padding: 100px 25px;
    } */

    #timer_element {
        left: 40.5%;
        top: 3%;
    }

    .recording-button {
        position: absolute;
        left: 46%;
        bottom: 10%;
    }
    .question-button-2{
        display: flex;
    }
    #questions li 
    #questions li 
    {
        font-size: 20px;
        padding-bottom: 10px;
    }
    #start_record_img,
    #stop_record_img {
        width: 50px;
        height: 50px;
    }

}

/*@media (min-width:1740px) and (max-width:1859px) {
    #show_canvas {
        width: 1200px;
        height: 650px;
    }

    #start_record_img,
    #stop_record_img,
    #delete_record_img,
    #submit_record_img {
        width: 100px;
        height: 100px;
    }


}

@media (min-width:1860px) and (max-width:2060px) {
    #timer_element {
        display: block;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        left: 46.5%;
        top: 50%;
        color: white;
        font-size: 50px;
        letter-spacing: 6px;
    }
}

@media (min-width:2260px) and (max-width:2560px) {
    #timer_element {
        display: block;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        left: 47%;
        top: 40.5%;
        color: white;
        font-size: 50px;
        letter-spacing: 6px;
    }
}*/