.alertify-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 999999;
    opacity: 0.5;
}
.modal-content {
    background: var(--background-white);
    border-radius: var(--borderradius16);
    position: relative;
    margin: 0 auto;
    border: 0px;
    color: unset;
}
.dialog_msgpopup_close_icon {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
    cursor: pointer;
}
.dialog_msgpopup_close_icon svg, .dialog_msgpopup_close_icon img {
    height: var(--svgiconheightwidth24);
    width: var(--svgiconheightwidth24);
    display: flex;
}
.dialog_msgpopup_close_icon svg path{
        fill: var(--headingcolor);
}
.alertify-cover.alertify-cover-hidden {
    display: none;
}
.modalview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}
.modal-dialog-centered-view {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.75rem* 2);
    margin: 1.75rem;
    pointer-events: none;
    margin-right: auto;
    margin-left: auto;
    width: 25%;
}
.alertify-dialog {
    padding: 24px;
}
.alertify-resetFocus {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.alertify-inner {
    font-size: var(--fontsize14);
    font-weight: var(--font-weight-regular);
    margin-bottom: 0;
    color: var(--subinfocolor);
    text-align: center;
}
.alertify-hidden {
    display: none;
}
.alertify-inner p {
    margin: 0;
    font-size: var(--fontsize14);
    font-weight: var(--font-weight-regular);
    color: var(--subinfocolor);
}
p.alertify-message {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-gray);
}
p.alertify-message svg, p.alertify-message img {
    height: var(--svgiconheightwidth24);
    width: var(--svgiconheightwidth24);
    display: flex;
}
p.alertify-message svg path {
    stroke: var(--headingcolor);
}
p.alertify-message svg.pdficonccolor path {
    fill: var(--headingcolor);
    stroke: transparent;
}
.alertify-inner h3 {
    margin-bottom: 12px;
    font-size: var(--fontsize16);
    text-align: center;
    font-weight: var(--font-weight-medium);
    line-height: normal;
}
.alertify-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    grid-gap: var(--gap16);
}
.alertify-button{
    border-radius: 8px;
    font-style: normal;
    outline: 0;
    display: flex;
    align-items: center;
    grid-gap: var(--gap8);
    transition: 0.5s;
    padding: 0px 16px;
    justify-content: center;
    font-size: var(--fontsize16);
    font-weight: var(--font-weight-regular);
    box-shadow: none;
    border: 0px;
    text-shadow: none;
    height: var(--size40);
    margin: 0;
    width: 100%;
}
.alertify-inner b {
    color: var(--headingcolor);
    font-weight: var(--font-weight-semibold);
}
/*border button for cancel*/
/*.alertify-button-cancel {
    border: 1px solid var(--button-hovercolor);
    color: var(--button-hovercolor);
    background-color: var(--background-white);
}
.alertify-button-cancel:hover{
    color: var(--button-hovercolor-view);
    border: 1px solid var(--button-hovercolor-view);
    box-shadow: 0px 0px 5.6px 0px rgba(149, 128, 255, 0.5);
}*/
/*text button for cancel*/
.alertify-button-cancel {
    border: 0px;
    color: var(--button-hovercolor);
    background-color: var(--background-white);
}
.alertify-button-cancel:hover{
    color: var(--button-hovercolor-view);
    border: 0px;
    text-shadow: 0px 0px 5.6px 0px rgba(149, 128, 255, 0.5);
}
.alertify-button-ok {
    background: var(--button-hovercolor);
    color: var(--textwhite-color);
}
.alertify-button-ok:hover{
        background-color: var(--button-hovercolor-view);
}
/*alertify-message*/
