﻿.ModeUpdateComponent {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.EasyCompenent {
    background-color: transparent !important;
    margin-right: -9px;
    max-height: calc(90vh - 87px);
}

.EasyCompenent-xl {
    overflow: auto;
}

.EasyCompenent-lg {
    overflow: auto;
}

.EasyCompenent-md {
    overflow: auto;
}

.EasyCompenent-sm {
    overflow: auto;
}

.ModeUpdateComponent-content {
    background-color: #fefefe;
    margin: auto;
    border: none;
    height: auto;
    padding: 0 10px 10px 10px !important;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 0px !important;
}

.ModeUpdate-xl {
    width: 99vw;
    max-height: 90vh;
}

.ModeUpdate-lg {
    width: 90vw;
    max-height: 90vh;
}

.ModeUpdate-md {
    width: 60vw;
    max-height: 90vh;
}

.ModeUpdate-sm {
    width: 40vw;
    max-height: 90vh;
}

.ModeUpdate-0 {
    width: auto;
}

.ModeUpdateComponent-container {
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.E-header {
    position: sticky;
    top: 0;
    border-radius: 20px;
    padding-top: 16px;
    margin-top: 0;
    z-index: 99999 !important;
    background-color: white;
    height: 56px;
}

.e-dialog {
    max-height: 100% !important;
}

.e-dlg-content {
    padding: 0px !important;
    margin: 0px !important;
}

.extraFunc.e-contextmenu-container .e-menu-item {
    font-size: 10px;
    aspect-ratio: 1/1 !important;
}

.e-dialog {
    max-height: 100% !important;
}

.e-dialog {
    background-color: #fff;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
}

.e-dialog {
    max-height: 98%;
    max-width: 100%;
    min-width: 240px;
    position: absolute;
}

.e-dialog {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.easy-icon {
    font-size: 22px !important;
    font-weight: 500 !important;
}

.EasyCompenent::-webkit-scrollbar-track-piece:end {
    margin-bottom: 15px;
}
