
:root {
  --main-font-color: #2f2f2f;
  --secondary-font-color: #6d6d6d;
  --light-background:#f8f8f8;
  --medium-background:#f0f0f0;
  --medium-background-hover:#e4e4e4;
  --dark-background:#d7d7d7;
  --light-border:#e3e3e3;
  --link-color:#295099;
}
.main-text-color{
    color:var(--main-font-color);
}


.brand_green{ color:#72bf3b; }
.brand_purple{ color:#55468c; }
.brand_yellow{ color:#f2cd5c; }
.brand_red{ color:#f24141; }

body{
    background:#fff;
    background:var(--light-background);
    color:var(--main-font-color);
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size:14px;
    line-height:1.5em;
}

a{
    color: #295099;
    text-decoration:none;
}
a:hover{
color:#54468C;
}

li{
    list-style-type:none;    
}
#header{
    height:50px;
    width:100%;
    border-bottom:1px solid #ccc;
    position:relative;
    display:block;
    background:#fff;
}

#nav {
    width:1024px;
    display:block;
    margin:0 auto;
    line-height:50px;
    position:relative;
    text-align: right;
}

#nav li {
    margin:0px 10px;
    display: inline-block;
}
#nav li a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    color: var(--main-font-color);
    padding: 0px 14px;
    font-weight: bold;
    font-size: 1em;
    font-size: 13px;
    text-decoration:none;
    line-height:48px;
    height:48px;
}

#nav li a.active{
    border-bottom:3px solid  #72bf3b;
}


#logo_holder {
    left:0px;
    position: absolute;
    display: block;
    margin: 0 auto;
    text-align: left;
    color:var(--main-font-color);
}
#grepper_logo {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 36px;
    line-height: 36px;
    margin-top: 5px;
    padding-left: 44px;
}
#logo_holder img {
    height: 40px;
    position: absolute;
    left: 0px;
    top: 5px;
}


#content{
/*
    width:1024px;
    display:block;
    margin:0 auto;
    position:relative;
    */
    /*
    border-left:1px solid #333;
    border-right:1px solid #333;
    */
}
h1{
font-size:20px;    
}

#profile_image{
    display:block;
    position:absolute;
    right:0px;
    height:28px;
    top:5px;
    border:1px solid #333;
}
#querries li{
    border-bottom:1px solid #333;
    padding:5px;
}

.tays_checkbox input[type='radio'],
.tays_checkbox input[type='checkbox'] ,
#filters input[type='checkbox'] {
    -webkit-appearance:none;
    display:inline-block;
    width:16px;
    height:16px;
    padding:0px;
    margin:0px;
    margin-right:5px;
    background:white;
    border-radius:20px;
    border:1px solid #ddd;
    border: 1px solid #dee2e6;
    box-sizing:content-box;
    line-height:16px;
    vertical-align: sub;
    position:relative;
    cursor:pointer;
}

.tays_checkbox input[type='radio']:checked,
.tays_checkbox input[type='checkbox']:checked ,
#filters input[type='checkbox']:checked {
    border:1px solid  #55468c;
}
.tays_checkbox input[type='radio']:checked:after,
.tays_checkbox input[type='checkbox']:checked:after,
#filters input[type='checkbox']:checked:after{
  content:''; 
  position: absolute;
  width: 12px; 
  height: 12px;
  border-radius: 9px; 
  background: #55468c;
  top:50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.tays_checkbox label,
#filters label{
    display:block;
    margin-bottom:3px;
    margin-top:3px;
    padding:0px 5px;
    box-sizing:content-box;
    cursor:pointer;
    transition:background-color .15s ease-in-out;
    border-radius:3px;
    height:30px;
    line-height:30px;
    position:relative;
}

.tays_checkbox label:hover,
#filters label:hover{
    background-color: #e9ecef;
}
.answer_count_selector .tays_checkbox{
    display:inline-block;
}

#filters label .lang_name{
}

