#signup-message {
	display: none;
    padding: 10px;
	text-align: center;
	margin-bottom: 25px;
}
#signup-message.error {
    color: #fff;
    background-color: #ff9393;
}
#signup-message.success {
    color: #fff;
    background-color: #5e9958;
}
.not-allowed-plan {
	cursor: not-allowed !important;
}
.no-record-message p {
    color: #fff;
}
.no-record-message p a {
    text-decoration: underline;
    color: #fff;
}
.back-steps {
	display: none;
	color: #fff;
	padding: 0px 20px;
}
.back-steps:hover {
	color: #fff;
}

#community-add-group, #community-add-post {
    padding: 20px 0px;
}
.community-group-holder, .community-post-holder {
    border-bottom: 1px solid;
    padding-bottom: 20px;
	padding-top: 20px;
}

.selectinput-multiple select {
	border-radius: 10px;
    height: 50px;
    padding: 0 30px;
    background-color: #152744;
    color: #fefefe;
    font-family: "Worksans", sans-serif;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    border: 1px;
}
.selectinput-multiple #multiple-select-container-1 .form-control .content{
    margin-top: 0 !important;
    color: #fff;
    font-size: 14px;
}
.selectinput-multiple #multiple-select-container-1 button.form-control{
    background-color: #152744;
    border: none;
    height: 50px;
    border-radius: 10px;
    padding: 0 30px;
}
.newpost_textarea{
    visibility: hidden;
    height: 0;
}
.page-template-template-dashboard-add-community .media-modal.wp-core-ui .screen-reader-text {
    display: none !important;
}
.modal_custom_buttons{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.modal_custom_buttons .modal_btns{
    border: none;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 8px;
    margin-right: 10px;
}
.class_cm_h3{
    font-size: 24px !important;
    margin-bottom: 30px;
}
.cards-link{
    color: #fff !important;
}
.addselectstats .select-items{
    height: 118px !important;
}
#community-edit-post{
    display: none;
    width: 100%;
    padding-left: 30px
}
#community-edit-post .edit_post_cm{
    max-width: 700px;
    
}

.autocomplete-search {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 225px;
    overflow-x: hidden;
    overflow-y: auto;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.new_changepass_div{
    margin-top: 30px;
    color:#fff;
}
.new_changepass_div .signupform-group input{
    max-width: 350px;
}
.new_changepass_div .sgroup-btn{
    padding-top: 30px;
}
/*
.not_notify{
    box-shadow: 0px 2px 0 0 #731515 !important;
}
*/
.not_notify:hover{
    box-shadow: unset !important;
}

.cards-link .notifytooltip {
    visibility: hidden;
    background-color: white;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 4px 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -70px;
    text-transform: none !important;
}

.cards-link:hover .notifytooltip {
    visibility: visible;
}
.signup_standard_link, .termpopup2, .term_private{
    color: #4776c3 !important;
}
.recruit_modal_contents{
    font-size: 0.8rem;
}
.termpopup_close{
    background-image: url('img/menu-x-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}