﻿/* Common */
body {
    /* DXCOMMENT: Duplicate a font family and font size from the web.config (devexpress->themes->font settings) for the web-site's HTML content */
    font: 1em 'Microsoft JhengHei', '微軟正黑體', 'Calibri', 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

/* Article Layout */
.text-content {
    min-height: 100%;
    max-width: 816px;
    margin: 0px auto;
    padding: 0px 14px 0px 14px;
    word-wrap: break-word;
}

@media (min-width: 816px) {
    .text-content {
        padding: 0px 48px;
    }

    .hidden-on-large {
        display: none !important;
    }

    .hidden-on-small {
        display: block !important;
    }
}

/* Base Styles */
.text-content {
    color: #666;
    line-height: 1.5;
}

    .text-content p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    /* Headers */
    .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
        color: #444;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
        font-weight: 600;
    }

    .text-content h1 {
        font-size: 2em;
    }

    .text-content h2 {
        font-size: 1.75em;
    }

    .text-content h3 {
        font-size: 1.375em;
    }

    .text-content h4 {
        font-size: 1.25em;
    }

    .text-content h5 {
        font-size: 1.125em;
    }

    .text-content h6 {
        font-size: 1em;
    }

    .text-content > h1:not(:first-child) {
        margin-top: 1.75rem;
    }

    .text-content > h2:not(:first-child) {
        margin-top: 1.5rem;
    }

    .text-content > h3:not(:first-child) {
        margin-top: 1.25rem;
    }

    .text-content > h4:not(:first-child) {
        margin-top: 1.125rem;
    }

    .text-content > h5:not(:first-child) {
        margin-top: 1rem;
    }

    .text-content > h6:not(:first-child) {
        margin-top: .9rem;
    }

    /* Title + Lead */
    .text-content .title {
        margin-top: 1.2rem;
        margin-bottom: .8rem;
    }

@media (min-width: 576px) {
    .text-content .title {
        color: #222;
        font-size: 2em;
        font-weight: 600;
    }
}

.text-content .lead {
    font-size: 1.125rem;
    font-weight: 300;
}

