.window-card{transition-duration:.3s;transition-timing-function:ease-in;height:100%;width:100%;border-radius:7px;background-color:var(--card-bg);border:1px solid rgba(78,78,78,.26);box-shadow:3px 3px 5px 2px #000d1c}.window-card:hover{transform:scale(1.04);box-shadow:0 10px 25px rgba(0,0,0,.3)}.window-card .card--heading{border-bottom:1px solid rgba(78,78,78,.358);padding:10px 1em;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.window-card .card--title{text-align:left}.window-card .card--title h5{font-size:1rem;margin:0;font-weight:600}.window-card .card--actions{width:53px;text-align:left}.window-card .card--actions span{display:inline-block;border-radius:50%;width:12px;height:12px;margin:3px}.window-card .card--actions span:first-child{margin-left:0;background-color:#fb4646}.window-card .card--actions span:nth-child(2){background-color:#fcb024}.window-card .card--actions span:last-child{background-color:#29c233}.window-card .card--body{padding:1em;text-align:left}.window-card .card--body h5{margin:10px 0;font-size:.95rem;font-weight:600;line-height:1.6}.window-card .card--body h5.primary{margin:0 0 10px}.window-card .card--body span{font-size:.95rem;display:inline-block;font-weight:400;line-height:1.6}#tab .tab{display:flex;flex-direction:row}@media(max-width:600px){#tab .tab{width:100%;flex-direction:column}}#tab .tab-heading{border-left:1px solid;border-color:rgba(90,90,90,.726);margin-bottom:1em;position:relative;z-index:3;width:max-content;list-style:none;height:297px}@media(max-width:600px){#tab .tab-heading{display:flex;flex-direction:row;justify-content:flex-start;border-left:0 solid;border-bottom:1px solid;height:-moz-fit-content;height:fit-content;margin-bottom:2em;width:100%;overflow-x:auto}}#tab .tab-heading .tab-item{cursor:pointer;background-color:rgba(0,0,0,0);border:none;font-size:14px;color:var(--color-text-dark);padding:1.5em 1em}#tab .tab-heading .tab-item.active{color:var(--color-secondary);font-weight:600;border-left:2px solid var(--accent-primary)!important}@media(max-width:600px){#tab .tab-heading .tab-item{padding:1.5em 1em 1.5em 0}}@media(max-width:600px)and (max-width:600px){#tab .tab-heading .tab-item.active{border-left:0 solid!important;border-bottom:1px solid}}#tab .tab-heading.vertical{display:flex}#tab .tab-heading.vertical .tab-heading{flex-direction:column;gap:0;border:0}#tab .tab-heading.vertical .tab-heading .tab-item{min-width:120px;width:-moz-fit-content;width:fit-content;padding:1.7em 0;border-bottom:1px solid rgba(106,106,106,.182)}#tab .tab-heading.vertical .tab-content{width:100%}