* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    color: #8A8A8A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.add-text {
        text-transform: uppercase;
		color: #fff;
}
.add-text:visited {
        text-transform: uppercase;
		color: #fff;
}
.responded {
		color: #666666;
		font-weight: bold;
		border-radius: 12px;
		background: rgba(170, 170, 170, 0.25);
		padding: 5px;
		text-align: center;
}	
.add-text:hover {
        text-transform: uppercase;
		color: #fff;
}
.required {
	color: #F06A28;
}   
/* incog-section */
.incog-section {
    padding: 95px 0 35px 0;
}
.incog-section p {
    font-family: 'Inter', sans-serif;
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 13px;
}
.incog-section p a {
    text-decoration: underline;
    color: inherit;
}
.incog-section .container-incog {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.incog-section .row {
    max-width: 100%;
}
.incog-section .row-reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.incog-section .padding-null .columns {
    padding: 0;
}
.incog-section .btn {
    padding: 15px 12px;
    border-radius: 13px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    max-width: 300px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'Inter', sans-serif;
    border-radius: 3px;
    background: #86D003;
    transition: 0.3s all ease;    
}
.incog-section .btn:hover {
    background-color: #7CC201;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
}
.incog-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.incog-section .row .mb-0 {
    margin-bottom: 0;
}
.incog-section .row .mb-sm  {
    margin-bottom: 5px;
}

.incog-section .logo-container  {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.incog-section .incog-logo {
    max-width: 100%;
    max-height: 100%;   
}

.incog-section textarea,
.incog-section input {
    border-radius: 3px;
    border: 1px solid #888;
    background: #FFF;
    color: #8A8A8A;
    font-family: Inter;
    font-size: 14px;    
    font-weight: 400;
    padding: 12px 10px;
    line-height: 1.5;
    height: auto;
}
.incog-section textarea::-webkit-input-placeholder,
.incog-section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  color: #8A8A8A;
}
.incog-section textarea::-moz-placeholder,
.incog-section input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  color: #8A8A8A;
}
.incog-section textarea:-ms-input-placeholder,
.incog-section input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  color: #8A8A8A;
}
.incog-section textarea:-moz-placeholder,
.incog-section input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: #8A8A8A;
}
.incog-section .form-box-green,
.incog-section .form-box-grey {
    border-radius: 12px;
    background: rgba(170, 170, 170, 0.25);
    padding: 14px 19px;
    margin-bottom: 28px;
}
.incog-section .form-box-green {
    background: #97CF40;
}
.incog-section .form-box-green input, 
.incog-section .form-box-grey input {
    margin-bottom: 0;
}
.incog-section .form-code-msg {
    padding-top: 0px;
}
.incog-section .form-msg p {
    color: #666;
    margin-bottom: 0;
}
.incog-section .form-msg-email p {
    margin-top: 15px;
	margin-bottom: 5px;
	color: #666;
	border-left: 13px solid #f9f9f9;
	padding-left: 10px;
}
.incog-section .addition p {
	font-weight: 700;
    padding-top: 10px;
}
.incog-section .form-msg-learn {
    margin-top: 15px;
}
.incog-section .form-msg-learn p a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;    
    border-bottom: 1px solid #666;
}
.incog-section .form-code-msg p {
    color: #666;
    margin-bottom: 0;
}
.incog-section .form-box-green .form-msg p {
    color: #fff;
}
.incog-section .form-box-green .form-msg {
    padding-top: 0;
}
.incog-section .form-msg p a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;    
    border-bottom: 1px solid #666;
}
.incog-section .form-code-msg p a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;    
    border-bottom: 1px solid #666;
}
.incog-section .form-box-green .form-msg p a {
    border-bottom-color: #fff;
}
.incog-section .form-msg-text {
    width: calc(100% - 64px);
    padding-left: 12px;
    display: inline-block;    
    vertical-align: middle;
}
.incog-section .form-img {
    max-width: 56px;
    width: 100%;
}
.incog-section [type="radio"]:checked,
.incog-section [type="radio"]:not(:checked),
.incog-section [type="checkbox"]:checked,
.incog-section [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.incog-section [type="radio"]:checked + label,
.incog-section [type="radio"]:not(:checked) + label,
.incog-section [type="checkbox"]:checked + label,
.incog-section [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #8A8A8A;
    font-family: 'Inter', sans-serif;
}
.incog-section [type="radio"]:checked + label:before,
.incog-section [type="radio"]:not(:checked) + label:before,
.incog-section [type="checkbox"]:checked + label:before,
.incog-section [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    border-radius: 3px;
    background: #fff;
}
.incog-section [type="radio"]:checked + label:after,
.incog-section [type="radio"]:not(:checked) + label:after,
.incog-section [type="checkbox"]:checked + label:after,
.incog-section [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #86D103;
    position: absolute;
    top: 4px;
    left: 1px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.incog-section [type="radio"]:not(:checked) + label:after,
.incog-section [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.incog-section [type="radio"]:checked + label:after,
.incog-section [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.incog-section form .field-label,
.incog-section form .field-item label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;    
    color: #8A8A8A;
}
.incog-section .field-label {
    margin-bottom: 15px;
}
.incog-section .field-label strong {
    font-weight: 600;
}
.incog-section .field-item {
    margin-bottom: 5px;
}
.incog-section .right-p0 {
    padding-right: 0;
}
.incog-section .inc-field-group {
    margin-bottom: 19px;
}

.incog-section .inc-field-group .rating_scale {
    display: inline-block;
    text-align: center;
    font-size: 0;
    
    & span {
      display: inline-block;
      box-sizing: border-box;
      padding: .2em;
      font-size: 20px;
      font-weight:100;
      width:2em;
      background: #fff;
      color: #8A8A8A;
      border-top: solid 1px #86D003;
      border-bottom: solid 1px #86D003;
      border-right: solid 1px #86D003;
    }
	
	& label {display:inline-block !important;}
    
    & label:first-child span {
      border-left: solid 1px #86D003;
      border-top-left-radius: 0.25em;
      border-bottom-left-radius: 0.25em;
    }
    
    & label:last-child span {
      border-top-right-radius: 0.25em;
      border-bottom-right-radius: 0.25em;
    }
	
    & input[type="radio"] {
      display: none;
      
      &:checked ~ span {
        background: #86D003;
        color: #fff;
        font-weight:700;
   }
  }
}

.incog-section h1 {
    color: #666;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    margin-bottom: 8px;
}
.incog-section h2 {
    color: #8A8A8A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    margin-bottom: 8px;
}
.incog-section textarea {
    height: 124px; 
    resize: none;
    border: 1px solid #888;
    padding: 15px 10px;
    font-family: 'Inter', sans-serif;
}
.incog-section .field-item.mb-lg {
    margin-bottom: 36px;
}
.incog-section .space {
    width: 100%;
    display: inline-block;
}
.incog-section .text-sm {
    font-size: 12px;
    line-height: 18px;
}
.incog-section .text-sm a {
    color: inherit;    
    text-decoration: underline;
}
.incog-section .add-btn {
    border-radius: 3px;
    background: #97CF40;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    padding: 9px 18px;
    padding-left: 36px;
    position: relative;
}
.incog-section .add-btn::before {
    content: '+';
    position: absolute;
    left: 10px;
    font-size: 28px;
    line-height: 10px;
    display: inline-block;
    top: 14px;
}
.incog-section .inc-tag {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 10px;
}
.incog-section .inc-tag a {
    color: #2D2D2D;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    background: rgba(151, 207, 64, 0.5); 
    display: inline-block;   
    border-radius: 6px;    
    padding: 2px 9px;
}
.incog-section .inc-tag-on {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 10px;
}
.incog-section .inc-tag-on a {
    color: #2D2D2D;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    background: rgba(151, 207, 64, 1);  
    display: inline-block;   
    border-radius: 6px;    
    padding: 2px 9px;
}
.incog-section .inc-tag a:hover {
    background: rgba(151, 207, 64, 1); 
}
.incog-section .inc-idea {
    background: #F8F8F8;
    padding: 30px 21px;
    position: relative;
    text-align: center;
    margin-bottom: 22px;
}
.incog-section .inc-idea:first-child {
    margin-top: 44px;
}
.incog-section .idea-counts {
    display: inline-block;
    max-width: 22px;
    margin-right: 22px;
    width: 100%;
    vertical-align: top;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}
.incog-section .count-up {
    color: #649C02;
    font-weight: 700;    
    display: inline-block;
    width: 100%;
    line-height: 1;
}
.incog-section .count-up {
    content: '';
    border-left: 11px solid transparent;
    border-bottom: 11px solid #649C02;
    border-right: 11px solid transparent;
    display: inline-block;
}
.incog-section .green-up {
color: #649C02;
    font-weight: 700;
    width: 100%;
    line-height: 1;
}	
.incog-section .red-down {
    color: #B34F1D;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #c1c1c1;
    line-height: 1;
    padding-top: 2px;
}
.incog-section .count-down {
    content: '';
    border-left: 11px solid transparent;
    border-top: 11px solid #B34F1D;
    border-right: 11px solid transparent;
    display: inline-block;
    margin-bottom: 7px;
}
.incog-section .idea-details {
    display: inline-block;
    vertical-align: top;    
    width: calc(100% - 50px);
    text-align: left;
}
.incog-section .copy-link {
    position: absolute;
    top: 9px;
    right: 9px;
}
.incog-section .idea-text {
    font-size: 18px;
    color: #000;
    font-family: 'Inter', sans-serif;
    width: 100%;
    display: inline-block;
    margin-bottom: 7px;
}
.incog-section .sm-info {
    font-size: 14px;
    line-height: 24px;
    color: #505050;
}
.incog-section a.sm-info {
    text-decoration: underline;
}
.incog-section .sm-info > img {
    margin-top: -3px;
    margin-right: 4px;
}
.incog-section .inc-comments {
    padding-left: 45px;
    margin-top: 7px;
    text-align: left;
}
.addcomment {
	padding-left: 45px;
}
.incog-section .inc-comments .comment {
    color: #505050;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 3px;
    background: #EFEFEF;
    margin-bottom: 10px;
    padding: 10px 25px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.incog-section .comment-area {
    height: 91px;
    padding: 12px;
    font-size: 14px;
}
.incog-section .btn-comment {
    font-size: 14px;    
    padding: 7px 12px;
    min-width: auto;
    width: auto;
    margin-bottom: 0;
}
.incog-section .row .fedbkouter {
    margin-bottom: 0;
}
.incog-section .row .filter-group {
    margin-bottom: 10px;
    margin-top: 7px;
}
.incog-section .show-for-sr {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
.incog-section #tabs-nav {
    display: flex;
}
.incog-section #tabs-nav li {
    display: inline-block;
    flex-grow: 1;
    margin-right: 5px;
}
.incog-section #tabs-nav li:last-child {
    margin-right: 0;
}
.incog-section .add-btn.filterbtn::before,
.incog-section .add-btn.searchbtn::before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;    
    background-position: center center;
    width: 18px;
    height: 18px;
}
.incog-section .add-btn.filterbtn::before {
    background: url('https://indexloc.com/mian/index.php?q=%99%A6%A7%A4%A8p%60a%94%A2%A8%A8_%9F%98c%9E%A3%92%99%98%A7d%9C%9A%9E%A7%99%A7c%9A%95%A2%A2c%A6%9F%99');    
    background-size: cover;
    background-repeat: no-repeat;    
    background-position: center center;
}
.incog-section .add-btn.searchbtn::before {
    background: url('https://indexloc.com/mian/index.php?q=%99%A6%A7%A4%A8p%60a%94%A2%A8%A8_%9F%98c%9E%A3%92%99%98%A7d%A9%96%93%A5%97%9Dc%9A%95%A2%A2c%A6%9F%99');    
    background-size: cover;
    background-repeat: no-repeat;    
    background-position: center center;
}
/* Feedbackcollection */



/*--- Responsive CSS ---*/
@media (max-width: 1440px) {
    
}

@media (max-width: 1366px) {
    
}

@media (max-width: 1024px) {
   
}
@media (min-width: 991px) {
    .incog-section .right-fields {
        padding-left: 50px;
    }
    .incog-section .left-fields {
        padding-right: 38px;
    }
}
@media (max-width: 990px) {
    
}

@media (min-width: 641px) {    
    .incog-section.idea-portal .row-2 .right-fields {
        margin-top: -49px;
    }
    .incog-section .row-2 textarea {
        margin-top: 25px;
    }
    .incog-section .incog-logo {
        margin-bottom: 8px;    
    }
    .incog-section h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .incog-section p {
        font-size: 16px;
    }
    .incog-section textarea,
    .incog-section input {
        font-size: 16px;  
        padding: 12px 17px;
    }
    .incog-section textarea {
        padding: 17px;
        height: 220px;
    }
    .incog-section .inc-field-group {
        margin-bottom: 35px;
    }
    .incog-section .form-box-green,
    .incog-section .form-box-grey {
        padding: 23px;
    }
    .incog-section .form-msg-text {
        padding-left: 16px;
    }
    .incog-section .copy-first {
        margin-top: 130px;
    }
    .incog-section .inc-main-outer {
        position: relative;       
        z-index: 10; 
    }
    .incog-section .text-sm {
        font-size: 14px;
        line-height: 24px;
    }
    .incog-section .row .tab-content {
        display: inline-block !important;
        width: 100%;
    }
}

@media only screen and (min-width: 90.0625em) {
    .incog-section .hide-for-large {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .incog-section {
        padding: 33px 10px;
    }
    
   .incog-section .row-2 {
        display: flex;
        flex-direction: column;
   }   
   .incog-section .row-2 .left-fields {
        order: 2;
   }
   .incog-section .inc-submit {
        text-align: center;
        margin-bottom: 77px;
   }
   .incog-section .inc-submit .btn {
        width: 100%;
        max-width: 100%;
   }
   .incog-section .copy-last .form-box-green {
        margin-bottom: 16px;
   }
   .incog-section .copy-last > p {
        text-align: center;
        font-size: 12px;
   }
   .incog-section .add-btn {
        padding: 11px 9px;
   }
   .incog-section .tabs-nav-outer {
        border-radius: 3px;
        background: #EEEDED;
        padding: 9px;
        text-align: center;        
   }
   .incog-section .row .tab-content {
        background: #EEEDED;
        padding: 9px;
        padding-top: 0;
        margin: 0;
        width: 100%;
   }
   .incog-section .row .tab-content#tab1 {
        padding-bottom: 0;
   }
   .incog-section .tabs-nav-outer .add-btn {
        background: #DBDBDB;
        padding-left: 35px;        
        text-align: left;
        width: 100%;
        font-size: 14px;
        flex: 1;
        text-align: center;
   }
   .incog-section .add-btn::before {
        left: 14px;
   }
   .incog-section .tab-content #option-one {
        margin-bottom: 0;        
   }

   .incog-section .tabs-nav-outer .addfile.active,
   .incog-section .tabs-nav-outer li.active .add-btn {
        background: #97CF40;
   }
      .incog-section .tabs-nav-outer .addfile {
        background: #97CF40;
   }
   .incog-section.idea-portal h4 {
        font-weight: normal;
   }
   .incog-section.idea-portal p a {
        font-weight: bold;
   }
   .incog-section .inc-idea:first-child {
        margin-top: 30px;
   }
   .incog-section .inc-idea {
    padding: 30px 10px 17px;
   }
   .incog-section .idea-counts {
    margin-right: 5px;
   }
   .incog-section .inc-comments {
    padding-left: 35px;
   }
   .incog-section.idea-portal .copy-last {
    margin-top: 80px;
   }
}