#filters label .language_count{
display:inline-block;
border: 1px solid #dee2e6;
border-radius:20px;
float:right;
font-size:11px;
padding:0px 5px;
height:16px;
line-height:16px;
vertical-align: sub;
box-sizing:content-box;
position:relative;
top:50%;
transform: translateY(-50%);
}

#left_column_small,#right_column_large,
#left_column_small_2,#right_column_large_2{
    padding-top:20px;
}


#left_column_small,
#left_column_small_2 {
width:170px;
float:left;
}
#right_column_large,
#right_column_large_2{
    width: 832px;
    float:left;
    min-height:900px;
    padding-left:20px;
}

#left_column_small_2{
    width:230px;
}
#right_column_large_2{
    width: 772px;
}

#left_column_medium{
    width:30%;
    float:left;

}
#right_column_medium{
    width:70%;
    float:left;
}
.searches_mo,.experience_points,.ambition_points{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #319c84;
    color: #fff;
    padding: 1px 2px;
    text-shadow: rgba(0, 0, 0, .5) 0px 1px;
    font-size:.7em;
}
.experience_points{
    background: #dea230;
}
.ambition_points{
    background: #c62149;
}
.button1{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #319c84;
    color: #fff;
    padding: 10px 20px;
    text-shadow: rgba(0, 0, 0, .5) 0px 1px;
    font-weight:bold;
    cursor:pointer;
    background: #55468c;
    text-decoration:none;
}



a.button1:hover{
    color:#fff;
}
.button1:hover{
    color:#fff;
    background-color:#786CA8;
}

.button1.disabled,
.button1.disabled:hover
{
    background: #bbb;
}

.button1_small{
    font-size:12px;
    padding: 4px 8px;
    font-weight:normal;
}

.input1{
    position:relative;
    display:block;
    height: 48px;
    font-size: 16px;
    padding-top: 15px;
    color: #333;
    width:290px;
    border: 1px solid #333;
    outline: none;
    padding: 0px 12px 0px 10px;
    font-size: 14px;
    transition: 0.2s;
    border-radius: 3px;
    -webkit-appearance: none;
}
.small_note{
    font-size:.8em;
    color:#ccc;
}
.blue_note{
    color: #00529B; 
    background-color:#BDE5F8; 
    padding:5px;
    border-radius:4px;
}
.warning_note{
    border: 1px solid #9F6000;
    padding:5px;
    color: #9F6000;
    background-color: #FEEFB3;
}
.small_note a{
    color:#ccc;
}
.errors{
    border: 1px solid;
    margin: 10px 0px;
    padding:5px;
    font-size:14px;
    line-height:16px;
    background-repeat: no-repeat;
    color: #D8000C;
    background-color: #FFBABA;
}
.errors h5{
    font-weight:bold;
}
.errors li{
    list-style-type:disc;
    list-style-position:inside;
}
.success{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 10px;
background-repeat: no-repeat;
color: #4F8A10;
background-color: #DFF2BF;
}
#bounty_table,
#bounty_table td,
#bounty_table th
{
  position:relative;
  border-collapse: collapse;
  padding:4px;
}

#bounty_table td:first-child,
#bounty_table th:first-child{
    width:226px;
    max-width:226px;
}

#bounty_table td:nth-child(2),
#bounty_table th:nth-child(2){
    width:602px;
    max-width:602px;
}

#bounty_table{
  border-collapse:separate; 
  border-spacing:0 15px;
}



#bounty_table tr{
box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
background:#f5f5f5;
}


#bounty_table thead tr:first-child {

box-shadow: none;
background: #f5f5f5;
text-align:left;
font-weight:bold;
}

.note{
    font-size:.8em;    
    color:#888;
}

