:root {
    --primary: #3ba974;
    --on-primary: #359768;
    --secondary: #eaf7e3;
    --danger: #e53510;
    --on-danger: #cd2f0e;
    --danger-surface: #fef3f1;
    --text: #0d261a;
    --text-sub: #435147;
    --background: #fbfefd;
}

body {
    font-size: 16px;
    color: var(--text);
}

input,
select,
textarea {
    border-radius: 3px !important;
    border: 1px solid #cfded9 !important;
    padding-left: 4px !important;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    border-color: rgba(8, 18, 26, 0.586) !important;
    box-shadow: 0 0 0 3px rgba(0, 145, 255, 0.274) !important;
}

input:focus-visible,
textarea:focus-visible {
    outline: none !important;
}

li {
    list-style: none;
}

.forms hr {
    height: 1px;
    background-color: #e2f2ec;
    border: none;
    color: #e2f2ec;
    margin-top: 16px;
    margin-bottom: 16px;
}

.form-control {
    font-size: 16px;
}

.form-control[disabled],
fieldset[disabled] .form-control,
input[readonly] {
    background: transparent;
    border: none !important;
    appearance: none;
    cursor: default;
    user-select: text;
}

.modal-dialog {
    top: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    left: 50%;
}

.modal_branch_edit .modal-dialog {
    top: 0;
    transform: none !important;
    margin: 88px auto;
    left: 0;
}

.modal-content {
    min-width: 600px;
}

.modal-header {
    padding: 32px 20px 20px 20px;
    border-bottom: 1px solid #e2f2ec;
}

.modal-header .close {
    position: absolute;
    right: 16px;
    top: 8px;
}

.modal-title {
    word-break: break-all;
}

.modal-body {
    word-break: break-all;
}

.modal-content {
    border-radius: 4px;
}

.modal_close {
    margin-right: 8px;
}

.skin-blue .main-header .logo:hover {
    background-color: transparent;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: var(--background) !important;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 22px;
    position: static;
}

.heading_second_column {
    display: inline-block;
    padding-right: 8px;
}

.data_table_actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data_table_action_right {
    display: flex;
    align-items: center;
}

.call_history_button,
.csv_download_button {
    background: transparent !important;
    font-size: 15px !important;
    color: var(--text-sub) !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
}

.call_history_button:hover,
.csv_download_button:hover {
    color: #1a824c !important;
    cursor: pointer;
}

.top_actions_bar {
    display: flex;
    align-items: center;
}

.top_actions_bar a,
.top_actions_bar div,
.top_actions_bar button {
    margin-right: 12px;
}

.check_count_message {
    display: none;
    border-right: 1px solid #e2f2ec;
    padding: 10px 12px 10px 0;
}

.top_actions_bar .delete_button {
    display: none;
}

.top_actions_bar select {
    height: 28px;
}

.top_actions_bar label {
    margin-bottom: 0;
    word-break: keep-all;
}

.group_filter {
    margin-right: 12px;
    width: 320px;
}

.table a {
    color: var(--text);
}

.content-wrapper {
    background: white;
}

/* .content-wrapper.analysis {
    background: #f8faf9;
} */

.content-wrapper.analysis .content {
    background: white;
    padding: 8px 22px 0;
    margin: 0 22px 32px;
    border: 1px solid #e2f2ec;
    border-radius: 3px;
    min-height: 80px;
}

.content {
    padding: 0 22px;
    /* position: relative !important; */
}

.btn {
    display: inline-block;
    border-radius: 8px !important;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s, opacity 0.3s;
}

.btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #257be4;
}

.btn_md {
    font-size: 16px;
    padding: 8px 12px;
}

.btn_sm {
    font-size: 15px;
    padding: 4px 10px;
}

.btn_primary {
    background: var(--primary);
    border-color: var(--primary) !important;
    color: white;
}

.btn_outline_primary {
    background: transparent;
    outline: 1px solid var(--primary);
    color: var(--primary);
    border: none !important;
    line-height: normal;
}

#manual-playback-btn,
#playbackBtn {
    background: transparent;
    outline: 1px solid var(--primary);
    color: var(--primary);
    border: none !important;
    line-height: normal;
}

#manual-stop-btn,
#stopBtn {
    background: transparent;
    outline: 1px solid var(--danger);
    color: var(--danger);
    border: none !important;
    line-height: normal;
}

.btn_danger {
    background: var(--danger);
    color: white;
    border: 1px solid var(--danger);
}

