/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/


.nguratip {
  position: relative;
  display: inline-block;
}

.nguratip .nguratiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.nguratip .nguratiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.nguratip:hover .nguratiptext {
  visibility: visible;
  opacity: 1;
}

table,
.wp-block-table {
  margin: 15px 0;
  width: 100%; }
  table td, table th,
  .wp-block-table td,
  .wp-block-table th {
   border: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    text-align: inherit;
    padding: 10px 10px 10px 10px; }


.ngurabtn {
 padding: 30px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.ngurabtn:hover, .ngurabtn:focus {
  background-color: #fbba00;
}

