﻿.wizemenpopup, .wizemenpopupgeneric, .wizemenpopupgeneric2 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0;
}

.box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 16px;
    background: var(--background-white);
    border-bottom: 1px solid var(--button-bordercolor);
    border-radius: 6px 6px 0 0;
}

.closeicon span svg, .closeicon span img {
    display: flex;
    height: var(--svgiconheightwidth16);
    width: var(--svgiconheightwidth16);
}

.closeicon span {
    line-height: normal;
    display: flex;
    cursor: pointer;
}

    .closeicon span svg path {
        fill: var(--headingcolor);
    }

.box-header h2, .box-header .box-title-custom {
    font-weight: var(--font-weight-medium);
    color: var(--headingcolor);
}

.wizemenpopupbody {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: calc(100% - 1.75rem* 2);
    margin: 1.75rem;
    margin-left: 0;
    margin-right: 0px;
}

.wizemenpopupgeneric2 {
    z-index: 10001;
}

.moda-popup {
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 99999;
    background: #000000cc !important;
    width: 100%;
    height: 100%;
}

.wizemenpopup.half, .wizemenpopupgeneric.half, .wizemenpopupgeneric2.half {
    width: 75%;
    height: 75vh;
}

.wizemenpopbody {
    overflow-y: auto;
}

.wizemenpopup.half .wizemenpopupclose, .wizemenpopupgeneric.half .wizemenpopupclosegeneric, .wizemenpopupgeneric2.half .wizemenpopupclosegeneric2 {
    right: -21px;
    top: -18px;
    width: 30px;
    height: 30px;
    padding-right: 0;
    padding-top: 0;
}

.wizemenpopup.quater, .wizemenpopupgeneric.quater, .wizemenpopupgeneric2.quater {
    width: 50%;
    height: auto;
    padding-bottom: 20px;
}

    .wizemenpopup.quater .wizemenpopupclose, .wizemenpopupgeneric.quater .wizemenpopupclosegeneric, .wizemenpopupgeneric2.quater .wizemenpopupclosegeneric2 {
        right: -21px;
        top: -18px;
        width: 30px;
        height: 30px;
        padding-right: 0;
        padding-top: 0;
    }

.wizemenpopupsmall .bodyofcontent {
    width: 100%;
}

.dialogbox_inner {
    height: calc(100vh - 209px);
    padding: var(--padding16);
    overflow: auto;
}

    .dialogbox_inner.withoutheader {
        height: calc(100vh - 152px);
    }

.bodyofcontent {
    background: var(--background-white);
    width: 95%;
    flex: 1 1 auto;
    border-radius: 10px;
    position: relative;
}

.wizemenpopupclose, .wizemenpopupclosegeneric, .wizemenpopupclosegeneric2 {
}

.wizemenpopupclosegeneric2 {
    z-index: 10002;
}

.wizemenpopupsmall {
}

.wizemenpopupsmall_main {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.box-title-custom {
}

span.wizemenpopupclosesmall i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 0;
}

.btnbottomright {
    position: absolute !important;
    bottom: 10px !important;
    right: 10px;
}

.btnbottomleft {
    position: absolute !important;
    bottom: 10px !important;
    left: 10px;
}

.bottombtnfixed {
    position: absolute;
    background: var(--textcolorwhite);
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: right;
    padding: 8px 10px;
    border-top: 1px solid var(--bordercolor);
    display: block;
    z-index: 9;
}

    .bottombtnfixed button.btnbottomright {
        position: relative !important;
        top: 0;
        right: 0;
        background: var(--schoolWizeColorcode);
        font-weight: 500;
        border: 1px solid var(--schoolWizeColorcode);
        color: var(--textcolorwhite) !important;
        float: right;
        transition: unset;
        padding: 10px !important;
        border-radius: 5px !important;
    }

    .bottombtnfixed button.btnbottomleft {
        left: 0;
        position: relative !important;
        top: 0;
        right: 0;
        background: var(--schoolWizeColorcode);
        font-weight: 500;
        border: 1px solid var(--schoolWizeColorcode);
        color: var(--textcolorwhite);
        float: left;
        transition: unset;
        padding: 10px !important;
        border-radius: 5px !important;
    }

.bottom_button_view_popup {
    position: absolute;
    bottom: 0px;
    background: var(--background-white);
    padding: var(--padding16);
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: var(--gap8);
    width: 100%;
    border-radius: 0 0 var(--borderradius6) var(--borderradius6);
    left: 0px;
}

    .bottom_button_view_popup.shadowadd {
        box-shadow: 0px -1px 16.6px 0px rgba(181, 181, 181, 0.25);
    }

    .bottom_button_view_popup.right_side_view {
        justify-content: flex-end;
    }

    .bottom_button_view_popup.left_side_view {
        justify-content: flex-start;
    }