.btn_outline_text {
    background: transparent;
    border: 1px solid var(--text);
    color: var(--text);
}

.btn_transparent {
    background: transparent;
    color: var(--text-sub);
}

.icon_button {
    background: transparent;
    color: #c9d9ca;
    border: none;
    transition: color 0.3s;
}

.badge {
    border-radius: 99px !important;
    padding: 6px 8px !important;
    display: inline-block !important;
}

.badge_completed {
    background: #f1f5f0 !important;
    color: var(--text-sub) !important;
    font-weight: normal !important;
    border: 1px sollid var(--text-sub);
}

.task_call_start {
    border: 1px solid #1a824c;
    color: #1a824c;
}

.btn_text {
    background: transparent;
    color: var(--text-sub);
}

.task_call_start:hover,
.task_call_start:focus {
    background: #f6fdfa;
    color: #1a824c;
}

.btn_primary:hover,
.btn_primary:focus {
    background: var(--on-primary);
    border-color: var(--on-primary) !important;
    color: white;
}

.btn_danger:hover,
.btn_danger:focus {
    background: var(--on-danger);
    border-color: var(--on-danger) !important;
    color: white;
}

#manual-playback-btn:hover,
#manual-playback-btn:focus,
#playbackBtn:hover,
#playbackBtn:focus {
    background: #f6fdfa;
    outline: 1px solid var(--primary);
    color: var(--primary);
}

#manual-stop-btn:hover,
#manual-stop-btn:focus,
#stopBtn:hover,
#stopBtn:focus {
    background: var(--danger-surface);
    outline: 1px solid var(--danger);
    color: var(--danger);
}

.btn_outline_primary:hover,
.btn_outline_primary:focus {
    background: #f6fdfa;
    outline: 1px solid var(--primary);
    color: var(--primary);
}

.btn_outline_text.trash:hover,
.btn_outline_text.trash:focus {
    color: var(--danger);
    border: 1px solid var(--danger);
}

.btn_transparent:hover,
.btn_transparent:focus {
    background: #f3f5f1;
    color: var(--text-sub);
}

.icon_button:hover,
.icon_button:focus {
    color: var(--danger);
}

.box-footer {
    border-top: 1px solid #e2f2ec;
    padding: 32px 0 0 !important;
}

.testcall {
    color: #4484d9;
}

.testcall:hover,
.testcall:focus-visible {
    color: hsl(214, 66%, 36%);
    text-decoration: underline;
}

i.fa {
    padding-right: 4px;
}

.end_call {
    transform-origin: 32% 50%;
    transform: rotate(135deg);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: var(--secondary);
    color: var(--primary);
    border-color: #e2f2ec;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    border-color: #e2f2ec;
}

.actionable_checkbox_wrap {
    text-align: center;
    width: 16px;
}

.actionable_checkbox_wrap input[type="checkbox"],
.actionable_checkbox_wrap input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 16px;
    vertical-align: -0.8rem;
    transition: all 0.15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0.4rem;
    outline: none;
    border-radius: 10%;
}

.actionable_checkbox_wrap input[type="checkbox"]:before,
.actionable_checkbox_wrap input[type="checkbox"]:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.actionable_checkbox_wrap input[type="checkbox"]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.actionable_checkbox_wrap input[type="checkbox"]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    /* transition-delay: .2s; */
}

.actionable_checkbox_wrap input[type="checkbox"]:checked:before {
    left: 0px;
    top: 9px;
    width: 6px;
    height: 2px;
}

.actionable_checkbox_wrap input[type="checkbox"]:checked:after {
    right: 4px;
    bottom: 0px;
    width: 2px;
    height: 14px;
}

.actionable_checkbox_wrap input[type="checkbox"]:indeterminate:before,
.actionable_checkbox_wrap input[type="checkbox"]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.actionable_checkbox_wrap input[type="checkbox"]:indeterminate:before {
    left: 1px;
    top: 7px;
}

.actionable_checkbox_wrap input[type="checkbox"]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}

.actionable_checkbox_wrap input[type="checkbox"].actionable_checkbox,
.actionable_checkbox_wrap input[type="radio"].actionable_checkbox {
    border: 1px solid #afc0b4;
    outline: none;
}

.actionable_checkbox_wrap input[type="checkbox"].actionable_checkbox:checked,
.actionable_checkbox_wrap
    input[type="checkbox"].actionable_checkbox:indeterminate,
