@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');
*{padding: 0px;margin: 0px;box-sizing: border-box;}
html{
    scroll-behavior: smooth;
}
body{
	background-color: #f9f9f9;
	font-family: 'Arial', sans-serif;
	padding: 15px;
}
h1,h2,h3,h4,h5{font-family: 'Montserrat', sans-serif;font-weight: 300}
.clearfix{clear: both;}
.container{
	max-width: 1100px;
    margin: 40px auto 10px auto;
    background-color: #eef1f3;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #0005;
}
.options-text,.text{
	text-align: center;
/*    padding-bottom: 20px;*/
/*    border-bottom: aliceblue solid 1px;*/
    margin-bottom: 20px;
}
.options-text h2, .text h2{
	font-size: 30px;
    color: #ea6a22;
    margin-bottom: 10px;
    font-weight: bold;
}
.container h3{
    font-size: 23px;
    color: #41617a;
    font-weight: 800;
    margin-bottom: 5px;
}
.options-text p,.text p{
	max-width: 700px;
    margin: 0 auto;
    color: #55728a;
    line-height: 25px;
    font-size: 18px;
}
.form{
	max-width: 500px;
    margin: 30px auto;
}
.form h1{
	text-align: center;
}
.form label{
	display: block;
	color: #3f4e5b;
}
.field{
	width: 100%;
    border: solid 1px #41617a;
    height: 40px;
    margin-top: 20px;
    padding: 0 15px;
    color: #7a7a7a;
    font-size: 17px;
    outline: 0;
    border-radius: 5px;

}
.nameEmailField{
    width: 48%;
    border: solid 1px #41617a;
    height: 40px;
    margin-top: 20px;
    padding: 0 15px;
    color: #7a7a7a;
    font-size: 17px;
    outline: 0;
    margin-left: 1%;
    border-radius: 5px;

}
.textarea{
	height: 140px;
	resize: none;
	padding: 15px;
}
.btn-holder{
	text-align: center;
}
.next-btn{
	padding: 15px 45px;
    background-color: #1c669e;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    min-width: 200px;
    display: inline-block;
    margin: 4px 0;
}
.signup-button{
    padding: 15px 45px;
    background-color: #1c669e;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    min-width: 200px;
    display: inline-block;
    margin: 10px 0 0 10px;
}
.welcome-button{
    padding: 15px 45px;
    background-color: #1c669e;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 10px;
}
#prev-step{display: none;}
.section{display: none;}
#intro-container{display: block; position: relative;}
/*.next-btn{display: none;}*/
.column{
	position: relative;
}
.column .text{
	width: 200px;
    border: none;
    /*border-right: aliceblue solid 1px;*/
    padding-right: 15px;
    position: absolute;
    height: 100%;
}
.column .form{
	max-width: 100%;
    padding-left: 230px;
    counter-reset: counter;
}
.column h4{
	font-size: 20px;
    margin-bottom: 15px;
}
.column .form ul{
	height: 300px;
    overflow-y: auto;
    counter-reset: options;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    overflow-x: hidden;
    box-shadow: 0 0 5px #0004;
}
#creteria-weight-entry,.heart-desire-entry{
    /*height: 300px;*/
    overflow-y: auto;
    counter-reset: options;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    overflow-x: hidden;
    box-shadow: 0 0 10px #0004;
}
#disparity-score-list,.eachPersonIndividual{
    /*height: 300px;*/
    overflow-y: auto;
    counter-reset: options;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    overflow-x: hidden;
    box-shadow: 0 0 7px #0004;
    margin-top: 20px;
}
.criteria-weight-row{
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #aaa;
    padding: 0px 5px 5px 5px;
    margin-top: 6px;
}
.criteria-weight-row label{
    flex: 9;
    font-size: 16px;
    padding: 10px 0 4px 5px;
}
.criteria-weight-row label::before{
    content: "\f061";
    counter-increment: counter;
    color: #4a6881;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 7px;
}
.criteria-weight-row span{
    flex: 1;
    font-size: 16px;
    padding: 10px 0 4px 5px;
    text-align: center;
}
.criteria-weight-row input{
    flex: 1;
    width: 100px;
    background: #eef1f3;
    text-align: center;
    border: solid 1px #ddd;
/*    padding-left: 10px;*/
    border: solid 1px #aaa;
    border-radius: 10px;
}
.add-btn{
	padding: 10px 15px;
    background-color: #1c669e;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    margin-top: 15px;
    
}
.column .form ul li{
	font-size: 14px;
    list-style: none;
    margin-bottom: 1px;
    background-color: #ffffff;
    padding: 10px 10px;
    border-bottom: solid 1px #ccc;
}
.column .form ul li span{
	float: right;
    cursor: pointer;
    font-weight: bold;
    color: #dc4646;
    font-size: 16px;
    /* border: red solid 1px; */
    width: 20px;
    height: 20px;;
}
.column .form ul li:before {
	content: "\f061";
    counter-increment: counter;
    color: #4a6881;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.matrix{
	background-color: #fff;
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 30px;
}	
.matrix table{
	width: 100%;
/*	border-collapse: collapse;*/
	min-width: 650px;
}
.matrix table th{
	padding: 10px 15px;
    border-left: none;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    font-size: 17px;
    color: #41617a;
    min-width: 200px;
    background-color: #fff;
}
.matrix table th.weight{
    padding: 10px 15px;
    border: #aeaeae solid 1px;
    font-size: 14px;
    color: #41617a;
}
.matrix table td{
	padding: 10px 15px;
/*    border: #aeaeae solid 1px;*/
}
.matrix table td.crit{background-color: azure;}
.matrix table td.option{width: 150px;text-align: center;}
.matrix table td.score{text-align: center;background-color: aliceblue;}
.matrix table td.title{
	background-color: cadetblue;
    color: #fff;
}
#sixth-container h1{
	margin-bottom: 10px 20px;
}
.note-text{
    background: #feffba;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    border: solid 1px #cacc65;
    font-size: 14px;
    line-height: 21px;
}
.criteria-head{
    text-align: left !important;
    font-weight: bold;
}
#matrix-table td input[type=text]{
    width: 50px;
    height: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #666;
}
#matrix-table td input[type=text].focused{
    background: #6aeeff66;
}
.td-option{
    text-align: left;
    color: #41617a;
    font-weight: bold;
    background: #f6f6f6;
}
#matrix-table td.td-option div{
    width: 200px;
}
.td-values{
    background: #f6f6f6;
}
.td-value{
    text-align: center;    
}
#matrix-table td{
    text-align: center;
}
.th1{
    font-size:14px !important;
}
.tr-weight{
    font-size:12px;
    color:'#800';
}
.tr-weight td:nth-child(1){
    z-index:2;
}
.tr-disparity{
    font-size:12px;    
    color:'#080';
}
.tr-disparity td:first-child{
    font-weight: bold;
}
.red{
    background-color:#f004;
    border: solid 1px #78b578;
}
.green{
    background-color: #0f02;
    border: solid 1px #78b578;
}
.yellow{
    background-color: #ffff696b;
    border: solid 1px #bfbf8f;
}
.gray{
    background-color: #f6f6f6;
    border: solid 1px #aaa;
}

