@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
	background-color:#002866;
}

.exit-pol-wrapper{
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    display: none;
}

.exit-pol-wrapper.active{
    display: block;
}

.exit-pol-wrapper .ex-container{
    /*background-image: linear-gradient(119deg , #aa0870, #0f1f88);*/
    background-color: #002866;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
div.canvasImgText{
   background-color: #002866;
    background-image: none;
}
.row-flex{display: flex;
    padding: 10px 15px 15px 15px;
    flex-wrap: wrap;
   /* height:calc(100% - 108px);*/
    overflow:auto;
    align-content: flex-start;
    scrollbar-color: #888 #fff;
    scrollbar-width: thin;
    height: 380px;
}
.f-panel{
    position: relative;
}
.f-panel .row-flex{
    height: calc(100vh - 142px);
}


.ex-row-click-item{
    margin: 0px 15px 0px 0px;
    padding: 10px 0px;
    width: calc( 50% - 15px );
    border-bottom: 1px solid #d3d3d3;}
.ex-row-click-item:nth-last-child(1), .ex-row-click-item:nth-last-child(2){
    border-bottom: none;
}
    .exit-pol-wrapper .ex-row-wrpper{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

.ex-row-click-item .ex-check-box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 4px;
    padding-top: 4px;
    align-items: flex-start;
    padding-right: 11px;
    width:100%;
}
.result-ex .ex-row-click-item .ex-check-box{
    display: none;
}
.ex-row-click-item .ex-content-area{width: calc( 100% - 30px );} 
.ex-row-click-item .ex-content-area p{cursor:pointer; margin: 0px 0px 15px 0px;font-size: 15px;color: #fff;} 


.exit-pol-wrapper .ex-heading{padding: 15px;     border: 1px solid #c1c1c1; background-color:#fff;

}
.exit-pol-wrapper .ex-heading h2{margin: 0;font-size: 18px;line-height: 20px;
    
}
.exit-pol-wrapper .ex-heading h2 span{
    color: gray;font-size: 10px!Important;
    display: block;
}

.ex-button-area{  text-align: center; margin-top: 0px; padding-bottom: 21px; font-weight: 600 !important}
.ex-button-area .ex-btn{
    width: 142px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    background-color: #d71920;
    border: 1px solid #8e1116;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
}
#msg{
    font-size: 15px !important;
    position: absolute;
    bottom: 6px;
    left: calc(50% + 160px);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}
.ex-button-area .ex-btn:focus{
    outline: 0;
}
.ex-clear{
    clear: both;
}
.ex-check-box input[type="checkbox"] {
    width: 17px;
    height: 17px;
    vertical-align: text-bottom;
    position: relative;
    top: 0px;
}
.ex-check-box label {
    display: inline-block;
    width: calc(100% - 35px);
    cursor: pointer;
    /* margin: 0px 0px 15px 0px; */
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
    line-height: 22px;
}


.ex-row-click-item:nth-of-type(even){
    /*margin-left: 15px;*/
    width:  calc( 50% - 30px );
}

/* scroll bar design css */
.row-flex::-webkit-scrollbar {
    width: 10px;
  }
  
  .row-flex::-webkit-scrollbar-track:vertical {
    margin: 5px;
    width: 4px;
}
.row-flex::-webkit-scrollbar-thumb:vertical {
    width: 3px;
}
.row-flex::-webkit-scrollbar-track:horizontal {
    border-bottom:8px solid rgba(0,0,0,.2);
}
.mr-r{
    margin-right: 6px;
}
.row-flex::-webkit-scrollbar-thumb:horizontal {
    border-bottom:8px solid rgba(255,255,255,.2);
}
  /* Track */
  .row-flex::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 16px;
  }
  
  /* Handle */
  .row-flex::-webkit-scrollbar-thumb {
    background: #888;
    border: 3px solid white;
    border-radius: 8px;
  }
  
  /* Handle on hover */
  .row-flex::-webkit-scrollbar-thumb:hover {
    background: #555;
  }





  /* second panel design */

.result-ex .ex-heading{
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#fff;
}
.result-ex  .row-flex{
    overflow: auto;max-height: inherit;
    padding: 0;
}
.result-ex .ex-row-click-item{
    border: 0;
    background-color: white;
    width: 100%;
    margin: 0;border-radius: 15px;
}
.result-ex .ex-col{width: 50%;
    margin: 15px 0px 0px 0px;
    position: relative;
}
.result-ex .ex-row-click-item:nth-of-type(even){
    border: 0;
    background-color: white;
    width: 100%;
    margin: 0px 0px 17px 0px;
}

.result-ex .ex-row-click-item:nth-of-type(odd){
    border: 0;
    background-color: white;
    width: 100%;
    margin: 0px 0px 17px 0px;
}

.result-ex .ex-row-click-item .ex-content-area p{
    color: #000;
    margin: 0;
    cursor: default;
}
.result-ex .ex-heading  .like img{margin-right: 10px;
     
}
.result-ex .ex-con{
    margin: 15px 15px 0;
    
}
.result-ex .ex-row-wrpper {
    padding: 4px 15px 4px 15px;
    min-height: 37px;
}
.result-ex .ex-row-click-item .ex-check-box{
    width: 35px;
}
.result-ex .ex-row-click-item .ex-content-area {
    width: calc( 100% - 35px );
    display: flex;
    align-items: center;
    min-height: 26px
}
.result-ex .ex-row-click-item .ex-check-box img{
    padding: 0px 0px 0px 6px;
    max-width: 100%;
    height: auto;
   
}
 .result-ex .ex-col:first-child .ex-con::after{
    content: '';
    position: absolute;
    background-color: #d3d3d3;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
}

.ex-footer{display: flex;
    justify-content: center;
    color: white;align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #d3d3d3;
    height: 68px;
}
.ex-footer ul{padding: 0;margin: 0;}
.ex-footer ul li{list-style: none;
    display: inline;
    margin: 0 10px 0px 10px;
    display: inline;}
.ex-footer ul li:first-child{
    margin-left: 15px;
}
.result-ex .ex-heading h2 {
    margin: 0;
    font-size: 22px;
    line-height: 31px;
    font-weight: bold;
}
.result-ex .ex-heading .english h2{
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

/*@media screen and (min-width: 767px){
.ex-row-click-item, .ex-row-click-item:nth-of-type(even) {
    width: 100%;
    margin: 0;
    }

}*/

.ex-row-click-item, .ex-row-click-item:nth-of-type(even) {
    width: calc(50% - 10px);
}
.ex-row-click-item{
    margin-right:19px;
}
.ex-row-click-item:nth-of-type(even){
    margin-right: 0px;
}
.total-score{
    position: relative;
    top: 26px;
}
#addhtml{
        border-bottom: 1px solid #d3d3d3;
    }
/*.result-ex .row-flex{
    min-height: calc(100vh - 77px) !important;
}*/
@media screen and (max-width:766px)
{
    .row-flex{
        height: 675px;
    }
  
    .exit-pol-wrapper{
        width: 100%;
    }
    .exit-pol-wrapper .ex-heading h2 ,  .exit-pol-wrapper .ex-heading h2 span{
font-size: 16px;
    }
    .ex-row-click-item .ex-content-area p{
        margin: 0;
    }
    
    .result-ex .ex-heading h2{
        font-size: 16px;
        line-height: 22px;
    }
    .result-ex .ex-col {
    width: 50%;
    margin: 0;
}
    .result-ex .ex-row-click-item .ex-content-area p {
        font-size: 15px;
        line-height: 21px;
    }
    .result-ex .ex-col:first-child .ex-con::after{
        content: '';
    }
    .result-ex .row-flex{
       /* display: block;*/
        overflow-y: scroll;
   
    display: flex;
    flex-wrap: wrap;
    
/*min-height: calc(100vh - 77px);*/

    }
    .ex-footer h3 {
        font-size: 15px;
    }

    
.ex-row-click-item .ex-check-box {

     /*padding-bottom: 0px; */
}
    
.row-flex{display: flex;
    
flex-wrap: wrap;}

  
 #msg {
    color: red;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 0px;
    margin: auto;
    margin-top: 0px;
    position: absolute;
    bottom: 28px;
     white-space: nowrap;
}

.ex-button-area {
    text-align: center;
}

}