.actionable_checkbox_wrap
    input[type="radio"].actionable_checkbox:checked:before {
    background: var(--primary);
    outline: none;
    border: 1px solid var(--primary);
}

.spacer_x {
    /* margin-right: 12px; */
    border-left: 2px solid #e2f2ec;
    height: 22px;
}

.fav_on {
    color: #ffae3b;
    text-shadow: 0 0 1px black;
}

.fav_off {
    color: #c9d9ca;
}

.additional_message {
    background: #f1f5f0 !important;
    color: var(--text-sub) !important;
    padding: 8px 8px;
    margin-bottom: 16px;
    border-radius: 3px;
}

.dashboard_table_wrap label {
    word-break: keep-all;
    color: var(--text);
}

.daterangepicker {
    z-index: 1000 !important;
}

/* .cdr_filter_wrap label {
    word-break: keep-all;
    color: var(--text);
} */

/* .cdr_filter_wrap {
    display: flex;
    margin-top: 16px;
} */

/* .cdr_filter_wrap .filter {
    width: 100%;
} */

.display_flex {
    display: flex;
}

/* -------------------------
サイドバー
------------------------- */
.skin-blue .sidebar-menu > li > .treeview-menu {
    background: #f3f4f3;
    border-radius: 4px;
    padding: 8px 0;
    overflow: hidden;
    margin: 0 0 8px 12px;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
    color: var(--text);
    font-size: 15px;
    padding-left: 12px;
}

/* -------------------------
テーブル
------------------------- */
.dataTables_filter label {
    padding: 12px 0;
    display: inline-block;
    position: relative;
}

.dataTables_filter label::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f002";
    color: #67746e;
}

input[type="search"] {
    margin-left: 0 !important;
    border-radius: 3px;
    border: 1px solid #e2f2ec;
    padding-left: 28px !important;
    font-size: 14px;
}

input::placeholder {
    color: #bac1bc !important;
}

.table {
    width: 100% !important;
    overflow: hidden;
}

.edit_icon {
    padding-left: 4px;
}

.call_list_detail_table th {
    min-width: 160px;
}

.table tr td {
    vertical-align: middle !important;
    word-break: break-all;
}

.actions_wrap {
    padding-left: 0 !important;
}

.actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    margin-right: auto;
    padding: 8px 0 8px 0 !important;
}

.table > thead > tr > th {
    border-bottom: none !important;
    color: var(--text-sub);
    font-weight: normal;
    word-break: keep-all;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f6fcf3;
}

.dataTables_scrollHead {
    border: 1px solid #e2f2ec !important;
    border-radius: 3px 3px 0 0 !important;
    background: white;
}

.dataTables_scrollBody {
    border: 1px solid #e2f2ec !important;
    border-radius: 0 0 3px 3px !important;
    background: white;
    margin-top: -1px;
    /* overflow: hidden !important; */
    overflow: auto !important;
    position: static !important;
}

.call_list_detail_table_wrap .dataTables_scrollBody {
    overflow: auto !important;
}

/* 余分な<thead>を非表示 */
.dataTables_scrollBody thead tr[role="row"] {
    visibility: collapse !important;
}

.dataTables_info {
    padding-top: 22px !important;
}

.dataTables_paginate.paging_simple_numbers {
    margin-top: -28px !important;
}

.checkbox_column {
    min-width: 16px !important;
}

.favorite_column {
    /* min-width: 16px !important; */
}

.id_column {
    min-width: 44px !important;
}

.progress_count {
    min-width: 52px !important;
}

.task_name_column {
    min-width: 200px !important;
}

.call_list_column {
    min-width: 200px !important;
}

.tel_name_column {
    min-width: 88px !important;
}

.start_date_column {
    min-width: 128px !important;
}

.actions_column {
    min-width: 260px !important;
}

.table.question_replace thead,
.table.question_match thead {
    background: #f1f5f0;
}

.table.question_replace th,
.table.question_match th {
    border-radius: 3px 3px 0 0;
}

.table.question_replace tbody tr td,
.table.question_match tbody tr td {
    border-bottom: 1px solid #e2f2ec !important;
    color: var(--text);
    vertical-align: middle;
}

.table.question_replace tbody tr td select[disabled],
.table.question_match tbody tr td select[disabled] {
    background: transparent;
    border: none !important;
    appearance: none;
    cursor: default;
    user-select: text;
}

.schedule_table td {
    vertical-align: middle !important;
}

.schedule_table tr:hover td:not(.actions_wrap):not(.dataTables_empty) {
    color: var(--primary);
    cursor: pointer;
}

