@import "https://fonts.googleapis.com/css2?family=Sarabun:wght@400;600&display=swap;";
html, body {
    -webkit-text-size-adjust: none;
    background-color: #f2f3f5;
    color: #333333;
    font-family: Sarabun, Arial, sans-serif;
    font-size: 16px;
    margin: 10px auto;
    max-width: 680px;
    min-width: 480px;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p, pre {
    margin-bottom: 0;
    margin-top: 0;
}
header {
    padding: 10px 0;
    white-space: nowrap;
    display: table;
    width: 100%;
}
header a, header p{
    padding: 0 5px;
}
section {
    float: left;
    width: 100%;
}
.field {
    padding: 0 5px;
}
.parent {
    border-top: 1px solid #dadde1;
    font-weight: 600;
    margin: 5px;
    padding: 15px 10px 0;
}
.header {
    font-weight: 600;
    margin: 5px;
    padding: 0 10px;
}
.row {
    border-radius: 10px;
    margin: 5px;
    padding: 0 10px;
}
.rol {
    border-bottom: 1px solid #dadde1;
    padding: 8px 0;
}
.rol-alert {
    background-color: #ebedf0;
    border-bottom: 1px solid #dadde1;
    padding: 8px 0;
}
.rol:hover {
    background-color: #ebedf0;
}
.col {
    margin: 5px;
    padding: 0 10px 15px;
}
.col1 {
    padding: 10px 0;
}
.col2 {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 9px;
    display: inline-block;
}
.col3 {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 9px;
    display: inline-block;
    float: left;
}
.col4 {
    padding: 9px;
    display: inline-block;
    float: left;
}
table {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
table td, table th {
    padding: 0;
    vertical-align: top;
}
input, textarea, select {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    box-sizing: border-box;
    display: inline-block;
    font-family: Sarabun, Arial, sans-serif;
    font-size: 16px;
    margin: 5px auto;
    padding: 5px 10px;
    width: 100%;
}
input:where([type="checkbox"], [type="radio"]) {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin: calc(0.75em - 11px) 0.25rem 0 0;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #f9f9f9 no-repeat center center;
}
input[type=checkbox]:focus {
    outline: none;
}
input:where([type="checkbox"], [type="radio"]):where(:active:not(:disabled), :focus) {
    border-color: #696;
    outline: none;
}
input:where([type="checkbox"], [type="radio"]):disabled {
    background: #eee;
}
input[type="checkbox"]:checked {
    background-image: url('checkbox.svg');
}
label {
    font-weight: 400;
}
button {
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    box-shadow: inset 0 1px 0 0 #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: Sarabun, Arial, sans-serif;
    font-size: 16px;
    margin: 5px auto;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}
button:hover {
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    background-color: #e9e9e9;
}
button:active {
    position: relative;
}
#mode {
    background-color: #fcfcfc;
    border-radius: 25px;
    bottom: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 50px;
    moz-border-radius: 25px;
    position: fixed;
    right: 10px;
    webkit-border-radius: 25px;
    width: 50px;
}
#mode i {
    position: absolute;
    top: 13px;
    left: 13px;
}
#mode:hover {
    background-color: #f2f3f5;
    filter: alpha(opacity=100);
    ms-filter: alpha(opacity=100);
    opacity: 1;
}
#scroll {
    background-color: #fcfcfc;
    border-radius: 25px;
    bottom: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
    height: 50px;
    moz-border-radius: 25px;
    position: fixed;
    right: 10px;
    webkit-border-radius: 25px;
    width: 50px;
}
#scroll i {
    position: absolute;
    top: 5px;
    left: 13px;
}
#scroll:hover {
    background-color: #f2f3f5;
    filter: alpha(opacity=100);
    ms-filter: alpha(opacity=100);
    opacity: 1;
}
*:focus {
    outline: none;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
legend {
  padding: 0.2em 0.5em;
  color: gray;
  font-size: 90%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
legend:before {
  position: absolute;
  content: '';
  height: 8px;
  border-left: 1px solid #cccccc;
  left: 0px;
  top: 8px;
}
legend:after {
  position: absolute;
  content: '';
  height: 8px;
  border-right: 1px solid #cccccc;
  right: 0px;
  top: 8px;
}

div.essential_audio {
    position: relative;
    z-index: 0;
    padding: 10px 0;
    width: 100%;
}
div.essential_audio > div:nth-child(1) div {
    width: 28px;
    height: 28px;
    margin-top: -4px;
    border-radius: 14px;
    background-color: #666666;
}
div.essential_audio > div:nth-child(1) div:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
}
:root {
    --button-protrusion: 4px;
}
div.essential_audio > div:nth-child(1) div.off:after {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><polygon fill='%23f2f3f5' points='10,6.9 10,23.1 24,15' /></svg>");
}
div.essential_audio > div:nth-child(1) div.load:after {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><circle opacity='0.64' fill='%23f2f3f5' cx='6.5' cy='18.5' r='2'/><circle opacity='0.76' fill='%23f2f3f5' cx='6.5' cy='11.5' r='2'/><circle opacity='0.88' fill='%23f2f3f5' cx='11.5' cy='6.5' r='2'/><circle fill='%23f2f3f5' cx='18.5' cy='6.5' r='2'/><circle opacity='0.16' fill='%23f2f3f5' cx='23.5' cy='11.5' r='2'/><circle opacity='0.28' fill='%23f2f3f5' cx='23.5' cy='18.5' r='2'/><circle opacity='0.4' fill='%23f2f3f5' cx='18.5' cy='23.4' r='2'/><circle opacity='0.52' fill='%23f2f3f5' cx='11.5' cy='23.4' r='2'/></svg>");
    animation: audio_load_rotate 1s infinite linear;
}
@keyframes audio_load_rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
div.essential_audio > div:nth-child(1) div.play {
    background-color: #666666!important;
}
div.essential_audio > div:nth-child(1) div.play:after {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><rect fill='%23f2f3f5' x='17' y='8' width='3' height='14' /><rect fill='%23f2f3f5' x='10' y='8' width='3' height='14' /></svg>");
}
div.essential_audio > div:nth-child(1) div.drag {
    transition: left 0s!important;
}
div.essential_audio > div:nth-child(1) div.error {
    background-color: #666666!important;
}
div.essential_audio > div:nth-child(1) div.error:after {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path fill='%23f2f3f5' d='M13.9,18.6c0-0.3,0-0.5,0-0.9c0-1.6,0.6-2.9,2.1-3.9l1.1-0.8c0.9-0.6,1.3-1.5,1.3-2.4c0-1.5-1-2.8-3-2.8c-2.2,0-3.1,1.6-3.1,3.2c0,0.2,0,0.4,0,0.5L10,11.9c-0.1-0.3-0.1-0.8-0.1-1.2c0-2.3,1.7-5.1,5.5-5.1c3.5,0,5.5,2.5,5.5,5c0,2-1.1,3.4-2.5,4.3l-1.2,0.8c-0.8,0.5-1.1,1.4-1.1,2.4c0,0.1,0,0.2,0,0.5H13.9z'/><path fill='%23f2f3f5' d='M15,20.8c1,0,1.8,0.8,1.8,1.8S16,24.4,15,24.4c-1,0-1.8-0.8-1.8-1.8S14,20.8,15,20.8z'/></svg>");
}
div.essential_audio > div:nth-child(2) {
    height: 1px;
}
div.essential_audio > div:nth-child(2):after {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #666666;
    opacity: 0.3;
    mix-blend-mode: multiply;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
div.essential_audio > div:nth-child(2) div {
    background-color: #666666;
    mix-blend-mode: multiply;
}
div.essential_audio > div:nth-child(3) {
    height: 12px;
    margin-top: -5px;
}
div.essential_audio,
div.essential_audio * {
    user-select: none;
    -webkit-tap-highlight-color: #666666;
    -webkit-overflow-scrolling: auto;
}
div.essential_audio *:focus {
    outline: none;
}
div.essential_audio > div:nth-child(1) div {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
div.essential_audio > div:nth-child(1) {
    position: absolute;
    z-index: 3;
    height: 0px;
    top: 0px;
    left: calc(var(--button-protrusion) * -1);
    width: calc(100% + (2 * var(--button-protrusion)));
}
div.essential_audio > div:nth-child(2) {
    position: relative;
    width: 100%;
    overflow: hidden;
}
div.essential_audio > div:nth-child(2) div {
    position: absolute;
    z-index: 1;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: width 0.5s;
}
div.essential_audio > div:nth-child(3) {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0px;
    left: 0px;
}