#languange_guess_display_holder{
    text-align:right;
    position:absolute;
    width:100%;
}
.commando_answers_options_holder{
    text-align:right;
    position:relative;
    height:14px;
    line-height:14px;
    width:100%;
    margin-top:15px;
}
.grepper_answer_language_select{
    font-size:11px !important;
    display:inline-block;
    margin-left:5px;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    background: none;
    color: rgb(119, 119, 119);
    cursor:pointer;

    /*
    border-width: 0px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    border-radius:0px;
    background: #dedede;
    */

}
.grepper_options_holder_title_editable{
    display:block;
    position:absolute;
    width:460px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align:left;
    left:0px;
    font-size:11px;
    cursor:pointer;
    /*color: #295099;*/
    color: rgb(119, 119, 119);
    padding-bottom:2px;
}

.grepper_options_holder_title_editable:hover{
    text-decoration:underline;
}


#languange_guess_display_holder select,
.commando_answers_options_holder span{
    font-size:11px !important;
    position:relative;
    color:#777;
}
#languange_guess_display_holder select{
    border:0px solid var(--main-font-color);
    background:none;
    bottom:0px;
}
.commando_answers_options_holder span{
    display:inline-block;
}

.commando_answers_options_delete{
    /*color:blue !important;*/
    color:#295099 !important;
    margin-left:5px;
    cursor:pointer;
}

#commando_save_answer_holder{
    position:relative;
    text-align:right;
    margin-top:4px;
}
/*
.pagination_holder{
border:1px solid #333;
}
.pagination_holder li{
    display:inline-block;
    padding:2px 10px;
    cursor:pointer;
}
.pagination_holder li.current-page{
    background: #55468c;
    color: #fff;
    display:inline-block;
}
*/
.side_header{
    font-weight:bold;
}
#answer_search{
    position: relative;
    display: block;
    height: 38px;
    font-size: 16px;
    padding-top: 15px;
    color: #333;
    width: 50%;
    border: 1px solid #333;
    outline: none;
    padding: 0px 12px 0px 10px;
    font-size: 14px;
    transition: 0.2s;
    -webkit-appearance: none;
    margin-bottom:5px;
    border-radius: 3px;

}

#gSignIn{ border:1px solid #333; color:var(--main-font-color); }

#profile_container{
    position:relative;
    border:1px solid #ccc;
    height:200px;
    width:200px;
}
#profile_image_edit{
    height:100%;
    width:100%;
    display:block;
}
#profile_image_edit_show{
    position:absolute;
    width:200px;
    height:45px;
    line-height:18px;
    padding-top:5px;
    font-size:14px;
    background-color: rgba(0, 0, 0, 0.5);
    display:none;
    bottom:0px;
    color:#fff;
    text-align:center;
}
#profile_container:hover  #profile_image_edit_show{
    display:block;
}

.larger{
    font-size:1.5em;
}
.bold{
    font-weight:bold;
}
.lighter{
    color:#777;
}
.a-center{
    text-align:center;
}

.box1{
/*box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);*/
background: #fff;
padding:10px;
/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
border:1px solid var(--light-border);
border-radius:4px;

}

#my_languages_holder li{
display: inline-block;
}

#my_languages_holder li label{
box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
background: #fff;
padding: 10px;
margin-top: 5px;
margin-right: 5px;
display: inline-block;
width: 170px;
font-size:16px;
cursor:pointer;
}
#my_languages_holder li label:hover{
    box-shadow: 0 1px 3px 0 #72bf3b,
    0 1px 1px 0 #72bf3b,
    0 2px 1px -1px #72bf3b;

    cursor:pointer;
}


.clear-both{
    clear:both;
}




.smaller{
    font-size:.8em;
}

