/**
* Theme Name: Rhye Child
* Description: This is a child theme of Rhye, generated by Merlin WP.
* Author: <a href="https://artemsemkin.com">Artem Semkin</a>
* Template: rhye
* Version: 1.0.0
*/

/*alert*/
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 8px;
}


.form-header-title {
 /*   border: 1px solid #262626;
    border-radius: 15px;*/
    margin-top: 80px;
    text-align: center;
}

.form-header-title h2,.form-header-title .paragraph {
   /* font-size: 30px;
    line-height: 40px;*/
    margin: 15px;
}
.form-field-input {
    display: flex;
    flex-flow: column;
}
@media (min-width: 992px) {
	.form-field-input,.form-header-title {
		width: 80%;
	}
    .login-form .form-field-input,.forget-form .form-field-input,.form-header-title.login-page {
        width: unset;
    }
}
@media (max-width: 768px) {
	.form-field-input .submit-btn {
		width: 50%;
	}
}
.form-field-input .prompt {
    resize: none;
}
.form-field-input label {
    color: #666666;
    font-size: 14px;
}

.form-field-input input,.form-field-input textarea,.form-field-input select {
    border-radius: 8px;
    padding: 6px 10px 6px 10px;
    border: 1px solid #262626;
    background-color: #ffffff;
    color: #000000;
}
.form-field-input select {
     -webkit-appearance: none; 
}
.form-field-input .submit-btn {
    background-color: #262626;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
    width: 30%;
    height: 50px;
    margin-bottom: 10px;
    cursor: pointer;
}

.btn-back {
    width: 50px !important;
    margin-right: 20px;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #000000;
}

.privacy-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.privacy-checkbox label {
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
}

.form-footer {
    display: flex;
    flex-flow: row;
}

.form-footer p {
    margin-left: 20px;
    margin-top: 10px;
}
@media (max-width: 425px){
    .form-footer {
        flex-flow: column;
    }
    .form-field-input .submit-btn {
        width: 100%;
    }
    .form-footer p {
        text-align: center;
    }
}
.register-form {
    width: 100%;
}
#create_subtopics-error {
    order: 3;
    width: 100%;
}
#privacy_checkbox-error {
    order: 3;
}
.community-slug {
    position: relative;
}
.domain-name {
    position: absolute;
    top: 55%;
    right: 24%;
    border-left: 1px solid #cccccc;
    padding-left: 11px;
}
#community_slug-error {
    position: absolute;
    top: 100%;
}
.error {
    color: #ff0000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
@media (max-width: 991px){
    .domain-name {
        right: 4%;
    }
}
@media (max-width: 625px){
    .domain-name {
        right: 6%;
    }
}
@media (max-width: 425px){
    .domain-name {
        right: 8%;
    }
}
.newsletter-form form input {
    border: 0;
    border-radius: 8px;
    padding: 10px 8px 8px 10px;
    margin-right: 20px;
}
@media (min-width: 992px){
    .section-properties__item .newsletter-form {
        margin-bottom: 300px;
    }
}
@media (max-width: 991px) {
    .revert-div {
        order: 2;
    }
}

.subscribe-btn {
    background-color: #eeece6ff;
    color: #000000;
    text-transform: uppercase;
    padding-left: 15px !important;
    padding-right: 15px !important;
    cursor: pointer;
}
.section-properties__item .subscribe-btn{
   background-color: #202020;
   color: #ffffff;
} 
.newsletter-form form {
	display: flex;
	align-items: flex-start;
}


@media (max-width: 1190px) and (min-width: 992px) {
	.newsletter-form form .wpcf7-form-control-wrap {
		width: 50%;
	}
	.newsletter-form form .news-letter-email {
		max-width: 90%;
	}
}

@media (max-width: 566px) {
	.newsletter-form form {
		flex-flow: column;
	}
	.newsletter-form .subscribe-btn {
		margin-top: 20px;
	}
}

/*Modal*/
.md-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 320px;
    height: 100vh;
    overflow-y: scroll;
    z-index: 99999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 100px;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(#e4f0e3, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-content {
    max-width: 1480px;
    margin: auto;
}

.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background-color: #ffffff;
} 

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.md-close {
    margin: 25px !important;
}

#mwai-chatbot-default {
    position: unset !important;
}
#run_prompts_gpt_bot p {
    color: #FFFFFF !important;
}
.auto-generate-button {
    display: flex;
}
.auto-generate-button h3 {
    flex: auto;
}

@media screen and (max-width: 991px){
    .slider-halfscreen-projects__content {
        bottom: 30%;
        right: 0;
        padding-left: 15% !important;
    }
    .slider-halfscreen-projects__content h2,.slider-halfscreen-projects__content .subheading,.slider-halfscreen-projects__content .paragraph {
        color: #eeece6 !important;
    }
}
@media (max-width: 566px) {
    .news-letter-email {
        width: 100%;
    }
}

/*Login*/
.login-form,.forget-form {
    display: grid;
    place-items: center;
}
.login-form-footer {
    display: flex;
    align-items: center;
}
.page-id-2910 .footer {
    display: none;
}
form#register_form, form#register_form p {
    font-family: none;
}

.select2-container {
    border-radius: 8px !important;
    border: 1px solid #262626 !important;
    background-color: #ffffff !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-selection--multiple {
    border: unset !important;
    outline: unset !important;
    background-color: unset !important;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 24px !important;
}
#industry-error {
    order: 4;
}