*{
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.mainWrapper{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: relative;
}
/* table Css */
th{
    padding: 1rem;
    color: #ffffff;
    font-weight: 400;
    background: #5F4D89;
    position: sticky;
    top: 0%;
}
/* th:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
} */
/* th:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} */
tr:first-child{
    box-shadow: 1px -1px 2px rgba(147, 119, 212, 0.3), -1px 1px 2px rgba(43, 35, 62, 0.5), inset -1px -1px 2px rgba(43, 35, 62, 0.2), inset 1px 1px 2px rgba(43, 35, 62, 0.2), inset -1px 1px 2px rgba(147, 119, 212, 0.9), inset 1px -1px 3px rgba(43, 35, 62, 0.9);
}

td{
    padding: 1rem;
    text-align: center;
    font-weight: 500;
}
table{
    width: calc(100%);
    border-collapse: collapse;
    font-size: 12px;
}
td{
    padding: 1rem;

}
.table{
    height: 100%;
    width: 100%;
}

.maplink{
    text-decoration: none;
    color: #5F4D89;
}
.workingButton {
    background-image: linear-gradient(to right, #59AD62 0%, #87c58d  51%, #bfddc2  100%);
}
.workingButton {
   font-size: 12px;
   text-align: center;
   padding: 5px;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 30px;
   display: block;
   border: #59AD62;
 }

 .workingButton:hover {
   background-position: right center; 
   color: #fff;
   text-decoration: none;
   cursor: pointer;
 }

 .pendingButton {
    background-image: linear-gradient(to right, #e0b61a 0%, #e2c043 51%, #ebd894  100%)
}
.pendingButton {
   padding: 5px;
   text-align: center;
   font-size: 12px;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 30px;
   display: block;
   border: #e0b61a;
 }

 .pendingButton:hover {
   background-position: right center; 
   color: #fff;
   text-decoration: none;
   cursor: pointer;
 }
 /*---------------------------*/

 .failedButton {
    background-image: linear-gradient(to right, #e0602d 0%, #f0875e  51%, #f5bfa9  100%)
}
.failedButton {
   padding: 5px;
   text-align: center;
   font-size: 12px;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 30px;
   display: block;
   border: #e0602d;
 }

 .failedButton:hover {
   background-position: right center; 
   color: #fff;
   text-decoration: none;
   cursor: pointer;
 }

 .card{
    width: 100%;
    height: 100%;
    margin: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(90deg, #3A3053 0%, #3D3257 7.69%, #40355B 15.38%, #43375F 23.08%, #453963 30.77%, #483B68 38.46%, #4B3E6C 46.15%, #4E4070 53.85%, #514274 61.54%, #544478 69.23%, #56467C 76.92%, #594981 84.62%, #5C4B85 92.31%, #5F4D89 100%), #5F4D89; */
    box-shadow: 12px 12px 23px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out;
    text-decoration: none;
    background-color : #e0b61a;
    
}

.green{
    background-color: #59AD62;
}

.cardHeading{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 7%;
}

.cardSubHeading{
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: 2%;
}
 

/*sideNavbar Css */
.sideNavBar{
    font-weight: 700;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 99;
    height: 100%;
    width: 5%;
    background: linear-gradient(135deg, #372E4F 0%, #3D3257 100%);
    box-shadow: -4px 4px 8px rgba(52, 43, 75, 0.2), 4px -4px 8px rgba(52, 43, 75, 0.2), -4px -4px 8px rgba(64, 53, 91, 0.9), 4px 4px 10px rgba(52, 43, 75, 0.9), inset 1px 1px 2px rgba(64, 53, 91, 0.3), inset -1px -1px 2px rgba(52, 43, 75, 0.5);
}

.logoImg{
    width: 90%;
}
.hoverImg{
    display: none;
}
.sideNavBar:hover{
    width: 17%;
    transition: all 0.3s;
}
.sideNavBar:hover .tabText{
    display: block;
}

.sideNavBar:hover .logoImg{
    width: 40%;
}
.sideNavBar:hover .logoText{
    display: block;
}
.logoText{
    width: 75%;
    display: none;
    padding-left: 10%;
    letter-spacing: 0.1rem;
}
.sideTabs{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 55%;
    width: 100%;
    margin: 10% 0%;
}
.tab1:hover .tabText{
    color: #3A3053;
}
.tab1:hover .hoverImg{
    display: block;
}
.tab1:hover .tabIcons{
    display: none;
}
.tab1:hover{
    background: #BCAEDC;
    box-shadow: -1px 1px 2px rgba(79, 73, 92, 0.2), 1px -1px 2px rgba(79, 73, 92, 0.2), -1px -1px 2px rgba(255, 255, 255, 0.9), 1px 1px 3px rgba(79, 73, 92, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(79, 73, 92, 0.5);
}
.logoContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    padding: 2rem 0rem 1rem 0.7rem; /*do not change this padding to percent */
}
.tab1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.8rem 1rem; /*do not change this padding to percent */
    align-items: center;
    cursor: pointer;
}
.tabText{
    text-align: left;
    width: 90%;
    color: #B2AEBC;
    padding: 0rem 0rem 0rem 1rem;
    display: none;
    text-decoration: none;
}

.sideNavBarMobile, .navCheckBox, .hamburger{
    display: none;
}

/* Styling Table Container */

.tableContainer{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: scroll;
    margin-left: 2%;
}
.tableContainer::-webkit-scrollbar {
    width: 1%;
  }

  .tableContainer::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .tableContainer::-webkit-scrollbar-thumb {
    background-color:#372E4F;
    border-radius: 10px;
    border: 6px solid #ffffff;
  }

  .rightScreen::-webkit-scrollbar {
    width: 1%;
  }

  .rightScreen::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .rightScreen::-webkit-scrollbar-thumb {
    background-color:#372E4F;
    border-radius: 10px;
    border: 6px solid #ffffff;
  }


tr:nth-child(even){
    background-color: rgba(196, 196, 196, 0.3);;
}


/* logout Container */

.userName{
    font-weight: 500;
    font-size: 15px;
    padding-right: 1%;
    letter-spacing: 0.1rem;
}
.imageLogout{
    margin-right: 2%;
}

/* Navbar Css */

.navBar{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 99%;
    height: 13%;
    z-index: 20;
}
/* parent divs Css */

.rightScreen{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 95%;
    height: 99%;
    margin-left: 2%;
    position: absolute;
    overflow-y: scroll;
}
.contentDiv{
    height: 87%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
/*page Heading */

.pageHeading{
    width: 80%;
    padding-bottom: 2%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #372E4F;
}

.heading{
    width: 88%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pageSubheading{
    width: 88%;
    padding-bottom: 2%;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.1rem;
    color: #372E4F;
}

.pageSubheading2{
    padding-bottom: 2%;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.1rem;
    color: #372E4F;
}

.filtersDiv{
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
} 
.filterRow1{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 96%;
}
.filterRow2{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 96%;
}
.filter{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1% 2%; 
}
.filterInput{
    background: #F6F6F6;
    box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(199, 199, 199, 0.5), inset -4px 4px 8px rgba(199, 199, 199, 0.2), inset 4px -4px 8px rgba(199, 199, 199, 0.2), inset -4px -4px 8px rgba(255, 255, 255, 0.9), inset 4px 4px 10px rgba(199, 199, 199, 0.9);
    border-radius: 10px;
    padding: 1rem;
    border: none;
}
.filterInput::placeholder{
    text-align: center;
}
.filterButton{
    padding: 1rem;
    width: 10%;
    outline: none;
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    border: 1px solid #5F4D89;
    background: #5F4D89;
    
    border-radius: 10px;
    cursor: pointer;
}

.filterButton:hover{
    border: 1px solid #5F4D89;
    background: white;
    color: #5F4D89;
}

.optionDiv{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    padding: 2%;
    background: #EAEAEA;
    margin: 2%;
}

.score{
    padding: 2%;
}

.score h3{
    font-size: 30px;
    color: #372E4F;
}

.option{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2%;
    transition: .3s;
}

/*question div */

.question, .question1{
    font-weight: 700;
    font-size: 18px;
    color: #3A3053;
    margin: 2% 0%;
    padding: 3%;
    background: linear-gradient(135deg, #EAEAEA 0%, #FFFFFF 100%);
}

.selectInput{
    width: 97%;
    font-size: 18px;
    color: #3A3053;
    margin: 2% 0%;
    padding: 3%;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #EAEAEA 0%, #FFFFFF 100%);
}


/*questionNumber */

.selectedQuestionNumber{
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: #FFFFFF;
    padding: 3%;
    background: #856BBF;
    box-shadow: 1px -1px 2px rgba(53, 43, 76, 0.2), -1px 1px 2px rgba(53, 43, 76, 0.2), 1px 1px 2px rgba(213, 171, 255, 0.9), -1px -1px 3px rgba(53, 43, 76, 0.9), inset -1px -1px 2px rgba(213, 171, 255, 0.3), inset 1px 1px 2px rgba(53, 43, 76, 0.5);
}

/* question Tracker css */

.questionStatus{
    display: grid;
    width: 30%;
    height: 50%;
    margin-top: 4%;
    margin-left: 3%;
    grid-template-columns: auto auto auto auto ;

}
.questionNumber{
    background: linear-gradient(135deg, #3D3257 0%, #372E4F 100%);
    box-shadow: -1px 1px 2px rgba(23, 19, 33, 0.2), 1px -1px 2px rgba(23, 19, 33, 0.2), -1px -1px 2px rgba(93, 77, 133, 0.9), 1px 1px 3px rgba(23, 19, 33, 0.9), inset 1px 1px 2px rgba(93, 77, 133, 0.3), inset -1px -1px 2px rgba(23, 19, 33, 0.5);    padding: 3%;
    margin: 7%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.questionNumber:hover{
    cursor: pointer;
    background: #856BBF;
}

/* parent quiz container */ 
.quizDiv{
   width: 88%;
}

/*radio button styling */

input[type=radio]{
    margin-right: 2%;
}  

input[type=radio]{
    border:solid;
    border-color: #856BBF;
}
label:hover{
    cursor: pointer;
    color: #856BBF;
} 

.radio-input {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
  
.design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: linear-gradient(to right bottom, #856BBF, #372E4F);
    position: relative;
}
  
.design::before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: #F2F2F2;
    transform: scale(1.1);
    transition: .3s;
}
  
.radio-input:checked+.design::before {
    transform: scale(0);
}
  
.radioButtontext {
    color: #372E4F;
    margin-left: 14px;
    letter-spacing: 0.1rem;
    font-size: 15px;
    transition: .3s;
}
  
.radio-input:checked~.rad-text {
    color: hsl(0, 0%, 40%);
}
 
/*styling buttons */

.button{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 99%;
    margin-top: 2%;
}

.nextbutton{
    padding: 2% 4%;
    border-radius: 10px;
    outline: none;
    border: none;
    font-weight: 500;
    letter-spacing: 0.1rem;
    font-size: 15px;
    background-color: #856BBF;
    color: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(146, 118, 210, 0.3), -1px -1px 2px rgba(120, 96, 172, 0.5), inset -19px 19px 38px rgba(120, 96, 172, 0.2), inset 19px -19px 38px rgba(120, 96, 172, 0.2), inset -19px -19px 38px rgba(146, 118, 210, 0.9), inset 19px 19px 48px rgba(120, 96, 172, 0.9);
    -webkit-transform: perspective(1rem) translateZ(0);
    transform: perspective(1rem) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.nextButton:hover,
.nextButton:focus,
.nextButton:active,
.previousButton:hover,
.previousButton:focus,
.previousButton:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.previousButton{
    padding: 2% 4%;
    background-color: #FFFFFF;
    color: #372E4F;
    font-weight: 700;
    font-size: 16px;
    outline: none;
    border: none;
    -webkit-transform: perspective(1rem) translateZ(0);
    transform: perspective(1rem) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.newQuesContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 42%;
    height: 60%;
    background: #E3E3E3;
    box-shadow: -1px 1px 2px rgba(188, 188, 188, 0.2), 1px -1px 2px rgba(188, 188, 188, 0.2), -1px -1px 2px rgba(204, 204, 204, 0.9), 1px 1px 3px rgba(188, 188, 188, 0.9), inset 1px 1px 2px rgba(204, 204, 204, 0.3), inset -1px -1px 2px rgba(188, 188, 188, 0.5);    border-radius: 10px;
    padding: 2rem;
}

/* answer Input css */

.answerDiv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 15%;
}
.answer{
    background: linear-gradient(135deg, #F2F2F2 0%, #FFFFFF 100%);
    /* box-shadow: -1px 1px 2px rgba(188, 188, 188, 0.2), 1px -1px 2px rgba(188, 188, 188, 0.2), -1px -1px 2px rgba(204, 204, 204, 0.9), 1px 1px 3px rgba(188, 188, 188, 0.9), inset 1px 1px 2px rgba(204, 204, 204, 0.3), inset -1px -1px 2px rgba(188, 188, 188, 0.5);    border-radius: 10px; */
    width: 32%;
    padding: 2.5%;
    margin:1%;
    border: none;
    border-radius: 10px;

}

/*question input css */

.question{
    background: linear-gradient(135deg, #F2F2F2 0%, #FFFFFF 100%);
    /* box-shadow: -1px 1px 2px rgba(188, 188, 188, 0.2), 1px -1px 2px rgba(188, 188, 188, 0.2), -1px -1px 2px rgba(204, 204, 204, 0.9), 1px 1px 3px rgba(188, 188, 188, 0.9), inset 1px 1px 2px rgba(204, 204, 204, 0.3), inset -1px -1px 2px rgba(188, 188, 188, 0.5);    border-radius: 10px; */
    border: none;
    padding: 3%;
    width: 97%;
    height: 37%;
    border-radius: 10px;
}

.question1{
    background: #F2F2F2;
    padding: 3%;
    min-width: 93%;
    border-radius: 10px;
}


/* options css */

.optionsDiv{
    width: 100%;
    height: 56%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.optionsColumn1{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 75%;
    width: 40%;
    margin-right: 1rem;
}
.optionsColumn2{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 75%;
    width: 40%;
}
.optionInput::placeholder, .answer::placeholder, .question::placeholder{
    text-align: center;
    color: #B2AEBC;
    font-size: 14px;
    font-weight: 500;
}
.optionInput{
    background: linear-gradient(135deg, #F2F2F2 0%, #FFFFFF 100%);
    /* box-shadow: -1px 1px 2px rgba(188, 188, 188, 0.2), 1px -1px 2px rgba(188, 188, 188, 0.2), -1px -1px 2px rgba(204, 204, 204, 0.9), 1px 1px 3px rgba(188, 188, 188, 0.9), inset 1px 1px 2px rgba(204, 204, 204, 0.3), inset -1px -1px 2px rgba(188, 188, 188, 0.5);    border-radius: 10px; */
    width: 100%;
    height: 39%;
    padding: 5%;
    border-radius: 10px;
    margin:1%;
    border: none;
}
.optionInput:hover,
.optionInput:focus,
.optionInput:active,
.question:hover,
.question:focus,
.question:active,
.answer:hover,
.answer:focus,
.answer:active {
    border: none;    
    outline: none;
}


/* Add button css */
.add{
    background: linear-gradient(135deg, #7E66B5 0%, #8C70C9 100%);
    box-shadow: -1px 1px 2px rgba(125, 101, 180, 0.2), 1px -1px 2px rgba(125, 101, 180, 0.2), -1px -1px 2px rgba(141, 113, 202, 0.9), 1px 1px 3px rgba(125, 101, 180, 0.9), inset 1px 1px 2px rgba(141, 113, 202, 0.3), inset -1px -1px 2px rgba(125, 101, 180, 0.5);
    border-radius: 9px;
    padding: 1%;
    border: none;
    width: 10%;
    color: white;
    font-size: 2rem;
    text-align: center;
    margin-right: 2%;
    -webkit-transform: perspective(1rem) translateZ(0);
    transform: perspective(1rem) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.add:hover{
    cursor: pointer;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    font-size: 12px;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd; /* Gray */
}

.pagination a.active {
background-color: #5F4D89;
color: white;

}

.main{
    display: flex;
    flex-direction: row;
    height: 100%;
}


.pagination a:hover:not(.active) {
background-color: rgba(196, 196, 196, 0.3);;
}
@media only screen and (max-device-width: 480px) {
    .sideNavBar, 
    .logoContainer, 
    .sideTabs, 
    .hoverImg, 
    .logoContainer, 
    .tabIcons, 
    .tabText, .hoverImgMobile{
        display: none;
    }

    .card{
        padding: 3%;
    }
    
    .sideNavBarMobile{
      background-color: #3A3053;
      padding: 5% 0%;

    }
    .tabMobile{
       display: flex;
       flex-direction: row;
       align-items: center;
       padding: 4% 12%;
    }
    .tabTextMobile{
        margin-left: 9%;
        color: #ffffff;
    }
    
    .sideNavBarMobile{
        display: none;
    }
    .menuIcon{
        margin: 4% 4%;
    }
    #navCheckBox{
        display: none;
    }
    #navCheckBox:checked ~ .sideNavBarMobile{
        display: block;
        height: 85%;
        z-index: 99;
        width: 93%;
        margin-top: 4%;
        margin-left: 0%;
        filter: drop-shadow(5px 5px 4px #000);
        transition: background-color .5s ease-in, transform .5s ease-in, width .5s ease-in;

    }
    #navCheckBox:checked ~ .tabMobile{
        height: 10%;
    }
    #navCheckBox:checked ~ .hamburger{
        margin-top: 10%;
    }
    #navCheckBox:checked ~ .contentDiv{
        z-index: -1;
    }
    .hamburger{
        margin-top: -12%;
        margin-bottom: 2%;
        margin-left: 6%;
        display: block;
    }
    .mainWrapper{
        position: static;
        width: 83%;
        height: 10%;
    }
    .navbar{
        margin-top: 12%;
        z-index: 20;
    }
    .contentDiv{
        margin-top: -4%;
    }
    #navCheckBox:checked ~ .rightScreen{
        margin-top: -41%;
    z-index: -1;
    }
    .imageLogout {
        margin-right: -13%;
    }
    .main{
        display: block;
    }

    .newQuesContainer{
        width: auto;
    }

    .newQuesContainer form{
        width: 100% !important;
    }

    .filterRow1{
        flex-wrap: wrap;
    }
}