﻿.cGroup {
    border: 1px solid #000;
    padding: 8px;
    border-left: 20px solid #666;
    margin-left: -20px;
    margin-bottom: 25px;
    background: #c9c9c9;
}
.cGroup h3 {
width:100%;
text-align: center;
}

#NoteTxt {
    height: 100px;
    width: 100%;
    border-radius: 5px;
}

#TermsBackground {
    background: #000;
    opacity: 0.95;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999;
}

#TermsPage {
    background: #FFF;
    margin: 100px;
    height: 80%;
}

#TermsContent {
    height: 90%;
    overflow-y: scroll;
    padding: 25px;
    background: #FFF;
}

#TermsTitle {
    width: 100%;
    text-align: center;
    background: #a784ea;
    padding: 20px;
}

#TermsClose {
    color: #000;
    float: right;
    text-decoration: none;
}


#MyBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.Input-Chk {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.Input-text {
    display: block;
    margin: 0 0 0 60px;
    padding: 10px 30px;
    color: inherit;
    width: calc(100% - 60px);
    font-weight: inherit;
    line-height: 2;
    border: none;
    border-radius: 0 0.4rem 0.4rem 0;
    transition: box-shadow 300ms;
    border: 1px #000 solid;
    height: 54px;
}

    .Input-text::placeholder {
        color: #AAA;
    }

    .Input-text:focus {
        outline: none;
        box-shadow: 0 0 10px 0 #5e35b1;
    }
        .Input-text:focus + .Infront {
            box-shadow: 0 0 10px 0 #5e35b1;
        }



#FormHowItWorks {
    background: rgb(226 217 243);
}



.Infront img {
    margin-left: -7px;
    margin-top: -3px;
}
.Infront {
    position: absolute;
    margin-top: -54px;
    border-radius: 0.4rem 0 0 0.4rem;
    background: #a784ea;
    padding: 0px 25px;
    color: #e9e9e9;
    font-weight: bold;
    line-height: 2;
    border: 1px #000 solid;
    height: 54px;
    font-size: 26px;
    width: 65px;
}

#ServerStat {
    margin-top: -20px;
    margin-right: 3px;
    float: right;
}


.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.ErrorMSg {
    width: 100%;
    text-align: center;
    color: #F00;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 8px;
}





#canvas {
    background: #AAA;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -10;
}

#canvasFilter {
    background: #949494;
    opacity: 0.2;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -9;
}

#BoxHead {
    text-align: center;
    font-size: 64px;
    color: #a784ea;
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px #4e4e4e, -1px 1px 1px #4e4e4e, 1px -1px 1px #4e4e4e, -1px -1px 1px #4e4e4e;
}

.Words {
    display: inline-block;
    position: relative;
    border: 1px solid #555;
    padding: 5px;
    margin: 3px;
    min-width: 75px;
    width:30%;
    text-align: center;
}
#word_Secrete_Title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}

#RefreshBtn {
    margin-left: 12px;
    margin-bottom: 5px;
}

#SaveBtn:disabled {
background: #999;
color: #BBB;
cursor: default;
}
#SaveBtn:disabled:hover {
    box-shadow: none !important;
}


#SaveBtn {
    width: 100%;
    border: 2px solid #555555;
    background-color: #a784ea;
    color: #FFF;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 1s;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px !important;
}

    #SaveBtn:hover {
        box-shadow: 0 0 15px 3px #a784ea;
    }



#BackgroundSlideshow {
    position: relative;
    z-index: 2;
}

#ScreenSlideShow {
    position: absolute;
    top: 3%;
    right: 8%;
    width: 38%;
    height: auto;
    pointer-events: none;
    z-index: 2;
    filter: brightness(0.8);
}


.faq-answer, .faq-question {
    font-size: 22px;
}
.faq-question {
font-weight: bold;
}

#OffsetDiv {
    height: 200px;
}

@media only screen and (max-width: 845px) {

        #canvas {
            background: #e0e0e0 !important;
            filter: blur(3px);
        }

        .ErrorMSg {
            height: 20px !important;
        }

        #box {
            padding: 35px 10px !important;
        }

        #canvasFilter {
            background: #e0e0e0 !important;
        }

        #box {
            background: none !important;
            border: none !important;
            box-shadow: none !important;
            max-width: 85% !important;
            position: absolute;
        }

        #TermsPage {
            margin: 25px !important;
        }

        #TermsTitle {
            font-size: 22px !important;
        }


        #canvasFilter {
            opacity: 0.8 !important;
        }

        #SaveBtn {
            margin-top: 10px !important;
        }

        .faq-answer, .faq-question {
            font-size: 18px !important;
        }
    #OffsetDiv {
        height: 50px;
    }

    }

    @media only screen and (max-width: 480px) {
        #box {
            padding: 50px 0;
        }

        #OffsetDiv {
            height: 30px;
        }

    }

    .faq-item {
    margin-bottom: 15px;
    padding-bottom: 10px;

}

.faq-question {
    margin: 0;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.2s;
}

    .faq-question:hover {
        background: #a784ea;
    }

.faq-answer {
    display: none;
    margin: 10px 0 0;
    padding: 0 10px;
    color: #333;
}

.faq-item.active .faq-answer {
    display:block;
}

.faq-question::before {
    content: "›"; /* unicode chevron */
    margin-right: 8px;
    display: inline-block;
    transition: transform 0.3s;
}

.faq-item.active .faq-question::before {
    transform: rotate(90deg); /* rotate arrow when open */
}