.dataTables_empty {
    height: 200px;
    background: #f0f5f3;
    border-radius: 0 0 3px 3px;
    vertical-align: middle !important;
}

.fraction {
    display: inline-block;
    text-align: center;
}

.fraction .numerator {
    display: block;
    line-height: 24px;
    padding: 0;
}

.fraction .denominator {
    display: block;
    line-height: 24px;
    padding: 0;
    border-top: 1px solid;
}

/* -------------------------
ドロップダウンコンポーネント
------------------------- */
.dropdown_wrap {
    height: 44px;
    width: 44px;
}

.dropdown {
    position: static;
    height: 100%;
}

.dropdown > i {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop_button {
    color: #728797;
    font-size: 24px;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    text-align: center;
}

.dropdown_content {
    padding: 8px 0;
    position: absolute;
    background-color: white;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1);
    transform: scale3d(0.0001, 0.0001, 1);
    will-change: transform;
    transform-origin: top right;
    border-radius: 3px;
    right: 36px;
}

.dropdown_content button,
.dropdown_content a {
    color: #67746e;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 100%;
    border-radius: 0%;
}

.drop_button:hover {
    color: var(--primary);
}

.dropdown button:not(.del):hover,
.dropdown a:hover {
    background-color: var(--secondary);
    color: var(--primary);
    border-radius: 0 !important;
}

.dropdown button.del:hover,
.dropdown a.del:hover {
    background-color: var(--danger-surface);
    color: var(--danger);
    border-radius: 0 !important;
}

.schedule_table button.del:hover i {
    color: var(--danger);
}

.dropdown_content button i,
.dropdown_content a i {
    padding-right: 8px;
}

.show {
    display: block;
    transform: scaleX(1);
}

.task_call_start,
.task_call_stop {
    padding: 4px 10px;
    border-radius: 8px;
    background: white;
    cursor: pointer;
}

.task_call_stop {
    color: white;
    background: #f0413d;
    border: 1px solid #f0413d;
}

/* -------------------------
ナビゲーショントグル
------------------------- */
.navigation_toggle {
    left: 230px;
    position: fixed;
    z-index: 1;
    bottom: 8%;
    transition: left 0.3s ease-in-out;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > span {
    border-radius: 3px;
    margin-left: 0;
    background: var(--secondary);
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
    .sidebar-menu
    > li:hover
    > .treeview-menu {
    background: var(--secondary);
    margin-left: 0;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > span:not(.pull-right-container):before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid var(--secondary);
}

.sidebar-collapse .sidebar-menu li > a > .fa-angle-left,
.sidebar-collapse
    .sidebar-menu
    li
    > a
    > .pull-right-container
    > .fa-angle-left {
    display: none;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar {
        padding: 32px 0;
    }
}

/* -------------------------
ナビゲーション
------------------------- */
.main-sidebar {
    background-color: white !important;
    border-right: 1px solid #e2f2ec;
}

.skin-blue .sidebar-menu > li:not(.treeview):hover > a,
.skin-blue .sidebar-menu > li:not(.treeview).active > a {
    color: var(--primary) !important;
    background: var(--secondary) !important;
    border-radius: 4px;
    font-weight: 500;
}

.skin-blue .sidebar-menu > li.treeview:hover > a,
.skin-blue .sidebar-menu > li.treeview.active > a {
    background: var(--background) !important;
    color: (var(--text));
}

.skin-blue .sidebar-menu > li.menu-open > a {
    background: var(--background) !important;
    color: var(--text) !important;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: var(--primary);
}

.skin-blue .sidebar-menu > li > a {
    border-left: none !important;
}

.skin-blue .sidebar a {
    color: var(--text);
}

.skin-blue .main-header .logo {
    background-color: transparent;
}

.sidebar {
    padding: 32px 12px;
}

.logo {
    padding: 0 12px 0 24px !important;
    margin: 13px 0;
    text-align: left !important;
}

.sidebar-collapse.skin-blue .sidebar-menu li:hover > a,
.sidebar-collapse.skin-blue .sidebar-menu li.active > a {
    color: var(--primary) !important;
    background: none !important;
}

.sidebar-collapse.skin-blue .sidebar-menu li > a > span {
    width: 220px !important;
}

/* -------------------------
ドロワー
------------------------- */
.sheet_container {
    width: 90%;
    max-width: 800px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: white;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 	閉じる */
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
    contain: paint;
    z-index: 1000;
    display: flex;
}

.schedule_call_block {
    width: 50%;
    padding: 28px 16px;
    border-right: 1px solid #e2f2ec;
    overflow-y: scroll;
}

.schedule_call_input_block {
    width: 50%;
    padding: 28px 16px;
    overflow-y: scroll;
}

.schedule_call_input_block h2 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 22px;
    text-align: center;
}

.sheet_container hr {
    margin: 0 -16px 22px;
}

.sheet_container .data_table_actions_top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 8px;
}

