#rookie_tournament{
    /*display:flex;
    justify-content: center;*/
    width:22em;
    margin:0 auto;
}
#rookie_tournament .rkt_form .m-3{
    width:30%;
}
#rookie_tournament .rkt_form form{
    
}
#rookie_tournament .login-password{
    position: relative;
}
#rookie_tournament .login-password #show_pass.active {
    color: #333;
}
#rookie_tournament .login-password #show_pass {
    position: absolute;
    line-height: 50px;
    left: 90%;
    cursor: pointer;
    z-index: 2;
    color: #aeaeae;
}
#rookie_tournament .login-password #show_pass i{
    font-size: 1.5em;
}
#rookie_tournament #rkt_submit{
    width:100%;
    border-radius: 5px;
    background-color:#008eff99;
}
#rookie_tournament #rkt_submit:hover{
    opacity:0.6;
}

#rkt_modal .rkt_line{
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

#rkt_modal_leave .rkt_line{
    margin: 1rem 0;
    text-align: center;
}

#rkt_modal_leave #btnConfirmLeave,#rkt_modal_leave #btnCancleLeave{
    width:100%;
    color:#fff;
}

#rkt_modal_leave #btnConfirmLeave{
    background-color:#28a745;
    margin-bottom: 10px;
}
#rkt_modal_leave #btnCancleLeave{
    background-color:#f44336;
}

#rkt_modal #msg_modal, #rkt_modal .notify_register{
    text-align: center;
}

#rkt_modal .notify_register{
    margin-bottom: 1rem;
}

#rkt_modal .notify_register a{
    color:#28a745;
}

#rkt_modal .bg-secondary {
    color: #fff;
    width: 100%;
    background-color: #6c757d;
}

#rkt_modal .mr-2{
    margin-right: 0.5rem;
}

#rkt_modal .ml-2{
    margin-left: 0.5rem;
}

#rkt_modal .bg-green {
    color:#fff;
    background-color: #28a745;
}

#rkt_modal .rounded-circle {
    padding:0.5rem;
    border-radius: 50%;
}

#rkt_google_auth_modal{
    z-index: 2;
}
#rkt_google_auth_modal .modal-body {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 345px;
    max-height: 100%;
    padding: 40px;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
}

#rkt_google_auth_modal .modal-body h3, #rkt_google_auth_modal .modal-body p{
    text-align: center;
    margin-bottom: 0;
}
#rkt_google_auth_modal .modal-body h3{
    font-weight: 400;
}
#rkt_google_auth_modal .modal-body p{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 50px;
}

.code-container button[type=submit]{
    width:100%;
}

.code-container button[disabled]{
    opacity: 0.50;
}

.code-error{
    color: #f44336;
    text-align: center;
    font-size:14px;
    line-height: 14px;
    margin-bottom: 5px;
}

app-code{display:block;min-height:80px}@media (max-width: 480px){app-code{min-height:65px}}.code-container{position:relative;font-family:B612Mono,monospace;font-weight:400;z-index:800}.code-container.length-4,.code-container.length-4 input,.code-container.length-4 .input-underline{width:13.52rem}.code-container.length-5,.code-container.length-5 input,.code-container.length-5 .input-underline{width:16.9rem}.code-container.length-6,.code-container.length-6 input,.code-container.length-6 .input-underline{width:20.28rem}.code-container.length-7,.code-container.length-7 input,.code-container.length-7 .input-underline{width:23.66rem}.code-container .input-underline{display:flex;flex-flow:row nowrap;height:2px;background-color:transparent;background-repeat:no-repeat}.code-container .underline-item{width:1.9rem;height:2px;margin-left:.74rem;margin-right:.74rem;background:#afb9c5}.code-container input{display:block;padding:0;font-size:2.5rem;line-height:2.5rem;color:transparent;letter-spacing:2rem;background:transparent;border:none;outline:none;caret-color:#000e33}.code-container .mirror{position:absolute;bottom:0;margin-left:.875rem;font-size:2.5rem;letter-spacing:2rem;z-index:-1;top:10px;color:#000e33;font-weight: 400;}[dir=rtl] .code-container .mirror{margin-left:auto;margin-right:-.875rem}.code-container.error .mirror{color:#000e33}@media (max-width: 480px){.code-container.length-4,.code-container.length-4 input,.code-container.length-4 .input-underline{width:9.4rem}.code-container.length-5,.code-container.length-5 input,.code-container.length-5 .input-underline{width:11.75rem}.code-container.length-6,.code-container.length-6 input,.code-container.length-6 .input-underline{width:14.1rem}.code-container.length-7,.code-container.length-7 input,.code-container.length-7 .input-underline{width:16.45rem}.code-container input{font-size:1.7rem;line-height:1.7rem;letter-spacing:1.45rem}.code-container .underline-item{width:1.35rem;margin-left:.5rem;margin-right:.5rem}.code-container .mirror{margin-left:.625rem;font-size:1.7rem;letter-spacing:1.45rem;top:3px}[dir=rtl] .code-container .mirror{margin-right:-.625rem}}.code-wrapper{display:flex;flex-direction:column;align-items:center}.code-wrapper .mat-error{width:100%;text-align:center}.code-wrapper .code-error{min-height:16px;margin-top:7px}
.rkt_red{
    color:#ff0000;
}
.rkt_green{
    color:#2ECC71;
}
.rkt_yellow{
    color:#fca402;
}

#rkt_account{
    display:none;
}