.top_answers_downvotes{
   margin-right:20px;
}
.edit_icon{
cursor:pointer;
background-size: 11px 11px;
background-repeat:no-repeat;
background-position: center right;
background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH5AEEFiAf8yS7RgAAAPFJREFUOMul07FKA0EUheFvlxXBRn0GO/uIvoSISBoF7bRW3Cewuo8hKGgXbExsRF/GSuwkmkSbCawhGzd6YZiZM/znXLhMZo4qy3IF11jHSUTcZ3PAS3hEK0l97OYN4WWM8FyRF3FZNGy7h1fsJPk07Z2iQXK30nYnmfSxhuOsQXJr4qmbTD4iYpQ3TK7WGwYRMYKsBu5hYwp8g4OIGIyF7D/wD4O/wJBX4Ica+Ar702DIy7JcwDteauDDiBjWTSvHNi6wl+Y8rlsczYKhwBbO0r2dwP6sticNNtP5PIFtDH9Lrhqs4g5PaX1GxFfTX/oNXMlZbjELGbsAAAAASUVORK5CYII=');
height:11px;
width:11px;
display:none;
}

.edit_icon_hover_show:hover .edit_icon{
display:inline-block;
}

.editable_input_holder{
    display:inline-block;
    cursor:pointer;
}
.editable_input_holder input {
    display:none;
}

.editable_input_holder.show_input input {
    display:inline-block;
}

.editable_input_holder.show_input .show_text,
.editable_input_holder.show_input .edit_icon
{
   display:none; 
}

.set_input,.delete_input{
    border-width: 1px;
    border-style: solid;
    height:14px;
    width:14px;
    text-align:center;
    line-height:14px;
    display:none;
}
.set_input{
    color: #72bf3b;
    border-color: #72bf3b;
    margin-right: 1px;
}
.delete_input{
    color: #f24141;
    border-color: #f24141;
}


.editable_input_holder.show_input .set_input,
.editable_input_holder.show_input .delete_input{
    display:inline-block;
}

.tays_label_desc{
    color:#777;
    font-size:.9em;
    font-weight:normal;
}

.top_answers_search_term{
	display:inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:470px;
	float:left;
    cursor:pointer;
}

.total_earnings_per_answer,
.top_answers_quality_score,
.top_answers_views,
.top_answers_upvotes,
.top_answers_downvotes{
    color:#777;
    display:block;
    font-size:.8em;
	width:40px;
	float:left;
    text-align:left;
}
.total_earnings_per_answer{
    width:70px;
}


.top_answer_date {
    float:right;
}

.top_answers li{
    border-bottom: 1px solid #ccc;
    display:block;
    position:relative;
	padding-top:5px;
	padding-bottom:5px;
}

.TaysCodeMirror {
  border: 1px solid #eee;
  height: auto;
}

.answer_more_icon{
}

.user_snippet img{
    width:94px;
    height:90px;
}
.user_snippet{
    display:inline-block;
    width:96px;
    border:1px solid var(--light-border);
}

.big_user_snippet_holder .user_snippet_big{
    margin-right:8px;

}
.big_user_snippet_holder a{
    text-decoration:none;
}

.user_snippet_big{
    border-radius:4px;
    overflow:hidden;
    vertical-align:top;
}

.user_snippet .fun_name {
    display:block;
    width:94;
    text-align:center;
    font-size:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.user_snippet_small{
    width:42px;
    height:42px;
    margin-bottom:14px;
}
.user_snippet_small .user_belt_rank_snippet{
    vertical-align:top;
    height:10px;
    background-size: 4px 10px;
}

.user_belt_rank_snippet_hidden{
    height:14px;
    width:100%;
    display:block;
}


.user_snippet_small img{
    width:40px;
    height:40px;
}

.user_snippet_small .fun_name{
    display:none;
}
.user_snippet_small_rounded_holder .user_snippet_small img{
    border-radius:4px 4px 0px 0px;
}

.user_snippet_small_rounded_holder .user_snippet_small{
    margin-right:1px;
    margin-top:1px;
    border-radius:4px 4px 0px 0px;
}

.user_snippet_small_rounded_holder .user_snippet_small .user_belt_rank_snippet{
    border-radius:0px 0px 4px 4px;
}


a .user_snippet .fun_name{
    color:var(--main-font-color);
}

.user_snippet:hover{
    border:1px solid #72bf3b;
    box-shadow: 0px 0px 5px 0px #72bf3b;
}

.user_snippet.a:hover{
    color:#72bf3b;
}
#twitter_follow_button_holder{
    position: absolute;
    height: 20px;
    width: 70px;
    left: 193px;
    top: -12px;
    z-index: 9999999999999999;
}