.sheet_container .data_table_actions_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    flex-wrap: wrap;
}

.sheet_container .dataTables_info {
    padding-top: 0 !important;
}

.sheet_container .dataTables_info,
.sheet_container .data_table_action_right {
    padding-bottom: 22px !important;
}

.sheet_container .dataTables_paginate {
    margin: 0 !important;
}

.sheet_container .pagination {
    padding: 0;
}

.sheet_container .data_table_actions {
    flex-wrap: wrap;
}

.sheet_container li a {
    padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    transition: color 0.1s;
}

.backdrop {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

/* 開く */
/* #container:focus-within .sheet_container {
  transform: none;
} */

.schedule_call_block h2 {
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding-bottom: 28px;
}

.schedule_call_block .actions_wrap {
    text-align: center;
}

.schedule_call_block .task_name_wrap {
    color: var(--text-sub);
    padding-bottom: 12px;
    display: flex;
}

.schedule_call_block .task_name {
    min-width: 72px;
}

.schedule_register_button_wrap {
    text-align: right;
    margin-top: 8px;
}

.sheet_close {
    position: absolute;
    top: 22px;
    left: 18px;
    border: none;
    background: transparent;
    font-size: 24px;
    color: var(--text-sub);
    cursor: pointer;
}

.sheet_close:hover {
    color: #15181b;
}

/* -------------------------
ボタンタブコンポーネント
------------------------- */
.tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    border: 1px solid #e2ebf2;
    padding: 0;
    border-radius: 99px;
    width: 320px;
    margin: 0 auto 16px;
}

.tabs * {
    z-index: 2;
}

.csv_input_tab,
.manual_input_tab {
    display: none;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 200px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    margin: 0;
}

.csv_input_tab:checked + label,
.manual_input_tab:checked + label {
    color: var(--primary);
}

.manual_input_tab:checked ~ .glider {
    transform: translateX(0);
}

.csv_input_tab:checked ~ .glider {
    transform: translateX(100%);
}

.glider {
    position: absolute;
    display: flex;
    height: 32px;
    width: 160px;
    background-color: var(--secondary);
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}

.tab_content[data-tab="csv-input-content"] {
    display: none;
}

.input_group {
    padding-bottom: 16px;
}

/* -------------------------
リンクタブコンポーネント
------------------------- */
.link_tabs_wrap {
    border-bottom: 1px solid #e2f2ec;
    margin: 0 -22px;
    padding: 0 22px;
    position: relative;
}

.link_tabs_wrap ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
}

.link_tabs_wrap ul li {
    display: block;
}

.link_tabs_wrap ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-sub);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top;
}

.link_tabs_wrap ul li.active a {
    border-bottom: 2px solid var(--primary);
    color: var(--text);
}

.refresh_icon_button {
    position: absolute;
    right: 32px;
    top: 8px;
    background: none;
    border: none;
    color: var(--text-sub);
}

/* -------------------------
フォーム
------------------------- */
.box-title {
    margin-bottom: 22px;
    font-size: 20px;
}

label {
    display: block;
    margin-bottom: 2px;
    color: var(--text-sub);
    font-weight: normal;
    font-size: 15px;
}

.schedule_call_input_block input,
.schedule_call_input_block select {
    width: 100%;
    height: 34px;
}

.forms {
    display: flex;
    margin-bottom: 44px;
    max-width: 1368px;
}

.form_first_column,
.form_second_column {
    width: 50%;
}

.form_first_column {
    margin-right: 8px;
}

.form_second_column {
    margin-left: 8px;
}

.form_first_block,
.form_second_block,
.form_third_block {
    padding: 4px 22px 22px;
    background: white;
    border: 1px solid #e2f2ec;
    border-radius: 3px;
    margin-bottom: 22px;
}

.form_group {
    margin-bottom: 12px;
}

.responsive_width {
    width: 48%;
}

.responsive_flex {
    display: flex;
    align-items: flex-start;
}

