.modals {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1500;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.new-video-load-modal-content {
    display: flex;
    flex-direction: column;
    /* width: 300px;
    height: 300px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    /* width:95%; */
    width: 500px;
    /* max-width: 700px; */
    overflow-x: auto;
}

.new-video-load-modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: brown;
    color: white;
    border-radius: 15px 15px 0 0;
    height: 50px;
    padding-bottom: 10px;
}

.new-video-load-modal-title {
    font-family: artifika;
    padding: 20px;
    font-size: 20px;
}

.new-video-load-modal-close {
    padding-right: 10px;
}

.new-video-load-modal-body {
    background-color: white;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
    width:100%;
}

.new-video-load-modal-footer {
    background-color: brown;
    color: white;
    border-radius: 0 0 15px 15px;
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.new-video-load-modal-body label{
    display:flex;
    align-items:center;
}  

.new-video-load-modal-close button {
    width: 35px;
    height: 35px;
    border-color: gray;
    background-image: -webkit-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -moz-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -ms-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -o-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: linear-gradient(to bottom, WhiteSmoke, #b4b3b3);
    /* background-color: dodgerblue; */
    border-radius: 10px;
    color: white;
    font-size: 20px;
}

.new-video-load-modal-close button:hover {
    text-decoration: none;
    color: dodgerblue;
}


/**************************************************************************************/
.existing-srt-load-modal-content {
    display: flex;
    flex-direction: column;
    /* width: 300px;
    height: 300px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    /* width:95%; */
    width: 500px;
    /* max-width: 700px; */
    overflow-x: auto;
}

.existing-srt-load-modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: brown;
    color: white;
    border-radius: 15px 15px 0 0;
    height: 50px;
    padding-bottom: 10px;
}

.existing-srt-load-modal-title {
    font-family: artifika;
    padding: 20px;
    font-size: 20px;
}

.existing-srt-load-modal-close {
    padding-right: 10px;
}

.existing-srt-load-modal-body {
    background-color: white;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
    width:100%;
}

.existing-srt-load-modal-footer {
    background-color: brown;
    color: white;
    border-radius: 0 0 15px 15px;
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.existing-srt-load-modal-body label{
    display:flex;
    align-items:center;
}  


.existing-srt-load-modal-close button {
    width: 35px;
    height: 35px;
    border-color: gray;
    background-image: -webkit-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -moz-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -ms-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -o-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: linear-gradient(to bottom, WhiteSmoke, #b4b3b3);
    /* background-color: dodgerblue; */
    border-radius: 10px;
    color: white;
    font-size: 20px;
}

.existing-srt-load-modal-close button:hover {
    text-decoration: none;
    color: dodgerblue;
}

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

.existing-video-load-modal-content {
    display: flex;
    flex-direction: column;
    /* width: 300px;
    height: 300px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    /* width:95%; */
    width: 500px;
    /* max-width: 700px; */
    overflow-x: auto;
}

.existing-video-load-modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: brown;
    color: white;
    border-radius: 15px 15px 0 0;
    height: 50px;
    padding-bottom: 10px;
}

.existing-video-load-modal-title {
    font-family: artifika;
    padding: 20px;
    font-size: 20px;
}

.existing-video-load-modal-close {
    padding-right: 10px;
}

.existing-video-load-modal-body {
    background-color: white;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
    width:100%;
}

.existing-video-load-modal-footer {
    background-color: brown;
    color: white;
    border-radius: 0 0 15px 15px;
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.existing-video-load-modal-body label{
    display:flex;
    align-items:center;
}  


.existing-video-load-modal-close button {
    width: 35px;
    height: 35px;
    border-color: gray;
    background-image: -webkit-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -moz-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -ms-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -o-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: linear-gradient(to bottom, WhiteSmoke, #b4b3b3);
    /* background-color: dodgerblue; */
    border-radius: 10px;
    color: white;
    font-size: 20px;
}

.existing-video-load-modal-close button:hover {
    text-decoration: none;
    color: dodgerblue;
}

.options-modal-content {
    display: flex;
    flex-direction: column;
    /* width: 300px;
    height: 300px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    /* width:95%; */
    width: 1000px;
    /* max-width: 700px; */
    overflow-x: auto;
}

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

.options-modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: brown;
    color: white;
    border-radius: 15px 15px 0 0;
    height: 50px;
    padding-bottom: 10px;
}

.options-modal-title {
    font-family: artifika;
    padding: 20px;
    font-size: 20px;
}

.options-modal-close {
    padding-right: 10px;
}

.options-modal-body {
    background-color: white;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
    width:100%;
}

.options-modal-footer {
    background-color: brown;
    color: white;
    border-radius: 0 0 15px 15px;
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.options-modal-body label{
    display:flex;
    align-items:center;
}  

.options-modal-close button {
    width: 35px;
    height: 35px;
    border-color: gray;
    background-image: -webkit-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -moz-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -ms-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -o-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: linear-gradient(to bottom, WhiteSmoke, #b4b3b3);
    /* background-color: dodgerblue; */
    border-radius: 10px;
    color: white;
    font-size: 20px;
}

.options-modal-close button:hover {
    text-decoration: none;
    color: dodgerblue;
}

/* For displaying vocabulary options selection modal */

.clsVocabRow {
    display: flex;
}

.radioVocab {
    width: 20px;

}

.clsVbForeign {
    width: 150px;
}

.clsVbPOS {
    width: 100px;
}

.clsVbRoot {
    width: 150px;
}

.clsVbGrammar {
    width: 350px;
}

.clsVbEnglish {
    width: 350px;
}

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

.unknowns-modal-content {
    display: flex;
    flex-direction: column;
    /* width: 300px;
    height: 300px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    /* width:95%; */
    width: 350px;
    /* max-width: 700px; */
    overflow-x: auto;
}

.unknowns-modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: purple;
    color: white;
    border-radius: 15px 15px 0 0;
    height: 50px;
    padding-bottom: 10px;
}

.unknowns-modal-title {
    font-family: artifika;
    padding: 20px;
    font-size: 17px;
}

.unknowns-modal-close {
    padding-right: 10px;
}

.unknowns-modal-body {
    background-color: white;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
    width:100%;
}

.unknowns-modal-footer {
    background-color: purple;
    color: white;
    border-radius: 0 0 15px 15px;
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.unknowns-modal-body label{
    display:flex;
    align-items:center;
}  

.unknowns-modal-close button {
    width: 35px;
    height: 35px;
    border-color: gray;
    background-image: -webkit-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -moz-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -ms-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -o-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: linear-gradient(to bottom, WhiteSmoke, #b4b3b3);
    /* background-color: dodgerblue; */
    border-radius: 10px;
    color: white;
    font-size: 20px;
}

.unknowns-modal-close button:hover {
    text-decoration: none;
    color: dodgerblue;
}
/**************************************************************************************/

.save-modal-content {
    display: flex;
    flex-direction: column;
    /* width: 300px;
    height: 300px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    /* width:95%; */
    width: 350px;
    /* max-width: 700px; */
    overflow-x: auto;
}

.save-modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: darkgreen;
    color: white;
    border-radius: 15px 15px 0 0;
    height: 50px;
    padding-bottom: 10px;
}

.save-modal-title {
    font-family: artifika;
    padding: 20px;
    font-size: 17px;
}

.save-modal-close {
    padding-right: 10px;
}

.save-modal-body {
    background-color: white;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
    width:100%;
}

.save-modal-footer {
    background-color: darkgreen;
    color: white;
    border-radius: 0 0 15px 15px;
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.save-modal-body label{
    display:flex;
    align-items:center;
}  


.save-modal-close button {
    width: 35px;
    height: 35px;
    border-color: gray;
    background-image: -webkit-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -moz-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -ms-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: -o-linear-gradient(top, WhiteSmoke, #b4b3b3);
    background-image: linear-gradient(to bottom, WhiteSmoke, #b4b3b3);
    /* background-color: dodgerblue; */
    border-radius: 10px;
    color: white;
    font-size: 20px;
}

.save-modal-close button:hover {
    text-decoration: none;
    color: dodgerblue;
}
/**************************************************************************************/
