html, body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

a {
    color: rgb(0, 119, 37);
}

.search_home {
    align-items: center;
    background-color: hsl(210deg 8% 98%);
    border-top: 3px solid #ff7572;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.05), 0 1px 4px hsla(0, 0%, 0%, 0.05), 0 2px 8px hsla(0, 0%, 0%, 0.05);
    display: flex;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.kavunka_logo {
    background: url("pic/kavunka-m.png") no-repeat center center;
    background-position: 0 0;
    display: block;
    height: 45px;
    margin-left: 40px;
    width: 90px;
}

.home_page .search_home {
    background: #fff;
    border-top: 0;
    box-shadow: none;
    flex-direction: column;
    height: auto;
    justify-content: center;
    min-height: 66vh;
    position: relative;
}

.home_page .kavunka_logo {
    background-image: url("pic/kavunka.png");
    background-size: contain;
    height: 160px;
    margin: 0 0 14px;
    width: 160px;
}

.home_tagline,
.home_mode_switch,
.home_examples,
.home_stats {
    display: none;
}

.home_page .home_tagline {
    color: hsl(210, 8%, 37%);
    display: block;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 18px;
}

.home_page .home_mode_switch {
    background: hsl(210deg 8% 97%);
    border: 1px solid rgb(224, 226, 229);
    border-radius: 1000px;
    display: flex;
    gap: 2px;
    margin: 0 0 10px;
    padding: 2px;
}

.home_page .home_mode_switch button,
.home_page .home_mode_switch a {
    align-items: center;
    border: none;
    border-radius: 1000px;
    box-sizing: border-box;
    color: hsl(210, 8%, 37%);
    display: flex;
    font: inherit;
    font-size: 13px;
    height: 26px;
    justify-content: center;
    padding: 0 12px;
    text-decoration: none;
    white-space: nowrap;
}

.home_page .home_mode_switch button {
    cursor: default;
}

.home_page .home_mode_switch a {
    cursor: pointer;
}

.home_page .home_mode_switch a:hover,
.home_page .home_mode_switch a:focus {
    background: hsla(0, 0%, 100%, 0.7);
    color: rgb(49, 52, 56);
    outline: none;
}

.home_page .home_mode_switch a:focus-visible {
    box-shadow: 0 0 0 3px rgba(0, 171, 63, 0.15);
}

.home_page .home_mode_switch .home_mode_active {
    background: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.08);
    color: rgb(0, 119, 37);
}

.home_page .home_examples {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
    max-width: 620px;
    width: min(620px, calc(100vw - 48px));
}

.home_page .home_examples button {
    background: #fff;
    border: 1px solid rgb(210, 214, 218);
    border-radius: 1000px;
    color: rgb(0, 119, 37);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    line-height: 1;
    padding: 8px 12px;
}

.home_page .home_examples button:hover,
.home_page .home_examples button:focus {
    background: hsl(210deg 8% 98%);
    border-color: rgba(0, 171, 63, 0.45);
    outline: none;
}

.home_page .home_examples button:focus-visible {
    box-shadow: 0 0 0 3px rgba(0, 171, 63, 0.15);
}

.home_page .home_stats {
    color: hsl(210, 8%, 45%);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px 14px;
    justify-content: center;
    margin-top: 18px;
    max-width: 620px;
    width: min(620px, calc(100vw - 48px));
}

.home_page .home_stats span {
    white-space: nowrap;
}

.home_footer {
    display: none;
}

.home_page .home_footer {
    bottom: 18px;
    color: hsl(210, 8%, 45%);
    display: block;
    font-size: 13px;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.navigation,
.navigation_selected {
    align-items: center;
    border: none;
    border-radius: 1000px;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    font: unset;
    font-size: 13px;
    margin: 2px 2px 2px 20px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.navigation {
    background: none;
    color: hsl(210, 8%, 37%);
}

.navigation:hover {
    background-color: rgb(226, 226, 226);
    color: rgb(49, 52, 56);
}

.navigation_selected {
    background-color: #ff7572;
    color: white;
}

.navigation_selected:hover {
    background-color: #e56461;
    color: white;
}

.ico_search {
    background: none;
    border: 1px solid rgba(87, 94, 102, 0.805);
    border-radius: 50%;
    box-sizing: border-box;
    height: 10px;
    position: absolute;
    right: 11px;
    top: 6px;
    width: 10px;
}

.ico_search:after {
    background-color: hsl(210, 8%, 37%);
    border-radius: 0 6px 6px 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100%) rotate(45deg);
    transform-origin: 0 50%;
    width: 6px;
}

.main {
    margin: 0 9px 9px;
    max-width: 100%;
    padding-top: 66px;
}

.home_page .main {
    padding-top: 0;
}

#panel_search {
    display: block;
    height: 100%;
    width: 100%;
}