.select_all {
    padding-left: 8px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.select_all input {
    margin: 0;
}

.select_all span {
    color: var(--text-sub);
    font-size: 12px;
    padding-left: 2px;
    word-break: keep-all;
}

.select_all input[type="checkbox"] {
    width: auto;
}

.timepicker {
    width: 100%;
}

.hyphen {
    padding: 0 8px;
}

input[name="wait_time"] {
    width: 100%;
}

input[name="ring_time"],
input[name="multi_call_cnt"] {
    width: 100%;
}

.flex_wrap {
    flex-wrap: wrap;
}

.divider_x {
    padding-right: 22px;
}

.w_half {
    width: 50%;
}

.w_full {
    width: 100%;
}

.incoming-transfer-tel .input,
.survey_date .input {
    height: 34px;
    width: 100%;
}

.items_center {
    align-items: center;
}

.survey_time_frame_group {
    width: 47%;
}

.call_time,
.concurrent_call_limit {
    width: 22%;
}

.redial_group input,
.redial_group select {
    width: 100%;
}

.redial_cnt_group,
.redial_time_group {
    width: 25%;
}

.redial_col_group {
    width: 41%;
}

/* -------------------------
ファイルアップロード
------------------------- */
.file_upload_section {
    background: white;
    border-radius: 5px;
    border: 1px dashed var(--primary);
    color: var(--primary);
    display: block;
    font-size: 15px;
    margin: 20px auto 4px;
    outline: none;
    text-align: center;
    width: 100%;
}

.file_upload_section input {
    display: none;
}

.file_flex_area {
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0 32px;
}

.file_upload_txt_wrap {
    display: inline-block;
    vertical-align: middle;
}

.file_upload_txt_wrap path {
    fill: var(--text-sub);
}

.file_upload_txt_wrap p {
    line-height: 12px;
    margin: 12px 0 4px;
    color: var(--text-sub);
}

.choose_file_link {
    color: var(--primary);
    text-decoration: underline;
    cursor: pointer;
}

.choose_file_link:hover {
    color: var(--primary);
    text-decoration: underline;
    cursor: pointer;
}

.file_upload_txt_info {
    display: flex;
    align-items: baseline;
}

.file_upload_txt_info_bottom {
    display: flex;
    justify-content: space-between;
}

.file_upload_txt_info_bottom p {
    font-size: 14px;
    color: var(--text-sub);
}

.file_upload_txt_info_bottom a {
    font-size: 14px;
    color: var(--text-sub);
}

.file_upload_txt_info_bottom a:hover {
    text-decoration: underline;
}

.uploaded_file_actions {
    display: flex;
    align-items: center;
}

.remove_uploaded_file {
    color: var(--text-sub);
    padding: 2px !important;
}

.button.remove_uploaded_file:hover {
    color: var(--danger);
}

p.or_text {
    font-size: 13px;
    margin: 0 4px;
}

.uploaded_file_table_wrap {
    margin: 0 4px;
}

.uploaded_file_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.uploaded_file_table th {
    font-size: 15px;
    color: var(--text-sub);
    font-weight: normal;
    border-bottom: 1px solid #cfded9;
    padding: 4px;
    word-break: keep-all;
}

.uploaded_file_table td,
.uploaded_file_table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uploaded_file_table td {
    padding: 8px 4px 4px;
}

/* -------------------------
ツールチップ
------------------------- */
.user_wrap {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-bottom: -10px;
    position: absolute;
    right: 22px;
    top: 28px;
}

.user_icon {
    position: relative;
    text-align: right;
    color: #b3b3b3;
    font-size: 16px;
    z-index: 1000;
    padding: 8px;
}

.user_icon a {
    color: white;
    position: relative;
    text-decoration: none;
}

.upsidedown_triangle {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
    height: 0;
    position: absolute;
    right: -20px;
    top: 25%;
    width: 0;
}

.user_nav_tooltip {
    background: white;
    border-radius: 3px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    opacity: 0;
    padding: 8px 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: left;
    top: 16px;
    transform: translate3d(0, -10px, 0);
    transition: all 0.15s ease-in-out;
    width: 180px;
    z-index: 1;
}

.user_nav_tooltip a {
    color: #67746e;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 100%;
    font-size: 16px;
    line-height: 100%;
}

.user_nav_tooltip a i {
    padding-right: 8px;
}

.user_nav_tooltip a:hover {
    background-color: var(--secondary);
    color: var(--primary);
}

.user_icon:hover ~ .user_nav_tooltip,
.user_nav_tooltip:hover {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

/* -------------------------
ツールチップ（小）
------------------------- */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    bottom: 120%;
    left: 50%;
    margin-bottom: 5px;
    padding: 7px;
    width: max-content;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.8);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    transform: translateX(-50%);
}