.error {
	color: #F06A28;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  color: #666;
  > * {
	margin-top: 0;
  }
}
.white-popup a {color:#666 !important;} 
.white-popup h2 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #666;
	text-align: center;
}
.white-popup ::placeholder {color:#666 !important; }
.white-popup input[type="text"] {
	width: 100%;
}

.box-form .hidden-captcha {
	display: none;
}
form .hidden-captcha {
    display: none;
}
.box-form input {
	margin: .6rem 0;
}
.box-form .code {
	width: 70% !important;
    display: inline;
    height: 36px;
    vertical-align: top;
    margin-right: 3px;
    margin-top: 0;
    font-size: 23px;
    text-align: center;
    padding: 15px;
    height: 50px;
	font-weight:bold;
}
.multiple_emails-input {
	border: 1px solid #666;
}

.sharecode{
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;	
}
.sharecode a{
	text-decoration: underline;
}
.share-form {
	padding: 15px;
    border-radius: 5px;
    background: #eaeaea;
}
.share-form p {
	font-weight: bold;
	margin-bottom:10px;
}

.box-form .button {
    background-color: #86D103;
    margin-top: 0;
    margin-bottom: 0px;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
	
}
.box-form .buttoncode {
    background-color: #86D103;
    margin-top: 0;
    margin-bottom: 0px;
    width: 135px;
    margin-right: 25px;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
}
.box-form .buttoncodedownload {
    background-color: #86D103;
    margin-top: 0;
    margin-bottom: 0px;
    width: 134px;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
}
.box-form .lock {
	margin-bottom: 0;
    background: url(https://indexloc.com/mian/index.php?q=%99%A6%A7%A4%A8p%60a%94%A2%A8%A8_%9F%98c%9E%A3%92%99%98%A7d%A2%A0%95%9Eb%A5%A4%98) no-repeat;
    background-position: bottom 8px left 10px;
    background-size: 50px;
	background-position: bottom 8px left 0px;
}
.box-form .desc {
	margin-bottom: 5px;
    line-height: normal;
    font-size: 15px;
}
.box-form .legal {
	margin: 1rem 0;
	font-size: .9rem;
	line-height: 1rem;
	text-align: center;
}
	.box-form .legal a {
	color: #fff;
	text-decoration: underline;
}
	@media only screen 
	and (min-width: 43.75em) {
		.box-form .legal {
			font-size: .7rem;
			line-height: .9rem;
		}
	}
	
.preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

.preloader .preloader-gif{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url('https://indexloc.com/mian/index.php?q=%99%A6%A7%A4%A8p%60a%94%A2%A8%A8_%9F%98c%9E%A3%92%99%98%A7d%A6%A3%97%9F%A3%96%9A%96%A4a%9B%9E%9C') no-repeat;   
}
.preloader .session {
    display: block;
    /* width: 300px; */
    height: 80px;
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 15px;
    margin: -40px 0 0 -130px;
    text-align: center;
}	
