﻿.inputfield {
  width: 100%;
}
#welcomeMessage .customModal.modal .my-modal-content .share-form-box .step .title {
  margin-bottom: 2rem;
}
#tokenModal {
  width: 40%;
  display: none;
}
#tokenModal .token-invalid-container {
  padding: 30px;
}
#tokenModal .token-invalid-container .title {
  display: flex;
}
#tokenModal .token-invalid-container .title i {
  font-size: 2.25rem;
}
#tokenModal .token-invalid-container .title h1 {
  margin-left: 15px;
}
@media (min-width: 1000px) {
  #confirmCancel.customModal.modal,
  #deleteAccount.customModal.modal,
  #confirmCancelUM.customModal.modal,
  #confirmCancelLM.customModal.modal,
  #confirmCancelGM.customModal.modal {
    height: auto;
    width: 30%;
  }
}
@media (max-width: 1000px) {
  #confirmCancel.customModal.modal,
  #deleteAccount.customModal.modal,
  #confirmCancelUM.customModal.modal,
  #confirmCancelLM.customModal.modal,
  #confirmCancelGM.customModal.modal {
    height: auto;
    width: 50%;
  }
}
@media (max-width: 650px) {
  #confirmCancel.customModal.modal,
  #deleteAccount.customModal.modal,
  #confirmCancelUM.customModal.modal,
  #confirmCancelLM.customModal.modal,
  #confirmCancelGM.customModal.modal {
    width: 100%;
  }
}
#confirmCancel.customModal.modal .fields-column,
#deleteAccount.customModal.modal .fields-column,
#confirmCancelUM.customModal.modal .fields-column,
#confirmCancelLM.customModal.modal .fields-column,
#confirmCancelGM.customModal.modal .fields-column {
  height: 3.5em;
  display: flex;
  flex-direction: column;
}
#confirmCancel.customModal.modal .button-container .mybtn,
#deleteAccount.customModal.modal .button-container .mybtn,
#confirmCancelUM.customModal.modal .button-container .mybtn,
#confirmCancelLM.customModal.modal .button-container .mybtn,
#confirmCancelGM.customModal.modal .button-container .mybtn {
  margin: 5px;
}
#confirmCancel.customModal.modal .button-container-bottom .mybtn,
#deleteAccount.customModal.modal .button-container-bottom .mybtn,
#confirmCancelUM.customModal.modal .button-container-bottom .mybtn,
#confirmCancelLM.customModal.modal .button-container-bottom .mybtn,
#confirmCancelGM.customModal.modal .button-container-bottom .mybtn {
  margin: 5px;
}
#confirmCancel.customModal.modal #deleteAccountPassword,
#deleteAccount.customModal.modal #deleteAccountPassword,
#confirmCancelUM.customModal.modal #deleteAccountPassword,
#confirmCancelLM.customModal.modal #deleteAccountPassword,
#confirmCancelGM.customModal.modal #deleteAccountPassword {
  width: 100%;
}
#newUser.customModal.modal {
  height: 77%;
  width: 70%;
  /*    @media(min-width: 1200px) {
        height: 90%;
    }*/
}
#myProfile.customModal.modal.home .phone-function {
  display: block;
  margin-top: 1em;
  padding-bottom: 1em;
}
#myProfile.customModal.modal.home .phone-function #mobileNumber {
  width: unset;
}
#myProfile.customModal.modal.home .label {
  margin-top: 0;
}
#myProfile.customModal.modal.home #deleteAccountBtn {
  color: #9D2121;
}
#myProfile.customModal.modal.home #deleteAccountBtn:hover {
  cursor: pointer;
  text-decoration: none;
  color: #9D2121;
}
#myProfile.customModal.modal.home #deleteAccountBtn.disabled {
  color: #505050;
}
#myProfile.customModal.modal.home #deleteAccountBtn.disabled:hover {
  cursor: not-allowed;
  color: #505050;
}
#projectsettingsModal.customModal.modal .select2-search__field,
#myProfile.customModal.modal .select2-search__field,
#groupmanagement.customModal.modal .select2-search__field,
#createLabels.customModal.modal .select2-search__field {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9em;
  padding: 6px !important;
  margin-top: 0 !important;
  margin-left: 0;
}
#projectsettingsModal.customModal.modal .select2-container,
#myProfile.customModal.modal .select2-container,
#groupmanagement.customModal.modal .select2-container,
#createLabels.customModal.modal .select2-container {
  width: 100% !important;
}
#projectsettingsModal.customModal.modal .select2-container .select2-selection--single,
#myProfile.customModal.modal .select2-container .select2-selection--single,
#groupmanagement.customModal.modal .select2-container .select2-selection--single,
#createLabels.customModal.modal .select2-container .select2-selection--single {
  height: 2rem !important;
  padding: 0.1em;
  border: 1px solid #DCDCDC;
}
#projectsettingsModal.customModal.modal .select2-container .select2-selection--single .select2-selection__arrow,
#myProfile.customModal.modal .select2-container .select2-selection--single .select2-selection__arrow,
#groupmanagement.customModal.modal .select2-container .select2-selection--single .select2-selection__arrow,
#createLabels.customModal.modal .select2-container .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 5px;
}
#projectsettingsModal.customModal.modal .select2-dropdown,
#myProfile.customModal.modal .select2-dropdown,
#groupmanagement.customModal.modal .select2-dropdown,
#createLabels.customModal.modal .select2-dropdown {
  border: 1px solid #DCDCDC;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .project-image-container,
