.vx-card{width:100%;display:block;-webkit-box-shadow:0 4px 25px 0 rgba(0,0,0,.1);position:relative;transition:all .3s ease-in-out}[dir] .vx-card{background:#fff;border-radius:.5rem;box-shadow:0 4px 25px 0 rgba(0,0,0,.1);-webkit-transition:all .3s ease-in-out}.vx-card.no-shadow{-webkit-box-shadow:none}[dir] .vx-card.no-shadow{box-shadow:none}[dir] .vx-card.card-border{border:1px solid #e4e4e4}.vx-card .vx-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}[dir] .vx-card .vx-card__header{padding:1.5rem 1.5rem 0}[dir] .vx-card .vx-card__header .vx-card__title h4+h6{margin-top:.3rem}.vx-card .vx-card__header .vx-card__title h6{font-weight:400}.vx-card .vx-card__header .vx-card__actions .vx-card__action-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}[dir=ltr] .vx-card .vx-card__header .vx-card__actions .vx-card__action-buttons .feather-icon{margin-left:.5rem}[dir=rtl] .vx-card .vx-card__header .vx-card__actions .vx-card__action-buttons .feather-icon{margin-right:.5rem}.vx-card .vx-card__header .vx-card__actions svg{transition:all .25s ease-out;height:1rem;width:1rem}[dir] .vx-card .vx-card__header .vx-card__actions svg{-webkit-transition:all .25s ease-out;cursor:pointer}[dir=ltr] .vx-card .vx-card__header .vx-card__actions .rotate180>svg{-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}[dir=rtl] .vx-card .vx-card__header .vx-card__actions .rotate180>svg{-webkit-transform:rotate(-180deg)!important;transform:rotate(-180deg)!important}[dir=ltr] .vx-card img.card-img-top,[dir=rtl] .vx-card img.card-img-top{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.vx-card .vx-card__collapsible-content{transition:all .3s ease-in-out}[dir] .vx-card .vx-card__collapsible-content{-webkit-transition:all .3s ease-in-out}.vx-card .vx-card__collapsible-content.vs-con-loading__container{overflow:unset}.vx-card .vx-card__collapsible-content.collapsed{opacity:0;-webkit-transform:scale(.99)}[dir] .vx-card .vx-card__collapsible-content.collapsed{transform:scale(.99)}.vx-card .vx-card__collapsible-content .card-overlay{position:absolute;top:0;bottom:0}[dir] .vx-card .vx-card__collapsible-content .card-overlay{padding:1.25rem}[dir=ltr] .vx-card .vx-card__collapsible-content .card-overlay,[dir=rtl] .vx-card .vx-card__collapsible-content .card-overlay{right:0;left:0}.vx-card .vx-card__collapsible-content .card-overlay>*{position:relative;z-index:1}.vx-card .vx-card__collapsible-content .card-overlay:after{position:absolute;content:"";top:0;height:100%;width:100%;z-index:0}[dir] .vx-card .vx-card__collapsible-content .card-overlay:after{margin:auto;background:rgba(0,0,0,.6)}[dir=ltr] .vx-card .vx-card__collapsible-content .card-overlay:after,[dir=rtl] .vx-card .vx-card__collapsible-content .card-overlay:after{left:0;right:0}[dir] .vx-card .vx-card__collapsible-content .vx-card__body{padding:1.5rem}[dir] .vx-card .vx-card__collapsible-content .vx-card__body img+.vx-card__title>h4{margin-top:1.5rem}.vx-card .vx-card__collapsible-content img{display:block}.vx-card .vx-card__code-container{overflow:hidden;transition:opacity .15s,max-height .3s ease-out,-webkit-transform .35s;transition:transform .35s,opacity .15s,max-height .3s ease-out;transition:transform .35s,opacity .15s,max-height .3s ease-out,-webkit-transform .35s}[dir] .vx-card .vx-card__code-container{-webkit-transition:opacity .15s,max-height .3s ease-out,-webkit-transform .35s}.vx-card .vx-card__code-container.collapsed{opacity:0;-webkit-transform:translateY(100%)}[dir] .vx-card .vx-card__code-container.collapsed{transform:translateY(100%)}[dir] .vx-card .vx-card__code-container .code-content{margin:1.5rem}.vx-card .vx-card__code-container .code-content pre[class^=language-]{max-height:350px}[dir] .vx-card .vx-card__code-container .code-content pre[class^=language-]{border-radius:.5rem;margin-bottom:0}[dir] .vx-card .vx-card__footer{padding:0 1.5rem 1.5rem}