/*belt stuff*/

.progress_bar.white,.belt.white{ background-color:#F0F8FF; }
.progress_bar.yellow,.belt.yellow{ background-color:#f2cd5c; }
.progress_bar.orange,.belt.orange{ background-color:#F29F41; }
.progress_bar.green,.belt.green{ background-color:#72bf3b; }
.progress_bar.blue,.belt.blue{ background-color:#365FA0; color:#fff;}
.progress_bar.purple,.belt.purple{ background-color:#55468c; color:#fff;}
.progress_bar.brown,.belt.brown{ background-color:#8B4513; color:#fff;}
.progress_bar.black,.belt.black{ background-color:#000;color:#fff; }
.belt{
   position:relative;
   z-index:5;
   border:1px solid #333;
   height:20px;
   width:100%;
   list-style-type:none;
   background-image: url("/app/img/icon_tall.png");
   background-repeat:no-repeat;
   background-position:90% 0%;
   background-size: 8px 20px;
   line-height:20px;
   font-size:14px;
}

.belt.overall{
   height:20px;
   background-size: 10px 20px;
}

.belt.overall:after{
    height:20px;
    line-height:20px;
}
#overall_rank{
    font-size:12px;
    line-height:18px;
    padding-left:10px;
}
#rank_privacy a{
cursor:pointer;
}
.user_belt_rank_snippet.belt,
.no_belt_place_holder{
    width:100%;
    display:block;
    height:12px;
    background-size: 5px 12px;
}
.belt.no{
    background-image:none;
}
#my_payouts,
#earnings_by_day{
    border-bottom:1px solid #ddd;
    padding:5px;
    float:left;
    width:50%;
}

#my_payouts .earnings_by_date_formatted,
#earnings_by_day .earnings_by_date_formatted{
    display:inline-block;
    margin-right:10px;
    padding-right:10px;
    border-right:1px solid #ddd;
}
.left_column_nav{
    display:block;
    margin-bottom:10px;
    position:relative;

}

.left_column_nav::after{
    position:absolute;
    right:10px;
    content:'»';
    height:10px;
}
.tays_popup2_close_button_feedback {
    background-color:#55468c;
    color:#fff;
    /*border-radius: 50px;*/
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    z-index:10000000;
}
#feedback_trigger_holder{
    position:fixed;
    bottom:0px;
    left:0px;
    background-color: #e3f2fd;
    background-color: #e0dcf0;
    border-top-right-radius: 3px;
    bottom: 0;
    box-shadow: 2px 2px 5px #e0e0e0;
    padding:20px 20px;
    z-index:99999;
}
#feedback_trigger_plus{
    position:fixed;
    bottom:0px;
    left:0px;
    background-color: #e3f2fd;
    background-color: #e0dcf0;
    border-top-right-radius: 3px;
    bottom: 0;
    box-shadow: 2px 2px 5px #e0e0e0;
    padding:14px 14px;
    z-index:99999;
}


#feedback_trigger_holder h1{
    font-family: 'Raleway', sans-serif;
    font-size:16px;
    font-weight:bold;
}
.my_answers_stats{
    position:absolute;
    left:0px;
}
#answers_order_by_holder{
}
.ui.dimmer{
padding:0px;
}

@media only screen and (max-height: 670px) {
    .tays_popup2_inner{
        top:1% !important;
    }
}
#profile_image_dropdown{
    border-radius: 100%;
    width:34px;
    height:34px;
}
.subhead{
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
    display: flex;
    flex-flow: row wrap;
}
.subhead-heading{
    flex: 1 1 auto;
    order:1;
}
.subhead-buttons{
    order:2;
}

