@charset "utf-8";
body {
    padding-top: 65px;
}

header {
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 10px;
    z-index: 10;
    text-align: left;
}

header img{
    /* width: 280px; */
    /* height: 70px; */
    max-height: 50px;
    object-fit: cover;
    pointer-events: none;
    -webkit-touch-callout:none;
    -moz-touch-callout:none;
    touch-callout:none;
    user-select:none;
}

.bg-header {
    border-bottom: 5px solid;
    border-bottom-color:#2E75B6;
    background-color: #fff;
}

.app-footer {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    text-align: center;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 0 !important;
    z-index: 1000;
    padding: 1em 0;
    position: absolute;
    width: 100%;
}

.foot-list {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot-item+.foot-item {
    padding-left: 1rem;
}

.foot-item+.foot-item::before {
    display: inline-block;
    padding-right: 1rem;
    color: #73818f;
    content: "|";
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-md-25 {
    width: 100%;
}

.w-md-50 {
    width: 100%;
}

.c-callout {
    position: relative;
    padding: 0 1rem;
    margin: 1rem 0;
    border-radius: 0.25rem;
}

html:not([dir="rtl"]) .c-callout {
    border-left: 4px solid #d8dbe0;
}

html:not([dir="rtl"]) .c-callout-info {
    border-left-color: #39f;
}

html:not([dir="rtl"]) .c-callout-danger {
    border-left-color: #e55353;
}

ul {
    padding-left: 1.5rem;
}

.list-style-circle {
    list-style-type: circle;
}

.form-control {
    color: #000000 !important;
}

.btn-tig-color {
    color: #fff;
    background-image: var(--bs-gradient);
    background-color: #027E9B;
    border-color: #027E9B;
}

.front-label {
    background-color: #f2f2f2;
}

body {
    background-color: #fff!important;
}

.border-default {
    border-color: #41719C!important;
}

.border-important {
    border-color: #ff0000!important;
}

@media (min-width: 576px) {
    .w-md-25 {
        width: 70%;
    }
    .w-md-50 {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 40%;
    }
    .w-md-50 {
        width: 60%;
    }
    .app-body {
        margin: 0 auto;
    }
}

@media (min-width: 962px) {
    .w-md-25 {
        width: 25%;
    }
    .w-md-50 {
        width: 50%;
    }
    .app-body {
        margin: 0 auto;
    }
}

.important-msg {
    color: #ff0000;
}

.card-size {
    max-width: 19%!important;
}

.text-emphasis {
    font-size: 1.2rem;
}


.label-emphasis {
    padding-top: 0.7rem;
}
.disp_flex {
    display: flex;
}
.h7 {
    font-size: 0.8rem;
}
.card-no-title {
    white-space: nowrap!important;
}
.card-no-input {
    padding-right: unset!important;
}
.tel {
    display:none;
}

@media (max-width:300px) {
    .col-rp {
        margin-top: 0.3rem;
        flex: 0 0 auto;
        width: 100%;
    }
    .col-rp-half {
        flex: 0 0 auto;
        width: 50%;
    }
}

.attention_msg {
    width: 100%;
    height: 200px;
    font-size: 9px;
}