.blink {
    animation: blinker 1s linear infinite;
}
.multiply{
    font-size:11px;
    color: #666;
}
.equals{
    font-weight: bold;
    font-size: 12px;
}
.row-total{
    font-weight: bold;
    background: #f6f6f6;
}
.totalColumn{
    display: none;
}
.legends{
    margin: 0;
    background: #e3f1fd;
    /* border: solid 1px #fff; */
    box-shadow: 0 0 10px #0004;
    padding: 5px;
    margin: 0 auto;
    border-radius: 7px;
}
.legends td{
    margin-left: 10px !important;
}
.legends td,.legends th{
    padding: 2px;
    color: #55728a;
}
.colorBox{    
    width: 20px; 
    height: 20px;
    border: solid 1px #898989;
}
.brain-logo{
    height: 350px;
    vertical-align: middle;
}
.logo-text-container{
    font-size: 57px;
    text-shadow: 0 2px 5px #0003;
/*    margin-top: -40px;*/
    display: block;
/*    color: #607D8B;*/
    color: #df3f75;
}
.l1{
/*    color: #ff5722;*/
}
.l2{
/*    color: #2184f3;*/
}
.bold{
    font-weight: bold;
    /* font-size: 16px; */
    /* color: #0a0; */
    background: #e9ebec88;
}
.bold1{
    background:#a3e2ff88;
}
.bold2{
    background:#c2ffd588;
}
.bold3{
    background:#efffae88;
}
.bold4{
    background:#ffd6af88;
}

