.shared-project-errorMessages {
	padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.shared-project-errorMessages h2 {
	font-size: 45px!important;
}
.upload-photo h2 {
    font-size: 35px!important;
} 
p.error-msg{
  color: #BD483C !important;
}
.pypsection {
    background: var(--behr-beige); 
}
.page-header h1 {
     font-size: 45px!important;
 }
button.red-primary-button:disabled {
    background: #ccc;
    text-decoration: none;
}
button.pyp-project-close {
    padding: 0px;
    background: white;
    border: none;
}

div#my-project-modal .modal-body {
    max-height: calc(100vh + 300px);
    overflow-y: auto;
}

div#my-project-modal .pyp-contentData.pyp-myProjects {
    padding-bottom: 80%;
}

button.logout {
    padding: 0px;
    background: none;
    border: none;
    height: 20px;
    display: block;
}

#my-project-modal .modal-dialog {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 0;
}
@media (min-width: 991px) {
    .upload-photo.py-3 {
        background: var(--behr-beige);  
    }
    
    .col-lg-3.py-4:nth-child(2) {
        display: none;
    }
     .pypsection {
        /*border-bottom: 1px solid #ccc;*/
        margin-bottom: 30px;
        background: var(--behr-beige); 
    }
}
    span.userName {
        text-transform: capitalize;
    }

.logout {
    color: #C94F15;
    font-weight: var(--behr-bold); 
}
.project-info {
     background: #f6f5f0;
}
.pypsection h2 {
   font-size: 78px!important;
}
.pypsection .pr-lg-3 {
   font-size: 18px!important;
}
@media (max-width: 991px) {
	.noimagePypMessageContainer {
	   padding-bottom: 3rem!important;
	}
    .page-header h1 {
        font-size: 35px!important;
    }
	.shared-project-errorMessages h2 {
	    font-size: 35px!important;
	}
	.upload-photo h2 {
	    font-size: 35px!important;
	}	
	.pypsection h2 {
	   font-size: 48px!important;
	}
	.pypsection .pr-lg-3 {
	   font-size: 15px!important;
	}	
    .img-section {
       padding: 0px;
           order: 1;
    }
    .upload-section {
        background: white;
        width: 100%;
        /* margin: auto; */
        margin-left: 15px;
        margin-right: 15px;
    }
    section.upload-photo.py-3 {
        background: #f6f5f0;
    }
    .content-section {
        order: 2;
    }
}

/*PYP Tabs and Select Option*/
.pyp-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}
.pyp-toggleTabs h4 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 32px;
    line-height: 25px;
    color: #465058;
}
.dark-label-text {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 15px;
    line-height: 20px;
    color: #465058;
}
.para-text {
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 24px;
    color: #212529;
}
.pyp-custom-selects {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.pyp-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    color: #3b3b3b;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-style: solid;
    border-color: #465058;
    border-radius: 25px;
    border: 1px solid #465058;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}

@media (max-width: 500px) {
	.pyp-select__trigger {
		line-height: 22px;
	}
}

.pyp-custom-selects.open .pyp-select__trigger {
    border-radius: 25px 25px 0px 0px;
}
.pyp-custom-options {
    display: block;
}
.pyp-custom-options {
    position: absolute;
     display: block !important; 
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #394a6d;
    border-top: 0;
    background: #f6f5f0;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    border-radius: 0px 0px 25px 25px;
    overflow: hidden;
}
.pyp-custom-options {
    border: 1px solid #465058;
    display: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.pyp-custom-selects.open .pyp-custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.pyp-custom-option.selected {
    color: #ffffff;
    background-color: #465058;
}
.pyp-custom-option, .pyp-custom-option span {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    font-size: 22px;
    font-weight: var(--behr-normal);
    color: #3b3b3b;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.5s;
}
.pyp-toggleTabs a {
    display: block;
}
.square-border {
    background: #C4C4C4;
}
.more-options-click:hover {
    cursor: pointer;
}
.show-more-option i {
    right: 5%;
}
/*PYP Project Detailed*/
.color-used {
    border-radius: 10px;
    width: 38px;
    height: 35px;
    border: 1px solid #A5A5A5;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 400px) {
    .color-used {
        width: 33px;
        height: 30px;
    }
}

.pyp-room-block {
    border: 1px solid #A5A5A5;
    border-radius: 15px;
}
.pyp-room-radius {
    border-radius: 15px 0px 0px 15px;
}
.pyp-project-cross:hover {
    cursor: pointer;
}
.blue-primary-button {
    background: #465058;
    border-radius: 25px;
    padding: 10px 30px;
    border: 1px solid #465058;
    color: #fff;
}
.blue-primary-button:hover {
    background: #465058;   
}
.anchor-primary {
    border: 1px solid #465058;
    border-radius: 40px;
    padding: 10px 30px;
    color: black;
}
.anchor-primary:hover {
    background: #465058;
    color: #fff;
}
.red-primary-button {
    background: #BD483C;
    border-radius: 25px;
    padding: 10px 30px;
    border: 1px solid #465058;
    color: #fff;
}
.red-primary-button:hover {
    background: #BD483C;
}
.orange-pro-text {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 15px;
    line-height: 18px;
    color: #BD483C !important;
  }
  .orange-pro-text:hover {
    color: #A13F11 !important;
    text-decoration: none;
  }
.pyp-project-block {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
}
.pyp-project-block h4 {
    font-size: 26px;
}
@media (max-width: 1050px) {
    .pyp-toggleTabs .para-text {
        font-size: 15px;
    }
    .pyp-toggleTabs .dark-label-text {
        font-size: 14px;
    }
}
.pyp-grey-bg {
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    width: 100px;
    height: 100px;
}
form.pyp-contact-info label {
    margin-bottom: 0px !important;
}
.pyp-form-radius {
    border-radius: 25px !important;
}
.smallSnapshot {
    width: 150px !important;
    /*height: 97px;*/
}
@media (min-width: 992px) {
    .load-more-projects {
        margin-left: 22%;
    }
	.upload-photo {
	    /*margin-bottom: 0rem!important;*/
	    margin-top: 3rem!important; 
	}    
    .shared-project-images .container .row .col-lg-12 img {
        width:unset;
    }
    /*.shared-project-images .container .row { padding-right: 28%; };*/
}
#projectErrorMsg {
    color: red;
}
@media (max-width: 991px) {
    .pyp-contact-info input[type='text'], .pyp-change-password input[type='text']{
        width: 100% !important;
    }
    .upload-photo {
        padding-top: 50px!important;    
    }
}
.border-bottom-line {
    border-bottom: 1px solid #D8D8D8;
}
.behr-pyp-small-text, .behr-pyp-small-text b {
    font-size: 15px !important;
}

.remainingColors {
    font-weight: var(--behr-bold);
}
.shared-project-images .row .col-lg-6 img {
	width: 100%;
}
.upload-photo {
	/*margin-bottom: 0rem!important;*/
    /*margin-top: 3rem!important;*/	
}
.upload-photo .col-lg-6.d-lg-flex.align-items-center.justify-content-center.d-none {
    justify-content: start !important;
}
.shared-project-errorMessages {
	display:none;
}
.noimagePypMessageContainer {
	display:none;
}
.upload-photo .col-lg-6.d-lg-flex.align-items-center.justify-content-center.d-none {
    justify-content: start !important;
}
.pyp-emailInfo a {
    font-weight: var(--behr-bold);
    font-size: 15px;
    line-height: 18px;
    color: #C94F15 !important;
}