#myProfile.customModal.modal .my-modal-content .ps-info-box .project-image-container,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .project-image-container,
#createLabels.customModal.modal .my-modal-content .ps-info-box .project-image-container {
  padding-top: 3em;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .project-image-container .img-div,
#myProfile.customModal.modal .my-modal-content .ps-info-box .project-image-container .img-div,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .project-image-container .img-div,
#createLabels.customModal.modal .my-modal-content .ps-info-box .project-image-container .img-div {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #DCDCDC;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .project-image-container .img-div img,
#myProfile.customModal.modal .my-modal-content .ps-info-box .project-image-container .img-div img,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .project-image-container .img-div img,
#createLabels.customModal.modal .my-modal-content .ps-info-box .project-image-container .img-div img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .project-image-container .no-image,
#myProfile.customModal.modal .my-modal-content .ps-info-box .project-image-container .no-image,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .project-image-container .no-image,
#createLabels.customModal.modal .my-modal-content .ps-info-box .project-image-container .no-image {
  height: 180px;
  width: 180px;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .project-image-container .file-upload-container input[type="file"],
#myProfile.customModal.modal .my-modal-content .ps-info-box .project-image-container .file-upload-container input[type="file"],
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .project-image-container .file-upload-container input[type="file"],
#createLabels.customModal.modal .my-modal-content .ps-info-box .project-image-container .file-upload-container input[type="file"] {
  display: none;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .project-image-container .file-upload-container .custom-file-upload,
#myProfile.customModal.modal .my-modal-content .ps-info-box .project-image-container .file-upload-container .custom-file-upload,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .project-image-container .file-upload-container .custom-file-upload,
#createLabels.customModal.modal .my-modal-content .ps-info-box .project-image-container .file-upload-container .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  width: 200px;
  cursor: pointer;
  text-align: center;
  margin-top: 1.5em;
  border-radius: 3px;
  background: whitesmoke;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper,
#myProfile.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper,
#createLabels.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1em;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container,
#myProfile.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container,
#createLabels.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  flex-direction: column;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .label,
#myProfile.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .label,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .label,
#createLabels.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .label {
  font-weight: 700;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-owner,
#myProfile.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-owner,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-owner,
#createLabels.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-owner {
  display: flex;
  color: #707070;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-owner label,
#myProfile.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-owner label,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-owner label,
#createLabels.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-owner label {
  margin-right: 15px;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates,
#myProfile.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates,
#createLabels.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #707070;
  align-items: flex-start;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .creation,
#myProfile.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .creation,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .creation,
#createLabels.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .creation {
  display: flex;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .creation label,
#myProfile.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .creation label,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .creation label,
#createLabels.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .creation label {
  margin-right: 15px;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .modification,
