
/* dashboard specific css  07/20 */


.hdr-tab{display: none}

.hs a.item:visited {
    color: #000;
    font-weight: 600;
}

.box{
	background: #fff;	
    border-radius: 6px;
    padding: 4.5em 9em 3em;
    position: relative;
    width: 60em;
    max-width: calc(100% - 6em);
	margin: 5em auto 100px;
}
.bg_warn{
	padding: 50px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    background-color: #FFEB3B;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
}
.relat{position: relative;}
.view{top: 15px;}
.bg_intro{
	background-color: aliceblue;
}
@media (max-width:900px){
	.box{max-width: calc(100% - 7px);padding: 50px;}
	.bg_intro{padding: 30px;}
}
@media (max-width:500px){
	.box{max-width: calc(100% - 7px);padding: 30px 1.5em 3em;}
	.bg_intro{padding: 30px 20px;}
}
.sub {
    margin: 0
}

.pro_plus {
	border-radius: 5px;
    background: #9C27B0;
    color: #fff;
    top: 90px;
    right: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: fixed;
    border-bottom: 0;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 2;
    justify-content: center;
    font-weight: 600;
}

.close{
	font-size: 24px;
	color: gray;
	font-weight: 500;
	cursor: pointer;
}
.close:hover{
	color: #000;
}

