* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

html, body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

body {
    padding: 20px 15%;
}

.custom-stock-card,
.custom-stock-card-cycle{
    width: 100%;
    border: 1px solid #ebebeb;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.custom-stock-card-header,
.custom-stock-card-cycle-header{
    border-bottom: 2px solid #dee2e6;
    color: #212529;
    background: #f7f7f7;
    font-size: 15px;
    width: 100%;
    padding: 5px 15px;
}

.custom-stock-card-body {
    padding: 15px 15px;

}

.custom-stock-card-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.custom-stock-card-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.custom-stock-card-align-items-center {
    align-items: center;
}

.custom-stock-card-body img {
    width: 100px;
    height: 100px;
    object-fit: fill;
}

.badge {
    margin-left: 20px;
    font-size: 18px;
    display: flex;
}

.badge span.title {
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    padding: 5px 5px 5px 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.badge span.content-text {
    border: 1px solid #ebebeb;
    border-left: none;
    padding: 5px 10px 5px 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.cycle-title {
    font-weight: bold;
}

.custom-stock-card-cycle-body {
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.custom-stock-card-cycle-geo {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #dee2e6;
    color: #212529;
    font-size: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    margin: 7px;
}

.custom-stock-card-cycle-geo-header {
    font-weight: bold;
    background: #f7f7f7;
    padding: 5px 15px;
}

.custom-stock-card-cycle-geo-body {
    padding: 5px 15px;
}

.custom-stock-card-cycle-geo-header .geo-title {
    font-size: 12px;
}

.custom-stock-card-cycle-geo-body table thead th{
    padding: 3px 3px;
    font-weight: bold;
}

.custom-stock-card-cycle-geo-body table th{
    padding: 3px 3px;
    font-weight: normal;
}

.custom-stock-card-cycle-geo-body table th.small{
    font-size: 12px;
    text-align: left;
}







