/*
 * メインボタン
 */
.btn-caresweet {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
}

.btn-caresweet:hover {
    color: #ffffff;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-caresweet:focus, .btn-caresweet.focus {
    color: #ffffff;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: none, 0 0 0 0 rgba(221, 171, 15, 0.5);
}

.btn-caresweet.disabled, .btn-caresweet:disabled {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
}

/*
 * ログイン画面のカード
 */
.card-caresweet.card-outline {
    border-top: 3px solid #ffc107;
    padding-top: 8px;
}

.card-caresweet-decorate {
    border-left: 3px solid rgb(85, 136, 202);
}

.radio-success {
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
    border-radius: 50%;
    border: 1px solid #ddd;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color: white;
    margin-left: 10px;
}

.radio-success:checked {
    border: none;
    background-color: var(--success);
}

.symbols--title {
    font-size: 50px;
    max-height: 38px;
    text-align: center;
    justify-content: center;
    line-height: 38px;
}

.table-responsive {
    max-height: 400px;
    max-width: 100%;
}

.cart-header__left {
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 31px;
}

.d-inherit {
    display: inherit !important;
}

.col-sm-2--custom {
    width: 20%;
}

.col-sm-6--custom {
    width: 60%;
}

.facility-item {
    background-color: aqua;
    margin:0px 5px;
    border-radius: 15px;
    padding: 0px 10px
}

.alert {
    padding: 0.25rem 0.75rem;
}

.custom-control-input-green:focus~.custom-control-label::before {
    border-color: #ccba17 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.custom-control-input-green:checked~.custom-control-label::before {
    border-color: #14db14 !important;
    background-color: #14db14 !important;
}

.custom-control-input-green:focus:not(:checked)~.custom-control-label::before {
    border-color: #5bd778 !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
    background-color: #d6f5dd !important;
    border-color: #d6f5dd !important;
}

.label-required:after{
    content:'*';
    color:red;
    padding-left:5px;
}
.select2-container--default .select2-selection--single {
    height: 38px !important;
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}
