/*
 * Copyright (c) 2015 - 2024 - Tara Aung Co., Ltd - All Rights Reserved.
 * Tara Systems Project - Proprietary and confidential. www.taraaung.com
 */

.header {
    background: #1E90FF;
    color: white;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.content-section {
    background: #FFFFFF;
}

.card-body {
    padding-left: 0;
    padding-right: 0;
}

.content-section .top-card {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}

.content-image-wrapper {
    position: relative;
    text-align: center;
    color: white;
    image-background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.highlight-feature {
    color: #1E90FF;
    font-size: 1rem;
    background: #1E90FF;
    border-radius: 100px;
    color: white;
    padding: 10px;
}

.release-version {
    font-size: 2rem;
}