


*{
    margin: 0px;
    padding: 0px;
    border: 0;
    box-sizing: border-box;
    font-family: 'Mulish';
}

body{
    display: block;
}

.body_bg_tk_v{
    background: rgb(245, 245, 245);
}

#main_page_ticket_verification{
    display: block;
    width: 100%;
    text-align: center;
    background: rgb(245, 245, 245);
}

#ticket_ver_wrap{
    display: inline-block;
    width: 600px;
    margin-top: 30px;
}

@media (max-width: 700px) {
    #ticket_ver_wrap{
        width: calc(100% - 20px);
        margin-top: 30px;
    }
}

#ticket_main_box {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 50px 0px #0f1e3a21;
    margin-bottom: 30px;
}

.tk_type_platinum{
    background: rgb(1,1,1);
    background: linear-gradient(129deg, rgb(16 30 50) 0%, rgb(58 102 125) 42%, rgb(41 72 86) 100%);
}

.tk_type_gold{
    background: rgb(233 205 113);
    background: linear-gradient(129deg, rgb(147 91 16) 0%, rgb(233 205 113) 42%, #7e4f00 100%);

}

.tk_type_plata{
    background: #c7c7c7;
    background: linear-gradient(129deg, #838383 0%, #ffffff 42%, #464646 100%);
}

.tk_type_silver{
    background: #674d41;
    background: linear-gradient(129deg, #9f7f57 0%, #d3b0a0 42%, #674d41 100%);
}

.tk_box_logo {
    display: block;
    text-align: left;
}

.tk_box_logo > img{
    display: inline-block;
    vertical-align: middle;
    width: 110px;
}

.tk_box_logo > span{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 117px);
    color: white;
    text-align: right;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 2px;
}

.tk_type_silver .tk_box_logo > span{
    color: #000000;
}


@media (max-width: 700px) {
    .tk_box_logo > span{
        font-size: 26px;
    }
}

#tk_v_verificado{
    display: block;
    text-align: center;
    margin-top: 20px;
}

#tk_v_verificado span{
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #efefef;
}


.tk_type_plata #tk_v_verificado span{
    color: black;
}

.tk_type_plata .tk_box_logo > span{
    color: black;
}


.tk_type_silver #tk_v_verificado span{
    color: #2a2a2a;
}

#tk_v_verificado span > img{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    background: green;
    padding: 7px;
    border-radius: 50%;
    margin-top: -3px;
}

#tk_v_verificado.passed span > img{
    background: #8d0202;
}

.tk_user_data{
    display: block;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}

.tk_type_platinum .tk_user_data{
    background: #000000;
    border: 1px solid #000000;

}

.tk_type_gold .tk_user_data{
    background: #000000;
    border: 1px solid #000000;
}

.tk_type_silver .tk_user_data{
    background: #000000;
}

.tk_type_plata .tk_user_data{
    background: #000000;
}



.tk_user_data > div{
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.tk_user_data > div > span{
    font-size: 20px;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    width: 130px;
    display: inline-block;
    text-transform: uppercase;
}

.tk_user_data > div > label{
    font-size: 20px;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    width: calc(100% - 132px);
    text-transform: uppercase;
    display: inline-block;
    line-height: 1em;
    word-break: break-all;
}


@media (max-width: 700px) {

    .tk_user_data > div > span{
        display: block;
    }

    .tk_user_data > div > label{
        display: block;
        margin-left: 15px;
        width: auto;
    }
}




.body_adduser_tk_v{
    background: black;
    text-align: center;
    width: 100%;
}

form.form_dark {
    padding: 15px;
    background: #121212;
    width: 280px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 20px;
}

.form_dark div{
    display: block;
    margin-bottom: 12px;
}

.form_dark label{
    display: block;
    color: #206893;
    letter-spacing: 2px;
    text-align: left;
    font-family: monospace;
    font-size: 18px;
}

.form_dark input[type='text'],
.form_dark input[type='email'],
.form_dark input[type='text'],
.form_dark textarea{
    display: block;
    width: 100%;
    padding: 7px;
    font-size: 18px;
    background: #040910;
    color: #206893;
    border: 1px solid #1f4168;
    outline: none;
    border-radius: 4px;
    font-family: monospace;
}

.form_dark input[type='submit']{
    display: inline-block;
    padding: 10px 30px;
    color: #000000;
    background: #206893;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    cursor: pointer;
    font-family: monospace;
    text-transform: uppercase;
    border-radius: 3px;
}



.data_user_detail{
    display: inline-block;
    vertical-align: top;
}

.data_user_detail > div{
    display: block;
    margin-bottom: 16px;
}

.data_user_detail span{
    color: #2169b3;
    display: block;
    margin-left: 20px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
}

.data_user_detail label{
    color: green;
    display: block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
}








#table_list{


}

.table_list_header{
    width: 100%;
    display: table;
}

.table_list_body{
    width: 100%;
    display: table;
}

.table_list_row{
    display: table-row;
}

.table_list_row_col{
    color: white;
    font-size: 16px;
    font-family: monospace;
    display: table-cell;
    vertical-align: middle;
    padding: 4px 0px;
}

.table_list_row.table_list_header{
    background: #13365a;
}

.table_list_row.table_list_header > .table_list_row_col{
    padding: 10px 0px;
    font-size: 18px;
    color: white!important;
}

.table_list_body > .table_list_row .table_list_row_col{
    color: #34a8d5;
}

.div_bar_top{
    display: block;
    padding: 20px 0px;
}

.btn_general{
    display: inline-block;
    vertical-align: middle;
    background: #295f78;
    color: white;
    text-decoration: none;
    font-family: monospace;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.btn_general:hover{
    background: #3c8dad;
}


.body_adduser_tk_v2{
    background: black;
}



.ticket_pass_actions{
    display: block;
    text-align: center;
    margin-top: 0px;
}

.ticket_pass_action_pass{
    display: inline-block;
    vertical-align: middle;
    padding: 15px 70px;
    background: #207527;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}