/*.criteria-weight-row input[type=range]{*/
.criteria-weight-row input[type=range],#matrix-table input[type=range]{
    -webkit-appearance: none;
    height: 12px;
    background-color: #3b76a4a3;
    border: solid 1px #41617a;
    border-radius: 10px;
}
.criteria-weight-row input[type=range]::-webkit-slider-thumb,#matrix-table input[type=range]::-webkit-slider-thumb {
  -webkit-appearance:none;
  width:20px;
  height:20px;
  background:#eee;
  border:2px solid #4471ef;
  border-radius:50%;
}
.slider-values{
    margin-top: 8px;
    font-style: normal;
    width: 40px;
    text-align: center;
}
.button-person::after{
    content:attr(data-title);
}
.button-person{
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 20px 50px;
    font-size: 18px;
    background-color: #838e96;
    color: #fff;
    border-radius: 16px !important;
    box-shadow: 0 0 7px #0004;
    margin: 5px -2px;
    text-decoration: none;
    width: 70%;
    text-align: center;
    cursor: pointer;
}

.button-person:checked{
    background-color: #ea6a22;
    box-shadow: 0 0 17px #0004;
}
.floating-slider{
    position: fixed;
    padding: 20px 10px;
    border: solid 1px #aaa;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 7px #0008;
    width: 250px;
    margin-top: -60px;
    z-index: 100;
}
.floating-slider input[type=range]{
    width: 100% !important;
}
.div_discussion{
    padding: 10px;
    border: solid 1px #aaa;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fffd;
    color: #333;
    font-weight: normal;
    font-size: 20px;
}
.table-heading{
/*    text-align: left;*/
    font-weight: bold;
    font-size: 23px;
    color: #ea6a22;
    
    margin: 45px 0 10px 0;
}
.floating-slider a.close{
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #555;
    right: -8px;
    top: -8px;
    text-decoration: none;
    line-height: 22px;
    color: #fff;
    text-align: center;
}
.iconstyle{
    color: #1c669e;
    font-size: 40px;
    margin-bottom: 10px;
}
@keyframes blinker {
    50% {
        background-color:#f002;
    }
}

canvas {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}
#confetti{
  visibility: hidden;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: -1;
}
.refresh-icon{
    position: absolute;
    right: -5px;
    color: #424242;
    font-size: 21px;
    top: -5px;
    cursor: pointer;
}
.finalmsg{
    display: none;
    font-size: 20px;
    text-align: center;
    margin: 10px;
    color: #080;    
}
.close-popup{
    width: 21px;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
}
.register-container .overlay,.login-container .overlay,.welcome-container .overlay,.topics-container .overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0007;
    transition: opacity 500ms;
    z-index: 998;
}
.register-container,.login-container{
    display: none;
}
.register-container .popup,.login-container .popup,.welcome-container .popup,.topics-container .popup{
    padding: 20px;
    background: #fff;
    width: 100% !important;
    max-width: 653px !important;
    position: fixed;
    transition: all .1s ease-in-out;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    z-index: 999;
    box-sizing: border-box;
    left: calc(50% - 325px);
    top: 20%;
}
.register-container .popup .content h1{
    text-align: center;
}
.register-container .popup .content input[type=text],
.register-container .popup .content input[type=password],
.login-container .popup .content input[type=text],
.login-container .popup .content input[type=password] {    
    width: 100% !important;
    background: #FBFBFB;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 7px 0;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 17px;
    letter-spacing: .2px;
    font-family: arial;
}
.session-top{
/*    display: none;*/
    position: relative;
    color:#aaa;
    font-size: 13px;
    text-align: right;
}
.session-top a{
    font-size:15px !important;
    color: #1c669e;
    text-decoration: none;
}
.session-top a:hover{
    text-decoration: underline;
}
.signup-signin{
    display: none;
}
.signedin{    
    font-size: 15px;
    display: none;
}
#username{
    color: #1c669e;
}
.accountMsg{
    text-align: center;
    font-size:18px;
    padding: 10px 0;
}
.accountFail{
    color: #f00;
}
.accountSuccess{
    color: #090;   
}
.topics-container div.list{
    background-color: #fafafa;
    border:solid 1px #eee;
    padding: 10px;
     border-radius: 5px;
}
.topics-container div.list ul{
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
}
.topics-container h1{
    font-size: 25px;
    margin-bottom: 9px;
}

