/*-----------------------------
----- Start Add Font Face -----
-----------------------------*/
@font-face {
    font-family: "IranYekan-BLACK";
    src: url("../fonts/woff/iranyekanwebblackfanum.woff") format("woff"),
      url("../fonts/svg/iranyekanwebblackfanum.svg") format("svg"),
      url("../fonts/ttf/iranyekanwebblackfanum.ttf") format("truetype"),
      url("../fonts/eot/iranyekanwebblackfanum.eot") format("embedded-opentype");
}
@font-face {
    font-family: "IranYekan-BOLD";
    src: url("../fonts/woff/iranyekanwebboldfanum.woff") format("woff"),
      url("../fonts/svg/iranyekanwebboldfanum.svg") format("svg"),
      url("../fonts/ttf/iranyekanwebboldfanum.ttf") format("truetype"),
      url("../fonts/eot/iranyekanwebboldfanum.eot") format("embedded-opentype");
}
@font-face {
    font-family: "IranYekan-EXBLACK";
    src: url("../fonts/woff/iranyekanwebextrablackfanum.woff") format("woff"),
      url("../fonts/svg/iranyekanwebextrablackfanum.svg") format("svg"),
      url("../fonts/ttf/iranyekanwebextrablackfanum.ttf") format("truetype"),
      url("../fonts/eot/iranyekanwebextrablackfanum.eot")
        format("embedded-opentype");
}
@font-face {
    font-family: "IranYekan-EXBOLD";
    src: url("../fonts/woff/iranyekanwebextraboldfanum.woff") format("woff"),
      url("../fonts/svg/iranyekanwebextraboldfanum.svg") format("svg"),
      url("../fonts/ttf/iranyekanwebextraboldfanum.ttf") format("truetype"),
      url("../fonts/eot/iranyekanwebextraboldfanum.eot")
        format("embedded-opentype");
}
@font-face {
    font-family: "IranYekan-LIGHT";
    src: url("../fonts/woff/iranyekanweblightfanum.woff") format("woff"),
      url("../fonts/svg/iranyekanweblightfanum.svg") format("svg"),
      url("../fonts/ttf/iranyekanweblightfanum.ttf") format("truetype"),
      url("../fonts/eot/iranyekanweblightfanum.eot") format("embedded-opentype");
}
@font-face {
    font-family: "IranYekan-MEDIUM";
    src: url("../fonts/woff/iranyekanwebmediumfanum.woff") format("woff"),
      url("../fonts/svg/iranyekanwebmediumfanum.svg") format("svg"),
      url("../fonts/ttf/iranyekanwebmediumfanum.ttf") format("truetype"),
      url("../fonts/eot/iranyekanwebmediumfanum.eot") format("embedded-opentype");
}
@font-face {
    font-family: "IranYekan-REGULAR";
    src: url("../fonts/woff/iranyekanwebregularfanum.woff") format("woff"),
      url("../fonts/svg/iranyekanwebregularfanum.svg") format("svg"),
      url("../fonts/ttf/iranyekanwebregularfanum.ttf") format("truetype"),
      url("../fonts/eot/iranyekanwebregularfanum.eot") format("embedded-opentype");
}
@font-face {
    font-family: "IranYekan-THIN";
    src: url("../fonts/woff/iranyekanwebthinfanum.woff") format("woff"),
      url("../fonts/svg/iranyekanwebthinfanum.svg") format("svg"),
      url("../fonts/ttf/iranyekanwebthinfanum.ttf") format("truetype"),
      url("../fonts/eot/iranyekanwebthinfanum.eot") format("embedded-opentype");
}

.cupg-profile {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
}

.cupg-gallery {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

#cupg-loading {
  font-size: 16px;
  color: #5f4cd5;
}


