.mySlides {display:none;}
.wleft{
    width:25px;
    float:left;
    color: #fff!important;
    background-color: #000!important;
    margin-top: -65px;
}
.wright{
    width:25px;
    float:right;
    color: #fff!important;
    background-color: #000!important;
    margin-top: -65px;
}
.mn{
    padding:5px;
}
.iklan{
    width: 100%;
    text-align: center;
    border: 1px solid black;
    margin-bottom:20px;
    display: inline-table !important;
}
.iklan_td{
    padding:40px;
}
a {
    color: #71a7d3 !important;
    cursor: pointer !important;
}
a:hover {
    text-decoration: underline;
}
.numberCircle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    float:left;
    background: #24b6e3;
    color: #fff;
    text-align: center;
    margin-top:10px;
    font-size: 12px;
}
.btn-max{
    width:100%;
    color:white!important;
}
.fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px; 
}
.lgn_before{
    text-align: right;
    padding-top: 35px;
    padding-right: 35px;
}
.dropbtn {
    padding: 5px;
    font-size: 10px;
    border: none;
    cursor: pointer;
    background-color: #266bef;
    border-radius: 10px;
    color: white;
    margin-right:5px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align:left;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: none;}

.show {display: block;}

.w-logo-title{
    font-family: "Open Sans",sans-serif !important;
    font-size: 24px;
    font-weight: 700 !important;
    color: #266bef !important;
    margin-left:25px;
}
.number_verification{
    text-shadow: 8px 8px 0 rgba(255,0,180,0.5);
    width:150px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    background-image: linear-gradient(red, yellow,red);
}
.noselect {
    pointer-events:none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    -o-user-select: none;
}

.modal_report {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: left;
  }
  
  .close {
    color: #aaaaaa;
    float: right;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }