#home-page{background-color:#fff;border-radius:4px;height:calc(100% - 36px);display:flex;justify-content:space-between}#home-page .home-page-content-container{height:100%;padding:16px 16px 24px;overflow-y:auto}#home-page .home-page-content-container::-webkit-scrollbar{width:6px}#home-page .home-page-content-container::-webkit-scrollbar-thumb{border-radius:25px;background:#bbb}#home-page .home-page-footer{padding-right:24px;width:100%;height:53px;display:flex;align-items:center;justify-content:flex-end;gap:16px}.checkbox-stack{margin-top:-6px}@media screen and (max-width:599px){.checkbox-stack{margin-top:8px}#home-page{margin-bottom:55px}.home-page-footer-container{position:fixed;bottom:0;right:0;background:#fff;width:100%}}.selection-modal-container{padding:32px}.selection-modal-container .selection-modal{max-width:530px;background-color:#fff!important;padding:16px 24px;border-radius:4px;box-shadow:0 1px 5px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2);font-family:Open Sans,"sans-serif";display:flex;gap:8px;flex-direction:column;border:none}.selection-modal-container .selection-modal .options{padding:10px 0;gap:16px;justify-content:center}.selection-modal-container .selection-modal .options .option{width:140px;display:flex;border-radius:4px;align-items:center;background-color:#f7f9fc;padding:0 10px!important}.selection-modal-container .selection-modal .options .option:hover{background-color:#e8f0fe}.selection-modal-container .selection-modal .options .option .option-text-first{margin-left:20px!important;margin-right:20px!important;text-align:center;font-size:14px;line-height:20px;color:#212121}.selection-modal-container .selection-modal .options .option .option-text{text-align:center;font-size:14px;line-height:20px;color:#212121}.selection-modal-container .selection-modal .options .option.selected{background-color:#e8f0fe}.selection-modal-container .selection-modal .options .option.disabled{background-color:#f7f9fc;cursor:no-drop}.selection-modal-container .selection-modal .options .option.disabled .option-image,.selection-modal-container .selection-modal .options .option.disabled .option-text{color:#bdbdbd}.selection-modal-container .selection-modal .footer{position:relative;top:8px;left:8px;display:flex;justify-content:flex-end;gap:12px}#stack-adjust{cursor:pointer}@media screen and (max-width:599px){.selection-modal{width:100%;min-width:300px}.selection-modal .options{flex-wrap:wrap}.selection-modal .options .option{width:50%;height:100%}#stack-adjust{-webkit-tap-highlight-color:rgba(255,255,255,0)}}