@font-face {
    font-family: 'Roboto';
    src: url('../../webfonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    src: url('../../webfonts/Roboto-Italic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    src: url('../../webfonts/Roboto-Thin.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-style: italic;
    src: url('../../webfonts/Roboto-ThinItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    src: url('../../webfonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: italic;
    src: url('../../webfonts/Roboto-LightItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: url('../../webfonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: italic;
    src: url('../../webfonts/Roboto-MediumItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    src: url('../../webfonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: italic;
    src: url('../../webfonts/Roboto-BoldItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    src: url('../../webfonts/Roboto-Black.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: italic;
    src: url('../../webfonts/Roboto-BlackItalic.ttf');
}
@font-face {
    font-family: 'NotoSans';
    src: url('../../webfonts/NotoSansJP-Regular.ttf');
}
@font-face {
    font-family: 'NotoSans';
    font-weight: 100;
    src: url('../../webfonts/NotoSansJP-Thin.ttf');
}
@font-face {
    font-family: 'NotoSans';
    font-weight: 200;
    src: url('../../webfonts/NotoSansJP-ExtraLight.ttf');
}
@font-face {
    font-family: 'NotoSans';
    font-weight: 300;
    src: url('../../webfonts/NotoSansJP-Light.ttf');
}
@font-face {
    font-family: 'NotoSans';
    font-weight: 500;
    src: url('../../webfonts/NotoSansJP-Medium.ttf');
}
@font-face {
    font-family: 'NotoSans';
    font-weight: 600;
    src: url('../../webfonts/NotoSansJP-SemiBold.ttf');
}
@font-face {
    font-family: 'NotoSans';
    font-weight: 700;
    src: url('../../webfonts/NotoSansJP-Bold.ttf');
}
@font-face {
    font-family: 'NotoSans';
    font-weight: 800;
    src: url('../../webfonts/NotoSansJP-ExtraBold.ttf');
}
@font-face {
    font-family: 'NotoSans';
    font-weight: 900;
    src: url('../../webfonts/NotoSansJP-Black.ttf');
}

body {
    font-family: 'Roboto', 'NotoSans';
    font-size: 1rem;
}

.daiwa-body input:focus,
.daiwa-body select:focus,
.daiwa-body textarea:focus,
.daiwa-body button:focus {
    position: relative;
    z-index: 3;
}

.daiwa-body .form-group {
    margin-bottom: 10px;
}

.daiwa-body .bg-dark {
    --bs-bg-opacity: 0.6;
}

.daiwa-body .hide {
    display: none !important;
}

.loading .loading-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: #fff;
    opacity: 0.5;
}

.loading img {
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    z-index: 10000000000;
}

.modal-message .message-title {
    margin-bottom: 10px;
}

.modal-message .message-content {
    margin-bottom: 10px;
}

.modal-message .modal-footer {
    padding-bottom: 0px;
}

.modal-message .modal-footer .btn-action {
    border: none;
    background-color: transparent;
    font-weight: bold;
    margin: 0px 10px;
}

.modal-message .modal-footer .btn-action.btn-ok {
    color: #0d6efd;
}

.modal-message .modal-footer .btn-action.btn-ok:hover {
    color: #0b5ed7;
}

.modal-message .modal-footer .btn-action.btn-cancel {
    color: #dc3545;
}

.modal-message .modal-footer .btn-action.btn-cancel:hover {
    color: #bb2d3b;
}

.have-error {
    position: relative;
}

.have-error .item-error {
    border-color: #dc3545 !important;
}

.have-error .msg-err {
    color: #dc3545 !important;
    margin-bottom: 0px;
}

.have-error .custom-error.tooltip.show {
    opacity: 1 !important;
}

.have-error .custom-error.tooltip.bs-tooltip-top {
    opacity: 1 !important;
    transform: translate(0px, -100%) !important;
}

.have-error .custom-error.tooltip.bs-tooltip-bottom {
    opacity: 1 !important;
    transform: translate(0px, 100%) !important;
}

.have-error .custom-error.tooltip.bs-tooltip-top .tooltip-arrow {
    left: 10px !important;
    transform: unset !important;
    right: unset !important;
}

.have-error .custom-error.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #dc3545;
}

.have-error .custom-error.tooltip.bs-tooltip-bottom .tooltip-arrow {
    left: 10px !important;
    transform: unset;
    right: unset !important;
}

.have-error .custom-error.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #dc3545;
}

.have-error .custom-error.tooltip .tooltip-inner {
    max-width: unset;
    color: #dc3545;
    background-color: #fff;
    border: solid 1px #dc3545;
    font-size: 12px;
    padding: 2px 5px 3px 5px;
}

