@charset "utf-8";

/**
* aidma-phone全体で共通するスタイルを記述する
*/

/* テーマカラーの変数定義 */
:root {
    --theme-color-white1: #fff;
    --theme-color-white2: #fcfbfb;
    --theme-color-white3: #0000;
    --theme-color-gray1: #f4f2ef;
    --theme-color-gray2: #d5d5d5;
    --theme-color-gray3: #dbdbdb;
    --theme-color-gray4: #d5d3d0;
    --theme-color-gray5: #b7b7b7;
    --theme-color-gray6: #bcbcbc;
    --theme-color-gray7: #adadad;
    --theme-color-gray8: #dddcd9;
    --theme-color-gray9: #afafaf;
    --theme-color-black1: #595757;
    --theme-color-black2: #666;
    --theme-color-black3: #707070;
    --theme-color-black4: #261f4e;
    --theme-color-black5: #000;
    --theme-color-yellow1: #fdd000;
    --theme-color-red1: #eb5a30;
    --theme-color-green1: #8cc226;
    --theme-color-orange1: #f5a216;
    --theme-color-blue1: #19a2aa;
    --theme-color-blue2: #4b9fa8;
}

/* 背景色 */
.bg-white1 {
    background-color: var(--theme-color-white1);
}

.bg-white2 {
    background-color: var(--theme-color-white2);
}

.bg-white3 {
    background-color: var(--theme-color-white3);
}

.bg-gray1 {
    background-color: var(--theme-color-gray1);
}

.bg-gray2 {
    background-color: var(--theme-color-gray2);
}

.bg-gray3 {
    background-color: var(--theme-color-gray3);
}

.bg-gray4 {
    background-color: var(--theme-color-gray4);
}

.bg-gray5 {
    background-color: var(--theme-color-gray5);
}

.bg-gray6 {
    background-color: var(--theme-color-gray6);
}

.bg-gray7 {
    background-color: var(--theme-color-gray7);
}

.bg-black1 {
    background-color: var(--theme-color-black1);
}

.bg-black2 {
    background-color: var(--theme-color-black2);
}

.bg-black3 {
    background-color: var(--theme-color-black3);
}

.bg-yellow1 {
    background-color: var(--theme-color-yellow1);
}

.bg-red1 {
    background-color: var(--theme-color-red1);
}

.bg-green1 {
    background-color: var(--theme-color-green1);
}

.bg-orange1 {
    background-color: var(--theme-color-orange1);
}

.bg-blue1 {
    background-color: var(--theme-color-blue1);
}

.bg-blue2 {
    background-color: var(--theme-color-blue2);
}

/* 文字の色 */
.color-white1 {
    color: var(--theme-color-white1);
}

.color-black2 {
    color: var(--theme-color-black2);
}

.color-black4 {
    color: var(--theme-color-black4);
}

.color-black5 {
    color: var(--theme-color-black5);
}

.color-gray5 {
    color: var(--theme-color-gray5);
}

.color-gray7 {
    color: var(--theme-color-gray7);
}

.color-gray9 {
    color: var(--theme-color-gray9);
}

.color-blue2 {
    color: var(--theme-color-blue2);
}

.color-red1 {
    color: var(--theme-color-red1);
}

/* ボーダー */
.border-blue2 {
    border: solid 1px var(--theme-color-blue2);
}

.border-t-gray1 {
    border-top: solid 1px var(--theme-color-gray1);
}

.border-b-gray1 {
    border-bottom: solid 1px var(--theme-color-gray1);
}

.border-t-gray2 {
    border-top: solid 1px var(--theme-color-gray2);
}

.contents-width {
    width: 320px;
}

.right-contents-shrink {
    width: 110px;
    height: 50px;
}

.p-right-contents {
    padding: 10px 10px 10px 30px;
}

.header-height {
    height: 31.51px;
}

.footer-height {
    height: 74.51px;
    border-top: 1px solid var(--theme-color-gray2);
}

.footer-contents {
    width: 60px;
    height: 39px;
    font-size: 9px;
}

.footer-contents-separate {
    height: 13px;
    width: 1px;
    border-left: 1px solid var(--theme-color-gray2);
}

.main-contents {
    height: 525px;
}

.border-underline-dotted {
    border-bottom: 1px dotted var(--theme-color-gray7);
}

.dial-pad-number {
    font-size: 30px;
    outline: none;
}

.custom-scroll-bar::-webkit-scrollbar {
    width: 6px;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px var(--theme-color-gray8);
    border-radius: 6px;
}

.icon-register-outside-call {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--theme-color-white1);
}

.aidma-phone-form-radio-input:checked[type='radio'] {
    background-image: url('https://webphone.mem-bers.jp/images/icons/icon-blue-point.svg');
    background-size: 9px;
}

.aidma-phone-form-check-input {
    accent-color: var(--theme-color-blue1);
    background-size: 9px;
}

.toastr-warning-area {
    width: 290px;
    height: 52px;
    background-color: var(--theme-color-yellow1);
    top: 51px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.dpad-select-client-area::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid var(--theme-color-white1);
}

.icon-side_company_open_or_close {
    width: 18px;
    height: 18px;
}

.telephone_call_callee {
    height: 45px;
    text-align: center;
}

.toast-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0%);
    width: 100%;
    height: 100%;
    z-index: 10;
}

.tell_icon_bizmap {
    flex-basis: 20%;
}

.end-0 {
    right: 0;
}

.aidma-phone-modal {
    width: 960px;
    min-width: 320px;
    height: 632px;
}

.aidma-phone-form-check-input {
    accent-color: var(--theme-color-blue1);
    background-size: 9px;
}
