body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: auto;
    padding-right: 0 !important;
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}

.chat-list li a {
    border-radius: 0px;
}

.step-no {
    height: 3rem;
    width: 3rem;
}

.learn-contents > h2 {
    margin: 0 0 0 0;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    padding: 30px 15px 30px 15px;
    margin-bottom: 20px;
    border-left: 8px solid #57c9eb;
    background-color: #f7f7f7;
}

.learn-contents h3 {
    border-bottom: 2px solid #1bb4d3;
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
    font-size: 18px;
}

.learn-contents > p {
    line-height: 2.2rem;
    font-size: 18px;
}

.learn-contents > p > br {
    /* display: block;
    content: "";
    margin: 20px 0; */
}

.learn-contents .orange-box {
    display: block;
    list-style: none;
    padding: 20px;
    line-height: 2.2em;
    background: #fff;
    outline: 1px solid #ff9c00;
    border-color: #e5e5e5;
}

.marker {
    background: linear-gradient(transparent 70%, #ff6 70%);
}

@media (min-width: 1200px) {
    .chat-leftsidebar {
        min-width: 360px;
    }
}

.custom-progess .progress-icon-right {
    position: absolute;
    top: -14px;
    right: 14px;
}
.custom-progess .progress-icon-right .avatar-title {
    background: #fff;
}

.message-list .list .col-mail-2 .help {
    right: 10px;
    /* width: 170px; */
    padding-left: 80px;
}
.message-list .list .col-mail-2 .subject,
.message-list .list .col-mail-2 .help {
    position: absolute;
    top: 0;
}

.mail-list .extlink {
    display: block;
    color: #7f838b;
    line-height: 24px;
    padding: 10px 18px;
}

.basic-text {
    font-family: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: 0px;
    color: #4f535c;
}

ul.basic-text {
    list-style-type: none;
    padding-left: 0;
}

.td-btn {
    width: 60px;
}

.chat-message-list {
    height: calc(100vh - 315px) !important;
}

#message_list_area {
    height: calc(100vh - 311px) !important;
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .time {
    /* チャットエリアの日付表示位置調整 */
    left: -73px;
}
.chat-conversation .conversation-list .conversation-name .time {
    /* チャットエリアの日付表示位置調整 */
    right: -73px;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    /* チャットエリアの吹き出し内テキスト寄せ */
    text-align: left;
}

#thread_list .active {
    background-color: #f5f6f8;
}

.chat-conversation .conversation-list .conversation-name .time {
    opacity: 1;
}

.user-profile-img .overlay-content {
    /* プロフィールのヘッダー背景 */
    background: rgba(59, 118, 225, 1);
}

.header-icon {
    color: #555b6d;
    font-size: 24px;
}
.header-icon:hover {
    color: #3b76e1;
    background-color: transparent;
}
.noti-icon i {
    font-size: 24px;
    color: #555b6d;
}
.header-profile-user:hover {
    border: 1px solid #e9ebed;
    background-color: #e9ebed;
}

.time-table td {
    /* プロフィール設定タイムテーブルTD */
    text-align: center;
    max-width: 2px;
    padding: 0;
}

.time-table.edit td {
    /* プロフィール設定タイムテーブルTD（編集用） */
    cursor: pointer;
}

.highlight {
    /* プロフィール設定タイムテーブルハイライト */
    background-color: #57c9eb !important;
    color: white;
}

.profile-edit-icon:hover {
    /* プロフィール編集アイコンホバー時処理 */
    opacity: 0.8;
}

.link-icon:hover {
    /* アイコンホバー時処理 */
    opacity: 0.8;
}

/* ユーザーアイコンの間隔 */
.avatar-group .avatar-group-item {
    margin-left: -2px;
}

/* タブのデフォルト枠線 */
.nav-tabs-custom .nav-item .nav-link {
    border: 1px solid #dcdcdc;
}

.overlay1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

/* トグルスイッチ */
.toggle {
    position: relative;
    width: 60px;
    height: 35px;
    /* margin: 40px 60px; */
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    margin: auto;
}
.toggle input[type="checkbox"] {
    display: none;
}
.toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #f45e55;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.toggle:after {
    content: "OFF";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    text-align: center;
    padding: 9px 0 0;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: #df4c43;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}
.toggle.checked:before {
    background: #24e89c;
}
.toggle.checked:after {
    content: "ON";
    left: 27px;
    box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
    color: #16d088;
    padding: 9px 0 0 1px;
}

.menu-link:hover {
    color: #3b76e1;
    background-color: transparent;
}

.room-message-count {
    position: absolute;
    top: 0px;
    right: -7px;
    height: 16px;
    width: 16px;
    color: #fff;
    line-height: 16px;
    font-weight: 500;
    font-size: 10px;
    box-shadow: 0 0 0 1px #fff;
    text-align: center;
}

.header-profile-user {
    border: none;
}

.feedback-message p {
    margin-bottom: 0;
}
