@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

body {
    color: #4a4a4a;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
@media (min-width: 300px) and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

* {
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

*:focus {
    outline: 0 !important;
}

input:focus,
select:focus {
    box-shadow: none !important;
}

body::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    width: 10px;
}

._body {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

._body .side_a {
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    flex-basis: 45%;
    width: 45%;
    color: #fff;
    background-color: #0d894d;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #047b40;
    position: relative;
}

._body .side_a ._logo {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-weight: 700;
    /* text-shadow: 2px 7px 5px rgba(0,0,0,0.3),
  0px -4px 10px rgba(255,255,255,0.3); */
    /* text-shadow: 2px 4px 3px rgba(0,0,0,0.3); */
    letter-spacing: 1px;
    font-size: 1.2rem;
    opacity: 0.9;
    color: #e9e9e9;
    text-transform: uppercase;
}

._body .side_b ._logo {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-weight: 700;
    display: none;
    text-shadow: 1px 2px 3px rgba(133, 133, 133, 0.3);
    letter-spacing: 1px;
    font-size: 1.7rem;
    opacity: 0.9;
    color: #0d894d;
    text-transform: uppercase;
}

._body .side_a ._n {
    width: 90%;
    text-align: center;
    margin-right: 5%;
}

._body .side_a ._n ._nme {
    padding: 1rem;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

._body .side_a ._n ._nme span {
    font-weight: 700 !important;
}

._body .side_a ._n ._pwby {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0px;
}

._body .side_a ._n ._pwby svg {
    margin-top: 4px;
}

._body .side_b {
    flex-basis: 55%;
    width: 55%;
    padding: 2rem 2rem 2rem 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

._body ._inr {
    width: 60%;
}

._body .hdr {
    margin-bottom: 1.5rem;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input.form-control,
select.form-control,
textarea.form-control {
    display: block;
    width: 100%;
    padding: 0.2rem 0.7rem;
    line-height: 1;
    color: #4f4f4f;
    background-clip: padding-box;
    transition: border-color 0.3s ease-in-out;
    font-weight: 400;
    border: solid 1.2px #b1b1b1;
    border-radius: 2px;
    height: 2.4rem;
    transition: all 0.3s ease-in-out;
}

textarea.form-control {
    height: 7rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #32312f;
    outline: 0;
    box-shadow: none;
}

input::placeholder,
textarea::placeholder {
    font-weight: 500;
    color: #d2d2d9 !important;
}

.error {
    color: red;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #32312f !important;
    color: #32312f !important;
}

input:disabled {
    cursor: not-allowed;
}

input[type="password"] {
    font-size: initial;
}

.form-group label {
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #4f4f4f;
}

.button {
    display: flex;
    height: 2.9rem;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
    color: #fff;
    transform: perspective(1px) translateZ(0);
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    border-radius: 2px;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0px 2.2rem;
    width: 100%;
    margin-top: 1.5rem;
}

.button.home {
    width: min-content;
    box-shadow: none;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.button:hover {
    box-shadow: none;
    text-decoration: none;
}

.button.primary {
    background-color: #0d894d;
    border: 2px solid #0d894d;
}

.button.primary:hover {
    border: 2px solid #0b7944 !important;
    color: #fff;
    background: #0b7944;
}

.button.primary-outline {
    background-color: transparent;
    color: #0d894d;
    border: 2px solid #0d894d;
}

.button.primary-outline:hover {
    color: #fff;
    background: #0b7944;
}

.is-invalid {
    background-image: none !important;
}

/* Checkbox */
.pretty input:checked ~ .state.p-success label::after,
.pretty.p-toggle .state.p-success label::after {
    background-color: #5cb85c !important;
    background-color: rgba(11, 121, 68, 0.89) !important;
}

.pretty .state {
    font-size: 0.8rem;
    font-weight: 400;
}

.pretty .state label::after,
.pretty .state label::before {
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: calc((0% - (100% - 1em)) - 0%);
}

.pretty.p-svg .state .svg {
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: calc((0% - (100% - 1em)) - 0%);
}

header {
    height: 75px;
    width: 100%;
    position: relative;
}

.my-navbar {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
    transition: all 0.4s ease-in-out, box-shadow 0.2s ease-in-out;
    z-index: 4;
}
.my-navbar .container {
    height: 100%;
}
.my-navbar .nav-wrapper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.my-navbar .nav-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.my-navbar .nav-menu {
    margin-left: auto !important;
}

.my-navbar .nav-lists {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 1rem;
}

.nav-logo {
    height: 100%;
}

.nav-logo .logo-link {
    display: inline-flex;
    width: auto;
    height: 100%;
    padding: 10px 0;
    align-items: center;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

.nav-logo .logo-link:hover img {
    filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.1));
}

.nav-logo .logo-link img {
    height: 100%;
}
.nav-logo .logo-link .text {
    font-size: 1.8rem;
    /* color: #0b7944; */
    text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.1);
    color: #4a4a4a;
    font-weight: 700;
    margin-left: 0.3em;
}

.nav-right a {
    margin-left: 40px;
}

.my-navbar .nav-lists {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.my-navbar .nav-sm {
    display: none;
}

.my-navbar .nav-list {
    margin-right: 2rem;
}

.nav-lists > .nav-list > .navlink:before {
    content: " ";
    width: 0;
    height: 1px;
    background: #0d894d;
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-lists > .nav-list:hover > .navlink:before {
    width: 100%;
    left: 0;
    right: auto;
}

.nav-lists .navlink {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    position: relative;
    color: #0d894d !important;
    display: flex;
    align-items: center;
}

.nav-lists .dropdown-toggle {
    color: #4a4a4a !important;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.98rem;
}

.nav-lists .dropdown-toggle img {
    margin-right: 7px;
}

.nav-lists .navlink svg {
    margin-right: 4px;
}

.nav-lists .navlink:hover {
    color: #0d894d !important;
}

.nav-right .navlink {
    color: #0d894d !important;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    position: relative;
}

.nav-right .navlink:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #0d894d;
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-right .navlink:hover {
    color: rgba(5, 63, 35, 0.719) !important;
}

.sidebar-toggler,
.btn-signup-mobile {
    display: none;
}

.sidebar-toggler button {
    background: none;
    border: none;
}

@media (min-width: 768.1px) and (max-width: 1024px) {
    .my-navbar .nav-wrapper {
        width: 100%;
        max-width: 900px;
        padding: 0 24px;
    }
}

@media (min-width: 768.1px) and (max-width: 1024px) and (orientation: landscape) {
    .my-navbar .nav-wrapper {
        width: 100%;
        max-width: 800px;
        padding: 0 24px;
    }
}

@media (min-width: 300px) and (max-width: 768px) {
    header {
        height: 60px;
    }

    .my-navbar .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .my-navbar .nav-wrapper {
        padding-left: 0.7rem;
    }

    .nav-inner .nav-logo {
        height: 100%;
    }

    .nav-logo .logo-link .text {
        font-size: 1.4rem;
    }

    .my-navbar .nav-menu .nav-lists {
        display: none;
    }

    .mobile-view .my-navbar .nav-menu {
        left: 0;
    }

    .my-navbar .nav-menu .nav-lists {
        display: none;
    }

    .my-navbar .nav-sm {
        position: fixed;
        display: flex;
        flex-flow: column;
        padding: 0 1.5rem;
        top: 0;
        left: 100%;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 5;
        transition: left 0.3s ease-in-out;
    }

    .mobile-view .my-navbar .nav-sm {
        left: 0%;
    }

    .sidebar-toggler button {
        background: none;
        border: none;
    }

    .my-navbar .nav-sm .sidebar-toggler.close {
        position: absolute;
        top: 1rem;
        right: 1rem;
    }

    .my-navbar .nav-sm .sidebar-toggler.close button {
        float: right;
    }

    .my-navbar .nav-sm .m-links {
        margin-top: 20vh;
    }

    .my-navbar .nav-menu .sidebar-toggler.close {
        position: absolute;
        right: 30px;
        top: 50px;
    }

    .my-navbar .nav-menu .sidebar-toggler.close button:hover svg {
        opacity: 0.7;
    }

    .sidebar-toggler {
        display: block;
    }

    .sidebar-toggler button:hover svg {
        opacity: 0.7;
    }

    .m-navlink {
        color: rgba(50, 107, 80, 0.815) !important;
        -webkit-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
        position: relative;
        display: block;
        padding: 5px 0;
        font-size: 1.2rem;
    }

    .m-navlink:hover {
        color: #0d894d !important;
    }

    .m-navlink:nth-child(1)::before {
        content: " ";
        width: 100%;
        height: 1px;
        background: rgba(50, 107, 80, 0.548);
        position: absolute;
        bottom: 0px;
        left: auto;
        right: 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
}

.page-inner {
    margin: 1.5rem 0 1rem;
}

._pgg {
    min-height: 98vh;
    position: relative;
    padding-bottom: 2rem;
}

footer.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

footer.footer p.text-muted.text-center {
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(108, 117, 125, 0.741) !important;
    margin-bottom: 0;
}

footer.footer p.text-muted.text-center span {
    color: #0d894d !important;
}

.boxes {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.boxes.column {
    flex-direction: column;
}

.boxes.column .box {
    display: flex;
    flex-flow: column;
}

.boxes.column .box svg {
    width: 40px;
    margin-bottom: 5px;
}
.boxes .box {
    font-size: 1.1rem;
    font-weight: 500;
    color: #4a4a4a;
    display: flex;
    border-radius: 4px;
    border-top: rgba(13, 137, 77, 0.561) 4px solid;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.boxes.bx-4 .box {
    width: calc(100% / 4 - 20px);
    padding: 3rem 1.5rem;
}

.boxes.bx-1 .box {
    width: 100%;
    padding: 3rem 1.5rem;
    margin-bottom: 1rem;
}

.boxes.bx-3 .box {
    width: calc(100% / 3 - 20px);
    padding: 3.5rem 1.5rem;
}

.boxes.bx-2 .box {
    width: calc(100% / 2 - 20px);
    padding: 4rem 1.5rem;
}

.boxes .box svg {
    margin-right: 3px;
}

.boxes .box:hover {
    background-color: rgb(13, 137, 77);
    color: #fff;
}

.my-boxes {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my-boxes .f-box {
    display: flex;
    flex-direction: column;
}

.my-boxes .f-box .box {
    height: 100%;
}

.my-boxes .f-box .box {
    font-size: 1.1rem;
    font-weight: 500;
    color: #4a4a4a;
    display: block;
    border-radius: 4px;
    border-top: rgba(13, 137, 77, 0.561) 4px solid;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.my-boxes.bx-4 .f-box {
    width: calc(100% / 4 - 20px);
}

.my-boxes.bx-4 .f-box .box {
    padding: 2.5rem 1.5rem 1rem;
}

.my-boxes.bx-3 .f-box .box {
    padding: 2.5rem 1.5rem 1rem;
}

.my-boxes.bx-2 .f-box .box {
    padding: 3rem 1.5rem 1rem;
}

.my-boxes.bx-3 .f-box {
    width: calc(100% / 3 - 20px);
}

.my-boxes.bx-2 .f-box {
    width: calc(100% / 2 - 20px);
}

.my-boxes .f-box svg {
    margin-right: 3px;
}

.my-boxes .f-box p {
    line-height: 1.2em;
    font-size: 0.7em;
    font-weight: normal;
    color: #a3a3a3;
    margin: 0 3px 5px;
}

._hdr {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.register-card,
.my-card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    padding-top: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.1);
    overflow: auto;
}

._card-header {
    padding: 0.8em 0;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.register-card label {
    font-size: 0.8rem;
    font-weight: 400;
}

.form_progress {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 1em;
    margin-bottom: 2rem;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.form_progress .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.form_progress .item .indc {
    width: 50px;
    flex-basis: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #efefef;
    border-radius: 50%;
    color: #bababa;
    font-size: 1rem;
    font-weight: 700;
}

.form_progress .item .nme {
    position: absolute;
    top: 50px;
    width: max-content;
    color: #bababa;
    font-size: 0.8rem;
    font-weight: 500;
}

.form_progress .p_line {
    width: 100%;
    background-color: #efefef;
    height: 3px;
}

.form_progress .item.msf-step-active .indc {
    color: #f4ae29;
    border: 3px solid #f4ae29;
}

.form_progress .item.msf-step-active .nme {
    color: #f4ae29;
}

.form_progress .item.msf-step-complete .indc {
    color: #0d894d;
    border: 3px solid #0d894d;
}

.form_progress .item.msf-step-complete .nme {
    color: #0d894d;
}

.form_progress .item.msf-step-complete + .p_line {
    background-color: #0d894d;
}

.bottom-bottons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bottom-bottons button {
    display: inline-flex;
    height: 2.9rem;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 30px 0px rgba(12, 0, 46, 0.1);
    color: #fff;
    transform: perspective(1px) translateZ(0);
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    border-radius: 2px;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0px 2.2rem;
    margin-top: 1rem;
    border-radius: 4px;
    border: none;
}

.next {
    background-color: #0d894d;
}

.next:hover {
    background-color: #0a7240;
}

.prev {
    background-color: #f4ae29;
}

.prev:hover {
    background-color: #c98f24;
}

.in-btw div {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.form-image {
    width: 300px;
    min-height: 350px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 2px auto 2rem;
    padding: 0;
    position: relative;
}

.input-file {
    width: 100%;
    height: 300px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-drop {
    width: 100%;
    height: 300px;
    padding: 0;
    position: absolute;
    display: flex;
    align-items: center;
    opacity: 0.7;
    justify-content: center;
    z-index: 1;
    background-image: url("/image/placeholder.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.capture {
    height: auto;
    padding: 5px;
    width: 100%;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.capture span {
    display: inline-flex;
    height: 2.8em;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    border-radius: 2px;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0px 1.2em;
    border-radius: 4px;
    border: none;
}

.capture span.display_none {
    display: none;
}

.capture span svg {
    margin-right: 2px;
}

.capture span.primary {
    background-color: #0d894d;
}

.capture span.success {
    background-color: #0d894d;
}

.capture span.danger {
    background-color: #b90101;
}

.input-file img {
    width: 300px;
    height: 200px;
}

.percentage_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.active-border {
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.1);
}

.percentage_wrap .square {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 20px;
}

.row-add {
    display: inline-flex;
    height: 2.45rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    font-weight: 500;
    padding: 0px 1rem;
    vertical-align: middle;
    color: #5f6368;
    background-color: inherit;
    border: 1.5px solid #dadce0;
    transition: backgroud-color 500s ease-in-out;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 2rem;
    font-size: 0.8rem;
}

.row-add.delete {
    margin-left: auto;
}

.row-add svg {
    margin-right: 2px;
}

.d-tble {
    font-size: 0.8rem !important;
}

.d-tble ._card-header {
    text-transform: capitalize;
}

.d-tble input,
.d-tble select {
    height: 2rem;
    padding: 0.2rem 0.7rem;
}

.admin .f-box {
    margin-bottom: 1rem;
}

.admin .box {
    margin-bottom: 8px;
}

.admin .box:hover {
    background-color: inherit;
    color: inherit;
}

.admin .box div:first-child {
    font-weight: 500;
    font-size: 1.5rem;
}

.admin .box div:last-child {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 1rem;
}

@media (min-width: 300px) and (max-width: 768px) {
    .boxes {
        flex-wrap: wrap;
    }

    .my-boxes {
        flex-wrap: wrap;
    }

    .boxes .box {
        width: 100% !important;
        margin-bottom: 0.4em;
    }

    .boxes.bx-1 .box {
        padding: 3rem 1.5rem;
    }

    .my-boxes .f-box {
        width: 100% !important;
        margin-bottom: 1em;
    }

    .my-boxes .f-box p {
        font-size: 0.9rem;
    }

    ._hdr {
        width: 100%;
    }

    .form_progress .item .nme {
        display: none;
    }

    ._body .side_a {
        display: none;
    }

    ._body .side_b {
        flex-basis: 100%;
        width: 100%;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ._body .side_b h1 {
        font-size: 1.7rem;
    }
    ._body .side_b ._logo {
        display: inline-block;
    }

    ._body ._inr {
        width: 100%;
    }
}

.schools {
    border: solid #ccc 1px;
    padding: 1rem 0;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.print {
    display: inline-flex;
    height: 2.45rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    font-weight: 500;
    padding: 0px 1rem;
    vertical-align: middle;
    color: #5f6368;
    background-color: inherit;
    border: 2px solid #dadce0;
    transition: backgroud-color 500s ease-in-out;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 0.8rem;
    border-radius: 4px;
}

.print svg {
    margin-right: 5px;
}

.print:hover {
    background-color: #d2d2d9 !important;
    color: inherit;
}
.height_wrap {
    display: flex;
    flex-direction: row;
}
.transfer_tab {
    display: none;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    border-radius: none;
}
.select2-container--default .select2-selection--single {
    border-radius: none;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 37px  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:38px  !important;
}
.state_ssds{
    width:100% !important
}
._clerk_head{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    margin:10px 0;
}
._clerk_head p{
    font-size:20px;
    font-weight:900
}
.admin_control{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.admin_control a{
margin:0 5px;
white-space: nowrap;
word-break: keep-all;
}

.blink_text {
 animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}

.top_indicatior{
top:0;right:0;
background:#0a7240;
color:white;
height:75px;
width:70px;
display:flex;
align-items:center;
font-size:20px;
font-weight:bold;
justify-content:center;
z-index:1000;
position:fixed;
}
.error{color:red !important}
@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}