.topics-container div.list ul li.more-li{
    font-weight: normal;
}
.topics-container div.list ul li.more-li:hover{
    background-color: #efefef;
    border-radius: 7px;    
    cursor: pointer;
}
.topics-container div.list ul li{
    padding: 10px 10px;
    margin-bottom: 4px;    
    font-size: 13px;
    text-decoration: none;
    color: #444;
}
.topics-container div.list ul li a:hover{
    text-decoration: underline;
}
.topics-container div.list ul li .topic{
    float: left;
}
.topics-container div.list ul li .ts{
    float: right;
    padding-right: 7px;
}
.session-top i{
    font-size: 15px;
    margin: 0 2px;
}
.dontaccount{
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: #444;
}
.dontaccount a{
    color: #1c669e;
    text-decoration: none;
}
.dontaccount a:hover{
    text-decoration: underline;
}
.del-topic{
    cursor: pointer;
    color: #f00;
    font-size: 12px;
    position: absolute;
    right: 30px;
    margin: -28px 0 0 0;
}
.shareicons{
    text-align: center;
    margin: 20px 0;
}
.shareicons h4{
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin-bottom: 10px;
}
.shareicons img{
    width: 32px;
    height: 32px;
    margin: 0 2px;
    border: none;
}

.div-fixed {
    margin-left: 100px;
/*    width: 100%;*/
    height: 400px;
    overflow: scroll;
    border: 1px solid #777777;
}

.div-fixed table {
    border-spacing: 0;
}

/*.div-fixed th {
    border-left: none;
    border-right: 1px solid #bbbbbb;
    padding: 5px;
    width: 80px;
    min-width: 80px;
    position: sticky;
    top: 0;
    background: #727272;
    color: #e0e0e0;
    font-weight: normal;
}*/
.div-fixed table tr.criterias-tr th {
    border-left: none;
    border-right: 1px solid #bbbbbb;
    padding: 5px;
    width: 80px; 
    min-width: 80px;
    position: sticky;
    top: 0;
    background: #e9f5ff;
/*    color: #e0e0e0;*/
    font-weight: normal;    
}
.div-fixed table tr.criterias-tr th:nth-child(1){
    z-index: 3;
    height: 65px;
    font-weight: bold;
}

.div-fixed td {
    border-left: none;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    padding: 5px;
    width: 80px;
    min-width: 80px;
}

.div-fixed th:nth-child(1),.div-fixed td:nth-child(1) {
    position: sticky;
    left: 0;
    /*width: 150px;
    min-width: 150px;*/
}

.div-fixed td:nth-child(1) {
    background: #e8f5ff;
}

.div-fixed th:nth-child(1) {
    z-index: 2;
}

@media (max-width:600px){
	.column .text{
		position: relative;
	    width: 100%;
	    border: none;
	    border-bottom: aliceblue solid 1px;
	}
	.column .form{
		max-width: 100%;
    	padding: 0;
	}
}