#telegram_table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*min-width: 550px;*/
}
/*
.card-body, .card {
    min-width: 600px;
}
*/

.insta_background {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
    -webkit-text-fill-color: transparent;
    
}

.insta_background tr:hover {
    background-color: #ddd;
}

#telegram_table td, #telegram_table th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    
}

#telegram_table tr:nth-child(even){background-color: #f2f2f2;}

#telegram_table tr:hover {background-color: #ddd;}

#telegram_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #0f96e4;
    color: white;

}


#telegram_table td {
    /* css-3 */
    white-space: -o-pre-wrap; 
    word-wrap: break-word;
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap;
    
}

#telegram_table { 
    table-layout: fixed;
    width: 100%;
  }


#id_pay_mobile {
    
    background-image: url("/static/images/Upi-Logo-Vector.png");
    background-size: contain;
    background-repeat: no-repeat;
}