.si-modal{position:fixed;display:none;top:0;right:0;bottom:0;left:0;background-color:#0e131980;align-items:center;justify-content:center;z-index:3072}.si-modal--fade{opacity:0;transition:opacity .1s linear}.si-modal--show{display:flex!important;opacity:1}.si-modal__dialog{margin:1.75rem auto;max-height:70%;overflow:hidden;overflow-y:initial!important}.si-modal__dialog--sm{max-width:400px}.si-modal__dialog--md{width:35rem;max-width:calc(100vw - 32px)}.si-modal__dialog--lg{width:60rem;max-width:calc(100vw - 32px)}.si-modal__dialog--xlg{width:80vw;max-height:95%}.si-modal__content{background-color:var(--si-basic-white);max-height:70vh;height:100%}.si-modal__content-xlg{background-color:var(--si-basic-white);max-height:90vh;height:100%}.si-modal__header{display:flex;height:40px;align-items:center;background-color:var(--si-primary-blue-80);justify-content:space-between;padding:11px 12px;box-sizing:border-box}.si-modal__header *{color:var(--si-basic-white)!important}.si-modal__header--white{background-color:var(--si-basic-white)!important;border:1px solid var(--si-black-30)}.si-modal__header--white *{color:var(--si-black-90)!important}.si-modal__body{padding:24px 16px;box-sizing:border-box;display:flex;flex:1;flex-direction:column;max-height:calc(70vh - 120px);height:auto;overflow-y:auto}.si-modal__body-xlg{padding:24px 16px;box-sizing:border-box;display:flex;flex:1;flex-direction:column;height:65vh;overflow-y:auto}.si-modal__body::-webkit-scrollbar{width:8px}.si-modal__body::-webkit-scrollbar-track{background:#ffffff;border-radius:200px}.si-modal__body::-webkit-scrollbar-thumb{background:#656A81;border-radius:200px}.si-modal__body::-webkit-scrollbar-thumb:hover{background:#656A81}.si-modal__title{color:var(--si-basic-white)}.si-modal__footer{height:56px;display:flex;justify-content:space-between;align-items:center;padding:12px;box-sizing:border-box;border-top:1px solid var(--si-black-30)}.si-modal__footer--center{justify-content:center}.si-modal__btn-action{margin-left:.5rem;display:flex}.si-modal__close{margin-left:.5rem;background:transparent;outline:none;border:0;padding:0;font-size:1.5rem;cursor:pointer;color:#fff}
