.react-datetime-picker{display:inline-flex;position:relative}.react-datetime-picker,.react-datetime-picker *,.react-datetime-picker :after,.react-datetime-picker :before{box-sizing:border-box}.react-datetime-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-datetime-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-datetime-picker__inputGroup{min-width:calc(16px + 3.24em + .434em);flex-grow:1;padding:0 2px}.react-datetime-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-datetime-picker__inputGroup__divider,.react-datetime-picker__inputGroup__leadingZero{display:inline-block}.react-datetime-picker__inputGroup__input{min-width:.54em;height:calc(100% - 2px);position:relative;padding:1px;border:0;background:none;color:currentColor;font:inherit;box-sizing:content-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.react-datetime-picker__inputGroup__input::-webkit-inner-spin-button,.react-datetime-picker__inputGroup__input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-datetime-picker__inputGroup__input:invalid{background:rgba(255,0,0,.1)}.react-datetime-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-datetime-picker__inputGroup__amPm{font:inherit;-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}.react-datetime-picker__button{border:0;background:transparent;padding:4px 6px}.react-datetime-picker__button:enabled{cursor:pointer}.react-datetime-picker__button:enabled:focus .react-datetime-picker__button__icon,.react-datetime-picker__button:enabled:hover .react-datetime-picker__button__icon{stroke:#0078d7}.react-datetime-picker__button:disabled .react-datetime-picker__button__icon{stroke:#6d6d6d}.react-datetime-picker__button svg{display:inherit}.react-datetime-picker__calendar,.react-datetime-picker__clock{z-index:1}.react-datetime-picker__calendar--closed,.react-datetime-picker__clock--closed{display:none}.react-datetime-picker__calendar{width:350px;max-width:100vw}.react-datetime-picker__calendar .react-calendar{border-width:thin}.react-datetime-picker__clock{width:200px;height:200px;max-width:100vw;padding:25px;background-color:#fff;border:thin solid #a0a096}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.75em}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.react-clock{display:block;position:relative}.react-clock,.react-clock *,.react-clock :after,.react-clock :before{box-sizing:border-box}.react-clock__face{position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid #000;border-radius:50%}.react-clock__hand{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__hand__body{position:absolute;background-color:#000;transform:translateX(-50%)}.react-clock__mark{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__mark__body{position:absolute;background-color:#000;transform:translateX(-50%)}.react-clock__mark__number{position:absolute;left:-40px;width:80px;text-align:center}.react-clock__second-hand__body{background-color:red}:root{--layoutPadding:26px;--white:#fff;--black:#000;--lightRed1:#fce7e5;--lightRed2:#fcdee4;--lightRed3:#de2d4f;--lightGrey1:#fff;--lightGrey2:#fbfbfc;--lightGrey3:#f7f8fa;--lightGrey4:#ebeef3;--lightGrey5:#d3d7db;--lightGrey6:#a6abb7;--lightGrey7:#6d717a;--lightGrey8:#3e414a;--lightGrey9:#312d2e;--transparentLightGrey1:rgba(187,196,220,.08);--lightGreen1:#f1f6e6;--lightGreen2:#dbf1e7;--lightGreen3:#12b868;--lightGreen4:#a0c84b;--lightOrange1:#fbf4e5;--lightOrange2:#ffeddd;--lightOrange3:#ff9838;--lightOrange4:#ffc700;--darkRed1:#442624;--darkRed2:#712d3a;--darkRed3:#de2d4f;--darkGrey1:#1b1b1b;--darkGrey2:#1f1f1f;--darkGrey3:#151515;--darkGrey4:#242528;--darkGrey5:#484c51;--darkGrey6:#585a5e;--darkGrey7:#858585;--darkGrey8:#d6d5d5;--darkGrey9:#fff;--transparentDarkGrey1:rgba(0,0,0,.08);--darkGreen1:#343b25;--darkGreen2:#39624f;--darkGreen3:#12b868;--darkGreen4:#a0c84b;--darkOrange1:#352d12;--darkOrange2:#493421;--darkOrange3:#ff9838;--darkOrange4:#ffc700}:root body.light-theme,:root body:not(.dark-theme){--grey1:var(--lightGrey1)}:root body.dark-theme{--grey1:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--grey2:var(--lightGrey2)}:root body.dark-theme{--grey2:var(--darkGrey2)}:root body.light-theme,:root body:not(.dark-theme){--grey3:var(--lightGrey3)}:root body.dark-theme{--grey3:var(--darkGrey3)}:root body.light-theme,:root body:not(.dark-theme){--grey4:var(--lightGrey4)}:root body.dark-theme{--grey4:var(--darkGrey4)}:root body.light-theme,:root body:not(.dark-theme){--grey5:var(--lightGrey5)}:root body.dark-theme{--grey5:var(--darkGrey5)}:root body.light-theme,:root body:not(.dark-theme){--grey6:var(--lightGrey6)}:root body.dark-theme{--grey6:var(--darkGrey6)}:root body.light-theme,:root body:not(.dark-theme){--grey7:var(--lightGrey7)}:root body.dark-theme{--grey7:var(--darkGrey7)}:root body.light-theme,:root body:not(.dark-theme){--grey8:var(--lightGrey8)}:root body.dark-theme{--grey8:var(--darkGrey8)}:root body.light-theme,:root body:not(.dark-theme){--grey9:var(--lightGrey9)}:root body.dark-theme{--grey9:var(--darkGrey9)}:root body.light-theme,:root body:not(.dark-theme){--green1:var(--lightGreen1)}:root body.dark-theme{--green1:var(--darkGreen1)}:root body.light-theme,:root body:not(.dark-theme){--green2:var(--lightGreen2)}:root body.dark-theme{--green2:var(--darkGreen2)}:root body.light-theme,:root body:not(.dark-theme){--green3:var(--lightGreen3)}:root body.dark-theme{--green3:var(--darkGreen3)}:root body.light-theme,:root body:not(.dark-theme){--green4:var(--lightGreen4)}:root body.dark-theme{--green4:var(--darkGreen4)}:root body.light-theme,:root body:not(.dark-theme){--invertedGrey1:var(--darkGrey1)}:root body.dark-theme{--invertedGrey1:var(--lightGrey1)}:root body.light-theme,:root body:not(.dark-theme){--invertedGrey2:var(--darkGrey2)}:root body.dark-theme{--invertedGrey2:var(--lightGrey2)}:root body.light-theme,:root body:not(.dark-theme){--invertedGrey6:var(--darkGrey6)}:root body.dark-theme{--invertedGrey6:var(--lightGrey6)}:root body.light-theme,:root body:not(.dark-theme){--orange1:var(--lightOrange1)}:root body.dark-theme{--orange1:var(--darkOrange1)}:root body.light-theme,:root body:not(.dark-theme){--orange2:var(--lightOrange2)}:root body.dark-theme{--orange2:var(--darkOrange2)}:root body.light-theme,:root body:not(.dark-theme){--orange3:var(--lightOrange3)}:root body.dark-theme{--orange3:var(--darkOrange3)}:root body.light-theme,:root body:not(.dark-theme){--orange4:var(--lightOrange4)}:root body.dark-theme{--orange4:var(--darkOrange4)}:root body.light-theme,:root body:not(.dark-theme){--red1:var(--lightRed1)}:root body.dark-theme{--red1:var(--darkRed1)}:root body.light-theme,:root body:not(.dark-theme){--red2:var(--lightRed2)}:root body.dark-theme{--red2:var(--darkRed2)}:root body.light-theme,:root body:not(.dark-theme){--red3:var(--lightRed3)}:root body.dark-theme{--red3:var(--darkRed3)}:root body.light-theme,:root body:not(.dark-theme){--red4:var(--lightRed4)}:root body.dark-theme{--red4:var(--darkRed4)}:root body.dark-theme,:root body.light-theme,:root body:not(.dark-theme){--pollenRed:var(--lightRed3)}:root body.light-theme,:root body:not(.dark-theme){--regularText:var(--lightGrey7)}:root body.dark-theme{--regularText:var(--darkGrey7)}:root body.light-theme,:root body:not(.dark-theme){--lightText:var(--lightGrey6)}:root body.dark-theme{--lightText:var(--darkGrey6)}:root body.light-theme,:root body:not(.dark-theme){--borderGrey:var(--lightGrey4)}:root body.dark-theme{--borderGrey:var(--darkGrey5)}:root body.light-theme,:root body:not(.dark-theme){--contentBackground:var(--lightGrey3)}:root body.dark-theme{--contentBackground:var(--darkGrey3)}:root body.light-theme,:root body:not(.dark-theme){--contentTitle:var(--lightGrey8)}:root body.dark-theme{--contentTitle:var(--darkGrey7)}:root body.light-theme,:root body:not(.dark-theme){--contentSubTitle:var(--lightGrey7)}:root body.dark-theme{--contentSubTitle:var(--darkGrey6)}:root body.light-theme,:root body:not(.dark-theme){--cardBackground:var(--white)}:root body.dark-theme{--cardBackground:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--cardBackgroundGrey:var(--lightGrey5)}:root body.dark-theme{--cardBackgroundGrey:var(--darkGrey2)}:root body.light-theme,:root body:not(.dark-theme){--cardBackgroundWhite:var(--white)}:root body.dark-theme{--cardBackgroundWhite:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--cardBorder:var(--lightGrey4)}:root body.dark-theme{--cardBorder:var(--darkGrey4)}:root body.light-theme,:root body:not(.dark-theme){--cardLabel:var(--lightGrey7)}:root body.dark-theme{--cardLabel:var(--darkGrey6)}:root body.light-theme,:root body:not(.dark-theme){--tableHeaderRow:var(--lightGrey4)}:root body.dark-theme{--tableHeaderRow:var(--darkGrey4)}:root body.light-theme,:root body:not(.dark-theme){--tableRowOdd:var(--white)}:root body.dark-theme{--tableRowOdd:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--tableRowEven:var(--lightGrey2)}:root body.dark-theme{--tableRowEven:var(--darkGrey2)}:root body.light-theme,:root body:not(.dark-theme){--tableColHighlight:var(--transparentLightGrey1)}:root body.dark-theme{--tableColHighlight:var(--transparentDarkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--tableBg:var(--white)}:root body.dark-theme{--tableBg:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--progressBg:var(--lightGrey5)}:root body.dark-theme{--progressBg:var(--darkGrey5)}:root body.light-theme,:root body:not(.dark-theme){--progressThumbBg:var(--white)}:root body.dark-theme{--progressThumbBg:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--tableHeader:var(--lightGrey8)}:root body.dark-theme{--tableHeader:var(--darkGrey8)}:root body.light-theme,:root body:not(.dark-theme){--tableHeaderBg:var(--lightGrey4)}:root body.dark-theme{--tableHeaderBg:var(--darkGrey4)}:root body.light-theme,:root body:not(.dark-theme){--tableSeparator:var(--white)}:root body.dark-theme{--tableSeparator:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--switchBg:var(--lightGrey4)}:root body.dark-theme{--switchBg:var(--darkGrey4)}:root body.light-theme,:root body:not(.dark-theme){--switchActiveBg:var(--white)}:root body.dark-theme{--switchActiveBg:var(--darkGrey3)}:root body.light-theme,:root body:not(.dark-theme){--statCardLabel:var(--lightGrey7)}:root body.dark-theme{--statCardLabel:var(--lightGrey5)}:root body.dark-theme,:root body.light-theme,:root body:not(.dark-theme){--statCardLabelPositive:var(--lightGreen3)}:root body.dark-theme,:root body.light-theme,:root body:not(.dark-theme){--statCardLabelNegative:var(--lightRed3)}:root body.light-theme,:root body:not(.dark-theme){--statCardValue:var(--lightGrey6)}:root body.dark-theme{--statCardValue:var(--darkGrey7)}:root body.light-theme,:root body:not(.dark-theme){--statCardBg:var(--lightGrey4)}:root body.dark-theme{--statCardBg:var(--darkGrey4)}:root body.light-theme,:root body:not(.dark-theme){--statCardLightBg:var(--white)}:root body.dark-theme{--statCardLightBg:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--statCardPositive:var(--lightGreen3)}:root body.dark-theme{--statCardPositive:var(--darkGrey7)}:root body.dark-theme,:root body.light-theme,:root body:not(.dark-theme){--statCardNegative:var(--lightRed3)}:root body.light-theme,:root body:not(.dark-theme){--statCardBorder:var(--lightGrey4)}:root body.dark-theme{--statCardBorder:var(--darkGrey4)}:root body.light-theme,:root body:not(.dark-theme){--hollowGreyButtonBorder:var(--lightGrey6)}:root body.dark-theme{--hollowGreyButtonBorder:var(--darkGrey6)}:root body.light-theme,:root body:not(.dark-theme){--hollowRedButtonBorder:var(--lightRed2)}:root body.dark-theme{--hollowRedButtonBorder:var(--darkRed2)}:root body.light-theme,:root body:not(.dark-theme){--solidButtonGreyBg:var(--lightGrey1)}:root body.dark-theme{--solidButtonGreyBg:var(--darkGrey3)}:root body.light-theme,:root body:not(.dark-theme){--msgNeutral:var(--lightGrey7)}:root body.dark-theme{--msgNeutral:var(--darkGrey7)}:root body.light-theme,:root body:not(.dark-theme){--msgBgNeutral:var(--lightGrey5)}:root body.dark-theme{--msgBgNeutral:var(--darkGrey5)}:root body.light-theme,:root body:not(.dark-theme){--msgSuccess:var(--lightGreen3)}:root body.dark-theme{--msgSuccess:var(--darkGreen3)}:root body.light-theme,:root body:not(.dark-theme){--msgBgSuccess:var(--lightGreen2)}:root body.dark-theme{--msgBgSuccess:var(--darkGreen2)}:root body.light-theme,:root body:not(.dark-theme){--msgError:var(--lightRed3)}:root body.dark-theme{--msgError:var(--darkRed3)}:root body.light-theme,:root body:not(.dark-theme){--msgBgError:var(--lightRed2)}:root body.dark-theme{--msgBgError:var(--darkRed2)}:root body.light-theme,:root body:not(.dark-theme){--inputBg:var(--white)}:root body.dark-theme{--inputBg:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--inputPlaceholder:var(--lightGrey5)}:root body.dark-theme{--inputPlaceholder:var(--lightGrey6)}:root body.light-theme,:root body:not(.dark-theme){--tokenSymbol:var(--lightGrey8)}:root body.dark-theme{--tokenSymbol:var(--darkGrey8)}:root body.light-theme,:root body:not(.dark-theme){--tokenName:var(--lightGrey6)}:root body.dark-theme{--tokenName:var(--darkGrey6)}:root body.light-theme,:root body:not(.dark-theme){--bannerBackground:var(--lightGrey5)}:root body.dark-theme{--bannerBackground:var(--black)}:root body.light-theme,:root body:not(.dark-theme){--description:var(--lightGrey6)}:root body.dark-theme{--description:var(--darkGrey6)}:root body.light-theme,:root body:not(.dark-theme){--infoCard:var(--lightGrey8)}:root body.dark-theme{--infoCard:var(--darkGrey8)}:root body.light-theme,:root body:not(.dark-theme){--infoCardBg:var(--white)}:root body.dark-theme{--infoCardBg:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--infoCardLight:var(--lightGrey7)}:root body.dark-theme{--infoCardLight:var(--darkGrey7)}:root body.light-theme,:root body:not(.dark-theme){--infoCardDark:var(--lightGrey8)}:root body.dark-theme{--infoCardDark:var(--darkGrey8)}:root body.light-theme,:root body:not(.dark-theme){--infoCardSeparator:var(--lightGrey4)}:root body.dark-theme{--infoCardSeparator:var(--darkGrey4)}:root body.light-theme,:root body:not(.dark-theme){--portfolioStepCompleted:var(--lightGrey4)}:root body.dark-theme{--portfolioStepCompleted:var(--darkGrey4)}:root body.light-theme,:root body:not(.dark-theme){--portfolioStepIncompleted:var(--lightGrey4)}:root body.dark-theme{--portfolioStepIncompleted:var(--darkGrey1)}:root body.dark-theme,:root body.light-theme,:root body:not(.dark-theme){--tooltipBg:var(--darkGrey2)}:root body.light-theme,:root body:not(.dark-theme){--longShortBg:var(--white)}:root body.dark-theme{--longShortBg:var(--darkGrey1)}:root body.light-theme,:root body:not(.dark-theme){--repBg0:var(--lightGrey4)}:root body.dark-theme{--repBg0:var(--darkGrey4)}:root body.light-theme,:root body:not(.dark-theme){--repBg1:var(--lightRed1)}:root body.dark-theme{--repBg1:var(--darkRed1)}:root body.light-theme,:root body:not(.dark-theme){--repBg3:var(--lightOrange2)}:root body.dark-theme{--repBg3:var(--darkOrange2)}:root body.light-theme,:root body:not(.dark-theme){--repBg5:var(--lightOrange1)}:root body.dark-theme{--repBg5:var(--darkOrange1)}:root body.light-theme,:root body:not(.dark-theme){--repBg10:var(--lightGreen1)}:root body.dark-theme{--repBg10:var(--darkGreen1)}:root body.light-theme,:root body:not(.dark-theme){--repBg15:var(--lightGreen2)}:root body.dark-theme{--repBg15:var(--darkGreen2)}:root body.light-theme,:root body:not(.dark-theme){--repText0:var(--lightGrey6)}:root body.dark-theme{--repText0:var(--darkGrey6)}:root body.dark-theme,:root body.light-theme,:root body:not(.dark-theme){--repText1:var(--lightRed3)}:root body.dark-theme,:root body.light-theme,:root body:not(.dark-theme){--repText3:var(--lightOrange3)}:root body.dark-theme,:root body.light-theme,:root body:not(.dark-theme){--repText5:var(--lightOrange4)}:root body.dark-theme,:root body.light-theme,:root body:not(.dark-theme){--repText10:var(--lightGreen4)}:root body.dark-theme,:root body.light-theme,:root body:not(.dark-theme){--repText15:var(--lightGreen3)}:root body.light-theme,:root body:not(.dark-theme){--riskLabelBorder:var(--lightGrey5)}:root body.dark-theme{--riskLabelBorder:var(--darkGrey5)}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:fallback;src:local("Inter Light"),local("Inter300"),url(/fonts/Inter300.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:fallback;src:local("Inter Regular"),local("Inter400"),url(/fonts/Inter400.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:fallback;src:local("Inter Medium"),local("Inter500"),url(/fonts/Inter500.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:fallback;src:local("Inter Semibold"),local("Inter600"),url(/fonts/Inter600.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:fallback;src:local("Inter Bold"),local("Inter700"),url(/fonts/Inter700.woff) format("woff")}body,html{overflow-x:hidden}body,html,input{padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:125%;font-weight:400;color:#484344}input{font-weight:500;border-radius:4px}a{color:inherit;text-decoration:none}*{box-sizing:border-box}body.ReactModal__Body--open{overflow:hidden}::-webkit-scrollbar{width:12px;border-radius:6px}::-webkit-scrollbar-track{background:#d9d9d9;border-radius:6px}::-webkit-scrollbar-thumb{background:#fff;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer}@-webkit-keyframes rai-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rai-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rai-spinner{height:1.5em;position:relative;width:1.5em}.rai-spinner .rai-spinner-inner,.rai-spinner .rai-spinner-outer{border-radius:100%;height:100%;left:0;margin-left:-.0625em;margin-top:-.0625em;position:absolute;top:0;width:100%}.rai-spinner .rai-spinner-outer{border:.125em solid;opacity:.2}.rai-spinner .rai-spinner-inner{-webkit-animation-duration:inherit;animation-duration:inherit;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:rai-spinner;animation-name:rai-spinner;-webkit-animation-timing-function:linear;animation-timing-function:linear;border-bottom:.125em solid transparent!important;border-left:.125em solid transparent!important;border-radius:100%;border-right:.125em solid transparent!important;border-top:.125em solid;height:100%;left:0;position:absolute;top:0;width:100%}