#members_list_group{
position:absolute;
width:803px;
}
#members_list_group li:hover{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    margin-top: -1px;
    border-top-width: 1px;
}
#members_list_group li img{
    border-radius: 100%;
    height:20px;
    width:20px;
}

#members_list a{
display:inline-block;
position:relative;
margin-right:4px;
}
#members_list img{
  border-radius: 100%;
  height:30px;
  width:30px;
  position:absolute;
  left:2px;
  color:#fff;
}

#members_list strong{
display:inline-block;
margin-left:30px;
margin-right:20px;
line-height:1em;
text-align:left;
}

#members_list .real_name{
display:inline-block;
margin-left:30px;
margin-right:20px;
min-width:15px;
line-height:1em;
text-align:left;
}

#members_list .close_button_top_right{
position:absolute;
top:5px;
right:5px;
}
#members_list{
background:#fff;
}
#members{
    border: 0!important;
    box-shadow: none!important;
    outline: 0;
    padding:5px;
    flex:auto !important;
}
.nav-link i{
    display:block;
    position:relative;
    text-align:center;
    margin:0 auto;
}

.grepper_user_account_dropdown{
    min-width:300px;
}


.grepper_user_account_dropdown .dropdown-item{
    padding-top:.5em;
    padding-bottom:.5em;
}
.navbar-dark .navbar-nav .nav-link{
 color: rgba(255,255,255,.7);
}
.navbar-dark .navbar-nav .nav-link:hover{
 color: rgba(255,255,255,1);
}
.navbar{
    padding-top:0px;
    padding-bottom:0px;
}
.grepper_nav_logo{
    width:34px;
    opacity:.5;
}
.notification_nav_item{
    font-size: 16px;
    margin-top: 9px;
    padding:5px !important;
    padding-top: 4px !important;
    padding-bottom: 9px !important;
    border-radius: 4px;

    background:#A69DC9;
    background:#786CA8;
    position:relative;
}
.upgrade_nav_item{
    margin-top: 9px;
    border-radius: 4px;
    position:relative;
    display:inline-block;
    border:1px solid #72bf3b;
    color:#72bf3b !important;
    padding:3px 10px !important;
}

.tays_badge{
    border-radius:100%;
    height:13px;
    width:13px;
    background:#f24141;
    color:#fff;
    font-size:10px;
    text-align:center;
    position:absolute;
    top:-5px;
    right:-5px;
    line-height:12px !important;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light{
    border:1px solid rgba(0,0,0,.125);
}

.flex-items-center {
    align-items: center!important;
}
.alert-primary {
    border-color: #72BF3B !important;
    background-color:rgb(114,191,59,.3) !important;
    color:#3C8309;

}

.btn-primary {
    color: #fff !important;
    border-color: #55468c;
    background-color: #55468c;
}
.btn-success {
    color: #fff !important;
    border-color: #3C8309;
    background-color: #3C8309;
}
.btn-success:hover{
    background-color:#72BF3B;
    border-color: #72BF3B;
}



.btn-primary:hover{
    background-color:#786CA8;
    border-color: #786CA8;
}
.user_profile_image_medium_rounded{
    height:45px;
    width:45px;
    border-radius:100%;
}
.notice-light{
    background-color: #e0dcf0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #55468c;
    border-color: #55468c;
}

.page-item .page-link {
    cursor:pointer;
}
.checkbox{
    height:16px !important;
    width:16px !important;
}
.dropdown-item:hover{
    border-color: #55468c;
    background-color: #55468c;
    color:#fff;
}

a.no_ul{
    text-decoration:none;
}

.feed_profile_image{
    width:34px;
    height:34px;
    border-radius:50px;
    margin-right:10px;
}
.help_icon{
    width:22px;
    height:22px;
    line-height:22px;
    text-align:center;
    display:inline-block;
    border-radius:100%;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    color:#fff !important;
    /*
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.4);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.4);
    */
    background-color:#f2cd5c;
    cursor:pointer;
}


#my_answers_holder{
    width:652px;
}

