/* _content/Biweekly/Components/HYW_Model/HYW_Model.cshtml.rz.scp.css */
/*跳窗*/

.hyw-modal[b-pgf41wtgg0] {
    width: 100%;
    height: 100vh;
    background-color: rgba(52, 52, 52, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
    overflow-y: auto;
}

.hyw-modal-dialog[b-pgf41wtgg0] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 56px;
    margin-bottom: 56px;
}

    .hyw-modal-dialog.hyw-modal-sm[b-pgf41wtgg0] {
        max-width: 560px;
    }

    .hyw-modal-dialog.hyw-modal-md[b-pgf41wtgg0] {
        max-width: 1000px;
    }

    .hyw-modal-dialog.hyw-modal-lg[b-pgf41wtgg0] {
        max-width: 1200px;
    }

.hyw-modal.fade[b-pgf41wtgg0] {
    opacity: 0;
    transition: opacity 0.15s linear;
}

    .hyw-modal.fade .hyw-modal-dialog[b-pgf41wtgg0] {
        -webkit-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%);
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .hyw-modal.fade.in[b-pgf41wtgg0] {
        opacity: 1;
    }

        .hyw-modal.fade.in .hyw-modal-dialog[b-pgf41wtgg0] {
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            transition: all 0.3s ease-in-out;
            opacity: 1;
        }

.hyw-modal-wrap[b-pgf41wtgg0] {
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 56px;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

    .hyw-modal-wrap .hyw-modal-close[b-pgf41wtgg0] {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        display: block;
        width: 32px;
        height: 32px;
        background-image: url(../images/close_green.png);
        background-repeat: no-repeat;
        background-size: 32px;
        background-position: 50% 50%;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 14px;
        right: 20px;
        cursor: pointer;
    }

    .hyw-modal-wrap .hyw-modal-header[b-pgf41wtgg0] {
        background-color: #90ac50;
        padding: 1rem 1.25rem;
        box-sizing: border-box;
    }

        .hyw-modal-wrap .hyw-modal-header .hyw-modal-title[b-pgf41wtgg0] {
            font-size: 1.375rem;
            color: #fff;
            font-weight: 500;
        }

    .hyw-modal-wrap .hyw-modal-body[b-pgf41wtgg0] {
        padding: 2rem 5rem;
    }

        .hyw-modal-wrap .hyw-modal-body .content-title[b-pgf41wtgg0] {
            font-size: 1.5rem;
            margin-bottom: 2.5rem;
            text-align: center;
        }

        .hyw-modal-wrap .hyw-modal-body:has(.chart-container)[b-pgf41wtgg0] {
            padding: 2rem;
        }

    .hyw-modal-wrap .chart-container[b-pgf41wtgg0] {
        border-radius: 4px;
        border: solid 1px #e5e5e5;
    }

    .hyw-modal-wrap .hyw-modal-footer[b-pgf41wtgg0] {
        padding: 0 1.25rem 2rem;
    }

        .hyw-modal-wrap .hyw-modal-footer .hyw-modal-btn-box[b-pgf41wtgg0] {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
        }

@media screen and (max-width: 992px) {
    .hyw-modal-dialog[b-pgf41wtgg0] {
        padding: 0 1em;
    }

    .hyw-modal-wrap .hyw-modal-body[b-pgf41wtgg0] {
        padding: 2rem 1.5rem;
    }
}
/* _content/Biweekly/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-tq39qems9f] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-tq39qems9f] {
  color: #0077cc;
}

.btn-primary[b-tq39qems9f] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tq39qems9f], .nav-pills .show > .nav-link[b-tq39qems9f] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-tq39qems9f] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-tq39qems9f] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tq39qems9f] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tq39qems9f] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-tq39qems9f] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
