.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #4dbd74;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dbd74' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #4dbd74;
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #4dbd74
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #4dbd74
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #4dbd74
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #72cb91;
    background-color: #72cb91
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #4dbd74
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #4dbd74
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #4dbd74;
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f86c6b
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .765625rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(248, 108, 107, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f86c6b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f86c6b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f86c6b;
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #f86c6b;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f86c6b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #f86c6b;
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #f86c6b
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #f86c6b
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #f86c6b
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #fa9c9c;
    background-color: #fa9c9c
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #f86c6b
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #f86c6b
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #f86c6b;
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #23282c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #23282c;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-primary:hover {
    color: #fff;
    background-color: #1b8eb7;
    border-color: #1985ac
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(65, 181, 222, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1985ac;
    border-color: #187da0
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(65, 181, 222, .5)
}

.btn-secondary {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-secondary:hover {
    color: #23282c;
    background-color: #b3bbc2;
    border-color: #acb5bc
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(175, 181, 186, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #23282c;
    background-color: #acb5bc;
    border-color: #a5aeb7
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(175, 181, 186, .5)
}

.btn-success {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-success:hover {
    color: #fff;
    background-color: #3ea662;
    border-color: #3a9d5d
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(104, 199, 137, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a9d5d;
    border-color: #379457
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(104, 199, 137, .5)
}

.btn-info {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-info:hover {
    color: #23282c;
    background-color: #43b6d7;
    border-color: #39b2d5
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(89, 171, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b2d5;
    border-color: #2eadd3
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(89, 171, 195, .5)
}

.btn-warning {
    color: #23282c;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #23282c;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 13, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #23282c;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #23282c;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 13, .5)
}

.btn-danger {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-danger:hover {
    color: #fff;
    background-color: #f64846;
    border-color: #f63c3a
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(249, 130, 129, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f63c3a;
    border-color: #f5302e
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(249, 130, 129, .5)
}

.btn-light {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-light:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #23282c;
    background-color: #d1dbe1;
    border-color: #cad4dc
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5)
}

.btn-dark {
    color: #fff;
    background-color: #2f353a;
    border-color: #2f353a
}

.btn-dark:hover {
    color: #fff;
    background-color: #1e2225;
    border-color: #181b1e
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(78, 83, 88, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #2f353a;
    border-color: #2f353a
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #181b1e;
    border-color: #121517
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(78, 83, 88, .5)
}

.btn-outline-primary {
    color: #20a8d8;
    border-color: #20a8d8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #20a8d8;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .5)
}

.btn-outline-secondary {
    color: #c8ced3;
    border-color: #c8ced3
}

.btn-outline-secondary:hover {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(200, 206, 211, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #c8ced3;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(200, 206, 211, .5)
}

.btn-outline-success {
    color: #4dbd74;
    border-color: #4dbd74
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #4dbd74;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .5)
}

.btn-outline-info {
    color: #63c2de;
    border-color: #63c2de
}

.btn-outline-info:hover {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 194, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #63c2de;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #23282c;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 194, 222, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #23282c;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #23282c;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #f86c6b;
    border-color: #f86c6b
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f86c6b;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .5)
}

.btn-outline-light {
    color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-outline-light:hover {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 243, 245, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f0f3f5;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 243, 245, .5)
}

.btn-outline-dark {
    color: #2f353a;
    border-color: #2f353a
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2f353a;
    border-color: #2f353a
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(47, 53, 58, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #2f353a;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #2f353a;
    border-color: #2f353a
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(47, 53, 58, .5)
}

.btn-link {
    font-weight: 400;
    color: #20a8d8;
    text-decoration: none
}

.btn-link:hover {
    color: #167495;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #73818f;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .765625rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #23282c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e4e7ea
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #23282c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.dropdown-item:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #181b1e;
    text-decoration: none;
    background-color: #f0f3f5
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #20a8d8
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #73818f;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0 1.5rem;
    margin-bottom: 0;
    font-size: .765625rem;
    color: #73818f;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #23282c
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f3f5;
    border: 1px solid #e4e7ea;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .765625rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #20a8d8;
    background-color: #20a8d8
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #8ad4ee
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b6e4f4;
    border-color: #b6e4f4
}

.custom-control-input:disabled~.custom-control-label {
    color: #73818f
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e4e7ea
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #8f9ba6 solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #20a8d8;
    background-color: #20a8d8
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(32, 168, 216, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(32, 168, 216, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(32, 168, 216, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.15625rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #8f9ba6;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(32, 168, 216, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #8ad4ee;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.custom-select:focus::-ms-value {
    color: #5c6873;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #73818f;
    background-color: #e4e7ea
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .765625rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.09375rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #8ad4ee;
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e4e7ea
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #5c6873;
    content: "Browse";
    background-color: #f0f3f5;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #20a8d8;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b6e4f4
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #c8ced3;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #20a8d8;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b6e4f4
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #c8ced3;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #20a8d8;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b6e4f4
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #c8ced3;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #c8ced3;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #8f9ba6
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #8f9ba6
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #8f9ba6
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

body {
    /* background-color: brown; */
    /* font-family: YuGothic, 'Yu Gothic', YuGothic, 'Yu Gothic', sans-serif; */
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background-color: transparent;
}

#all_content {
    display: flex;
    flex-direction: column;
    /* min-height: 90vh; */
    min-height: 100vh;
    background-color: #e4e4e4;
}

#col_main {
    background-color: #ffffff;
}

#main_content {
    /* margin-top: 10px; */
}

#drawer-menu-button {
    background-color: #ffffff;
}

/* よくわからんけどスキマができるようになったので */
.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

header {
    z-index: 2000;
}

footer {
    width: 100%;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    /* position: absolute; */
    /*←絶対位置*/
    /* bottom: 0; */
    /*下に固定*/
    margin-top: auto;
}

.main {
    padding: 10px;
}

.content {
    padding: 10px;
    /* padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px; */
    /* margin-bottom: 40px; */
    background-color: #fff;
}

.site_catchphrase {
    color: #303030;
}

/* .btn,
.btn:hover,
.btn:link,
.btn:visited {
    color: #909090;
    font-weight: bold;
} */

/* .btn:hover {
    color: #ffffff;
} */


.fixed_site_header {
    /* background: rgba(255,255,255,0.8);
  padding: 20px; */
    position: fixed;
    transition: .5s;
    z-index: 999;
    width: 100%;
    top: 0px;
    /* height: 76px; */
}

.fixed_site_header.hide {
    transform: translateY(-100%);
}

/* code,
pre {
    display: block;
    background-color: #111;
    padding: 6px;
    color: #fff;
} */

a {
    /* color: #3e3e3e; */
}

.breadcrumb-item a {
    color: #303030;
}

.link_box:hover {
    opacity: 0.7;
}

label {
    margin-bottom: 0px;
}

.text-right {
    text-align: right;
}


.check_update {
    background-color: #ffe1e4;
}

.c_container {
    /* width: 800px; */
    margin: 0 auto;
}

.c_input_form_container_wrapper {
    max-width: 800px;
    margin: 60px auto;
}

.c_input_form_container {
    /* background-color: #e5e5e5; */
    /* padding: 20px; */
}



.c_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.row {
    /* margin-top: 6px;
    margin-bottom: 6px; */
}

.pagination {
    flex-wrap: wrap;
}

.only_admin_menu_container {
    background-color: #ffe2ff;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    padding: 10px;
    width: 100%;
}

.lbl_attension {
    background-color: #3e3e3e;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 10px;
}

.lbl_info {
    background-color: #143c87;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    /* border-radius: 10px; */
}

.lbl_victory {
    color: #1877f2;

}

.lbl_lost {
    color: #f42b19;
}

.lbl_yen {
    font-weight: bold;
    color: #f42b19;
}

.lbl_category {
    /* margin-top: 30px; */
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.8rem;
    background-color: #7d7d7d;
    color: #fff;
    /* font-weight: bold; */
}


.lbl_price {
    font-weight: bold;
    /* color: #f42b19; */
}


.lbl_required {
    background: #ec7469;
    color: #fff;
    padding: 2px;
    margin: 0px 2px;
    /* font-size: 0.8em; */
}



.lbl_strong {
    color: #d52727;
    font-weight: bold;
    font-size: 1.2rem;
}

.lbl_topic_title {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.0rem;
}


.lbl_not_publish {
    background-color: rgb(107, 107, 107);
    padding: 5px;
}

.lbl_allow {
    background-color: #6fa956;
    padding: 2px 2px;
    font-size: 0.8em;

}

.lbl_warning {
    color: #EF454A;
}

.lbl_deny {
    background-color: #ef4056;
}

.lbl_not_allow {
    background-color: #c20101;
    padding: 5px;
}

.lbl_new {
    color: #fff;
    background-color: #ef3a02;
    font-weight: bold;
    padding: 4px 7px;
    margin-right: 4px;
}





.side_input {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #3e3e3e; */
}

.side_input label {
    width: 100px;
}

.checkbox_large {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    margin-right: 10px;
    margin-left: 10px;
}



#btn_input_post_code {
    margin-left: 10px;
}



.crop-text-1 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.crop-text-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.crop-text-3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.w20p {
    width: 30px !important;
}

.w30p {
    width: 30px !important;
}

.w50p {
    width: 50px !important;
}

.w60p {
    width: 60px !important;
}


.w70p {
    width: 70px !important;
}


.w80p {
    width: 80px !important;
}

.w90p {
    width: 90px !important;
}

.w100p {
    width: 100px !important;
}

.w120p {
    width: 120px !important;
}


.w125p {
    width: 125px !important;
}

.w150p {
    width: 150px !important;
}

.w160p {
    width: 160px !important;
}

.w170p {
    width: 170px !important;
}

.w180p {
    width: 180px !important;
}

.w200p {
    width: 200px !important;
}

.w300p {
    width: 300px !important;
}

.w450p {
    width: 450px !important;
}



/*フォント font*/
.f_0 {
    font-size: 1.0em;
}

.f_1 {
    font-size: 1.1em;
    line-height: 1.1em;
}

.f_2 {
    font-size: 1.2em;
    line-height: 1.2em;
}

.f_3 {
    font-size: 1.3em;
    line-height: 1.3em;
}

.f_4 {
    font-size: 1.4em;
    line-height: 1.4em;
}

.f_5 {
    font-size: 1.5em;
    line-height: 1.5em;
}

.f_6 {
    font-size: 1.6em;
    line-height: 1.6em;
}

.f_7 {
    font-size: 1.7em;
}

.f_8 {
    font-size: 1.8em;
}

.f_9 {
    font-size: 1.9em;
}

.f_10 {
    font-size: 2.0em;
    line-height: 2.0em;
}

.f_15 {
    font-size: 2.5em;
}


.f_20 {
    font-size: 3.0em;
}


.f_30 {
    font-size: 4.0em;
}

.f_m_1 {
    font-size: 0.9em;
}

.f_m_2 {
    font-size: 0.8em;
}

.text_black {
    color: #000000;
}

.text_white {
    color: #ffffff;
}

.text_green {
    color: #047711c4;
}

.text_red {
    color: #DC3444;
}

.text_blue {
    color: #3437dc;
}

.text_d_orrange {
    color: #ff8000;
}

.text_orrange {
    color: #ffd500;
}

.text_pink {
    color: #fe98d0;
}

.text_gray {
    color: #797979;
}

.text_wgray {
    color: #dcdcdc;
}

.text_purple {
    color: #d256d8;
}

.c_link {
    color: #3490dc;
    font-weight: bold;
}


.bg_transparent {
    background-color: transparent;
}

.bg_white {
    background-color: #ffffff;
}

.bg_red {
    background-color: #ef4056;
}

.bg_dark {
    background-color: #4f4f4f;
}

.bg_navy {
    background-color: #203764;
}

.bg_dgreen {
    background-color: #8addd2;
}

.bg_green {
    background-color: #00b050;
}

.bg_w2blue {
    background-color: #c7daff;
}

.bg_wblue {
    background-color: #6699ff;
}

.bg_lblue {
    background-color: #00b0f0;
}

.bg_twitter {
    background-color: #1da1f2;
}

.bg_youtube {
    background-color: #ff0000;
}


.bg_facebook {
    background-color: #1877f2;
}

.bg_google_plus {
    background-color: #dd5144;
}

.bg_pocket {
    background-color: #ef4056;
}

.bg_gray {
    background-color: #f2f1f1;
}

.bg_dgray {
    background-color: #c7c7c7b9 !important;
}

.bg_yellow {
    background-color: #ffc000 !important;
}

.bg_orange {
    background-color: #f6b109 !important;
}

.bg_opacity_dark {
    background-color: #4f4f4f;
    display: inline-block;
}

.bg_opacity_dark img {
    display: block;
    opacity: 0.7;
}


.btn_dgreen {
    background-color: #70ad47;
    border-color: #70ad47;
    color: #fff;
}

.btn_dgreen:hover {
    color: #fff;
}

.btn_radius {
    border-radius: 50%;
    border: #c0c0c0 1px solid;
}

/* 大きく */
input[type="radio"],
input[type="checkbox"] {
    transform: scale(1.5);
    /* margin-right: 10px; */
    /* margin: 8px 10px; */
    margin: 4px 4px;
}

input:disabled {
    color: #b4b4b4;
}

.table_wrapper {
    overflow-x: auto;
}

.table {
    width: 100%;
    background-color: #fff;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


.table td,
.table th {
    vertical-align: middle;
    text-align: left;
}

.detail_table td {
    padding: 0 0.75rem;
    /* padding: 0.75rem; */
}

.checkbox_label {
    min-width: 100px;
    margin-left: 10px;
}

.x_scroll_menus {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /* コンテンツが見切れて見えるようにする */
    overflow-x: auto;
    /* 横スクロールの指定 */
    white-space: nowrap;
    /* 横スクロールの指定 */
    /*overflow-scrolling: touch;*/
    /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    /* padding: 4px 0; */
    /* padding: 0rem 0; */
    text-align: center;
}

.x_scroll_menus li {
    display: inline-block;
    /* 横並びにする指定 */
    list-style: none;
    padding: 0px;
    /* font-size: 1.1em; */
    /* padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; */
    /* height: 40px; */
}

.x_scroll_menus li:hover {
    opacity: 0.5;
    background-color: #636c75;
}

.x_scroll_menus li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    /* color: #244a35; */
    /* width: 100%;
    height: 100%;
    display: block; */
    padding: 0.5rem 1rem;
    /* padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem; */
    /* padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem; */
    /* padding: 3rem 1rem; */
    /* margin-top: 10px; */
    /* padding: rem; */
    /* height: 40px; */
}




.topic_image {
    width: 100%;
    height: auto;
    height: auto;
    object-fit: cover;
    /* object-fit: contain; */
    /* max-height: 230px; */
    max-height: 300px;
}


/*slick ここから*/
.slider {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0;

    opacity: 0;
    transition: opacity .3s linear;
    display: none;
}

.slider.slick-initialized {
    opacity: 1;
    display: block;
}

.slider {
    width: 100%;
    height: 100%;
}

.slider img {
    object-fit: cover;
}

.slider .slick-slide {
    /* padding: 0 20px; */
}

.slider li {
    text-align: center;
}

/*slick ここまで*/


.align_center {
    display: flex;
    align-items: center;
}

.justify_center {
    display: flex;
    justify-content: center;
}



.icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
}

.breadcrumb {
    background-color: transparent;
    /* margin-bottom: 0px; */
    border-bottom: 0px;
    /* padding: 0.75rem 1rem; */
    padding-top: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;

    font-weight: bold;


    /* margin: 0 auto;
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; */

    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding: 12px 10px;

}

.breadcrumb li {
    display: inline-block;
}


.nodata_container {
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    /* font-size: 0.8em; */
    font-size: 1.0em;
    padding: 30px 0;
}

.sidebar_container {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 16px 10px;
}



.user_info_image {
    /* max-width: 130px; */
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #adadad;
}


.user_info_image_large {
    /* max-width: 130px; */
    /* max-width: 260px; */
    max-height: 260px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #adadad;
}



.c_input_form_container .row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.c_input_form_container .row label {
    margin-bottom: 4px;
    font-weight: bold;
}


.page_count_container {
    margin: 10px 0;
}

.card-img-top {
    height: 180px;
    object-fit: cover;
}

.relative {
    position: relative;
}


.sp_drawer_menu_container {
    /* display: none; */
}


.bold {
    font-weight: bold;
}

.navigation_menu_container {
    border-radius: 10px;
    margin-right: 10px;
}


.x_scroll_table {
    /* 横スクロール */
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


/* 商品一覧 */

.lbl_price {
    color: #bf0000;
    /* font-size:1.3em; */
    font-weight: bold;
}

.img_box_container {
    /* max-width: 180px; */
    width: 100%;
    /* max-height: 10px; */
    height: 170px;
    background-color: #8f8c8c;
    display: flex;
    align-items: center;
    position: relative;

    /* margin: 10px 0; */
    /* text-align: center; */

}

.img_box {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_fit_contain {
    object-fit: contain;
}

.item_shop_target_container {
    position: absolute;
    /* background-color: #000; */
    color: #fff;
    /* padding: 5px 10px; */
    border-radius: 5%;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;

}

.item_shop_target_container img {
    width: 100%;
    height: auto;
}

.item_allow_status_container {
    position: absolute;
    /* background-color: #000; */
    color: #fff;
    /* padding: 5px 10px; */
    border-radius: 5%;
    bottom: 0px;
    right: 0px;
}

.lbl_not_publish {
    background-color: rgb(107, 107, 107);
    padding: 5px;
}

.lbl_allow {
    background-color: #6fa956;
    padding: 2px 2px;
    font-size: 0.8em;

}

.lbl_warning {
    color: #EF454A;
}

.lbl_deny {
    background-color: #ef4056;
}

.lbl_not_allow {
    background-color: #c20101;
    padding: 5px;
}

.lbl_new {
    color: #fff;
    background-color: #ef3a02;
    font-weight: bold;
    padding: 4px 7px;
}


.item_status_container {
    position: absolute;
    /* background-color: #000; */
    color: #fff;
    /* padding: 5px 10px; */
    border-radius: 5%;
    bottom: 30px;
    right: 0px;
}

.item_auction_container {
    position: absolute;
    bottom: 28px;
    left: 0px;
    background-color: #000;
    color: #fff;
    opacity: 0.8;
    padding: 2px 4px;
    font-size: 0.8em;
    border-radius: 10px;
}

.item_option_container {
    position: absolute;
    bottom: 28px;
    left: 0px;
    background-color: #000;
    color: #fff;
    opacity: 0.8;
    padding: 2px 4px;
    font-size: 0.8em;
    border-radius: 10px;
}

.item_sub_container {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #000;
    color: #fff;
    opacity: 0.8;
    padding: 2px 4px;
    font-size: 0.8em;
    border-radius: 10px;
    display:none;
}


.item_point_container {
    position: absolute;
    bottom: 28px;
    left: 0px;
    background-color: #000;
    opacity: 0.8;
    padding: 2px 4px;
    font-size: 0.9em;
    border-radius: 10px;
}


.item_price_container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.8;
    padding: 2px 4px;
    font-size: 0.9em;
    border-radius: 10px;
}

.item_condition_container {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #000;
    opacity: 0.8;
    padding: 2px 4px;
    font-size: 0.9em;
    border-radius: 10px;
}

.lbl_image_price,
.lbl_image_condition,
.lbl_image_point {
    color: #fff;
}
.lbl_discount_per {
    color: #ffb05b;
}



/*トグルボタン_toggle*/
.toggle-buttons {
    display: flex;
    flex-wrap: wrap;
    /*折り返し*/
}

.toggle-buttons>label {
    margin: 5px 5px 5px 0px;
}

.toggle-buttons.vertical {
    flex-direction: column;
}

.toggle-buttons label {
    display: flex;
    position: relative;
}

.toggle-buttons [type=radio],
.toggle-buttons [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    /* width: 100%; */
    height: 100%;
    margin: 0;
    padding: 0;
    /* background-color: #00b0f0; */
}

/* appearance: none; for IE11 */
_:-ms-lang(x)::-ms-backdrop,
.toggle-buttons [type=radio],
_:-ms-lang(x)::-ms-backdrop,
.toggle-buttons [type=checkbox] {
    visibility: hidden;
}

.toggle-buttons .button {
    z-index: 1;
}

.toggle-buttons.vertical .button {
    width: 100%;
}

.toggle-buttons :checked+.button {
    /* background-color: #65d1d6;
    border: none; */
    background-color: #65d1d6;
    border: 1px solid #65d1d6;
    color: #ffffff;
}

.toggle-buttons :disabled+.button {
    cursor: not-allowed;
    opacity: .6;
    color: #def;
}


label .button {
    display: inline-block;
    padding: .5em 1em;
    border-radius: 4px;
    text-align: center;
    color: #7c8b91;
    background-color: #fff;
    border: #7c8b91 1px solid;
    cursor: pointer;
}

label .button:hover {
    /*background-color: rgb(29, 124, 219);*/
}

label .button:disabled {
    cursor: not-allowed;
    opacity: .6;
    color: #def;
}


.top_bg_container {
    position: relative;

}

.top_bg_container::after {
    /* background-color: rgba(0,0,0,0.1); */
    background-color: #000;
    opacity: 0.5;
    /* background-color: #1877f2; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.top_bg_container_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    z-index: 1;
    min-width: 360px;
}

.c_sticky_top {
    position: sticky;
    top: 60px;
}

.xx_small_user_image_icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px #e6e6e6 solid;
}

.x_small_user_image_icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px #e6e6e6 solid;
}

.image_s {
    width: 64px;
    height: 64px;
}


.image_medium {
    width: 100px;
    height: 100px;
}


.image_large {
    width: 160px;
    height: 160px;
}

.image_fit {
    object-fit: cover;
}




/*amazon item container*/
.image_h_small {
    max-height: 120px !important;
}


.btn_amazon {
    display: inline-block;
    border: 1px solid #9c7e31;
    border-top: 1px solid #a88734;
    border-bottom: 1px solid #846a29;
    border-radius: 3px;
    background: linear-gradient(to bottom, #f7dea1, #f0c24d);
    box-shadow: 0 1px 0 #faecc8 inset;
    text-align: center;
    color: #111;
    line-height: 1;
    padding: 0.7em;
}

.btn_amazon:hover {
    background: linear-gradient(to bottom, #f5d689, #eeba35);
}

.amazon_item_container {
    /* border: #e4e1e1 1px solid; */
    padding: 10px;
    /* margin: 10px; */

    display: grid;
    grid-template-columns: 120px auto;
    grid-template-rows: auto auto auto auto;
}


.amazon_item_container .col_1 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    margin-bottom: 5px;
}

.amazon_item_container .col_2 {
    grid-row: 2 / 4;
    grid-column: 1 / 2;
    display: flex;
    justify-content: center;
    align-items: center;

}

.amazon_item_container .col_3 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    padding: 6px;
}

.amazon_item_container .col_3 div {
    margin-bottom: 2px;
    font-size: 0.9em;
}

.amazon_item_container .col_4 {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    padding: 10px 10px;
}

.amazon_item_container .col_1 .lbl_title {
    font-size: 1.0em;
    font-weight: bold;
}


.amazon_item_container .col_3 .lbl_price {
    color: #bf0000;
    font-size: 1.2em;
    font-weight: bold;
}

.amazon_item_container .col_3 .btn_amazon {
    color: #000000;
    text-decoration: none;
}

/*ここまで*/




.top_search_bar {
    display: flex;
    margin-bottom: 10px;
}



.top_search_bar_right {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    border: 1px solid #b7b7b7;
}

.top_search_text {
    border: none;
    height: 46px;
}


.btn_search {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.8rem 0.75rem;
    font-size: 16px;
    line-height: 14px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;


    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
}


.rank_icon_image {
    width: 34px;
}


.scroll_button_container {
    text-align: center;
    position: fixed;
    display: block;
    right: -200px;
    bottom: 0px;
    padding: 5px 10px;
    z-index: 1000;
    opacity: 0.8;
}



#scroll_top {
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #313131;
    color: #fff;
    font-size: 2.0em;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    text-decoration: none;
}


.top_content_container {
    /* height: 300px; */
}

.top_bg_container_box h1 {
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .top_bg_container_box h1 {
        font-size: 1.1rem;
    }
}








.drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.info_row.selected {
    background-color: #cbcbcb;
}

tr.odd {
    background-color: #e6edff;
}

tr.selected {
    background-color: #cbcbcb;
}

.container_victory {
    background-color: #ebf7f9;

}

.container_lost {
    background-color: #f9ebeb;
}


.container_option {
    background-color: #454545;
    position: fixed;
    bottom: 0;
    padding: 10px;
    /* left: 50%; */
    width: 100%;
    text-align: center;
    display: none;
    z-index: 6000;
}


.hidden {
    display: none;
}


@media (max-width: 992px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
        width: 100%;
        max-width: none;
    }
}

.btn-info {
    color: #ffffff;
}

.btn-black {
    background-color: #000000;
    color: white;
    border: #000000 1px solid;
}

.btn-white {
    background-color: #ffffff;
    color: #000000;
    border: #b9b9b9 1px solid;
}

.btn-white:hover {
    background-color: #e7e7e7;
}

.btn-radius {
    border-radius: 30px;
}

.btn-circle {
    border-radius: 100%;
}

.c_btn {
    background-color: #ffffff;
}

.c_btn:hover {
    background-color: #b4b4b4;
}

.c_btn_mute {
    border: #c8c8c8 1px solid;
    color: #227eff;
}

.c_btn_mute_release {
    border: #c8c8c8 1px solid;
    color: #ad0000;
}


.c_btn_heart {
    border: #c8c8c8 1px solid;
    color: #e91405;
}

.c_btn_heart_release {
    border: #c8c8c8 1px solid;
    color: #e91405;
}




















.message_container .message_box {
    margin-bottom: 20px;
}



/*吹き出し*/
.balloon_l,
.balloon_r {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    word-break: break-all;
    margin-bottom: 10px;
}

.balloon_r {
    justify-content: flex-end;
}

.faceicon img {
    border: #bababa 1px solid;
}

.balloon_r .faceicon {
    margin-left: 25px;
}

.balloon_l .faceicon {
    margin-right: 25px;
}

.balloon_r .faceicon {
    order: 2 !important;
}

.says {
    width: 100%;
}

.balloon_l .says {
    background: #dddddd;
}

.balloon_r .says {
    background: #c2f5a8;
}

.balloon_l .says:after {
    left: -26px;
    top:16px;
    border-right: 22px solid #dddddd;
}

.balloon_r .says:after {
    right: -26px;
    top:16px;
    border-left: 22px solid #c2f5a8;
}


.says {

    /* display: flex; */
    flex-wrap: wrap;
    position: relative;
    /* padding: 10px 13px 10px 18px; */
    padding: 10px 15px;
    border-radius: 12px;
    /* background: #c2f5a8; */
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    font-size: 0.8rem;
    /*   align-items: center; */
}

.says p {
    margin: 8px 0 0 !important;
}

.says p:first-child {
    margin-top: 0 !important;
}

.says:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    /*   margin-top:-3px;  */
}


.c_col {
    margin-bottom: 20px;
    display: flex;
    align-items: end;

}

.c_box {
    /* border: 1px solid #329fca; */
    border: 1px solid #bbbbbb;
    /* width: 300px;
    height: 300px; */
    width: 100%;
    height: 100%;
    min-height: 400px;


    /* display: flex;
    justify-content: space-between;
    flex-direction: column; */
}


.c_box_inner {}

.c_box_child {
    /* flex-grow: 1;
    height: 100%; */


}

.lbl_c_box {
    font-weight: bold;
    padding: 6px;
}

/* .row_eq_height {
    display: flex;
    flex-wrap: wrap;
}
 */


.manage_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.manage_table th:first-child {
    border-radius: 5px 0 0 0;
}

.manage_table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
}

.manage_table th {
    text-align: center;
    color: white;
    background: linear-gradient(#829ebc, #225588);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
    /* width: 25%; */
    padding: 2px 10px;
}

.manage_table td {
    /* text-align: center; */
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top: none;
    /* box-shadow: 0px -3px 5px 1px #eee inset; */
    /* width: 25%; */
    padding: 2px 10px;
}

.manage_table td:last-child {
    border-right: 1px solid #a8b7c5;
}

.manage_table tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

.manage_table tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}







/*
.heart-circle::before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #A8201A;
    color: #fff;
    font-weight: 700;
}

.heart-square::before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #A8201A;
    color: #fff;
    font-weight: 700;
} */

.c_button {
    cursor: pointer;
}

.c_button:hover {
    opacity: 0.8;
}

.message_text {
    white-space: pre-wrap;
}

.u-pre-wrap {
    white-space: pre-wrap;
}


.img_soldout {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    max-width: 200px;
    object-fit: cover;
}

.btn_normal {
    border: #dbdbdb 2px solid;
    font-weight: bold;
}


.list-group-item {
    padding: 0.3rem 1rem;
}

.c_box_container {

}

.c_box_container .box_title {
    font-weight: bold;
    padding: 6px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 1.4em;

}

.c_box_container .box_content {
    padding: 10px;
    border-radius: 0 0 10px 10px;
}


.box_blue .box_title {
    background-color: #1877f2;
    color:#fff;
}

.box_blue .box_content {
    background-color: #e8f2ff;
}


.box_orrange .box_title {
    background-color: #f79a43;
    color:#fff;
}

.box_orrange .box_content {
    background-color: #fef9de;
}


.box_green .box_title {
    background-color: #188038;
    color:#fff;
}
.box_green .box_content {
    background-color: #ebfaf0;
}


.item_cell_1 {
    height: 228px;
}

.item_comic_cell {
    height: 176px;
}

.comic_episord_row {
    height: 64px;
}
