/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .bt_display_none {
    display: none;
 }
 #get_api_key_form {
   z-index: 10;
 }

 /* Hide the input elements */
 .qtpfy_faq .accordion-input {
     display: none;
 }

 /* Style the accordion headers */
 .qtpfy_faq .accordion-header {
 
  
 }

 /* Style the accordion icons */
 .qtpfy_faq .accordion-icon {
     display: inline-block;
     width: 20px;
     text-align: center;
     transition: transform 0.3s;
 }

 /* Rotate the icon when the accordion is checked */
 .qtpfy_faq .accordion-input:checked + .accordion-header .accordion-icon {
     transform: rotate(-90deg);
 }

 /* Style the accordion content (hidden by default) */
 .qtpfy_faq .accordion-content {
     display: none;
     padding: 10px;
 }

 /* When the input is checked, show the content */
 .qtpfy_faq .accordion-input:checked + .accordion-header + .accordion-content {
     display: block;
 }

 /* Style for the checked header label */
 .qtpfy_faq .accordion-input:checked + .accordion-header {
   
 }
 
 .qtpfy_faq .accordion input[type=checkbox] {
     display: none !important;
 }
    /* Fix to remove double dropdown icon on select elements */
    .select select {
      background: unset;
  }

 .toplevel_page_wc-admin-OTPFY-settings .modal-card {
    overflow: scroll !important;
  }