.show-modal{outline:0;border:0;cursor:pointer;color:black;border-radius:6px;padding:15px;font-family:"ut-medium";font-size:18px;width:100%;background:#fff200;transition:.3s ease;display:flex;border-radius:0;position:relative}
.bg-white--border-blue .show-modal{font-weight:800;border:solid 1px #231f204d;background:white !important;color:black;border-left:solid 11px #2281b9}
.bg-white--border-brown .show-modal{font-weight:800;border:solid 1px #231f204d;background:white !important;color:black;border-left:solid 11px #534c32}
.bg-white--border-orange .show-modal{font-weight:800;border:solid 1px #231f204d;background:white !important;color:black;border-left:solid 11px #e89137}
.bg-white--border-violet .show-modal{font-weight:800;border:solid 1px #231f204d;background:white !important;color:black;border-left:solid 11px #5051a3}
.bg-white--border-green .show-modal{font-weight:800;border:solid 1px #231f204d;background:white !important;color:black;border-left:solid 11px #29b459}
.parent-buttton-container{display:flex;justify-content:space-between;align-items:center}
.parent-buttton-container svg{position:absolute;right:10px}
.bottom-sheet{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;opacity:0;pointer-events:none;align-items:center;flex-direction:column;justify-content:flex-end;transition:.1s linear}
.bottom-sheet.show{opacity:1;pointer-events:auto}
.bottom-sheet .sheet-overlay{position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.2;background:#000}
.bottom-sheet .content{width:100%;position:relative;background:#fff;height:90vh;max-width:1150px;transform:translateY(100%);border-radius:12px 12px 0 0;box-shadow:0 10px 20px rgba(0,0,0,0.03);transition:.3s ease;padding-top:20px}
.bottom-sheet.show .content{transform:translateY(0)}
.bottom-sheet.dragging .content{transition:none}
.bottom-sheet.fullscreen .content{border-radius:0;overflow-y:scroll}
.bottom-sheet .header{display:flex;justify-content:center}
.header .drag-icon{cursor:grab;user-select:none;padding:15px;margin-top:-15px}
.header .drag-icon span{height:6px;width:80px;display:block;background:black;border-radius:50px}
.bottom-sheet .body{height:100%;overflow-y:auto;padding:15px 0 40px;scrollbar-width:none}
.bottom-sheet .body::-webkit-scrollbar{width:0}
.bottom-sheet .body h2{font-size:1.8rem}
.bottom-sheet .body p{margin-top:20px;font-size:1.05rem}
.bottom-sheet .body{background-color:white}
.bottom-sheet .cmp-container{width:100vw;position:relative;z-index:9999999999999999}
.show{z-index:9999999999999999}
.inside-container .cmp-container{width:100% !important;position:relative;height:100% !important;overflow:hidden}
.black-back-container{position:fixed;height:100vh;background:#00000099;opacity:.4;width:100vw;top:0;z-index:9999;display:none}
.black-back-container.active{display:block}
.cross-icon-spanning{position:absolute;right:-60px;font-size:20px}
.cross-span-image{top:8px;right:10px;position:fixed}
.remove-cross .cross-span-image{display:none}
.body .cmp-text--yellow-bullet-list{background:#fff200;padding:20px;margin-bottom:0}
.body .cmp-text--yellow-bullet-list h3{margin-bottom:0 !important}