.dialog-full .mud-dialog-title, .dialog-smart .mud-dialog-title, .dialog-remove-padding .mud-dialog-title, .dialog-smart .mud-dialog-title {
    padding: 0 !important;
}

/*.mud-dialog-container {
    height: 100vh !important;
    max-height: 100vh !important;
    overflow-y: scroll !important;
}
.dialog-full.mud-dialog {
    min-width: calc(100% - 60px);
    min-height: calc(100% - 60px);
    top: 20px;
}
.mud-dialog {
    height: auto !important;
    position: absolute !important;
}
.dialog-full .mud-dialog-content {
    margin-bottom: -20px;
    padding-bottom: 30px !important;
}*/
.dialog-full .mud-container {
    max-width: unset !important;
}
.dialog-content {
    padding-bottom: 24px;
}
.dialog-full .mud-dialog-content {
    padding: 0 !important;
}

.dialog-full .outline-none{
    height: 100%;
}

.dialog-full .outline-none .mud-dialog-content{
    height: 100%;
}

.dialog-full {
    height: 100%;
    background-color: transparent;
    min-width: calc(100% - 60px);
    min-height: calc(100% - 60px);
}
.dialog-scroll {
    padding-top:20px !important;
    padding-bottom:20px !important; 
    overflow-y: scroll;
    height: 90vh;
    max-height: 90vh;
    overflow-x: clip;
    max-width: unset;
    padding: 0;
}
.dialog-no-scroll {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: 100vh;
    max-height: 100vh;
    overflow-x: clip;
    max-width: unset;
    padding: 0;
}
.dialog-wrapper {
    background-color: white;
    padding: 0;
    min-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
}

.dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3EBE6B;
    height: 40px;
/*    padding-left: 15px !important;*/
    color: white;
    min-width: 100% !important;
}
.dialog-header.error {
    background-color: #E74C3C;
}
.dialog-header.warning {
    background-color: #F4D03F;
}
.dialog-header.friendly {
    background-color: #28B463;
}