/* LIST */


/* TABS */

.tab-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.tab {
 /* background-color: #ddd;
  padding: 10px 20px;
  cursor: pointer;*/
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tab label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #2c2c2c;
  text-align: center;
  line-height: 3em; 
  font-weight: 600;
}

.tab label:hover {
  background: #864126;
  color:#ffffff;
}

.tab-content {
  display: none;
}

.active-tab {
  background-color: green;
}

.active-content {
  display: block;
}





.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/* Content Button */
#mlib_getlinks {
    height: 100px;
    padding: 10px;
    text-align: center;
    /*background-color: #292929;
    border: 1px solid #313131;*/
}

.mlib-btn-view.button {
    display: block;
   /* overflow: hidden; */
    margin: 10px 0;
    text-align: center;
/*    background-color: #d5d5d5;
    padding: 10px; 
    height: 40px; 
    color: #eee; 
    border-radius: 5px;
      */
}
/*
.mlib-btn-view:hover {
    background: var(--main-nav-primary-color);
    color: var(--main-nav-contrast-primary-color);
}
*/
.mlib-btn-view img {
    max-width: 200px !important;
    max-height: 40px !important;
    height: auto;
    width: auto;
    text-align: center;   
}

/* BUTTON */
.dark-skin #mlib_getlinks_button {
  /*color:#fff;*/
  
}

  
  @-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
  }
  
  @keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
  }
  
  @-webkit-keyframes change-icon {
    0% {
      color: transparent;
    }
    
    100% {
      color: #fff;
    }
  }
  
  @keyframes change-icon {
    0% {
      color: transparent;
    }
    
    100% {
      color: #fff;
    }
  }
  
  @-webkit-keyframes pulse {
    from {
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes pulse {
    from {
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      transform: scale3d(1, 1, 1);
    }
  }


/* 
MARK: POST 
*/
.mlibcontainer {
  display:flex;
}
.mlibpostleft {
  width: 50%;
  /* background-color: #80bca3; */
}  
.mlibpostright {
  width: 50%;
  font-weight: 500;
  background-color: #ffdff4;
}  

.mlibpostcontent {
  background-color: #d4d9fc;
}


.aoppostcontent pre {
  white-space: pre-wrap;
  word-break: keep-all;
  background: transparent; 
  color: #ccc;
}


/* 
MARK: IMAGE 
*/
.mlib-list-image, 
.mlib-image img {
    position: relative;
    float: left;
}
 
/*.post-thumbnail .icon ,*/
.mlib-list-image .icon,
.mlib-list-image .icon {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0!important;
    display: block;
    position: absolute;
    border-radius: 2px;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
    z-index: 1;
}

/*.post-thumbnail  
.mlib-list-image .overlay-icon .icon*/
.mlib-list-image .overlay-icon .icon {
  height: 18px; 
  right: 5px; 
  color: #fff;
}

.mlib-list-image .overlay-icon .funscript {
  top: 5px;
  width: 65px;
  background: #3d9935;
}
.mlib-list-image .overlay-icon .estim {
  top: 25px;
  width: 45px;
  background: #ff3c3c;
}
.mlib-list-image .overlay-icon .vr {
  top: 45px;
  width: 35px;
  background: #0066ff6b;
}
.mlib-list-image .overlay-time .icon {
    bottom: 7px;
    right: 7px;
    width: auto;
    font-weight: 400;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
   /* height: 18px; */
    background: #000000b0;
    color: #fff;
    padding: 2px 5px;
     /* rgba(8,11,14,.7);*/
}

/*
MARK: GET LINK
*/
#mlib_getlinks_button {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-weight: 600;
  font-size: 14px;
  color:#fff;
  /*background: #e36a00;*/
  width: 200px;
  border-radius: 0px;
}

#mlib_getlinks_submit i {
    margin-right: 0;    
}
  
#mlib_getlinks_submit i::after {
    content: "\f019";
    font-size: 16px;
    color:#ddd;
}
#mlib_getlinks_submit.loading i::after {
    content: "\f1ce";
}
#mlib_getlinks_submit.success i::after {
    content: "\f00c";
    color: transparent;
    -webkit-animation: change-icon 1s 0.6s linear both;
            animation: change-icon 1s 0.6s linear both;
}
#mlib_getlinks_button.loading {
    background: #e36a00;
}  
#mlib_getlinks_button.success,
#mlib_getlinks_button.view {
    background: #80bca3;
}  
#mlib_getlinks_submit.view i::after {
    content: "\f06e";
    background: #80bca3;
}
#mlib_getlinks_submit.loading i {
    -webkit-animation: loading 2s infinite linear;
            animation: loading 2s infinite linear;        
}
 
#mlib_getlinks_submit.loading {
    background: #e36a00;
}

#mlib_getlinks_submit.success {
  /*border-radius: 50%;*/
  background: #80bca3;
}