

/* new added css*/
ul,.myUL {
  list-style-type: none !important;
}

.myUL {
  margin: 0;
  padding: 0;
  width:25%;
  float:left;
}

.box {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.box::before {
  content: "\2610";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.check-box::before {
  content: "\2611"; 
  color: dodgerblue;
}

.nested {
  display: none;
}

.active {
  display: block;
}

.check-box::before {
  content: "\2611"; 
  color: dodgerblue;
}

.affimg1{
  margin-top:10px;
  height:80px;
  padding:20px;
}

.check-box::before {
  content: "\2611"; 
  color: dodgerblue;
}
.affcat {
  margin: .75rem .75rem 0 .75rem;
  padding-bottom: 1.5rem;
  outline: none;
  background-color: white !important;
  width:180px;
  border-radius:10px;
  border: 2px solid #ccc;
  filter: drop-shadow(0 -6mm 20mm #F5F3F3);
  float:left;
}

.affimg{
  margin-top: 10px;
    height: 80px;
    padding: 20px;
}
.affdata{
  margin-top:12px;
}
.check-box::before {
  content: "\2611"; 
  color: dodgerblue;
}
 .card-header .tabs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 64px;
    }
    
     .tabs {
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    overflow: hidden;
        overflow-x: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.tab_char{
  padding:10px;
  color:#006937;
}
.is-fullwidth {
    width: 100%;
     }
  .tabs ul {
    border-bottom: none;
}
.tabs ul {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
}
.is-4-col-widescreen {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}
.is-2-col-tablet {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0;
}
.tabs li {
    height: 100%;
}
.tabs li {
    display: block;
}
tabs a {
    height: 100%;
    border-bottom-width: 2px;
}
.tabs a {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: .5em 1em;
    vertical-align: top;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* 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 */
}
 
 @media screen and (max-width: 600px) {
  .col-md-4 {
	  width:100% !important;
	  margin-top:20px !important;
    }
  #myBtn{
    width: 305px !important;
  }
  #topcat{
     height: 0px !important;
     background-color: none !important;
  }
  
  .modal-content{
   width:100% !important;
  }
}
.affcat1 {
      margin: .75rem .75rem 0 .75rem;
    padding-bottom: 1.5rem;
    outline: none;
   /* background-color: white;*/
    width: 180px;
    border-radius: 10px;
    border: 2px solid #ccc;
    filter: drop-shadow(0 -6mm 20mm #d9d8d4);
    float: left;
}
.affimg1{
  height:80px;
  padding:42px;
  text-align:center;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.tab {
  overflow: hidden;
 
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border:none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  
  border-top: none;
  
}
.tabcontent p{
  background-color:##f1f1f1;
} 