@media screen and (max-width:767px)
{
    /*.exit-pol-wrapper .ex-container {
        height: calc(100% - 77px);
    }*/
    
    .ex-row-click-item{
        padding: 5px 0px;
    }
}

@media screen and (max-width: 543px){
.ex-row-click-item, .ex-row-click-item:nth-of-type(even) {
    width: 100%;
    margin: 0;
    margin-right: 19px;
}
    .ex-row-click-item:nth-last-child(2){
       border-bottom: 1px solid #d3d3d3;  
    }
    
    .result-ex .ex-col:first-child .ex-con::after{
        display: none;
    }
}

@media screen and (max-width: 542px){
.result-ex .row-flex {
    display: block;
    overflow-y: scroll;
   
}
    .total-score{
    top: 0px;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0px !important; 
    padding:5px 0px 4px 10px;
    }
.result-ex .ex-col {
    width: 100%;
    margin: 0;
}
    #msg{
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
        bottom: 58px;
        left: auto;
        right: 10px;
    }
}
@media screen and (max-width: 460px){
.ex-row-click-item, .ex-row-click-item:nth-of-type(even) {
    width: 100%;
    margin: 0;
    margin-right: 0px;
}  
    
    .f-panel .row-flex{
        height: calc(100vh - 145px);
    }
}
@media screen and (max-width: 345px){
    .f-panel .row-flex {
        height: calc(100vh - 165px);
    }
}