@font-face {
    font-family: iansui094;
    src: url('./Iansui094-Regular.woff') format('woff'),
         url('./Iansui094-Regular.ttf') format('truetype');
    font-display: swap;
}
* {
    font-family: iansui094;
    padding: 0px;
    color: black;
}

html {
    padding: 0;
    margin: 0;
    background: #fff;
    overflow-x: hidden;
}

td {
    vertical-align: middle;
    color: #ffffff;
}

input {
    width: 50px;
    color: #000000;
}

input[type=button] {
    border-style: outset;
    border-width: 1px;
    border-color: black;
    width: 90px;
    text-align:center;
}

input[type=button]:active {
    border-style: inset;
    border-width: 1px;
    border-color: white;
}

textarea {
    padding: 0;
    margin: 0;
    border-style: inset;
    border-width: 0px;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    color: #000000;
    height: 25px;
    background-color: rgba(119, 119, 119, 0.2);
    opacity: 1;
}

select {
    width: 100%;
    color: #000000;
    height: 24px;

}

option {
    color: #000000;
}

thead tr td {
    text-align: center;
}

body table {
    width: 100%;
}

body {
    width: 1000px;
    margin: auto;
    padding: 0;
    overflow-x: hidden;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

.collapsible {
    background-color: rgba(109, 158, 255, 0.2);
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    vertical-align: middle;
    padding: 2.5px;
    min-height: 30px;
    margin: 1px;
}

.active, .collapsible:hover {
    background-color: rgba(109, 158, 255, 0.5);
}

.content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: rgba(255, 255, 255, 1);
    align-content: center;
}

svg {
    margin: auto;
    display: block;
}

text {
    height: 25px;
    cursor: default;
}

.planetHover {
    cursor: pointer;
}

.planetHover:hover {
    fill: rgba(0, 0, 0, 0.2);
}

.channelHover {
    cursor: pointer;
}

.channelHover:hover {
    stroke: rgb(0, 255, 0);
    stroke-width: 10px;
}

g {
    pointer-events: none;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.slidecontainer {
    width: 100%;
    height: 30px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 30px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 30px;
    background: rgb(60, 106, 205);
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 30px;
    background: rgb(163, 230, 239);
    cursor: pointer;
}

.textTitle {
    background:#F0D495;
    width: 200px;
    min-height: 30px;
    text-align: center;
    color: black;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.textDescription {
    background:#FAF3E4;
    width: 600px;
    min-height: 30px;
    text-align: start;
    color: black;
    padding-left: 20px;
    line-height: 1.5;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

a {
    color: black;
    text-decoration: none;
}

.inputHead {
    width: 100%;
    text-align: center;
}

.birthPadding {
    float: left;
    width: 5%;
}

.birthBox {
    float: left;
    width: 10%;
    text-align: right;
}

.returnPadding {
    float: left;
    width: 15%;
}

.returnBox {
    float: left;
    width: 20%;
    text-align: left;
}

.timezoneSelectDiv {
    float: left;
    width: 60%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.timezoneSelect {
    width: 90%;
}

.timezonePadding {
    float: left;
    width: 20%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.resultText {
    float: left;
    width: 45%;
    text-align: right;
    padding-right: 5%;
    min-height: 25px;
    vertical-align: middle;
    opacity: 1;
}

.resultBirthText {
    float: left;
    width: 70%;
    text-align: center;
    padding-left: 15%;
}

.resultDate {
    float: left;
    width: 30%;
    padding-left: 5%;
}

.resultArrow {
    float: right;
    width: 15%;
    height: 25px;
    vertical-align: middle;
}

.preSVG {
    float: left;
    width: 10%;
}

.SVG {
    float: left;
    width: 80%;
}

.postSVG {
    float: right;
    width: 10%;
    vertical-align: middle;
    text-align: right;
}

.postSVGItem {
    float: right;
    width: 100%;
}

.title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.ytContainer {
    text-align: center;
    width: 1000px;
    padding-top: 450px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.ytItem {
    position: absolute;
    width: 800px;
    top: 0;
    left: 10%;
    bottom: 0;
    right: 10%;
}

.textTablePadding {
    width: 85px;
}

.circle{
    border:1px solid #000;
    width:18px;
    height:18px;
    border-radius:100%;
    position:relative;
    margin:0px;
    margin-right: 10px;
    display:inline-block;
    vertical-align:middle;
    background-color: #ffffff;
}

.circle.plus:before,
.circle.plus:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:green;
}

.circle.plus:before{
    width: 2px;
    margin: 2px auto;
}

.circle.plus:after{
    margin: auto 2px;
    height: 2px;
}

.circle.minus:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:red;
    margin: auto 2px;
    height: 2px;
}

.animation {
    display: block;
}

.separator {
    display: block;
}

.reportTitle {
    display: none;
}

.reportLogo {
    display: none;
}

.calculateButton {
    border-radius:10px;
    background:rgb(51, 48, 69);
    color: white;
    font-size: 20px;
    width: 180px;
    height: 30px;

}

.courseButton {
    border-radius:10px;
    background:#ffae42;
    color: black;
    font-size: 20px;
    width: 180px;
    height: 30px;
}

.calSeparatorPadding {
    float: left;
    width: 20%;
    height: 30px;
}

.calSeparatorButton {
    float: left;
    width: 30%;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}

.calSeparatorDiv {
    height: 40px;
    margin-bottom: 10px;
}

.courseNowButton {
    border-radius: 16px;
    background:#22C05F;
    color: black;
    font-size: 175%;
    padding: 10px;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}

.courseNowButton:hover {
    padding: 20px;
}

.postSVGButton {
    color: black;
    font-size: 16px;
    width: 90px;
    height: 40px;
    border-radius: 5px;
    margin: 5px;
    background: rgb(250, 218, 114);
}

.multiChartButton1 {
    width: 90px;
}

.multiChartButton2 {
    width: 90px;
}

.calNearbyButton {
    color: black;
    width: 200px;
    height: 30px;
    border-radius: 16px;
    background: rgb(163, 230, 239);
}

*:disabled {
    pointer-events: none;
}

button {
    cursor: pointer;
}

.range-wrap{
    position: relative;
}

.range-value{
    position: absolute;
    top: -50%;
}

.range-value span{
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #03a9f4;
    color: #fff;
    font-size: 10px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}

.range-value span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #03a9f4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}