.panel {
    border: 1px solid rgb(190, 190, 190);
    border-radius: 3px;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.05), 0 1px 4px hsla(0, 0%, 0%, 0.05), 0 2px 8px hsla(0, 0%, 0%, 0.05);
    margin: 1px auto;
    max-width: 866px;
}

.base_tab {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

.base_tab th {
    background-color: hsl(210deg 8% 98%);
    color: hsl(210, 8%, 37%);
    font-size: 15px;
    font-weight: 300;
    height: 45px;
}

.base_tab td {
    border-top: 1px solid rgb(190, 190, 190);
    color: hsl(210, 8%, 37%);
    font-size: 15px;
    height: 43px;
    text-align: center;
}

.base_tab a {
    color: hsl(210, 8%, 37%);
    font-weight: 100;
}

.subhead {
    font-size: 10px;
}

.empty_state {
    color: #bfbfbf !important;
    font-size: 22px !important;
    height: 390px !important;
}

.search_bar {
    background: #fff;
    border: 1px solid rgb(190, 190, 190);
    border-radius: 23px;
    height: 35px;
    margin: 0 9px 1px 28px;
    max-width: 488px;
    min-width: 111px;
    position: relative;
    width: 32%;
}

.search_bar:after {
    background: transparent;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 18px;
    position: absolute;
    right: 18px;
}

.search_bar.search_loading:after {
    animation: searchbarload 1s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, #ff7572, rgb(0, 171, 63), transparent);
}

#search_loader {
    display: none;
    line-height: 0;
}

.search_bar.suggestions_open {
    border-radius: 18px 18px 0 0;
}

.home_page .search_bar {
    border-color: rgb(210, 214, 218);
    border-radius: 28px;
    box-shadow: 0 2px 6px hsla(0, 0%, 0%, 0.08);
    height: 48px;
    margin: 0;
    max-width: 620px;
    min-width: 0;
    width: min(620px, calc(100vw - 48px));
}

.home_page .search_bar.suggestions_open {
    border-radius: 24px 24px 0 0;
}

.home_page .search_bar:focus-within {
    border-color: rgba(0, 171, 63, 0.6);
    box-shadow: 0 2px 8px hsla(0, 0%, 0%, 0.1), 0 0 0 3px rgba(0, 171, 63, 0.12);
}

.search_bar input[type=text] {
    background: white;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: rgb(66, 66, 66);
    float: left;
    font-size: 16px;
    font-weight: 100;
    margin: 5px 12px 6px 9px;
    overflow: hidden;
    padding: 4px 2px 2px;
    width: calc(100% - 58px);
}

.home_page .search_bar input[type=text] {
    border-radius: 28px;
    font-size: 18px;
    margin: 9px 14px 7px 18px;
    padding: 4px 2px;
    width: calc(100% - 74px);
}

.search_bar input[type=text]:focus {
    outline: none;
}

.search_bar button[type=submit] {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: rgb(0, 171, 63);
    display: flex;
    height: 31px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 2px;
    transition: background-color 0.15s ease, color 0.15s ease;
    width: 31px;
}

.home_page .search_bar button[type=submit] {
    height: 42px;
    right: 3px;
    top: 3px;
    width: 42px;
}

.home_page .search_bar button[type=submit] svg {
    height: 22px;
    width: 22px;
}

.search_bar button[type=submit] svg {
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.25;
    width: 19px;
}

.search_bar button[type=submit] svg path {
    fill: none;
}

.search_bar button[type=submit].button_loading svg {
    display: none;
}

.search_bar button[type=submit]:hover,
.search_bar button[type=submit]:focus {
    background-color: rgba(0, 171, 63, 0.1);
    color: rgb(0, 139, 51);
    cursor: pointer;
}

.search_bar button[type=submit]:focus-visible {
    outline: 2px solid rgba(0, 171, 63, 0.45);
    outline-offset: 2px;
}

#keylistcon {
    background: #fff;
    border: #b6b6b6 solid 1px;
    border-radius: 0 0 18px 18px;
    display: none;
    left: -1px;
    min-height: 5px;
    position: absolute;
    top: 35px;
    width: 100%;
    z-index: 5;
}

.home_page #keylistcon {
    border-radius: 0 0 24px 24px;
    top: 48px;
}

