.scroller {
    position: fixed;
    background: rgba(73, 101, 250, 0.46);
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    bottom: 0;
    right: 0;
    margin: 30px;
    border-radius: 30px;
    padding: 18px 0;
    cursor: pointer;
    font-size: 20px;
}

.scroller:hover {
    background: #4965fa;
    animation: tada;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/

.notice {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: 10;
    /*    display: none;*/
}

.notice .holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: auto;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.notice .holder img {
    width: 100%;
    height: auto;
}

.notice .holder i {
    font-size: 50px;
    margin: 10px auto;
    display: block;
    text-align: center;
    color: #ffba00;
    animation: shakeX;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.notice .holder p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
}

.notice .holder .btn {
    margin: 0px auto;
    display: block;
}

/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/

.warning-handler {
    position: fixed;
    background: rgba(0, 0, 0, 0.21);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}

.warning-handler .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 400px;
    height: 300px;
    background: #fff;
}

.warning-handler .container i {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 50px;
    margin: 20px auto;
    display: block;
    text-align: center;
    color: #d14545;
    animation: shakeX;
    animation-duration: 1s;
}

.warning-handler .container h2 {
    text-align: center;
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 10px;
}

.warning-handler .container p {
    text-align: center;
    font-weight: 300;
}

.warning-handler .container button {
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d14545;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.warning-handler .container button:hover {
    background: #ac2424;
}

/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/

.line-load {
    width: 100%;
    height: 3px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background: #4965fa;
    animation-name: loader;
    animation-duration: 15s;
    transition: 2s;
    animation-iteration-count: infinite;
    display: none;
}

@keyframes loader {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.msg-pop {
    position: fixed;
    top: 70px;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 10px 30px;
    display: none;
}

.msg-pop .container {
    position: relative;
    width: 350px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.msg-pop .holder {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    border-bottom: 1.5px solid #efefef;
    animation: pulse;
    animation-duration: 0.4s;
}

.msg-pop .holder:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.msg-pop .holder i {
    color: #a3a3a3;
    margin-bottom: 10px;

}

.msg-pop .holder p {
    position: relative;
    width: 90%;
    font-size: 12px;
    text-align: left;
}

.msg-pop .holder span {
    position: absolute;
    width: 10%;
    height: 100%;
    padding-top: 40px;
    right: 0;
    top: 0;
    font-size: 17px;
}

/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/

.kyc-pop-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: 10;
}

.kyc-pop-form .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 500px;
    background: #fff;
    padding: 30px;
}

.kyc-pop-form .container i {
    position: relative;
    margin-bottom: 20px;
    font-size: 13px;
}

.kyc-pop-form .container h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.kyc-pop-form .container p {
    font-size: 11px;
    margin-bottom: 30px;
    text-align: left;
}

.kyc-pop-form .container .button-hold {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.kyc-pop-form .container .button-hold button {
    position: relative;
    margin: 10px auto;
    display: block;
    width: 80%;
    height: 50px;
    background: #4965fa;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/

.history-pop{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: 10;
    display: none;
}

.history-pop .container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 40px 20px;
    height: 500px;
    width: 400px;
    background: #fff;
    overflow: hidden;
}

.history-pop .container h2{
    font-size: 14px;
    margin-bottom: 30px;
}

.history-pop .container p{
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;  
}

.history-pop .container p span{
    width: 50%;
    display: block;
    text-align: right;
}

.history-pop .container button{
    position: relative;
    width: 100%;
    height: 50px;
    background: #4965fa;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
}

.external-page{
   position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0px;
    left: 0px;
    z-index: 10;
     padding: 100px;
    overflow: scroll;
    display: none;
}

.external-page .mini-page{
    display: none;
}

.external-page i{
    position: absolute;
    margin: 20px 80px;
    top: 0;
    right: 0;
    font-size: 26px;
    cursor: pointer;
}

.external-page h2{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}

.external-page p{
    position: relative;
    width: 800px;
    text-align: block;
    margin: 10px auto;
    display: block;
    font-size: 13px;
    line-height: 30px;
}

@media (min-width: 0px) and (max-width: 500px) {

    .warning-handler .container {
        padding: 20px;
        width: 85%;
        height: 280px;
    }

    .warning-handler .container h2 {
        font-size: 20px;
    }

    .warning-handler .container p {
        text-align: center;
        font-weight: 300;
        font-size: 12.5px;
    }

    /*    ////////////////////////////////////////////*/
    /*    ////////////////////////////////////////////*/

    .msg-pop {
        padding: 10px 10px;
        background: rgba(0, 0, 0, 0.51);
    }

    .msg-pop .container {
        position: relative;
        width: 100%;
    }

    /*    ////////////////////////////////////////////*/
    /*    ////////////////////////////////////////////*/

    .kyc-pop-form .container {
        width: 100%;
        height: 100%;
        padding: 40px 20px;
    }

    .kyc-pop-form .container i {
        margin-bottom: 50px;
        font-size: 18px;
        margin-left: 10px;
    }

    .kyc-pop-form .container h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .kyc-pop-form .container p {
        font-size: 13px;
        margin-bottom: 50px;
    }
    
    /*    ////////////////////////////////////////////*/
    /*    ////////////////////////////////////////////*/
    
    .history-pop .container{
        position: absolute;
        border-radius: 0;
        padding: 40px 20px;
        height: 100%;
        width: 100%;
        background: #fff;
    }
    
    /*    ////////////////////////////////////////////*/
    /*    ////////////////////////////////////////////*/
    
    .external-page{
        top: 0;
        padding: 100px 10px;
    }
    
    .external-page p{
        width: 100%;
    }
    
    .external-page h2{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
    
    .external-page i{
        margin: 20px 30px;
    }

}