.tays_select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  height: 38px;
  padding: 0 4em 0 1em;
  background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center/1.4em, linear-gradient(to left, rgba(85, 70, 140, .5) 3em, rgba(85, 70, 140, 0.2) 3em);
  color: var(--main-font-color);
  border-radius: 3px;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #333;
}
.tays_select option {
  color: inherit;
  background-color: #fff;
}
.tays_select:focus {
  outline: none;
}
.tays_select select::-ms-expand {
  display: none;
}

.no_left_radius{
    border-left:0px;
    border-radius: 0em 3px 3px 0em; /*TL TR BR BL*/
}


.tays_checkbox_dropdown_item:hover{
    border-color: #fff;
    background-color: #fff;
    color:var(--main-font-color);
}

.tays_checkbox_dropdown_item{
    padding:0px 5px;
}

.answer_term_edit_holder{
    display:none;
}

.fun_badge-primary-answer{
    position:absolute;
    left:0px;
    top:-6px;
}

#grepper_web_flash_message{
position:fixed;
background-color:#76cbb7;
background-color:#c6f0e6;
background-color:#dff0ec;
color: #319c84;;
width:300px;
position: fixed;
padding:10px;
left: 50%;
transform: translate(-50%, 0);
bottom:30px;
z-index:99999999999999;
box-shadow:rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-size:16px !important;
}

#test_account_message_big{
display:none;
z-index:999;
position:fixed;
width:100%;
bottom: 5px;
}

#test_account_message_big strong{
font-size:1.2em;
}

#test_account_message_big_inner{
position:relative;
width:800px;
margin:0 auto;
box-shadow: 2px 2px 5px #e0e0e0;
background-color: #e0dcf0;
border-radius: 3px;
padding:15px;
box-sizing: content-box;
font-size:16px;
}

.fun_badge {
  position: relative;
  margin-right:3.4em;
  width: 4em;
  height: 6.2em;
  border-radius: 10px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
  text-align:center;
  font-size:14px !important;
  cursor:pointer !important;
}
.fun_badge:before, .fun_badge:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.fun_badge:before {
  transform: rotate(60deg);
}
.fun_badge:after {
  transform: rotate(-60deg);
}
.fun_badge:hover {
  top: -4px;
}

.fun_badge .circle {
  width: 55px;
  height: 55px;
  position: absolute;
  background: #fff;
  z-index: 10;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.fun_badge .circle i.far {
  font-size: 2em;
  margin-top: 8px;
}
.fun_badge .font {
  display: inline-block;
  margin-top: 1em;
}
.fun_badge .ribbon {
  position: absolute;
  border-radius: 4px;
  padding: 2px 5px 4px;
  width: 80px;
  z-index: 11;
  color: #fff;
  bottom: 7px;
  left: 50%;
  margin-left: -45px;
  height: 23px;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #555 0%, #333 100%);
  box-sizing: content-box !important;
  font-size:11px !important;
  line-height:12px !important;
}

.fun_badge.yellow {
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}

.fun_badge.orange {
  background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
  color: #f68401;
}

.fun_badge.pink {
  background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
  color: #dc306f;
}

.fun_badge.red {
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}

.fun_badge.purple {
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}

.fun_badge.teal {
  background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
  color: #34a297;
}

.fun_badge.blue {
  background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
  color: #259af3;
}

.fun_badge.blue-dark {
  background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
  color: #1c68c5;
}

.fun_badge.green {
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #7cb342;
}

.fun_badge.green-dark {
  background: linear-gradient(to bottom right, #4CAF50 0%, #1B5E20 100%);
  color: #00944a;
}

.fun_badge.silver {
  background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
  color: #9e9e9e;
}

.fun_badge.gold {
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #b7892b;
}

.badge_descriptions td{
    vertical-align:top;
    border:1px solid #ccc;
    padding:10px;
    font-size:14px;
    line-height:18px;
    font-size:16px;
    line-height:24px;
}

.badge_descriptions .fun_badge{
    margin-right:20px !important;
    margin-left:20px !important;
}
.documentation_note{
background: #bde5f8;
padding:10px;
border-radius:4px;
}
.dropdown-item .grepper_upgrade_to_pro{
    float:right;
}
.grepper_upgrade_to_pro{
    color:var(--link-color);
    cursor:pointer;
    font-size:12px;
}

.dropdown-disabled{
    background-color:#eeeeee;
    color:#b5b5b5;
    border-color:#d0d0d0;
}

.dropdown-disabled:hover{
    background-color:#eeeeee;
    color:#b5b5b5;
    border-color:#d0d0d0;
    cursor:default;
}

.account_settings_table{
    width:100%;
}
.account_settings_table td{
    padding:10px;
    padding-bottom:30px;
}
.account_settings_table td:first-child{
    width:260px;
    min-width: 260px;
}



.tays_slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background:var(--light-background);
  border:1px solid var(--light-border);
  outline: none;
  -webkit-transition: .2s;
}

.tays_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius:50%; 
  background: #55468c;
  cursor: pointer;
  color:#fff;
  content:'1';
}