/*------------------------
----- account status -----
------------------------*/
.PHTLPR_accountstatus-countainer {
    margin: 2rem 4rem;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    padding: 2rem 4rem;
    display: grid;
    grid-template-columns: 60% 40%;
    justify-items: center;
    align-items: center;
    height: fit-content;
    transition: all 0.3s;
}
.PHTLPR_accountstatus-countainer:hover {
    border: 2px solid #d22880;
    border-radius: 15px;
}
.PHTLPR_accountstatus-contents {
  grid-column: 1/3;
}
.PHTLPR_accountstatus-title {
    font-size: 28px;
    font-family: IranYekan-BOLD;
    font-weight: 700;
    margin-bottom: 1.5rem;

}
.PHTLPR_accountstatus-description {
    font-size: 18px;
    font-family: IranYekan-MEDIUM;
    font-weight: 400;
    margin-bottom: 3rem;
    text-align: justify;
}
.PHTLPR_accountstatus-datas {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.PHTLPR_accountstatus-datas h5 {
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-family: IranYekan-REGULAR;
}
.PHTLPR_accountstatus-datas strong {}
.pending-status {
    color: orange;
    font-style: normal;
}
.PHTLPR_accountstatus-icons {
    display: grid;
    justify-items: center;
    align-items: center;
}
.PHTLPR_accountstatus-icons div{
    margin-bottom: 20px;
}
.PHTLPR_accountstatus-icons img {
    transition: all 0.3s;
    margin: auto auto;
    max-width: 250px;
    max-height: 250px;
}
.PHTLPR_accountstatus-icons img:hover {

}
.PHTLPR_accountstatus-icondesc {
    align-self: start;
    font-family: IranYekan-REGULAR;
    font-weight: 400;
    font-size: 24px;
    transition: all 0.3s;
}
.PHTLPR_accountstatus-icondesc:hover {
    text-decoration: underline;
    color: #d22880;
}
.PHTLPR_accountstatus-datasss {
  width: 100%;
  border: 2px dashed #d22880;
  border-radius: 8px;
  padding: 12px 6px;
}

@media (max-width: 390px) {
  .PHTLPR_accountstatus-countainer {
    margin: 1rem 2rem;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    padding: 0.5rem;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    height: fit-content;
    transition: all 0.3s;
}
.PHTLPR_accountstatus-description {
  font-size: 16px;
  font-family: IranYekan-MEDIUM;
  font-weight: 400;
  margin-bottom: 3rem;
  text-align: justify;
}
.PHTLPR_accountstatus-datas {
  display: grid;
  grid-template-columns: 1fr;
}
.PHTLPR_accountstatus-title {
  font-size: 24px;
  font-family: IranYekan-BOLD;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
.PHTLPR_accountstatus-datasss {
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0px;
}
.PHTLPR_accountstatus-icons {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-row: 3/2;
  margin-bottom: 20px;
}
.PHTLPR_accountstatus-icons div {
  margin-bottom: 10px;
}
.PHTLPR_accountstatus-icondesc {
  align-self: center;
  font-family: IranYekan-REGULAR;
  font-weight: 400;
  font-size: 20px;
  transition: all 0.3s;
}
.PHTLPR_accountstatus-icons img {
  transition: all 0.3s;
  margin: auto auto;
  max-width: 200px;
  max-height: 200px;
}
.PHTLPR_accountstatus-contents {
  grid-column: auto;
}
}


/*---------------------
----- login check -----
---------------------*/
.PHTLPR_logincheck-countainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: Arial, sans-serif;
}
.PHTLPR_logincheck-message {
    font-family: IranYekan-BOLD;
    font-size: 18px;
    font-weight: 500;
}


.PHTLPR-loader, .PHTLPR-loader:before, .PHTLPR-loader:after {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
animation-fill-mode: both;
animation: bblFadInOut 1.8s infinite ease-in-out;
}
.PHTLPR-loader {
color: #d22880;
font-size: 15px;
position: relative;
text-indent: -9999em;
transform: translateZ(0);
animation-delay: -0.16s;
}
.PHTLPR-loader:before,
.PHTLPR-loader:after {
content: '';
position: absolute;
top: 0;
}
.PHTLPR-loader:before {
left: -3.5em;
animation-delay: -0.32s;
}
.PHTLPR-loader:after {
left: 3.5em;
}

@keyframes bblFadInOut {
0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
40% { box-shadow: 0 2.5em 0 0 }
}

@media (max-width: 390px) {
  .PHTLPR_logincheck-message {
    font-family: IranYekan-BOLD;
    font-size: 16px;
    font-weight: 500;
}
    .PHTLPR-loader {
        color: #d22880;
        font-size: 10px;
        position: relative;
        text-indent: -9999em;
        transform: translateZ(0);
        animation-delay: -0.16s;
    }
}


/*------------------
----- Register -----
------------------*/
.photoloper-container {
  background-color: #f9f9f9;
  padding: 2rem 4rem;
  margin: 2rem;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  height: 85vh;
  /* overflow: hidden; */
}

.photoloper-step1 {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  justify-items: center;
  width: 100%;
}
.photoloper-steptitle {
  font-size: 28px;
  justify-self: center;
  font-family: IranYekan-BOLD;
  margin-bottom: 2.5rem;
}

.photoloper-roleselector-section {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 1rem;
  height: 100%;
}

.photoloper-roleselector {
  max-width: 400px;
  max-height: 400px;
  padding: 1.5rem;
  border: 0.2rem solid #dddddd;
  border-radius: 5px;
  transition: all 0.2s; 
}

.photoloper-roleselector:hover {
  border: 0.2rem solid #d22880;
  border-radius: 20px;
  box-shadow: 0 0px 15px rgba(0,0,0,0.1);
}

label:has(> input[type="radio"]:checked) {
  border: 0.2rem solid #d22880;
  border-radius: 20px;
  box-shadow: 0 0px 15px rgba(0,0,0,0.2);
}

.photoloper-roleimage {
  display: block;
  margin: 0 auto ;
  max-height: 200px;
  margin-bottom: 2rem;
}

.photoloper-rolename {
  font-family: IranYekan-BOLD;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.photoloper-roledscrp {
  font-family: IranYekan-THIN;
  font-size: 18px;
  text-align: justify;
  line-height: 1.2;
}

.photoloper-radioselector {
  display: none;
}

.photoloper-p1-btn {
  font-family: IranYekan-MEDIUM;
  font-size: 24px;
  background-color: #d22880;
  color: white;
  margin: 0px 15%;
  padding: 12px 24px;
  margin-top: 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  max-width: 75%;
  width: 50%;
}
.photoloper-p1-btn:hover {
  background-color: #d22880;
  border-radius: 10px;
}

.photoloper-registration-form {

}
.PHTLPR_register-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: start;
}

.PHTLPR_register-inputs > div {
  width: 100%;
    padding: 10px 20px;
}
.PHTLPR_register-inputs > div > label {
  font-family: 'IranYekan-BOLD';
  font-size: 18px;
}
.PHTLPR_register-inputs > div > input {
  border: none;
  background-color: rgba(210, 40, 128, 0.15);
  border-bottom: 1px solid #d22880;
  border-radius: 5px;
  margin-top: 12px;
  font-family: IranYekan-REGULAR;
  font-size: 16px;
}
.PHTLPR_register-inputs > div > input:hover {
  background-color: rgba(210, 40, 128, 0.3);
}
.PHTLPR_register-inputs > div > input:focus {
  background-color: rgba(210, 40, 128, 0.6);
  outline: none;
  box-shadow: 0 0 10px 0px rgba(210, 40, 128, 0.2);
  border-bottom: 1px solid #d22880;
  color: #fff;
}
.PHTLPR_register-radioinoputs {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  gap: 50px;
  padding-right: 20px;
}
.PHTLPR_register-radioinoputs div {
  display: grid;
  justify-items: center;
}
.PHTLPR_register-radioinoputs input{
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #d22880;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.PHTLPR_register-radioinoputs input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #d22880;
  background-color: CanvasText;
  transform-origin: top bottom;
}
.PHTLPR_register-radioinoputs input[type=radio]:checked::before {
  transform: scale(1);
}
.PHTLPR_register-button {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.PHTLPR_register-button input {
  font-family: IranYekan-MEDIUM !important;
  font-size: 16px !important;
  border: 1px solid #d22880 !important;
  border-radius: 5px !important ;
  color: #d22880 !important;
}
.PHTLPR_register-button input:hover {
  font-family: IranYekan-MEDIUM !important;
  font-size: 16px !important;
  border: 1px solid #d22880 !important;
  border-radius: 5px !important;
  color: #fff !important;
  background-color: #d22880 !important;
}

.PHTLPR_register-viewuserinfos {}
.PHTLPR_register-viewuserinfos p {
  font-family: 'IranYekan-REGULAR';
    font-size: 16px;
    text-align: justify;
    margin-bottom: 50px;
    margin-top: -25px;
}
.PHTLPR_register-viewuserinfo {
  display: grid;
    grid-template-columns: 70% 30%;
    align-items: start;
}
.PHTLPR_register-viewuserdatas {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: start;
    margin-top: 30px;
}
.PHTLPR_register-viewuserdatas h5 {
  font-family: 'IranYekan-REGULAR';
  font-size: 18px;
}
.PHTLPR_register-viewuserdatas strong {}
.PHTLPR_register-viewuserrole {
}
.PHTLPR_register-viewuserrole img {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 20px;
}
.PHTLPR_register-viewuserrole h5 {
  text-align: center;
  font-family: 'IranYekan-REGULAR';
  font-size: 18px;
}

.PHTLPR_register-viewuserinfos form {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.PHTLPR_register-viewuserinfos form > input {
  font-family: IranYekan-MEDIUM !important;
  font-size: 16px !important;
  border: 1px solid #d22880 !important;
  border-radius: 5px !important ;
  color: #d22880 !important;
}
.PHTLPR_register-viewuserinfos form > input:hover {
  font-family: IranYekan-MEDIUM !important;
  font-size: 16px !important;
  border: 1px solid #d22880 !important;
  border-radius: 5px !important;
  color: #fff !important;
  background-color: #d22880 !important;
}

.PHTLPR_register-finalinfos {
  display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: start;
}
.PHTLPR_register-finalinfos img {
  max-width: 200px;
  max-height: 250px;
  margin-bottom: 20px;
}
.PHTLPR_register-massages {}
.PHTLPR_register-massages h3 {
  font-family: IranYekan-BOLD;
  font-size: 24px;
  text-align: center;
}
.PHTLPR_register-massages p {
  font-family: IranYekan-MEDIUM;
    font-size: 16px;
    text-align: center;
}
.PHTLPR_register-showuserlogins {
  font-family: IranYekan-REGULAR;
    margin-top: 50px;
    font-size: 16px;
}
.PHTLPR_register-showuserlogins strong {
  color: #d22880;
  transition: all 0.3s;
}
.PHTLPR_register-showuserlogins strong:hover {
  color: rgba(210, 40, 128, 0.8);
}
.PHTLPR_register-ctas {
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    font-family: 'IranYekan-MEDIUM';
    margin-top: 15px;
}
.PHTLPR_register-ctas div {
  border: 1px solid #d22880;
    border-radius: 5px;
    padding: 6px 12px;
    background-color: #d22880;
  transition: all 0.3s;
}
.PHTLPR_register-ctas a {
  color: #fff;
  transition: all 0.3s;
}
.PHTLPR_register-ctas div:hover {
  border: 1px solid #d22880;
    border-radius: 5px;
    padding: 6px 12px;
    background-color: #fff;
}
.PHTLPR_register-ctas div:hover a {
  color: #d22880;
}

@media (max-width: 390px) {
  .photoloper-steptitle {
    font-size: 20px;
  }
  .photoloper-roleimage {
    max-height: 150px;
  }
  .photoloper-rolename {
    font-size: 18px;
  }
  .photoloper-roleselector {
    max-width: 400px;
    max-height: 400px;
    padding: 1rem;
    border: 2px solid #dddddd;
    border-radius: 5px;
    transition: all 0.2s;
}
.photoloper-container {
  background-color: #f9f9f9;
  padding: 1rem 2rem;
  margin: 0.5rem;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  height: fit-content;
  overflow: hidden;
}
.photoloper-roleselector-section {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  width: 100%;
}
.photoloper-roleselector {
  width: 100%;
  max-height: 400px;
  padding: 20px 10px;
  border: 2px solid #dddddd;
  border-radius: 5px;
  transition: all 0.2s;
}
.photoloper-steptitle {
  font-size: 20px;
  justify-self: center;
  font-family: IranYekan-BOLD;
  margin-bottom: 2.5rem;
}
.PHTLPR_register-inputs {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: start;
}
.PHTLPR_register-inputs > div {
  width: 100%;
  padding: 5px 10px;
}
.PHTLPR_register-inputs > div > label {
  font-family: 'IranYekan-BOLD';
  font-size: 16px;
}
.PHTLPR_register-inputs > div > input {
  border: none;
  background-color: rgba(210, 40, 128, 0.15);
  border-bottom: 1px solid #d22880;
  border-radius: 5px;
  margin-top: 12px;
  font-family: IranYekan-REGULAR;
  font-size: 14px;
}
.PHTLPR_register-viewuserinfos p {
  font-family: 'IranYekan-REGULAR';
  font-size: 16px;
  text-align: justify;
  margin-bottom: 30px;
  margin-top: -25px;
}
.PHTLPR_register-viewuserinfo {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}
.PHTLPR_register-viewuserrole {
  grid-row: 3/1;
}
.PHTLPR_register-viewuserrole img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 20px;
}
.PHTLPR_register-viewuserrole h5 {
  text-align: center;
  font-family: 'IranYekan-REGULAR';
  font-size: 16px;
}
.PHTLPR_register-viewuserdatas {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 20px;
}
.PHTLPR_register-viewuserdatas h5 {
  font-family: 'IranYekan-REGULAR';
  font-size: 16px;
}
.PHTLPR_register-viewuserinfos form > input {
  font-family: IranYekan-MEDIUM !important;
  font-size: 14px !important;
  border: 1px solid #d22880 !important;
  border-radius: 5px !important;
  color: #d22880 !important;
}
.PHTLPR_register-finalinfos img {
  max-width: 150px;
  max-height: 150px;
}
.PHTLPR_register-massages h3 {
  font-size: 20px;
  text-align: justify;
  margin-bottom: 40px;
}
.PHTLPR_register-massages p {
  font-size: 16px;
  text-align: justify;
}
.PHTLPR_register-showuserlogins {
  margin-top: 20px;
  font-size: 14px;
  text-align: justify;
}
.PHTLPR_register-massages {
  margin-bottom: 40px;
}
}

/*---------------
----- Login -----
---------------*/
.PHTLPR_login-countainer {
    border: 2px solid #e9e9e9;
    border-radius: 15px;
    margin: 2rem;

    background-color: ;
    padding: 2rem 4rem;
    margin: 2rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    height: fit-content;
}
.digits-main_style, .digits-tp_style, .digits-form_page, .digits-form_container {
  margin: 0 auto;
}

@media (max-width: 390px) {
  .PHTLPR_login-countainer {
    padding: 0;
  }
}