.button[data-tooltip]:before {
    padding: 2px 7px;
}

[data-tooltip]:after {
    position: absolute;
    bottom: 120%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.8);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transition: opacity 0.2s 700ms, transform 0.2s 700ms;
}

/* -------------------------
チェックボックス&ラジオボタン
------------------------- */
.pills {
    gap: 12px;
    height: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pill {
    flex: 1;
    margin: 0 0 12px;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
}

.pill:last-of-type {
    margin-right: 0;
}

.pill input {
    display: none;
}

.pill span {
    color: var(--text-sub);
    font-size: 16px;
    border: 1px solid #cfded9;
    border-radius: 20px;
    padding: 2px 20px;
    display: flex;
    justify-content: center;
    word-break: keep-all;
}

.pill input:checked + span {
    color: var(--primary);
    background: #f6fcf3;
    border: 1px solid var(--primary);
    font-weight: 500;
}

.pill.edit_mode_visible input + span {
    background: none;
    border: none;
    color: var(--text);
    padding-left: 4px;
    justify-content: left;
    cursor: default;
}

.pill.edit_mode_hidden {
    display: none;
}

.responsive_pill {
    width: 23%;
}

.w_32 {
    width: 32%;
}

/* -------------------------
単位付きインプット
------------------------- */
.input_with_unit_wrap {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.input_with_unit {
    height: 34px;
    border-radius: 3px 0 0 3px !important;
}

input + .unit {
    width: 32px;
    height: 34px;
    border-top: 1px solid #cfded9;
    border-right: 1px solid #cfded9;
    border-bottom: 1px solid #cfded9;
    padding: 1px;
    border-radius: 0 3px 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

.unit_left {
    min-width: 32px;
    height: 34px;
    border-top: 1px solid #cfded9;
    border-bottom: 1px solid #cfded9;
    border-left: 1px solid #cfded9;
    padding: 1px;
    border-radius: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.unit_left i {
    color: gray;
    font-size: 14px;
}

.input_with_unit_right {
    font-size: 16px;
    height: 34px;
    border-radius: 0 3px 3px 0 !important;
}

/* -------------------------
ログインページ
------------------------- */
.login-page,
.register-page {
    background: #f1f5f0;
}

.login-box {
    display: grid;
    place-content: center;
    height: 100vh;
    margin: 0 auto;
}

.login_btn_wrap {
    padding: 12px 0;
    text-align: right;
}

.login-box-body {
    border: 1px solid #e2f2ec;
    border-radius: 3px;
    padding: 20px 32px;
}

/* -------------------------
アコーディオン
------------------------- */
.accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease-in-out;
    width: 60%;
    background: white;
    border-radius: 3px;
    margin-bottom: 22px;
}

.accordion_content h2 {
    margin: 0;
    font-size: 18px;
    color: var(--text-sub);
}

.accordion_content_list {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.accordion_content_item {
    width: 100%;
}

.accordion_content_item:not(:last-of-type) {
    padding-right: 22px;
}

.accordion_action_block {
    text-align: right;
}

.accordion_action_block .spacer_x {
    margin: 22px;
}

.schedule_register_button {
    width: 94px;
}

@media (max-width: 1280px) {
    .accordion_content {
        width: 100%;
    }
}

/* -------------------------
トーストコンポーネント
------------------------- */
.toast_wrap {
    box-sizing: border-box;
    padding: 24px;
    position: fixed;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 10010;
}

.toast {
    box-sizing: border-box;
    display: none;
    width: 100%;
    max-width: 640px;
    font-size: 15px;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in;
    padding: 16px 0 16px 16px;
}

.toast_active {
    display: flex;
    -webkit-animation: slidein-bottom 0.5s
        cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation: slidein-bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)
        forwards;
}

.toast_error {
    background: var(--danger-surface);
    border: 1px solid var(--danger);
    color: var(--danger);
}

.toast_success {
    background: var(--secondary);
    border: 1px solid var(--primary);
    color: var(--primary);
}

.toast_warning {
    background: #fff9a5;
    border: 1px solid #e5dc10;
    color: #423d02;
}

.toast_content {
    display: flex;
    align-items: center;
}

.toast_content p {
    margin: 0;
    padding-left: 8px;
    padding-right: 40px;
    font-size: 1em;
    word-break: break-all;
    white-space: normal;
}

.toast_content i {
    font-size: 18px;
}

.toast_wrap button {
    position: absolute;
    right: 18px;
    background: transparent;
    border: none;
}

.toast_success button {
    color: var(--text-sub);
}

.toast_error button {
    color: white;
}

.toast_success button {
    color: var(--primary);
}

.toast_error button {
    color: var(--danger);
}

.toast_warning button {
    color: #423d02;
}

@-webkit-keyframes slidein-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slidein-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* -------------------------
ローディングアニメーション
------------------------- */
.loading_animation_wrap {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
    z-index: 9999;
}

.loading_animation {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 229px;
    height: 100vh;
}

.loading_animation p {
    margin: 0 0 0 12px;
}

.spinner_box {
    background-color: transparent;
}

.square1 {
    width: 24px;
    height: 24px;
    padding: 3px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #f1a63d;
    animation: square_clockwise 3s ease-in-out 0s infinite alternate;
    border-radius: 3px;
}

.square2 {
    width: 24px;
    height: 24px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--primary);
    transform: rotate(45deg);
    animation: square_xclockwise 3s ease-in-out 0s infinite alternate;
    border-radius: 3px;
}

.blinking {
    -webkit-animation: blink 0.6s ease-in-out infinite alternate;
    -moz-animation: blink 0.6s ease-in-out infinite alternate;
    animation: blink 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.8;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.8;
    }
}
@keyframes blink {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.8;
    }
}