.search_bar ul {
    color: rgb(66, 66, 66);
    font-size: 15px;
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
}

.search_bar li {
    padding: 5px 15px;
}

#res {
    color: rgba(87, 94, 102, 0.75);
    font-size: 14px;
    margin-left: 120px;
}

#hmuch {
    color: rgba(87, 94, 102, 0.75);
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 9px;
    max-width: 773px;
    padding: 0;
    position: relative;
}

.results_meta {
    border-bottom: 1px solid rgb(230, 232, 235);
    line-height: 1.6;
    padding-bottom: 8px !important;
}

.results_meta > div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
}

.results_for {
    color: hsl(210, 8%, 25%);
}

.results_count,
.results_time,
#stat_index {
    color: hsl(210, 8%, 45%);
}

#ass {
    background-color: hsl(145deg 35% 97%);
    border: 1px solid hsl(145deg 22% 88%);
    border-radius: 6px;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.04);
    color: hsl(210, 8%, 37%);
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 14px;
    max-width: 766px;
    padding: 7px 9px;
    position: relative;
    z-index: 1;
}

.ass_header {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding-right: 26px;
}

.ass_header b {
    color: hsl(210, 8%, 25%);
    display: block;
    font-size: 13px;
    line-height: 1.2;
}

.ass_header span {
    color: hsl(210, 8%, 45%);
    display: block;
    font-size: 11px;
    margin-top: 1px;
}

.ass_tabs {
    background: hsla(0, 0%, 100%, 0.62);
    border: 1px solid hsl(145deg 18% 86%);
    border-radius: 5px;
    display: flex;
    flex: 0 0 auto;
    gap: 2px;
    padding: 2px;
}

.ass_tab {
    background: transparent;
    border: none;
    border-radius: 4px;
    color: hsl(210, 8%, 37%);
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    height: 20px;
    padding: 0 8px;
}

.ass_tab:hover,
.ass_tab:focus {
    background: hsla(0, 0%, 100%, 0.86);
    color: rgb(49, 52, 56);
    outline: none;
}

.ass_tab.active {
    background: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.08);
    color: hsl(210, 8%, 25%);
}

.ass_items {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 10px;
    margin-top: 6px;
}

.ass_chip {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    color: hsl(210, 8%, 30%);
    display: inline-flex;
    gap: 4px;
    max-width: 100%;
    padding: 2px 4px;
    text-decoration: none;
}

.ass_chip:hover,
.ass_chip:focus {
    background: hsla(0, 0%, 100%, 0.74);
    border-color: hsl(145deg 18% 82%);
    color: rgb(0, 119, 37);
    outline: none;
    text-decoration: none;
}

.ass_chip span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ass_chip em {
    background: transparent;
    border-radius: 0;
    color: hsl(210, 8%, 45%);
    font-size: 10px;
    font-style: normal;
    line-height: 1;
    padding: 0;
}

#a {
    color: rgb(0, 119, 37);
}

#a {
    background: #fff;
    border: 1px solid rgb(210, 214, 218);
    border-radius: 4px;
    cursor: pointer;
    display: none;
    font: inherit;
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px;
}

#ass_w {
    display: block;
}

#ass_c {
    display: none;
}

#close {
    align-items: center;
    background: #fff;
    border: 1px solid rgb(210, 214, 218);
    border-radius: 50%;
    color: hsl(210, 8%, 37%);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 17px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 7px;
    width: 22px;
    z-index: 1;
}

#a:hover,
#a:focus,
#close:hover,
#close:focus {
    background: hsl(210deg 8% 98%);
    border-color: rgba(0, 171, 63, 0.45);
    outline: none;
}

.issue,
.issueg {
    color: hsl(210, 8%, 37%);
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 19px;
    max-width: 766px;
    padding: 0;
}

.issueg {
    background-color: hsl(210deg 8% 98%);
}

.issue h2,
.issueg h2 {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.25;
    margin-block-end: 0;
    margin-block-start: 6px;
    padding: 0;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: normal;
}

.result_heading {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    max-width: 766px;
}

.result_heading h2 {
    flex: 1;
}

.copy_result_link,
.result_action {
    background: #fff;
    border: 1px solid rgb(210, 214, 218);
    border-radius: 4px;
    color: hsl(210, 8%, 37%);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px;
    text-decoration: none;
    white-space: nowrap;
}

.copy_result_link {
    margin-top: 5px;
}

.copy_result_link:hover,
.copy_result_link:focus,
.result_action:hover,
.result_action:focus {
    background: hsl(210deg 8% 98%);
    border-color: rgba(0, 171, 63, 0.45);
    outline: none;
}