#myProfile.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .modification,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .modification,
#createLabels.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .modification {
  display: flex;
}
#projectsettingsModal.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .modification label,
#myProfile.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .modification label,
#groupmanagement.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .modification label,
#createLabels.customModal.modal .my-modal-content .ps-info-box .ps-metadata-wrapper .project-settings-metadata-container .ps-dates .modification label {
  margin-right: 15px;
}
#projectsettingsModal.customModal.modal .phone-function,
#myProfile.customModal.modal .phone-function,
#groupmanagement.customModal.modal .phone-function,
#createLabels.customModal.modal .phone-function {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
}
.customModal.modal .my-modal-content .login-form-box {
  position: relative;
  z-index: 2;
  padding: 0 2em;
  grid-column: 2;
  display: flex;
  flex-direction: column;
}
.customModal.modal .my-modal-content .login-form-box .close {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 5px;
  right: 5px;
}
.customModal.modal .my-modal-content .login-form-box .step {
  display: flex;
  flex-direction: column;
}
.customModal.modal .my-modal-content .login-form-box .step .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1em 0;
  /*                    margin-top: 2em;*/
}
.customModal.modal .my-modal-content .login-form-box .step .title h1 {
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .customModal.modal .my-modal-content .login-form-box .step .title h1 {
    text-align: center;
  }
}
.customModal.modal .my-modal-content .login-form-box .step .title h3 {
  font-size: 1.25em;
  margin-top: -0.25em;
  padding-bottom: 0.5em;
  color: #909090;
}
.customModal.modal .my-modal-content .login-form-box .step .fields .email {
  margin-bottom: 10px;
}
.customModal.modal .my-modal-content .login-form-box .step .fields .email .inputfield {
  width: 100%;
}
.customModal.modal .my-modal-content .login-form-box .step .fields .not-valid-container {
  height: 1.5em;
  display: flex;
  /* justify-content: flex-end;*/
}
.customModal.modal .my-modal-content .login-form-box .step .fields .password {
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  .customModal.modal .my-modal-content .login-form-box .step .fields .password {
    margin-bottom: 30px;
  }
}
.customModal.modal .my-modal-content .login-form-box .step .fields .password .inputfield {
  width: 100%;
}
.customModal.modal .my-modal-content .login-form-box .step .fields .forgot-pw {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25em;
}
.customModal.modal .my-modal-content .login-form-box .step .fields .button-container {
  margin: 0em;
}
.customModal.modal .my-modal-content .login-form-box .step .fields .button-container .mybtn {
  width: 200px;
}
.customModal.modal .my-modal-content .login-form-box .step .code-link {
  padding: 2rem 0;
}
.customModal.modal .my-modal-content .project-settings-form-box {
  position: relative;
  z-index: 2;
  padding: 0 2em;
  grid-column: 2;
  display: flex;
  flex-direction: column;
}
.customModal.modal .my-modal-content .project-settings-form-box .label {
  font-weight: 600;
  margin-right: 1em;
}
.customModal.modal .my-modal-content .project-settings-form-box .close {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 5px;
  right: 10px;
}
.customModal.modal .my-modal-content .project-settings-form-box .step {
  display: flex;
  flex-direction: column;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1em 0;
  margin-top: 2em;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .title h1 {
  text-transform: uppercase;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .title h3 {
  font-size: 1.25em;
  margin-top: -0.25em;
  padding-bottom: 0.5em;
  color: #909090;
  text-transform: uppercase;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .subscription-ended-renew-container {
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .subscription-ended-renew-container button {
  margin-top: 20px;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 {
  display: block;
  height: 610px;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew h1 {
  color: #000000;
  margin-bottom: 15px;
  margin-top: 10px;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options .option {
  width: 300px;
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  color: #000000;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options .option h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options .option .price {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options .option .price .small-text {
  margin-left: 2px;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options .option ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: start;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options .option ul li {
  display: flex;
  line-height: 2rem;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options .option ul li i {
  margin-right: 10px;
  min-width: 30px;
  height: 2rem;
  display: flex;
  align-items: center;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options .option ul li .fa-check {
  color: green;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options .option ul li .fa-times {
  opacity: 0.5;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-2 .renew .personal-options .option button {
  width: 80%;
  background-color: #fff;
  color: #000;
  padding: 10px;
  outline: none;
  border: 2px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 {
  height: 100%;
  justify-content: space-between;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 20px;
  justify-content: space-around;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options form {
  margin-bottom: 20px;
  display: flex;
  padding: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options form .payment-option.selected-payment {
  max-height: 170px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform ease-in 0.2s;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options form .payment-option.selected-payment img {
  border-radius: 50%;
  border: 1px solid #ccc;
  height: calc(100% - 47px);
  background: linear-gradient(322deg, #e6e6e6, #fff);
  box-shadow: unset;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options form .payment-option.selected-payment label {
  font-size: 18px;
  margin: 0;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options form .payment-option {
  max-height: 170px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options form .payment-option:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform ease-in 0.2s;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options form .payment-option img {
  border-radius: 50%;
  border: 1px solid #ccc;
  height: calc(100% - 47px);
  background: linear-gradient(322deg, #e6e6e6, #fff);
  box-shadow: 6px 6px 12px #d9d9d9, -6px -6px 12px #fff;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options form .payment-option label {
  font-size: 18px;
  margin: 0;
}
.customModal.modal .my-modal-content .project-settings-form-box .step.step-3 .payment-options #go-to-mollie-renew {
  background-color: #fff;
  color: #000;
  padding: 10px;
  outline: none;
  border: 2px solid #eee;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .fields {
  display: flex;
  flex-direction: column;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .fields .field-container {
  min-height: 4rem;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .fields #ps-input-name {
  width: 100%;
  font-size: 0.85em;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .fields #ps-textarea-description {
  width: 100%;
  min-height: 7.5em;
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 0.85em;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .fields .button-container {
  position: absolute;
  bottom: 30px;
  right: 37.3333px;
}
.customModal.modal .my-modal-content .project-settings-form-box .step .fields .button-container .mybtn {
  width: 200px;
}
@media (min-width: 1200px) {
  .customModal.modal {
    width: 90%;
  }
  .customModal.modal .my-modal-content .login-form-box {
    position: relative;
    z-index: 2;
    padding: 0 2em;
    grid-column: 2;
    display: flex;
    flex-direction: column;
  }
  .customModal.modal .my-modal-content .login-form-box .close {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .customModal.modal .my-modal-content .login-form-box .step {
    display: flex;
    flex-direction: column;
  }
  .customModal.modal .my-modal-content .login-form-box .step .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1em 0;
    margin-top: 2em;
  }
  .customModal.modal .my-modal-content .login-form-box .step .title h1 {
    text-transform: uppercase;
  }
  .customModal.modal .my-modal-content .login-form-box .step .title h3 {
    font-size: 1.25em;
    margin-top: -0.25em;
    padding-bottom: 0.5em;
    color: #909090;
  }
  .customModal.modal .my-modal-content .login-form-box .step .fields {
    padding: 0 3em;
    display: flex;
    flex-direction: column;
  }
  .customModal.modal .my-modal-content .login-form-box .step .fields .button-container {
    display: flex;
    justify-content: flex-end;
    margin: 1em 0em;
  }
  .customModal.modal .my-modal-content .login-form-box .step .fields .button-container .mybtn {
    width: 200px;
  }
  .customModal.modal .my-modal-content .login-form-box .step .fields #forgot-pw {
    color: #9D2121;
  }
  .customModal.modal .my-modal-content .login-form-box .step .fields #forgot-pw:hover {
    color: #9D2121;
    cursor: pointer;
    text-decoration: none;
  }
  .customModal.modal .my-modal-content .login-form-box .step .forgot-pw-message-container {
    border: 1px solid #00c598;
    padding: 1em;
    margin: 0 3em;
    border-radius: 3px;
  }
  .customModal.modal .my-modal-content .login-form-box .step .forgot-pw-message-container p {
    margin-bottom: 0;
  }
  .customModal.modal .my-modal-content .login-form-box .step .code-link {
    padding: 2.25em 0;
  }
  .customModal.modal .my-modal-content .share-form-box .step {
    display: flex;
    flex-direction: column;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields {
    display: flex;
    flex-direction: column;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .addShares {
    display: flex;
    flex-direction: column;
    height: 19.5em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .addShares .addShares-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .addShares .addShares-container .addShares-select-container {
    width: 70%;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .addShares .addShares-container .addShares-select-container .addShares-select {
    width: 100%;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .addShares .addShares-container .addShares-roles-select-container {
    width: 25%;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .addShares .addShares-container .addShares-roles-select-container .addShares-roles-select {
    width: 100%;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .addShares .addShares-container .addShares-roles-select-container .addShares-roles-select .select2-container .select2-selection--single {
    height: 40px !important;
    padding: 0.35em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .addShares .addShares-message-container .addShares-message {
    width: 100%;
    height: 7.5em;
    padding: 0.5em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .addShares .addShares-canShare-container label:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .button-container {
    bottom: 0;
    margin: 2em 0em;
    padding-bottom: 1em;
    width: 100%;
    padding-left: 2em;
    right: 2em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .viewmode,
  .customModal.modal .my-modal-content .share-form-box .step .fields .addmode {
    display: flex;
    justify-content: flex-end;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .viewmode .mybtn,
  .customModal.modal .my-modal-content .share-form-box .step .fields .addmode .mybtn {
    width: 200px;
  }
  .customModal.modal .my-modal-content .share-form-box .step .code-link {
    padding: 1.5em 2.5em;
  }
}
@media (min-width: 1369px) {
  .customModal.modal .my-modal-content .login-form-box {
    position: relative;
    z-index: 2;
    padding: 0 2em;
    grid-column: 2;
    display: flex;
    flex-direction: column;
  }
  .customModal.modal .my-modal-content .login-form-box .close {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .customModal.modal .my-modal-content .login-form-box #backBtn:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .customModal.modal .my-modal-content .login-form-box .step {
    display: flex;
    flex-direction: column;
  }
  .customModal.modal .my-modal-content .login-form-box .step .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1em 0;
    margin-top: 2em;
  }
  .customModal.modal .my-modal-content .login-form-box .step .title h1 {
    text-transform: uppercase;
  }
  .customModal.modal .my-modal-content .login-form-box .step .title h3 {
    font-size: 1.25em;
    margin-top: -0.25em;
    padding-bottom: 0.5em;
    color: #909090;
  }
  .customModal.modal .my-modal-content .login-form-box .step .fields .password {
    margin-top: 1em;
  }
  .customModal.modal .my-modal-content .login-form-box .step .fields #not-valid-container-password .not-valid-password-messages-container {
    width: 50%;
  }
  .customModal.modal .my-modal-content .login-form-box .step .fields .button {
    margin: 1em 0em;
  }
  .customModal.modal .my-modal-content .login-form-box .step .fields .button button {
    width: 75%;
  }
  .customModal.modal .my-modal-content .share-form-box {
    position: relative;
    z-index: 2;
    padding: 0 2em;
    grid-column: 2;
    display: flex;
    flex-direction: column;
  }
  .customModal.modal .my-modal-content .share-form-box .close {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .customModal.modal .my-modal-content .share-form-box .step {
    display: flex;
    flex-direction: column;
  }
  .customModal.modal .my-modal-content .share-form-box .step .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1em 0;
    margin-top: 2em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .title h1 {
    text-transform: uppercase;
  }
  .customModal.modal .my-modal-content .share-form-box .step .title h3 {
    font-size: 1.25em;
    margin-top: -0.25em;
    padding-bottom: 0.5em;
    color: #909090;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields {
    display: flex;
    flex-direction: column;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .search-field-share {
    margin-bottom: 1em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results {
    padding-top: 1em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results .r1 {
    grid-row: 1;
    display: flex;
    justify-content: space-between;
    height: 3em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results .r1 .result-item {
    display: flex;
    justify-content: flex-start;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results .r1 .result-item .icon {
    width: 5em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results .r1 .result-item img {
    border-radius: 50%;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results .r1 .result-item div {
    padding-left: 1em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results .r1 .result-item div p {
    font-size: 0.8em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results .r1 .result-item div p:first-child {
    font-size: 1em;
    margin-bottom: 0;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results .r1 .role {
    display: flex;
    justify-content: flex-end;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results .r1 .role select {
    border: none;
    background-color: white;
    outline: none;
    margin-right: 2em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .results .r1 .role select option {
    padding-right: 0.5em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .button {
    margin: 1em 0em;
  }
  .customModal.modal .my-modal-content .share-form-box .step .fields .button button {
    width: 75%;
  }
  .customModal.modal .my-modal-content .share-form-box .step .code-link {
    padding: 1.5em 2.5em;
  }
}
.result-item:hover .remove-share {
  display: flex;
}
.select2-search__field {
  height: 32px !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 0.9rem !important;
  padding-top: 3px !important;
}
.addShares-roles-select-container .select2-container {
  width: 100% !important;
}
.addShares-roles-select-container .select2-container .select2-selection--single {
  height: 36px !important;
  padding: 0.25em;
}
.addShares-roles-select-container .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 5px;
}
#add-label-select-container .select2-container {
  width: 100% !important;
}
#add-label-select-container .select2-selection--multiple {
  height: 5em;
}
.share-role-container .select2-container .select2-selection--single {
  height: 40px !important;
  padding: 0.35em;
}
.share-role-container .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 5px;
}