/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.lkn-hidden {
   display: none;
}

#lkn-payment-erede-notice {
   padding: 10px 5px;
   background-color: #fcf9e8;
   color: #646970;
   border: solid 1px lightgrey;
   border-left-color: #dba617;
   border-left-width: 4px;
   font-size: 14px;
   min-width: 625px;
   margin-top: 10px;
}

#lkn-list-collapsible {
   padding: revert !important;
   list-style: disclosure-closed !important;
}

.lkn-collapsible {
   cursor: pointer;
   padding: 5px;
   border: none;
   text-align: left;
   outline: none;
   font-size: 15px;
}

.lkn-active,
.lkn-collapsible:hover {
   background-color: #ffee8e;
}

.lkn-content {
   padding: 0 18px;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
   background-color: #f1f1f1;
}