.copy_result_link:disabled {
    color: rgb(0, 119, 37);
    cursor: default;
}

.issue a,
.issueg a {
    color: rgb(0, 119, 37);
    text-decoration: none;
    overflow-wrap: anywhere;
}

.issue a:hover,
.issueg a:hover {
    text-decoration: underline;
}

.snip,
.snip table {
    margin: 0;
    padding: 0;
}

.snip table {
    border: 0;
    border-collapse: collapse;
}

.url {
    color: #ff7572;
    font-size: 13px;
}

.url b {
    font-size: 15px;
}

.psl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-bottom: 33px;
}

.psl span {
    color: rgba(87, 94, 102, 0.75);
    font-size: 13px;
}

.result_actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.catlink {
    color: rgb(0, 119, 37);
    font-size: 13px;
    margin-left: 6px;
}

.hmuch2 {
    color: rgb(0, 119, 37);
    font-size: 13px;
    margin-left: 10px;
}

#pag {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 18px;
    text-align: left;
    width: 100%;
}

#pag a {
    border: 1px solid transparent;
    border-radius: 4px;
    color: rgb(0, 119, 37);
    font-size: 14px;
    padding: 6px 9px;
    text-decoration: none;
}

#pag span {
    background: hsl(210deg 8% 98%);
    border: 1px solid rgb(210, 214, 218);
    border-radius: 4px;
    color: #797473;
    font-size: 14px;
    padding: 6px 9px;
}

#pag a:hover,
#pag a:focus {
    background: hsl(210deg 8% 98%);
    border-color: rgba(0, 171, 63, 0.45);
    outline: none;
}

#pag .page_nav {
    border-color: rgb(210, 214, 218);
}

.empty_results {
    color: hsl(210, 8%, 37%);
    display: flex;
    flex-direction: column;
    font-size: 15px;
    gap: 7px;
    margin: 28px 0 0;
    max-width: 766px;
}

.empty_results span,
.results_disclaimer {
    color: hsl(210, 8%, 45%);
    font-size: 13px;
}

.results_disclaimer {
    border-top: 1px solid rgb(230, 232, 235);
    margin: 22px 0 0;
    max-width: 766px;
    padding-top: 10px;
}

.iess,
.iessg {
    border-radius: 50%;
    float: right;
    height: 14px;
    margin: 5px;
    width: 14px;
}

.iess {
    background-color: rgba(190, 190, 190, 0.8);
}

.iessg {
    background-color: #ff7572;
}

#triangled {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #ff7572;
    float: left;
    height: 0;
    margin: 6px 0 0 8px;
    width: 0;
}

#triangleu {
    border-bottom: 7px solid #ff7572;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    float: left;
    height: 0;
    margin: 6px 0 0 8px;
    width: 0;
}

#pr {
    color: rgb(0, 119, 37);
    float: left;
    font-size: 13px;
    margin-left: 10px;
}

.imgok,
.aimgsok {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgb(190, 190, 190);
    border-radius: 3px;
    margin: 2px;
}

.imgok {
    height: 33px;
    width: 88px;
}

.aimgsok {
    height: 33px;
    width: 88px;
}

#loadres {
    display: none;
    margin: 10px 0 20px;
    max-width: 766px;
}

#loadres.source_data_sidebar {
    box-shadow: 0 8px 24px hsla(0, 0%, 0%, 0.12);
    margin: 0;
    max-width: none;
    position: fixed;
    z-index: 4;
}

#loadclose {
    align-items: center;
    background: #fff;
    border: 1px solid rgb(210, 214, 218);
    border-radius: 50%;
    color: hsl(210, 8%, 37%);
    cursor: pointer;
    display: none;
    font-size: 22px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 2px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    z-index: 1;
}

#loadclose:hover,
#loadclose:focus {
    background: hsl(210deg 8% 98%);
    border-color: rgba(0, 171, 63, 0.45);
    outline: none;
}

#loadres.source_data_sidebar #loadclose {
    display: flex;
}

#loadcontent {
    background: hsl(210deg 8% 98%);
    border: 1px solid rgb(190, 190, 190);
    border-radius: 3px;
    color: hsl(210, 8%, 37%);
    display: none;
    font-size: 13px;
    max-height: calc(100vh - 86px);
    overflow: auto;
    padding: 10px;
}

@media (max-width: 1180px) {
    #loadres.source_data_sidebar {
        max-width: 640px;
    }
}