@media (min-width: 576px) {
    .text-content .lead {
        max-width: 80%;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
}

.text-content > h2.category {
    color: #222;
    font-weight: 600;
}

    .text-content > h2.category:not(:first-child) {
        margin-top: 3rem;
    }


/* #href bookmark jump */
.text-content > h1[id]::before,
.text-content > h2[id]::before,
.text-content > h3[id]::before,
.text-content > h4[id]::before {
    display: block;
    height: calc(3.13rem + 1.2rem); /* Main Menu Height (3.13rem) + .title margin-top = 1.2rem */
    margin-top: calc(-3.13rem - 1.2rem);
    visibility: hidden;
    content: "";
}


/* Link */
.text-content a {
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    color: #445263;
}

    .text-content a:visited {
        /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
        color: #333D4A; /* 25% black overlay */
    }

    .text-content a:hover {
        /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
        color: #858E99; /* 35% white overlay */
    }

.text-content b, .text-content strong {
    color: #444;
}

mark {
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    background-color: #445263;
    color: #fff;
}

small {
    color: #999999;
    font-size: 0.75em;
}

code, pre {
    font-family: Consolas, Menlo, Monaco, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875em;
}

hr {
    height: 1px;
    opacity: 0.1;
    background-color: #000000;
    border: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

blockquote {
    background-color: #f2f2f2;
    color: #444;
    margin: 0;
    margin-bottom: 1rem;
    font-size: 1.125em;
    padding: 29px 26px;
    border: 0;
    border-left: 6px solid #d8d8d8;
}

    blockquote p {
        margin-top: 0;
    }

    blockquote footer {
        display: block;
        font-size: 0.875em;
        font-style: italic;
        color: #999;
    }

        blockquote footer::before {
            content: "\2014 \00A0";
        }

/* Contents (Left Panel) */
.section-caption.contents-caption {
    padding-left: 31px;
    border-top: none !important;
}


/* Lists */
.text-content ul,
.text-content ol {
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (min-width: 992px) {
    .bd-content > ul, .bd-content > ol, .bd-content > p {
        max-width: 80%;
    }

    .hidden-on-large {
        display: none !important;
    }

    .hidden-on-small {
        display: block !important;
    }
}

/* Text Alignment */
.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.indent-p {
    padding-left: 40px;
    padding-right: 20px;
}

.bordered-block {
    background-color: #f2f2f2;
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

@media (min-width: 576px) {
    .bordered-block {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: .2rem;
    }
}

/* Tables */
.table {
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

    .table td,
    .table th {
        padding: .75em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        text-align: left;
    }

    .table thead th {
        border-bottom: 1px solid #d8d8d8;
        background-color: #f2f2f2;
        color: #222;
    }

    .table thead tr {
        box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.23);
    }

    .table tbody + tbody {
        border-top: 1px solid #dee2e6;
    }

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td,
    .table-bordered thead th {
        border-bottom-width: 1px
    }

.table-responsive {
    max-width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Code, Control Area Block */
.control-area-block {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    background-color: #f8f9fa;
}

/* Images */
.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-float-left {
    float: left;
    padding-right: 40px;
    padding-bottom: 40px;
}

@media (max-width: 576px) {
    .img-float-left {
        padding-right: 16px;
        padding-bottom: 16px;
    }
}

.SmartImage {
    min-width: 100%;
    height: 400px;
    background-image: url('../Content/Images/Smart/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 20px;
    justify-content: center;
}


.SmartImage_Supervised {
    min-width: 100%;
    height: 600px;
    background-image: url('../Content/Images/Smart/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 20px;
    justify-content: center;
}

.SmartImage_Supervised1 {
    min-width: 100%;
    height: 100%;
    background-image: url('../Content/Images/Smart/投影片1-27.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 20px;
    justify-content: center;
}

.DefaultImage {
    max-width: 100%;
    height: 37rem;
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../Content/Images/Default3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* 讓圖片覆蓋整個區塊 */
    background-position: center; /* 將圖片置中 */
    background-repeat: no-repeat; /* 避免重複 */
    text-align: center;
    padding-top: 10px;
}

.Cabin-DefaultImageTitle {
    color: white;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 2em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.MetaverseMain {
    max-width: 90%;
    padding-top: 20px;
    margin: auto;
    height: auto;
    text-align: center;
}

.DigitalTwinMain {
    max-width: 90%;
    padding-top: 20px;
    margin: auto;
    height: auto;
    text-align: center;
}

.CareCascade_Title {
    max-width: 90%;
    padding-top: 20px;
    margin: auto;
    height: auto;
    text-align: center;
}

.Cabin-Metaverse-title {
    color: black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 3em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

@media (max-width: 968px) {
    .Cabin-Metaverse-title {
        font-size: 1.5em;
    }

    .Cabin-Metaverse-title-white {
        font-size: 1.5em;
    }
}

.Cabin-Metaverse-title-white {
    color: white;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 3em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.Cabin-Default-Highlight-title-white {
    color: #5beafb;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.5em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-left: 0px;
    margin-bottom: 5px;
}

.Cabin-EvidencebasedHealthcare-title {
    color: white;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

@media (max-width: 968px) {
    .Cabin-EvidencebasedHealthcare-title {
        font-size: 0.8em;
    }
}

@media (max-width: 768px) {
    .Cabin-EvidencebasedHealthcare-title {
        font-size: 0.6em;
    }
}


.Cabin-EvidencebasedHealthcare-title1 {
    color: white;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.25em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}


    .Cabin-EvidencebasedHealthcare-title1:hover {
        color: white;
        font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
        font-optical-sizing: auto;
        font-weight: 700;
        font-size: 1.25em;
        font-style: normal;
        font-variation-settings: "wdth" 100;
    }

@media (max-width: 968px) {
    .Cabin-EvidencebasedHealthcare-title1 {
        font-size: 1.0em;
    }

        .Cabin-EvidencebasedHealthcare-title1:hover {
            font-size: 1.0em;
        }
}

.Cabin-EvidencebasedHealthcare-title2 {
    color: black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.25em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

    .Cabin-EvidencebasedHealthcare-title2:hover {
        color: black;
        font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
        font-optical-sizing: auto;
        font-weight: 900;
        font-size: 1.25em;
        font-style: normal;
        font-variation-settings: "wdth" 100;
    }

@media (max-width: 968px) {
    .Cabin-EvidencebasedHealthcare-title2 {
        font-size: 1.0em;
    }

        .Cabin-EvidencebasedHealthcare-title2:hover {
            font-size: 1.0em;
            font-weight: 900;
        }
}

.MetaverseContentMain {
    max-width: 90%;
    padding-top: 20px;
    margin: auto;
    height: auto;
    text-align: left;
}

.DigitalTwinContentMain {
    max-width: 90%;
    padding-top: 20px;
    margin: auto;
    height: auto;
    text-align: left;
}

.righted {
    margin: auto;
    height: auto;
    right: 10px !important;
}

.Cabin-MetaverseContentTitle {
    color: Black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 2em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding-left: 0px;
}

@media (max-width: 968px) {
    .Cabin-MetaverseContentTitle {
        font-size: 1.25em;
    }
}

.Cabin-DigitalTwinContentTitle {
    color: Black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 2em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding-left: 0px;
    /*-webkit-text-stroke: 1px #1E57B6; width and color */
    text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
}

@media (max-width: 968px) {
    .Cabin-DigitalTwinContentTitle {
        font-size: 1.25em;
    }
}


.Cabin-DigitalTwinContentTitle-White {
    color: White;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 2em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding-left: 0px;
}

@media (max-width: 968px) {
    .Cabin-DigitalTwinContentTitle-White {
        font-size: 1.25em;
    }
}

.Cabin-DigitalTwinContentTitle2 {
    color: Black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.5em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding-left: 0px;
}

@media (max-width: 968px) {
    .Cabin-DigitalTwinContentTitle2 {
        font-size: 1.0em;
    }
}

.Cabin-HealthcareTitle {
    color: Black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 2em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding-left: 0px;
    text-align: center;
}

@media (max-width: 968px) {
    .Cabin-HealthcareTitle {
        font-size: 1.5em;
    }
}

.Cabin-MetaverseContent {
    color: Black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 1.25em;
    padding-left: 0px;
    margin-right: 10px;
}

.Cabin-MetaverseContentIdent {
    color: Black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 1.25em;
    padding-left: 0px;
    margin-right: 10px;
    margin-left: 1.25em;
    text-indent: -1.00em;
}

.Cabin-MetaverseContentBold {
    color: Black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-weight: bold;
    font-size: 1.25em;
    padding-left: 0px;
    margin-right: 10px;
}

.Cabin-DigitalTwinContent {
    color: Black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 1em;
    padding-left: 0px;
    margin-right: 10px;
}

.Cabin-MetaverseButton {
    color: white;
    width: 90%;
    height: 120px;
    background-color: #5C6978;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 1.5em;
    font-weight: 500;
    border-color: #5C6978;
    border-radius: 10px;
}

    .Cabin-MetaverseButton:hover {
        background-color: #445263;
        font-weight: 700;
        border-color: #445263;
    }

.Cabin-MetaverseButton1 {
    color: white;
    width: 90%;
    height: 120px;
    background-color: #A7575B;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 1.5em;
    font-weight: 500;
    border-color: #A7575B;
    border-radius: 10px;
}

    .Cabin-MetaverseButton1:hover {
        background-color: #813438;
        font-weight: 700;
        border-color: #813438;
    }

.Cabin-MetaverseButton2 {
    color: white;
    width: 90%;
    height: 120px;
    background-color: #668D87;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 1.5em;
    font-weight: 500;
    border-color: #668D87;
    border-radius: 10px;
}

    .Cabin-MetaverseButton2:hover {
        background-color: #3B615C;
        font-weight: 700;
        border-color: #3B615C;
    }


.MetaverseHyperlink {
    cursor: pointer;
    text-decoration: none;
}

.MetaverseDocumentHyperlink {
    cursor: pointer;
    color: black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 2em;
    font-weight: 500;
}

.MetaverseDivHyperlink {
    max-width: 330px;
    width: 250px;
    max-height: 150px;
    cursor: pointer;
}

    .MetaverseDivHyperlink:hover {
        outline: 3px solid black;
    }

.PrecisionHealthcareDivHyperlink {
    max-width: 190px;
    width: 190px;
    max-height: 150px;
    cursor: pointer;
}

.PrecisionHealthcareHyperlink:hover {
    outline: 3px solid black;
}

@media (max-width: 968px) {
    .PrecisionHealthcareDivHyperlink {
        max-width: 170px;
        width: 170px;
    }
}

@media (max-width: 768px) {
    .PrecisionHealthcareDivHyperlink {
        max-width: 160px;
        width: 160px;
    }
}

.ButtonDivHyperlink {
    width: 200px;
    height: 40px;
    color: white;
    background-color: #5C6978;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 1.5em;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
}

    .ButtonDivHyperlink:hover {
        outline: 3px solid black;
    }

.Metaverseanchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.ImageSlider {
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    object-position: center top;
    object-fit: cover;
}

.DefaultImageSlider {
    width: 100%;
    min-height: 480px;
    flex-grow: 1;
    object-position: center top;
    object-fit: contain;
}

    .DefaultImageSlider .dxis-item > img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        object-fit: contain;
        max-width: 100%;
        height: auto;
    }

.iaccsCampCard {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 280px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    display: flex;
}

    .iaccsCampCard:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

.slider-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    pointer-events: none;
    width: inherit;
}


.iaccsCampCard-wrapper {
    position: relative;
    width: 280px;
    height: 150px;
    cursor: pointer;
}

    /* 滑鼠移上時顯示文字 */

    .iaccsCampCard-wrapper:hover .slider-overlay {
        opacity: 1;
    }

.ML_ALGO-imageLink-wrapper {
    position: relative;
    width: 450px;
    height: 280px;
    cursor: pointer;
}

.UploadDiv {
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 5px;
}

.UploadDivHeader {
    padding-left: 10px;
    color: black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 1em;
    font-weight: 700;
}

.UploadDivContent {
    padding-left: 10px;
    color: black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 1em;
}

/* Printing Styles */
@media print {
    .menu-container, .left-block, .right-block,
    .footer-wrapper {
        display: none !important;
    }

    .left-panel {
        display: none !important;
    }

    .text-content {
        max-width: 100%;
    }

    html {
        padding: 0 !important;
    }

    .page-toolbar-wrapper {
        display: none !important;
    }
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.card-link {
    text-decoration: none;
    color: inherit;
}

.card {
    border-radius: 10px;
    width: 170px;
    height: 165px;
    transition: transform 0.2s;
    display: flex;
    object-fit: contain;
    background-color: transparent;
}

    .card:hover {
        transform: translateY(-5px);
    }

.card-title {
    font-size: 14px;
    margin-bottom: 0px;
}

.card-image {
    width: 170px;
    height: 165px;
    cursor: pointer;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.2s;
    display: flex;
}

.card-content {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.Card-wrapper {
    position: relative;
    width: 170px;
    height: 165px;
    cursor: pointer;
}
    /* 滑鼠移上時顯示文字 */
    .Card-wrapper:hover .slider-overlay {
        opacity: 1;
    }

/* 浮出背景遮罩 */
.popup-slider-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

/* 中央內容視窗 */
.popup-slider-content {
    width: 960px;
    height: 540px;
    background-color: white;
    border-radius: 12px;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
}

/* 關閉按鈕 */
.close-button {
    position: absolute !important;
    top: 8px;
    right: 12px;
    font-size: 24px;
    color: black;
    cursor: pointer;
    z-index: 10000;
    background-color: azure;
}

.Default-DigitalTwinContentTitle {
    color: Black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 1.4em;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding-left: 0px;
    /*-webkit-text-stroke: 1px #1E57B6; width and color */
    text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
}

.Default-MetaverseContent {
    color: Black;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Calibri', sans-serif !important;
    font-size: 1.25em;
    padding-left: 0px;
    margin-right: 10px;
    text-align: left;
}

.ML_ALGO_Image_wrapper1 {
    position: relative;
    width: 450px;
    height: 280px;
    background-image: url('../Images/ML_ALGO/random_forest.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.5s;
    cursor: pointer;
}

    .ML_ALGO_Image_wrapper1:hover {
        width: 450px;
        height: 280px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../Images/ML_ALGO/random_forest_slide.png');
    }

.ML_ALGO_Image_wrapper2 {
    position: relative;
    width: 450px;
    height: 280px;
    background-image: url('../Images/ML_ALGO/Bayesian.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.5s;
    cursor: pointer;
}

    .ML_ALGO_Image_wrapper2:hover {
        width: 450px;
        height: 280px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../Images/ML_ALGO/Bayesian_slideover.png');
    }