/* ###### Card ###### */ .card { border-radius: 11px; position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: $white; background-clip: border-box; border: 1px solid $border; &.text-white .main-content-label, &.tx-white .main-content-label { color: $white; } } .card-body { flex: 1 1 auto; padding: 25px; } .main-content-label { font-weight: 500; color: #3c4858; font-size: 14px; margin-bottom: 0rem; line-height: 1; } .card { > { hr { margin-right: 0; margin-left: 0; } .list-group { &:first-child .list-group-item:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } &:last-child .list-group-item:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } } } .card { box-shadow: none; } } .card-subtitle { margin-top: -0.375rem; margin-bottom: 0; } .card-text:last-child { margin-bottom: 0; } .card-link { &:hover { text-decoration: none; } + .card-link { margin-left: 1.25rem; } } .card-header { padding: 20px 25px 0 25px; margin-bottom: 0; border-bottom: 1px solid $border; background:transparent; &:first-child { border-radius: calc(3px - 1px) calc(3px - 1px) 0 0; border-radius: 11px 11px 0 0; } + .list-group .list-group-item:first-child { border-top: 0; } } .card-footer { padding: 0.75rem 1.25rem; background: $white; border-top: 1px solid $border; background:transparent; &:last-child { border-radius: 11px; } } .card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; } .card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; } .card-img { width: 100%; border-radius: calc(3px - 1px); } .card-img-top { width: 100%; border-top-left-radius: calc(3px - 1px); border-top-right-radius: calc(3px - 1px); } .card-img-bottom { width: 100%; border-bottom-right-radius: calc(3px - 1px); border-bottom-left-radius: calc(3px - 1px); } .card-deck { display: flex; flex-direction: column; .card { margin-bottom: 15px; } } @media (min-width: 576px) { .card-deck { flex-flow: row wrap; margin-right: -15px; margin-left: -15px; .card { display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } } } .card-group { display: flex; flex-direction: column; > .card { margin-bottom: 15px; } } @media (min-width: 576px) { .card-group { flex-flow: row wrap; > .card { flex: 1 0 0%; margin-bottom: 0; + .card { margin-left: 0; border-left: 0; } &:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; .card-img-top, .card-header { border-top-right-radius: 0; } .card-img-bottom, .card-footer { border-bottom-right-radius: 0; } } &:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; .card-img-top, .card-header { border-top-left-radius: 0; } .card-img-bottom, .card-footer { border-bottom-left-radius: 0; } } } } } .card-columns .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { .card-columns { column-count: 3; column-gap: 1.25rem; orphans: 1; widows: 1; .card { display: inline-block; width: 100%; } } } .card-header, .card-footer { position: relative; border-color: $background; padding-left: 25px; padding-right: 25px; } .card-header-tab { border-bottom: 0; padding: 0; } .card-item { .card-item-icon { &.card-icon { background: $primary-01; } width: 45px; height: 45px; position: absolute; right: 20px; bottom: 21px; top: auto; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .card-item-title { small { font-size: 80%; font-weight: 300; text-transform: capitalize; color: #8d95b1; } display: flex; flex-direction: column; font-size: 1rem; margin-bottom: 2rem; letter-spacing: 0; color: #383942; } .card-item-body { display: flex; align-items: flex-end; justify-content: space-between; } .card-item-body .card-item-stat { .card-item-figure { display: flex; font-weight: 500; font-size: 1.125rem; letter-spacing: .5px; color: #383942; } small { font-size: 85%; font-weight: 300; text-transform: capitalize; color: #8d95b1; } } .card-item-body .card-item-redirect .btn-card-item-view { background: #F4F7FD; color: #A5ABBA; font-weight: 300; letter-spacing: .5px; border: none; transition: all, 0.3s; } } .card-dashboard-calendar { padding: 20px; box-shadow: -7.829px 11.607px 20px 0px rgb(228, 227, 245); .main-content-label { color: #1c273c; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; } .card-body { padding: 0; } .ui-datepicker-inline { border-width: 0; max-width: none; padding: 0; margin: 0; } .ui-datepicker { .ui-datepicker-header { border-bottom: 0; padding: 13px 10px; margin: auto; .ui-datepicker-next::before, .ui-datepicker-prev::before { top: 12px; } } .ui-datepicker-calendar { width: 100%; th { font-size: 12px; text-align: center; } td { text-align: center; a { display: block; font-size: 11.7px; border-radius: 100%; display: flex; align-items: center; justify-content: center; } } .ui-datepicker-today a { color: $white; font-weight: 700; border-radius: 0; } } } } @media (min-width: 576px) { .card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar { width: 100%; } } .card-table { &.table-vcenter th { font-weight: 600 !important; } .badge { padding: 9px 13px 9px; } } .custom-card { margin-bottom: 20px; border: 0; box-shadow: -7.829px 11.607px 20px 0px rgb(228, 227, 245); } .card-aside { -ms-flex-direction: row; flex-direction: row; } .card-aside-column { min-width: 5rem; width: 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; background: no-repeat center/cover; } .card-options { margin-left: auto; display: -ms-flexbox; display: flex; -ms-flex-order: 100; order: 100; margin-right: -.5rem; color: #a8afc7; -ms-flex-item-align: center; align-self: center; a { &:not(.btn) { margin-left: 0; color: #505069; display: inline-block; min-width: 1rem; padding: 10px 15px; &:hover { text-decoration: none; color: #505069; } } } } .card-fullscreen { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; margin: 0; } .card-collapsed > :not(.card-header):not(.card-status) { display: none; } .card-options { a:not(.btn) i { font-size: 1rem; vertical-align: middle; } .dropdown-toggle:after { display: none; } } .custom-card-header { background: $white; display: flex; line-height: 0; } .card-body + .card-body { border-top: 1px solid #f0f2f8; } .card-sub-title { font-size: 13px; margin-top: 3px; } .card-blog-overlay1 { background: url('../img/media/3.jpg'); background-size: cover; } .card-blog-overlay2 { background: url('../img/media/1.jpg'); background-size: cover; } .card-blog-overlay { background: url('../img/media/2.jpg'); background-size: cover; position: relative; &:before { content: ''; display: block; position: absolute; background: $black-5; width: 100%; height: 100%; right: 0; top: 0; } } .card-blog-overlay1:before, .card-blog-overlay2:before { content: ''; display: block; position: absolute; background: $black-5; width: 100%; height: 100%; right: 0; top: 0; } .card-blog-overlay .custom-card-header, .card-blog-overlay1 .custom-card-header, .card-blog-overlay2 .custom-card-header { background: none; border-bottom: 1px solid $white-2; } .card-blog-overlay .card-footer, .card-blog-overlay1 .card-footer, .card-blog-overlay2 .card-footer { background: none; border-top: 1px solid $white-2; } .card-item-desc .card-item-desc-1 dt { font-weight: 500; font-size: 13px; display: inline-block; } .card-item-desc { dl, dd { margin-top: 0; margin-bottom: 0; } .card-item-desc-1 dd { font-size: 13px; color: #737f9e; margin-bottom: 0; } } .cart-details { dt { font-weight: 400; margin-bottom: 0.6rem; } dd { font-weight: 600; } } @media (max-width: 575px) { .card-box img { position: relative !important; bottom: -27px !important; left: -14px !important; } } /* ###### Card ###### */