@media (max-width: 760px) {
    body {
        overflow-x: hidden;
    }

    .search_home {
        box-sizing: border-box;
        gap: 8px;
        height: auto;
        min-height: 56px;
        padding: 8px 10px;
    }

    .results_page .search_home {
        align-items: center;
        flex-wrap: nowrap;
    }

    .kavunka_logo {
        background-size: contain;
        flex: 0 0 64px;
        height: 32px;
        margin-left: 0;
        width: 64px;
    }

    .home_page .search_home {
        min-height: 62vh;
        padding: 28px 14px 18px;
    }

    .home_page .kavunka_logo {
        flex-basis: auto;
        height: 132px;
        margin-bottom: 12px;
        width: 132px;
    }

    .home_page .home_tagline {
        font-size: 14px;
        margin-bottom: 14px;
        text-align: center;
    }

    .home_page .home_examples,
    .home_page .home_stats {
        width: calc(100vw - 28px);
    }

    .main {
        box-sizing: border-box;
        margin: 0;
        padding: 72px 12px 18px;
        width: 100%;
    }

    .home_page .main {
        padding-top: 0;
    }

    .search_bar {
        flex: 1 1 auto;
        margin: 0;
        max-width: none;
        min-width: 0;
        width: auto;
    }

    .home_page .search_bar {
        flex: 0 0 48px;
        height: 48px;
        width: calc(100vw - 28px);
    }

    #res {
        margin-left: 0;
    }

    #hmuch,
    #ass,
    .issue,
    .issueg,
    .result_heading,
    .empty_results,
    .results_disclaimer {
        max-width: 100%;
    }

    .ass_header {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .ass_tabs {
        align-self: flex-start;
    }

    .ass_chip {
        max-width: calc(100vw - 52px);
    }

    .result_heading {
        gap: 6px;
    }

    .copy_result_link,
    .result_action {
        font-size: 12px;
        padding: 7px 9px;
    }

    .result_actions,
    .psl,
    #pag {
        gap: 8px;
    }

    #loadres.source_data_sidebar {
        box-sizing: border-box;
        max-width: none;
        width: auto;
    }

    #loadcontent {
        box-sizing: border-box;
        max-height: calc(100vh - 92px);
        padding: 12px;
        width: 100%;
    }

    #loadclose {
        right: 8px;
        top: 8px;
    }

    .home_page .home_footer {
        bottom: 10px;
        box-sizing: border-box;
        padding: 0 14px;
    }
}

@media (max-width: 430px) {
    .search_home {
        padding: 8px;
    }

    .kavunka_logo {
        flex-basis: 52px;
        height: 28px;
        width: 52px;
    }

    .search_bar input[type=text] {
        font-size: 15px;
        margin-left: 8px;
        width: calc(100% - 52px);
    }

    .issue h2,
    .issueg h2 {
        font-size: 17px;
    }

    .result_heading {
        align-items: flex-start;
    }
}

.wjsonkay {
    color: #204a87;
    font-weight: normal;
}

.wjsonvalue {
    color: #4e9a06;
    font-weight: normal;
}

.wjsonvaluenum {
    color: #ad7fa8;
    font-weight: normal;
}

#load,
#loadm {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #ff7572;
    height: 18px;
    margin: 10px auto;
    width: 18px;
    animation: spin 0.8s linear infinite;
}

#load {
    height: 18px;
    margin: 0;
    width: 18px;
}

.spinner {
    margin: auto;
    text-align: center;
    width: 55px;
}

.spinner > div {
    animation: bouncedelay 1.4s infinite ease-in-out both;
    background-color: #ff7572;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    width: 8px;
}

.spinner .bounce0 {
    animation-delay: -0.64s;
}

.spinner .bounce1 {
    animation-delay: -0.48s;
}

.spinner .bounce2 {
    animation-delay: -0.32s;
}

.spinner .bounce3 {
    animation-delay: -0.16s;
}

#error-cont {
    color: hsl(210, 8%, 37%);
    display: none;
    font-size: 15px;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
}

#error-cont:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#error-cont-form {
    background: white;
    border: 1px solid rgb(190, 190, 190);
    border-radius: 3px;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.05), 0 1px 4px hsla(0, 0%, 0%, 0.05), 0 2px 8px hsla(0, 0%, 0%, 0.05);
    display: inline-block;
    padding: 33px;
    vertical-align: middle;
    width: 450px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes bouncedelay {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1.0); }
}

@keyframes searchbarload {
    0% { opacity: 0.35; transform: translateX(-14px); }
    50% { opacity: 1; transform: translateX(14px); }
    100% { opacity: 0.35; transform: translateX(-14px); }
}
