/* Style radio button rform-checkboxbtn-container */
.rform-checkboxbtn-container {
    display: flex;
    align-items: center;
    font-size: 16px;
    flex-direction: row;
    gap: 0.375rem;
  }
  
  .rform-checkbox-button{
      display: flex;
      flex-direction: row;
  }
  
  /* Hide default radio button */
  .rform-checkboxbtn-container input {
    opacity: 0;
    cursor: pointer;
    width: 0;
  }
  
  /* Style custom radio button */
  .rform-checkbox-checkmark {
    position: relative;
    display: inline-flex;
    aspect-ratio: 1/1;
    width: 20px;
    background-color: #eee;
    justify-content: center;
    align-items: center;
  
  }
  
  /* On mouse-over, add a grey background color */
  .rform-checkboxbtn-container:hover input ~ .rform-checkbox-checkmark {
    background-color: #ccc;
  }
  
  /* When radio button is checked, add a blue background */
  .rform-checkboxbtn-container input:checked ~ .rform-checkbox-checkmark {
    background-color: #2196F3;
  }
  
  /* Create a small dot to indicate the selection */
  .rform-checkbox-checkmark:after {
    content: "\2713";
    position: absolute;
    display: none;
    font-weight: bolder;
  }
  
  /* Show the dot when radio button is checked */
  .rform-checkboxbtn-container input:checked ~ .rform-checkbox-checkmark:after {
    display: block;
  }
  
  
/*
     FILE ARCHIVED ON 01:16:35 Jan 15, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:41:37 Nov 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.752
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.02
  esindex: 0.012
  cdx.remote: 8.724
  LoadShardBlock: 101.597 (3)
  PetaboxLoader3.datanode: 114.921 (4)
  load_resource: 90.424
  PetaboxLoader3.resolve: 53.111
*/