* {
    font-family: "メイリオ", sans-serif;
}

.logo {
    height: 40px;
    width: 65px;
    border-bottom-width: 45px;
    padding-bottom: 5px;
    margin-top: -6px;
}

.container {
    padding-top: 100px;
}

.container-small, .container-large {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container-small {
        width: 300px;
    }

    .container-large {
        width: 970px;
    }
}

@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }

    .container-large {
        width: 1170px;
    }
}

@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }

    .container-large {
        width: 99%;
    }
}

.row {
    margin-top: 15px;
}

ul {
    list-style: none;
    padding-left: 0px;
}

:root {
    --base-color: rgb(3, 16, 80);
    --base-color-text: rgb(255, 255, 255);
    --accent-color: rgb(129, 57, 41);
}

.base-color {
    background-color: var(--base-color);
    color: var(--base-color-text) !important;
}

.accent-color {
    background-color: var(--accent-color);
}

.base-color-text {
    color: var(--base-color-text) !important;
}

.accent-color-text {
    color: var(--accent-color) !important;
}

.hide{
    display: none;
}

.error{
    color: #d9534f;
}

.text-dark {
    color: #000000 !important;
    padding-right: 5px !important; /*YNS-1224*/
    padding-left: 5px !important; /*YNS-1224*/
}

.attendance__bot-cont {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    width: 100%;
}

.attendance__bot-cont button {
    padding: 2px 15px;
    margin-right: 10px;
}

/*********************************************
* lodding系
*/

/** 背景*/
.loading, .loading_therapist{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,.5);
    z-index: 2000;/** bootstrapのnavより高く*/
}
/** 丸*/
.loading::after, .loading_therapist::after{
    content:"";
    display:block;
    position:fixed;
    left:50%;
    top:50%;
    width:64px;
    height:64px;
    border-radius:40px;
    margin-top:-20px;
    margin-left:-20px;
    border:8px solid #60ABB9;
    border-right:8px solid white;
    animation: rotate 0.7s infinite linear;
}
/** keyframe*/
@keyframes rotate {
    0%    { transform: rotate(0deg); }
    100%  { transform: rotate(360deg); }
}
.reload {
    padding: 12px 20px 0px 0px;
    cursor: pointer;
    color: mintcream;
}

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

.hide-load {
    display: none;
}

.rrk-dialog-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.35);
    pointer-events: auto;
}
#rrk-dialog-container, #rrk-toast-container {
    position: fixed;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.rrk-dialog-overlay,
#rrk-toast-container {
    z-index: 9999;
}
#rrk-dialog-container {
    z-index: 10000;
}
.rrk-dialog {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.13em;
    font-weight: 500;
    box-shadow: 1px 1px 24px 0px #00000033;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    border-radius: 8px;
    background: #fff;
    color: #222;
    border: none;
    letter-spacing: 0.5px;
    padding: 20px 20px 0 20px;
    min-height: 0;
    position: relative;
    pointer-events: auto;
    max-width: 30vw;
    max-width: 60vw;
    width: auto;
}
.rrk-dialog-message {
    padding: 5px 10px 20px 10px;
    text-align: center;
    min-height: 0;
    font-size: 1.08em;
    transition: min-height 0.5s, padding 0.5s;
}
.rrk-dialog-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
    margin: 0;
    width: 100%;
    border-top: 1px solid #d1d5db;
    padding: 16px 40px 16px 30px;
    box-sizing: border-box;
}
.rrk-dialog-buttons-center {    /** YNS-2646*/
    justify-content: center !important;
}
.rrk-dialog-popup-btn,
.rrk-dialog-popup-btn.rrk-dialog-confirm-yes,
.rrk-dialog-popup-btn.rrk-dialog-alert-ok {
    background: #003366;
    color: #fff;
    border-radius: 80px;
    border: none;
    font-size: 0.95em;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    cursor: pointer;
    padding: 6px 32px;
    transition: background 0.2s, color 0.2s;
}
.rrk-dialog-popup-btn:hover,
.rrk-dialog-popup-btn.rrk-dialog-confirm-yes:hover,
.rrk-dialog-popup-btn.rrk-dialog-alert-ok:hover {
    background: #004A94;
    color: #fff;
}
.rrk-dialog-popup-btn.rrk-dialog-confirm-no,
.rrk-dialog-popup-btn.rrk-dialog-confirm-cancel {
    background: none;
    color: #003366;
    border: none;
    border-radius: 0;
    font-size: 0.95em;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    cursor: pointer;
    padding: 6px 10px;
    text-decoration: underline;
    transition: color 0.2s;
}

.bgnone {
    background: none !important;
    color: #003366 !important;
    text-decoration: underline;
}
.rrk-dialog.show {
    display: flex !important;
    opacity: 1;
    transform: translateY(0);
}
.rrk-dialog.show .rrk-dialog-message {
    min-height: 30px;
}
/* YNS-1683 start */
.rrk-tooltip {
    font-size: 13px;
    line-height: 1.5;
    pointer-events: none;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #888;
    padding: 8px;
    max-width: 400px;
    white-space: pre-line;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
/* YNS-1683 end */