@keyframes square_clockwise {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes square_xclockwise {
    0% {
        transform: rotate(45deg);
    }

    25% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(-135deg);
    }

    75% {
        transform: rotate(-225deg);
    }

    100% {
        transform: rotate(-315deg);
    }
}

/* -------------------------
音声用モーダルパーツ
------------------------- */
.discription_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.special_code_button {
    background: var(--secondary);
    color: var(--text-sub);
    border: 1px solid #f1f5f0;
    border-radius: 4px;
    padding: 4px;
    margin-right: 8px;
}

.special_code_button:not(:last-of-type) {
    margin-bottom: 8px;
}

.special_code_button:last-of-type {
    margin-bottom: 4px;
}

.play_wrap i {
    padding-right: 4px;
}

.input_character_limit {
    text-align: right;
    color: var(--text-sub);
    margin-bottom: 0;
}

.actions_for_question_type,
.voice_control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.number_input,
.try_count {
    flex: 1;
}

.failed_number_input {
    flex: 4;
}

/* -------------------------
音声分岐用のモーダル
------------------------- */
.modal_branch_edit label {
    font-size: 15px;
}

.voice_input_radio {
    cursor: pointer;
    margin: 0 4px 0 0 !important;
}

.voice_input_label {
    cursor: pointer;
    margin-bottom: 0;
}

.voice_input_content {
    border-left: 1px solid #cfded9;
    margin-left: 6px;
    padding: 8px 0 8px 16px;
}

.voice_input_content textarea {
    resize: vertical;
}

/* -------------------------
ヘッダー
------------------------- */
.user_info {
    padding-right: 44px;
    line-height: 1.3;
}

.user_name,
.company_name {
    color: var(--text-sub);
    font-size: 14px;
}

/* -------------------------
フッター
------------------------- */
.main-footer {
    border-top: 1px solid #e2f2ec;
}

.main_footer_left {
    color: var(--text-sub);
    font-size: 13px;
    display: flex;
}

.footer_divider {
    border-right: 1px solid #cfded9;
    margin: 0 8px;
}

.copyright {
    padding-left: 7px;
}

/* -------------------------
レスポンシブ対応 ※スタイルの優先順位を下げないために、レスポンシブ対応はファイル末尾に書く
------------------------- */
@media (max-width: 1460px) {
    .dataTables_scrollBody {
        overflow: auto !important;
    }
}

@media (max-width: 1280px) {
    .form_second_column {
        margin-left: 0;
    }

    .pills {
        flex-wrap: wrap;
        justify-content: start;
    }

    .pill {
        flex: none;
    }

    .forms {
        display: block;
    }

    .form_first_column,
    .form_second_column {
        width: 100%;
    }

    .responsive_width {
        width: 100%;
    }

    .responsive_flex {
        display: block;
    }

    .responsive_pill {
        width: 49%;
    }
}

@media (max-width: 992px) {
}
