.wp-block-audio {
    box-sizing: border-box;
}
.wp-block-audio audio {
    min-width: 200px;
    width: 70%;
}
.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}
figcaption {
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.musbut {
    color: #333;
    font-family: "Poppins";
    font-weight: 500;
    padding: 0px 30px;
    display: inline-block;
    width:200px;
    line-height:30px;
    background-color: #eee;
    border-color: #eee;
}
.codehigh{
  background-color: #333;
  color: white;
  text-align: left;
  font-size: 14px;
}
.column {
  float: left;
  width: 30%;
}

.column .active {
  text-decoration: underline;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
a {
  text-decoration: none;
  color: #7d7789;
}

.boxed {
    -webkit-transition: background 400ms;
    transition: background 400ms;
    border-radius: 0.35rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(115, 115, 115, 0.3);
    box-shadow: 0 0 0.5rem rgba(115, 115, 115, 0.3);
    width:66%;
    padding:5px 5px 5px 8px;
    margin:15px 5px 5px 0px;
}
.techli {
   margin: 0;
   padding: 0;
   line-height: 1.7;
   font-family: "Open Sans";
   font-size: 16px;
   font-weight: 400;
   background-color: #f6fbff;
   color: #7d7789;
}
.techli:hover{
   text-decoration:underline;
   mouse: pointer;
}
.edu {
  letter-spacing: 7px;
  display: inline-block;
  position: relative;
  font-family: "Poppins";
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 8px;
}
.swt {
  font-weight: 400;
  line-height: 20px;
}
.header {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    color: #222;
    text-align: left;
}
.mytd {
  width:33%;
  display:flex;
  align:center;
  -webkit-transition: background 400ms;
  transition: background 400ms;
  outline: 0;
  border: 0;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

/*
.dataTables_filter {
    margin-right: 10px;
    margin-bottom: 4px;
    margin-bottom:25px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Oxygen,Fira Sans,Droid Sans,sans-serif;
}
#example2_filter input:focus {
  margin-left:10px;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  width: 220px;
}
*/
#example_filter input:focus {
  margin-left:10px;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  width: 220px;
  height: 40px;
}
#example2_filter input {
  margin-left:10px;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  width: 280px;
  height: 40px;
  
}
#example_filter input {
  margin-left:10px;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  width: 280px;
  height:40px;
}
*/
.dataTables_info{
    margin-top:20px;
    margin-left:10px;
}
.dataTables_paginate{
    margin-top:20px;
    margin-right:10px;
}

div#example_filter{
  float:right;
  margin-top:15px;
  margin-bottom:15px;
}
div#example2_filter{
  float:right;
  margin-top:15px;
  margin-bottom:15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #333;
  -webkit-transition: background 400ms;
  transition: background 400ms;
  outline: 0;
  border: 0;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #333), color-stop(100%, #333)); 
  background: -webkit-linear-gradient(top, #333 100%, #333 100%); 
  background: -moz-linear-gradient(top, #333 100%, #333 100%); 
  background: -ms-linear-gradient(top, #333 100%, #333 100%); 
  background: -o-linear-gradient(top, #333 100%, #333 100%); 
  background: linear-gradient(to bottom, #333 100%, #333 100%); 
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  color: white !important;
  border: 1px solid #111;
  background-color: #333;
  -webkit-transition: background 400ms;
  transition: background 400ms;
  outline: 0;
  border: 0;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.display {
font-family: 'Source Sans 3', sans-serif;
font-variation-settings: "wght" 400;
}
*/
.display tr.even td {
  background-color: #F4FAFF;  
  color: black;
  border-color: #f4faff;
}
.display tr.odd td {
  background-color: #F4FAFF; 
  color: black;
  border-color: #f4faff;
}
.display tr.even.row_selected td{
  background-color:#333; border:1px solid black; font-weight:normal; color: white; 
}
.display tr.odd.row_selected td{
  background-color:#333; border:1px solid black; font-weight:normal; color: white; 
}
.display td{
  background-color:#fff; border:1px solid #f4faff; font-weight:normal; color: #555; 
}
.display tr:hover{
  background-color:#333; border:1px solid black; font-weight:normal; color: white; 
}
 .logo-image {
    width: 115px;
    height: 80px;
}
@media (max-width: 768px) {
    .logo-image {
        width: 109px;
        height: 75px;
    }
}
@media (max-width:600px){
   .logo-image {
    width: 55px; /* 115px Set width of the image */
    height: 37px;  /* 80px Set height of the image */
  }
}