#rkt_signout, #rkt_refresh{
    float:right;
    color:#fff;
    background-color: #f44336;
}

#rkt_signout:hover, #rkt_refresh:hover{
    opacity: 0.6;
}

#rkt_refresh{
    color:#fff;
    background-color: #6dab3c;
}

#rkt_account .mrc-notice{
    background-color: #1b5387;
    padding:20px;
    border-radius: 15px;;
}
#rkt_account .mrc-notice ul{
    margin-left:1.5em;
    margin-bottom:0;
}

table.rkt_table_accounts {
    /*border: 1px solid #ccc;
    border-collapse: collapse;*/
    border:0;
    margin: 0 auto;
    padding: 0;
    /*width: 90%;*/
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
}

table.rkt_table_accounts th{
    background-color: rgb(0 142 255 / 60%);
    font-weight: 400;
    text-transform: uppercase;
}

table.rkt_table_accounts caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.rkt_table_accounts tr {
    background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid #ddd;
    padding: .35em;
}

table.rkt_table_accounts th,table.rkt_table_accounts td {
    /*padding: .625em;*/
    text-align: center;
    border:0;
    font-size: 1em;
    /*letter-spacing: 0.2em;*/
}

table.rkt_table_accounts td {
    font-size: 0.9em;
}

.trading{
    color:#5aa1e3;
    text-shadow: 0 0 .033em white,
        0 0 .08em white,
        0 0 .1em red,
        0 0 .2em red,
        0 0 .3em red,
        0 0 .1em red,
        0 0 .15em red;
}

table.rkt_table_accounts .grid-item-right{
    text-align: right;
    padding-right: 1em;
}

table.rkt_table_accounts .col_register.grid-item{
    text-align: center;
}

table.rkt_table_accounts td[data-label="Status"]{
    font-size:14px;
}

#btnRegister{
    color:#fff;
    background-color: #09436b;;
}

#btnRegister, #btnLeave{
    font-size:11px!important;
    padding:0.4rem;
    width:100%;
}

#btnRegister[disabled]{
    opacity: 0.30;
}

#btnLeave{
    color:#fff;
    background-color:#ac2f26;
}


@media screen and (max-width: 600px) {
    #rookie_tournament{
        width:100%!important;
    }
    table.rkt_table_accounts {
        border: 0;
        border-collapse: separate;
        border-spacing: 0 5px;
        width: 100%;
    }
    
    table.rkt_table_accounts thead {
        border: none;
        clip: rect(0 0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    table.rkt_table_accounts tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
        border:0;
        border-radius: 8px;
    }
    
    table.rkt_table_accounts td {
        /*border-bottom: 1px solid #ddd;*/
        display: block;
        font-size: .9em;
        font-weight: 300;
        text-align: right;
        line-height: 0.8em;
        border:0;
    }
    
    table.rkt_table_accounts td::before {
        content: attr(data-label);
        float: left;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    table.rkt_table_accounts td:last-child {
        border-bottom: 0;
    }
    
    table.rkt_table_accounts .grid-item, table.rkt_table_accounts .grid-item-right{
        text-align: right;
        padding-right: inherit;
    }

    table.rkt_table_accounts .col_register.grid-item{
        border-top: 1px dashed #afb9c5;
    }
}

.display_rank{
    position: relative;
    width: 15rem;
    height: 15rem;
    vertical-align: middle;
    margin: 5rem auto;
    border-radius: 25px;
}

.border_rank{
    text-align: center;
    background-color: #0c1826e3;
    border-radius: 50%;
    width: 15rem;
    height: 15rem;
    vertical-align: middle;
    margin: 5rem auto;
    padding: 1.5rem 0;
    border: 8px solid #ff000052;
}
.border_rank .rank_head{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #7bd336;
}
.border_rank .rank_num{
    font-size: 5em;
    font-weight: 500;
    line-height: 0em;
}

.border_rank:before, .border_rank:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
		#0000ff, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 20s linear infinite;
	border-radius: 1.5em;
	border-radius: 50%;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.border_rank:after {
	filter: blur(50px);
}

/*Loading*/
.loader, .loader1 {
    position:absolute;
    top:25%;
    left:47.5%;
    transform:translate(-50%,-50%);
    margin: auto;
    border: 5px solid #EAF0F6;
    border-radius: 50%;
    border-top: 5px solid #FF7A59;
    width: 3rem;
    height: 3rem;
    animation: spinner 4s linear infinite;
    text-shadow:0 0 0.5rem #fff000;
    box-shadow:0 0 0.5rem rgba(0,0,0,.5);
    display:none;
}

.loader1 {
    top:60%;
    border-top: 5px solid #59ff99;
}

@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