.tays_slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #55468c;
  cursor: pointer;
  color:#fff;
  content:'1';
}

.low_med_high{
    position:relative;
    width:100%;
    /*
    background: linear-gradient(to left, #786CA8 0%,  var(--light-background) 100%);
    padding-left:2px;
    border-radius:4px;
    margin-top:4px;
    font-weight:bold;
    */
}


.low_med_high span{
    width:33%;
    display:inline-block;
    text-align:left;
    font-size:12px;
}


.custom_search_table_left{
    float:left;
    width:45%;
    padding-right:3%;
}
.custom_search_table_right{
    float:left;
    width:55%;
}

.answer_demo_image{
    width:100%;
    padding-top:10px;
}
.cos_sim_li{
    padding:5px;
    padding-left:25px;
    line-height:16px;
    font-size:12px;

    /*
    background-color:#eeeeee;
    color:#b5b5b5;
    border-color:#d0d0d0;
    */

    background-color:var(--light-background);
    border-bottom:1px solid var(--light-border);
    color:var(--secondary-font-color);
    position:relative;
}

.cos_sim_li .icon{
    display:none;
    position:absolute;
    left:5px;
    color:#72bf3b;
}
.cos_sim_match{
    color:var(--main-font-color);
}

.cos_sim_match .icon{
    display:block;
}

#sim_scores{
    position: relative;
    display: block;
    height: 38px;
    padding-top: 15px;
    width: 70%;
    border: 1px solid var(--light-border);
    padding: 0px 12px 0px 10px;
    font-size: 14px;
    transition: 0.2s;
    -webkit-appearance: none;
    border-radius: 3px;
    float:left;
     border-top-right-radius: 0px;
     border-bottom-right-radius: 0px;

}
#update_sim_scores{
  height: 38px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
float:left;
border-left:0px;
}

#ca_answer_term_sim_value,
#my_answer_term_sim_value{
background:var(--light-background);
border: 1px solid var(--light-border);
font-size:16px;
width:35px;
height:20px;
line-height:20px;
border-radius:4px;
text-align:center;
position:absolute;
top:2px;
z-index:2;
}
.my_answer_term_sim_value_holder{
    position:relative;
    padding-top:34px;
}
.answer_term_arrow_down{
  position:absolute;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: var(--light-border);
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  background:var(--light-background);
  bottom: -6px;
  left: 10px;
  z-index:1;
}

#ca_answer_term_sim_value_text,
#my_answer_term_sim_value_text{
position:relative;
z-index:3;
}
#answer_demo,
#cos_sim_demo{
display:none;
}

#sim_scores_title{
font-weight:bold;
}