.bodi {
    margin-top: 4em;
}
.bodi::first-letter {
    font-size: 3em;
    color: #000;
    font-family: 'Vollkorn', times, serif;
    font-weight: 700;
    line-height: 0;
    font-style: italic;
}
.bg_warning{background: #EEE}
.abs {
    top: -20px;
    left: -20px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 7px;
}
.label, .lgry, .llang, .lblck, .lart, .lpro, .lyell,.lgreen {
    padding: 1px 13px;
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 2em;
    margin: 0 0 15px;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    box-shadow: inset 0px 0px 5px 0px rgb(175 175 175 / 60%);
    cursor: pointer;
    max-width: unset;
}
.lgreen{
	background: #8BC34A;
	color: #fff;
}
.lyell{
	background: #FFEB3B;
}
.lgry {
    background: #e7e7e7;
}
.llang {
    background: #e1eaee;
}
.lblck,.lblck:active,.lblck:visited,.lblck:hover {
    background: #0a0a0a;
    color: #fff;
}
.lpro {
    background: #9b6bcc;
    color: #fff;
}
.label-orange:hover,.lpro:hover {
    color: #fff;
}
.lart {
    background: #b3e5fc;
}
.label-default {
    background: #333;
}
.label-sea,.gr {
    background: #4caf50 !important;
    color: #fff
}
.label-orange,.or {
    background: #e67e22 !important;
    color: #fff
}
.popular_badge{
    font-size: 11px;
    padding: 3px 7px;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
}
.flex {
    line-height: 30px;
    height: 30px;
    width: 30px;
    background-color: #FF5722;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    position: absolute;
    top: -13px;
    right: -17px;
    border: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0
}
.flex:hover{background: #333}
.favgrid{
	display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.flagsolut{
	position: relative;
    top: -20px;
    left: 120px;
}
.similar{width: 270px;}
.contact_grid {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.contact_form {
    padding: var(--pa);
    background: #fafafa;
    border-radius: 5px;
    box-shadow: 0 2px 12px #ececec;
}

.pop_grid {
	display: grid;
    grid-template-columns: repeat( auto-fit, minmax(190px, 1fr) );
    grid-column-gap: 10px;
}
.pis14{padding-inline-start: 14px;}
.currencyinput {
	position: relative;
	top: 53px;
	left: 10px;
	font-size: 20px;
	font-weight: 500;
	background: #CDDC39;
	padding: 8px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
}
.fees {
	font-size: 20px !important;
    padding: 14px 20px 14px 100px!important;
}

.disabled,.greenbtn {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.disabled:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background:#e9e9e9;
	cursor: not-allowed
}
.disabled:active {
	position:relative;
	top:1px;
	cursor: not-allowed
}
.greenbtn {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background:#89c403;
	border:1px solid #74b807;
	color:#ffffff;
	text-shadow:0px 1px 0px #528009;
	margin-bottom: 10px;
}
.greenbtn:hover {
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	background:#77a809;
}
.greenbtn:active {
	position:relative;
	top:1px;
}

.bordered_btn {
    color: #000000;
    font-weight: 500;
    vertical-align: baseline;
    min-width: 100px;
    display: inline-block;
    padding: 5px 18px 5px 15px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #9E9E9E;
    cursor: pointer;
}
.bordered_btn:hover {
    border-color: #222;
    color: #222;
}

.options_grid {
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    font-weight: 500;
    white-space: nowrap;
    grid-column-gap: 10px;
    color: #9e9e9e;
    margin-top: 10px;
    align-items: baseline;
}

.stats_grid {
    display: grid;
    font-weight: 500;
    white-space: nowrap;
	grid-column-gap: 10px;
    align-items: baseline;
    grid-template-columns: repeat( auto-fit, minmax(210px, 1fr) );
}
.stats{
    font-size: 13px;
    color: #676767;
    margin-top: 5px;
    border: 1px solid #eee;
    padding: 5px;
}

.form-radio-item {
    position: relative;
}

.isradio {
    position: absolute;
    visibility: hidden;
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important;
}

input[type="radio"]:checked+label {
    font-weight: bold;
    color: #329e5d;
}
.form-radio-item label {
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    z-index: 2;
    display: block;
    cursor: pointer;
    text-transform: none;
    font-size: 14px;
}
.isradio:checked ~ .checkd {
    border: 1px solid #329e5e;
}
.checkd {
    display: inline-block;
    position: absolute;
    border: 2px solid #aaa;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    top: 2px;
    left: 0px;
    z-index: 1;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.checkd:before {
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}



input[type="radio"]:checked+label { font-weight: bold; color: #329e5d; }

.opp_menu {
	display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    grid-column-gap: 25px;
    color: #6d6d6d;
    margin: -20px 0;
}
.opp_menu div{text-align: center}

.opp_menu div:hover{background-color: #eee;}

.opp_main,.opp_other {
	background: #fff;	
    border-radius: 6px;
    padding: 4.5em 9em 3em;
    position: relative;
    width: 60em;
    max-width: calc(100% - 6em);
	margin: -20em auto 100px;
}
.opp_other{padding: 40px 4.5em;margin: 50px auto;}

.redbg{background-color: #FFEBEE}
.catbg{background-color: #FBE9E7 !important}

@media (max-width:810px){
	.opp_main,.opp_other{max-width: calc(100% - 7px);padding: 50px;}
}
@media (max-width:500px){
	.opp_main,.opp_other{max-width: calc(100% - 7px);padding: 30px 1.5em 3em;}
}
.funfair_grid{
	display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.wp{
	min-height: 350px;
	justify-content: center;
}

.cat_itm{
	padding: 0;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px 0px rgb(180 180 180 / 40%);
    border: 0;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-wrap: break-word;
    text-align: center;
    font-weight: 600;
}
.h1vollkorn{
	font-size: 2em;
    line-height: 1.2em;
    margin: 0.2em 0 0.5em;
    font-family: 'Vollkorn', times, serif;
    font-style: italic;
}
.popwp{
	position: relative;
    bottom: 80px;
    right: -15px;
    cursor: pointer;
    font-size: 20px;
    color: #4e4e4e;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.profile_paused{
    background: #FF9800;
    color: #fff;
    border: transparent;
}
.intro_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--cwidth), 1fr));
    grid-gap: 20px;
    padding: 0;
}

.intro_itm {
    padding: var(--pa);
    background: #F9FBE7;
    border-radius: 5px;
    box-shadow: 0 2px 12px #ececec;
    font-size: 14px;
}



.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder{background:#f2f2f2 !important;background:rgba(0,0,0,0.06) !important;border:0 none !important;visibility:visible !important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 2px 5px rgba(0,0,0,0.2)}.selectize-dropdown-header{position:relative;padding:5px 8px;background:#f8f8f8;border-bottom:1px solid #d0d0d0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.selectize-dropdown-header-close{position:absolute;top:50%;right:8px;margin-top:-12px;font-size:20px !important;line-height:20px;color:#303030;opacity:.4}.selectize-dropdown-header-close:hover{color:#444}.selectize-dropdown.plugin-optgroup_columns .optgroup{float:left;border-top:0 none;border-right:1px solid #f2f2f2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px !important}.selectize-control.plugin-remove_button [data-value] .remove{position:absolute;top:0;right:0;bottom:0;display:inline-block;width:17px;padding:2px 0 0;font-size:12px;font-weight:500;color:inherit;text-align:center;text-decoration:none;vertical-align:middle;border-left:1px solid #9E9E9E;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,0.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#00578d}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#aaa}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{font-size:15px;font-weight:600;-webkit-font-smoothing:inherit;line-height:22px;color:#303030}.selectize-input,.selectize-control.single .selectize-input.input-active{display:inline-block;cursor:text;background:#fff}.selectize-input{position:relative;z-index:1;border:1px solid #eee;border-radius:5px;display:inline-block;width:100%;padding:14px;background-color:#eee;box-sizing:border-box}.selectize-control.multi .selectize-input.has-items{padding:14px 8px 12px}.selectize-input.full{background-color:#eee}.selectize-input.disabled,.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{border:1px solid #329e5e;background-color:#fff;}.selectize-input.dropdown-active{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.selectize-input > *{display:-moz-inline-stack;display:inline-block;*display:inline;vertical-align:baseline;zoom:1}.selectize-control.multi .selectize-input > div{padding:2px 10px;margin:0 5px 3px 2px;color:#fff;cursor:pointer;background:#1da7ee;border:0;border-radius:3px}.selectize-control.multi .selectize-input > div.active{color:#fff;background:#9E9E9E;border:1px solid #00578d}.selectize-control.multi .selectize-input.disabled > div,.selectize-control.multi .selectize-input.disabled > div.active{color:#fff;background:#eee;border:}.selectize-input > input{max-width:100% !important;max-height:none !important;min-height:0 !important;padding:0 !important;margin:0 1px !important;line-height:inherit !important;text-indent:0 !important;background:none !important;border:0 none !important;-webkit-box-shadow:none !important;box-shadow:none !important;-webkit-user-select:auto !important}.selectize-input > input:focus{outline:none !important}.selectize-input::after{display:block;clear:left;content:' '}.selectize-input.dropdown-active::before{position:absolute;right:0;bottom:0;left:0;display:block;height:1px;background:#f0f0f0;content:' '}.selectize-dropdown{position:absolute;z-index:10;margin:10px 0 0;background:#fff;border:1px solid #d0d0d0;border-top:0 none;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-dropdown [data-selectable]{overflow:hidden;cursor:pointer}.selectize-dropdown [data-selectable] .highlight{background:rgba(255,237,40,0.4);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.selectize-dropdown [data-selectable],.selectize-dropdown .optgroup-header{padding:5px 8px}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;cursor:default;background:#fff}.selectize-dropdown .active{color:#fff;background-color:#272526}.selectize-dropdown .active.create{color:#fff}.selectize-dropdown .create{color:rgba(48,48,48,0.5)}.selectize-dropdown-content{max-height:200px;overflow-x:hidden;overflow-y:auto}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{position:absolute;top:50%;right:15px;display:block;width:0;height:0;margin-top:-3px;border-color:gray transparent transparent;border-style:solid;border-width:5px 5px 0;content:' '}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-color:transparent transparent gray;border-width:0 5px 5px}.selectize-control .selectize-input.disabled{background-color:#fafafa;opacity:.5}.selectize-control.multi .selectize-input.has-items{padding-right:5px;padding-left:5px}.selectize-control.multi .selectize-input.disabled [data-value]{color:#999;text-shadow:none;background:none;-webkit-box-shadow:none;box-shadow:none}.selectize-control.multi .selectize-input.disabled [data-value],.selectize-control.multi .selectize-input.disabled [data-value] .remove{border-color:#e6e6e6}.selectize-control.multi .selectize-input.disabled [data-value] .remove{background:#444}.selectize-control.multi .selectize-input [data-value]{background-color:#F44336}.selectize-dropdown .optgroup-header{padding-top:7px;font-size:.85em;font-weight:700}.selectize-dropdown .optgroup{border-top:1px solid #f0f0f0}.selectize-dropdown .optgroup:first-child{border-top:0 none}



fieldset {
	border:0;
	margin:0;
	padding:0;
	display: contents;
}

.lbl{
	border: 1px solid #b3b3b3;
    text-align: center;
    border-radius: 5px;
    color: #737373;
    padding: 2px 10px;
    font-size: 14px;
}
.vanxt{vertical-align: -0.169em;}
.pref,.next {
    border: 1px solid #121212;
    transition: color .4s cubic-bezier(.694,.0482,.335,1),background-color .4s cubic-bezier(.694,.0482,.335,1),border .4s cubic-bezier(.694,.0482,.335,1);
    padding: 6px 30px;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-weight: 700;
}
.pref:hover,.next:hover,.pref:focus,.next:focus{
	background-color: #000;
	color: #fff;
}
.commands{
	display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 3em;
    background-image: linear-gradient(90deg, #807e7c 25%, rgba(128,126,124,0) 0);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
    padding: 50px 0 0;
}
.mt80 {
    margin-top: 80px!important;
}
ul .disabled{border: 0;font-weight: 400;font-size: 13px;}
.sub {
    color: unset;
}
.tiny_hint{
	font-size: 11px;
	font-weight: 600;
	color: #777;
}
.budget_section{margin-top:85px;}
.form-radio-group {
    padding-bottom: 10px;
    padding-top: 12px;
    display: flex;
    display: -webkit-flex;
}


.form-radio-item {
    position: relative;
}


.isradio {
    position: absolute;
    visibility: hidden;
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important;
}


.form-radio-item label {
	font-weight: 500;
    padding-left: 30px;
    position: relative;
    z-index: 2;
    display: block;
    cursor: pointer;
    text-transform: none;
    font-size: 14px;
}

.checkd {
    display: inline-block;
    position: absolute;
    border: 2px solid #aaa;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    top: 2px;
    left: 0px;
    z-index: 1;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.checkd:before {
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.isradio:checked ~ .checkd {
    border: 1px solid #329e5e;
}


.isradio:checked ~ .checkd::before {
    background: #329e5e;
}



input[type=text]:disabled {
  background: #ddd;
  cursor: not-allowed;
  color: #ddd;
}


.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: background-color 0.3s;
    height: 50px;
    line-height: 40px;
    background-color: #eee;
    border-radius: 5px;
}
.custom-select:hover, .custom-select:focus {
  background-color: #eee;
}
.custom-select:after {
    content: " ";
    display: block;
    right: 20px;
    top: 23px;
    height: 0;
    width: 0;
    position: absolute;
    border-top: 5px solid #5f5f5f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    pointer-events: none;
}
.is-ie8 .custom-select:after, .is-ie9 .custom-select:after {
  display: none;
}
.custom-select select {
	padding: 0 50px 0 20px;
    width: 100%;
    height: 100%;
    color: #000;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: sans-serif;
    appearance: none;
    font-size: 16px;
}
.custom-select select:focus {
  outline: none;
}
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#SaveProject{
	background-color: #e2a400;
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
    border: 0;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1.5px;
}
#SaveProject:hover{
	border: 1px solid black;
}
.sect{
	margin: 10em 0;
}
.x{
	text-align: center;
    background: #fff;
    padding: 20px;
    border: solid;
}
.w100{
	margin: 0;
}
.user_posted{
	position: relative;
    margin: 30px 17px 0 0;
}
.essentials {
    max-width: 300px;
    border: 3px transparent solid;
    transition: all 1s cubic-bezier(.25, .8, .25, 1);
}
.essentials:hover {
    border: 3px solid #000;
    background-color: #fff;
    border-radius: 20px;
}
.hs {
    grid-column-gap: 10px;
}
.hs .item {
    min-width: 90px;
}
.contact_grid h4{margin-bottom: 10px;}