﻿#videoElement {
    height: 300px;
    width: 300px;
}

#am5Charts {
    width: 100%;
    height: 278px;
}
/*qrcode*/
#qrcodevideo {
    width: 100%;
    height: 50%;
}

.scanning {
    width: 90%;
    height: 10%;
    top: 5%;
    left: 5%;
    position: absolute;
    background: linear-gradient( rgba(255, 255, 255, 0), 80%, rgba(96, 165, 250, 0.8) );
    z-index: 2;
    animation: move 1s linear infinite;
    -webkit-animation: move 1.5s linear infinite;
}

@keyframes move {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(650%);
    }
}

.add-scanning {
    width: 300px;
    height: 50px;
    top: 20%;
    position: absolute;
    background: linear-gradient( rgba(255, 255, 255, 0), 80%, rgba(96, 165, 250, 0.8) );
    z-index: 2;
    animation: addmove 1s linear infinite;
    -webkit-animation: addmove 3s linear infinite;
}
#result_show {
    position: absolute;
    z-index: 9999;
    top: 24%;
    left: 6%;
}

@keyframes addmove {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(400%);
    }
}
/*index word*/
.mainbanner-wraper {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

@media (min-width: 1400px) {
    .mainbanner-wraper {
        max-width: 1120px;
    }
}

@media (min-width: 991px) {
    #scanpopup {
        max-width: 700px;
    }
}

@media (max-width: 1199px) {
    .mainbanner-wraper {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .mainbanner-wraper {
        max-width: 720px;
    }

    .mainbanner-content {
        max-height: 250px;
        padding: 30px 26px 40px 26px;
        max-width: 400px;
    }

        .mainbanner-content h2 {
            font-size: 30px;
        }
}

@media (max-width: 767px) {
    .mainbanner-wraper {
        max-width: 606px;
    }

    .mainbanner-content {
        max-height: 160px;
        padding: 24px 23px 32px 23px;
        max-width: 310px;
    }

        .mainbanner-content h2 {
            font-size: 22px;
        }
}

@media(max-width:575px) {
    .scanning {
        width: 88%;
        left: 6%
    }
    #result_show {
        top: 20%;
    }
    #notify-btn {
        margin-top: 5PX;
    }

    @keyframes move {
        100% {
            transform: translateY(600%);
        }
    }

    .add-scanning {
        width: 230px;
        top: 24%;
        left: 21%
    }

    @keyframes addmove {

        100% {
            transform: translateY(420%);
        }
    }

    .mainbanner-content {
        max-height: 125px;
        padding: 20px 19px 27px 20px;
        max-width: 250px;
    }

        .mainbanner-content h2 {
            font-size: 21px;
        }

    .member-form .radio-switch .switch-label-gender {
        font-size: 11px;
    }
}
/*overlink*/
.overlink {
    cursor: pointer;
}

.source-img {
    width: 30px;
    height: 30px;
}

.third-icon {
    cursor: pointer;
}
/*register input*/
#country {
    color: gray;
    bottom: auto;
}

select .country {
    color: black;
}

.dropdown-item {
    padding: unset;
}

.faq-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.hidden_ap {
    /*    z-index: -9999;
    transform: translateZ(-9999px);
    position: absolute;*/
    display: none;
}
/*gender*/
.member-form .radio-switch .switch-label-gender {
    color: #000;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.member-form .radio-switch .switch-label-gender {
    position: relative;
    z-index: 2;
    width: 33%;
    height: 100%;
    margin: 0;
    text-align: center;
    float: left;
}

.member-form .radio-switch .switch-label-gender {
    line-height: 38px;
    vertical-align: middle;
}

.member-form .radio-switch .switch-slide-bg-gender {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.member-form .radio-switch .switch-slide-bg-gender {
    position: absolute;
    top: 4px;
    padding: 0;
    z-index: 1;
    width: calc(33% - 4px);
    height: calc(100% - 8px);
    color: #000;
    background-color: #dde1e7;
    left: 4px;
    border-radius: 3px;
}

.member-form .radio-switch input:nth-child(3):checked ~ .switch-slide-bg-gender {
    background-color: #dde1e7;
    left: 33%;
}

.member-form .radio-switch input:last-of-type:checked ~ .switch-slide-bg-gender {
    background-color: #dde1e7;
    left: 66%;
}

