/*.p-dialog-content {
  width: 488px;
  max-width: 488px;
}*/
.p-dialog-content.pniya-dialog {
     width: 480px !important; 
}
.p-dialog .p-dialog-content:last-of-type {
  border-radius: 8px;
  width: 100%;
  padding: 32px;
}

@media (max-width: 1199px) {
  .p-dialog .p-dialog-content:last-of-type {
    padding-block: 32px;
    padding-inline: 16px;
    width: 100% !important;
  }
}

button.close-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.popup-content {
  text-align: center;
}
@media (min-width: 992px) {
    .popup-content {
        min-width: 400px;
    }
}

.popup-content .popup-title {
    color: #0C3058;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
}

.popup-content .popup-par {
    color: #0C3058;
    line-height: 24px;
}

    .popup-content .bottom-btns {
        display: flex;
        gap: 16px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 1.5rem;
        max-width: 296px;
    }        


    .popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }
