/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(243, 5, 5, 0.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid rgb(12, 12, 12);
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

div .rule {
    text-align: center;
    margin-top: 20px;
  }

  .rule>img {
    object-fit: none;
    height: 1770px;
    width: 1324px;
  }

  input[type=checkbox]{
    transform: scale(2.5);
  }
  
  input[type=checkbox]:hover{
    cursor: pointer;
  }
/* Popup box BEGIN */


.div-sub-header {
  position: absolute;
  background: #dddd;
  border-radius: 3px;
  background: #fff;
  box-shadow: #4d94ff 1.95px 0.95px 2.6px;
  z-index: 1;
}

.div-sub-header>div {
  padding: 10px;
}

.td-header {
  float: right;
}

.td-header>* {
  display: inline-block;
  margin: 10px;
}

.td-header>* a {
  font-size: 28px !important;
}

