@charset "UTF-8";
/* CSS Document */


/* 2024.01.05 */
/* B2B Web App */

/* Web App Kit */
    /* Components */
        /* Containers */
            /* Popover */

.b2b-popover{
width: 200px;
padding: 8px 16px;
border: 1px solid #E3E5E8;
background: #FFFFFF;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
border-radius: 6px;
user-select: none;
}
.b2b-popover ul li{
color: #17191C;
font-size: 14px;
padding: 4px 0;
}
.b2b-popover .border{
margin-top: 4px;
margin-bottom: 6px;
border-top: 1px solid #E3E5E8;
}


/* Web App Kit */
    /* Components */
        /* Navigations */
            /* Breadcrumb */

.b2b-breadcrumb ul{
display: flex;
}
.b2b-breadcrumb ul li a{
color: #5C6370;
font-size: 14px;
}
.b2b-breadcrumb ul li a:hover{
opacity: 0.8;
}
.b2b-breadcrumb ul span{
margin: 0 8px;
color: #5C6370;
font-size: 14px;
}



/* Web App Kit */
    /* Components */
        /* Navigations */
            /* Button */

/* b2b-button-flex */
.b2b-button{
display: flex;
justify-content: center;
align-items: center;
min-width: 80px;
height: 32px;
line-height: 1.1em;
padding: 0 16px;
border-radius: 4px;
border: none;
background-color: #0041C0;
color: #FFFFFF;
font-size: 14px;
font-weight: 700;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
cursor: pointer;
}
.b2b-button:disabled{
cursor: default;
}
.b2b-button svg{
margin-right: 4px;
}
.b2b-button.size-l{
min-width: 90px;
height: 40px;
padding: 0 20px;
}
.b2b-button.size-m{
min-width: 80px;
height: 32px;
padding: 0 16px;
}
.b2b-button.size-s{
min-width: 60px;
height: 24px;
font-size: 12px;
padding: 0 10px;
}
.b2b-button.primary{
border: none;
background-color: #0041C0;
color: #FFFFFF;
font-weight: 700;
}
.b2b-button.primary:hover{
background-color: #003499;
}
.b2b-button.primary:active{
background-color: #002266;
}
.b2b-button.primary:disabled{
background-color: #E3E5E8;
color: #ABB0BA;
box-shadow: none;
}
.b2b-button.primary:disabled svg path{
fill: #ABB0BA;
}
.b2b-button.secondary{
border: 1px solid #0041C0;
background-color: #FFFFFF;
color: #0041C0;
font-weight: 700;
}
.b2b-button.secondary:hover{
background-color: #EBF0FA;
}
.b2b-button.secondary:active{
background-color: #ADC2EB;
}
.b2b-button.secondary:disabled{
border-color: #E3E5E8;
background-color: #FFFFFF;
color: #C7CAD1;
box-shadow: none;
}
.b2b-button.secondary:disabled svg path{
fill: #C7CAD1;
}
.b2b-button.teriary{
border: 1px solid #737B8C;
background-color: #FFFFFF;
color: #17191C;
font-weight: 400;
}
.b2b-button.teriary:hover{
background-color: #E3E5E8;
}
.b2b-button.teriary:active{
background-color: #D5D8DD;
}
.b2b-button.teriary:disabled{
border-color: #E3E5E8;
background-color: #FFFFFF;
color: #C7CAD1;
box-shadow: none;
}
.b2b-button.teriary:disabled svg path{
fill: #C7CAD1;
}


/* b2b-button-fix */
.b2b-button.fix.icon svg{
margin-right: 2px;
}
.b2b-button.fix.size-l{
width: 90px;
max-width: 90px;
padding: 0 5px;
}
.b2b-button.fix.size-l.icon{
width: 104px;
max-width: 104px;
}
.b2b-button.fix.size-m{
width: 80px;
max-width: 80px;
padding: 0 5px;
}
.b2b-button.fix.size-m.icon{
width: 96px;
max-width: 96px;
}
.b2b-button.fix.size-s{
width: 60px;
max-width: 60px;
padding: 0 5px;
}
.b2b-button.fix.size-s.icon{
width: 80px;
max-width: 80px;
}
.b2b-button.fix.primary{
border: none;
background-color: #0041C0;
color: #FFFFFF;
font-weight: 700;
}
.b2b-button.fix.primary:hover{
background-color: #003499;
}
.b2b-button.fix.primary:active{
background-color: #002266;
}
.b2b-button.fix.primary:disabled{
background-color: #E3E5E8;
color: #ABB0BA;
box-shadow: none;
}
.b2b-button.fix.primary:disabled svg path{
fill: #ABB0BA;
}
.b2b-button.fix.secondary{
border: 1px solid #0041C0;
background-color: #FFFFFF;
color: #0041C0;
font-weight: 700;
}
.b2b-button.fix.secondary:hover{
background-color: #EBF0FA;
}
.b2b-button.fix.secondary:active{
background-color: #ADC2EB;
}
.b2b-button.fix.secondary:disabled{
border-color: #E3E5E8;
background-color: #FFFFFF;
color: #C7CAD1;
box-shadow: none;
}
.b2b-button.fix.secondary:disabled svg path{
fill: #C7CAD1;
}
.b2b-button.fix.teriary{
border: 1px solid #737B8C;
background-color: #FFFFFF;
color: #17191C;
font-weight: 400;
}
.b2b-button.fix.teriary:hover{
background-color: #E3E5E8;
}
.b2b-button.fix.teriary:active{
background-color: #D5D8DD;
}
.b2b-button.fix.teriary:disabled{
border-color: #E3E5E8;
background-color: #FFFFFF;
color: #C7CAD1;
box-shadow: none;
}
.b2b-button.fix.teriary:disabled svg path{
fill: #C7CAD1;
}

/* b2b-button-text */
.b2b-button.text{
min-width: auto;
padding: 0 8px;
border: none;
background-color: transparent;
color: #0041C0;
box-shadow: none;
}
.b2b-button.text:hover{
background-color: #EBF0FA;
}
.b2b-button.text:active{
background-color: #ADC2EB;
}
.b2b-button.text:disabled{
background-color: transparent;
color: #C7CAD1;
}

/* b2b-button-icon */
.b2b-button.icon,
.b2b-button.icon_c,
.b2b-button.icontext,
.b2b-button.icontext_c{
min-width: auto;
padding: 0 4px;
border: none;
background-color: transparent;
color: #17191C;
font-weight: 400;
box-shadow: none;
}
.b2b-button.icon_c,
.b2b-button.icontext_c{
color: #0041C0;
}
.b2b-button.icon_c svg path,
.b2b-button.icontext_c svg path{
fill: #0041C0;
}
.b2b-button.icon svg,
.b2b-button.icon_c svg{
margin-right: 0;
}
.b2b-button.icon.size-s,
.b2b-button.icon_c.size-s,
.b2b-button.icontext.size-s,
.b2b-button.icontext_c.size-s{
height: 24px;
}
.b2b-button.icon.size-s svg,
.b2b-button.icon_c.size-s svg,
.b2b-button.icontext.size-s svg,
.b2b-button.icontext_c.size-s svg{
height: 15px;
}
.b2b-button.icon:hover,
.b2b-button.icontext:hover{
background-color: #E3E5E8;
}
.b2b-button.icon:active,
.b2b-button.icontext:active{
background-color: #D5D8DD;
}
.b2b-button.icon_c:hover,
.b2b-button.icontext_c:hover{
background-color: #EBF0FA;
}
.b2b-button.icon_c:active,
.b2b-button.icontext_c:active{
background-color: #ADC2EB;
}
.b2b-button.icon:disabled,
.b2b-button.icon_c:disabled,
.b2b-button.icontext:disabled,
.b2b-button.icontext_c:disabled{
background-color: transparent;
color: #C7CAD1;
}
.b2b-button.icon:disabled svg path,
.b2b-button.icon_c:disabled svg path,
.b2b-button.icontext:disabled svg path,
.b2b-button.icontext_c:disabled svg path{
fill: #C7CAD1;
}

.b2b-button.danger.primary{
border: none;
background-color: #FF1100;
color: #FFFFFF;
font-weight: 700;
}
.b2b-button.danger.primary:hover{
background-color: #CC0E00;
}
.b2b-button.danger.primary:active{
background-color: #990A00;
}
.b2b-button.danger.primary:disabled{
background-color: #FFCFCC;
color: #FFFFFF;
box-shadow: none;
}
.b2b-button.danger.primary:disabled svg path{
fill: #FFFFFF;
}
.b2b-button.danger.secondary{
border: 1px solid #FF1100;
background-color: #FFFFFF;
color: #FF1100;
font-weight: 700;
}
.b2b-button.danger.secondary svg path{
fill: #FF1100;
}
.b2b-button.danger.secondary:hover{
background-color: #FFE7E5;
}
.b2b-button.danger.secondary:active{
background-color: #FFCFCC;
}
.b2b-button.danger.secondary:disabled{
border-color: #FFCFCC;
background-color: #FFFFFF;
color: #FFCFCC;
box-shadow: none;
}
.b2b-button.danger.secondary:disabled svg path{
fill: #FFCFCC;
}


/* Web App Kit */
    /* Components */
        /* Navigations */
            /* Link */


.b2b-link{
font-size: 14px;
color: #0041C0;
}
.b2b-link svg{
margin-left: 4px;
}



/* Web App Kit */
    /* Components */
        /* Navigations */
            /* Pagination */


.b2b-pagination{
display: flex;
align-items: center;
color: #5C6370;
font-size: 12px;
}

.b2b-pagination-total{
margin-right: 8px;
}
.b2b-pagination-total-number{
font-weight: bold;
font-size: 14px;
}

.b2b-pagination-range{
margin-right: 16px;
}

.b2b-pagination-size{
display: flex;
align-items: center;
margin-right: 16px;
}
.b2b-pagination-size .b2b-pulldownlist{
margin-left: 6px;
}

.b2b-pagination-nav ul{
display: flex;
align-items: center;
}
.b2b-pagination-nav-button{
display: flex;
align-items: center;
justify-content: center;
height: 21px;
width: 15px;
border-radius: 2px;
cursor: pointer;
}
.b2b-pagination-nav ul li:not(:last-child){
margin-right: 4px;
}
.b2b-pagination-nav ul li.selected{
background-color: #737B8C;
color: white;
cursor: default;
}

/* pulldown */
.b2b-pulldownlist{
position: relative;
width: 60px;
height: 20px;
user-select: none;
-webkit-touch-callout: none;
cursor: pointer;
display: inline-block;
}
.b2b-pulldownlist-inner{
position: relative;
width: 100%;
height: 100%;
border-radius: 4px;
overflow: hidden;
}
.b2b-pulldownlist-inner::after{
position: absolute;
bottom: 0;
width: 100%;
height: 1px;
background-color: #737B8C;
content: '';
}
.b2b-pulldownlist-value{
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
padding: 0 8px;
background: #fff;
border: 1px solid #E3E5E8;
border-radius: 4px;
font-size: 12px;
}
.b2b-pulldownlist-arrow{
position: absolute;
right: 8px;
top: 5px;
}
.b2b-pulldownlist:hover .b2b-pulldownlist-value{
background-color: #E3E5E8;
}
.b2b-pulldownlist.open .b2b-pulldownlist-value,
.b2b-pulldownlist:active .b2b-pulldownlist-value{
background-color: #fff;
}
.b2b-pulldownlist.open .b2b-pulldownlist-inner::after,
.b2b-pulldownlist:active .b2b-pulldownlist-inner::after{
height: 2px;
background-color: #0041C0;
}
.b2b-pulldownlist.open .b2b-pulldownlist-arrow{
transform: rotate(180deg);
}


/* Web App Kit */
    /* Components */
        /* Navigations */
            /* Progress steps */

.b2b-progress-steps{
display: flex;
justify-content: center;
user-select: none;
}
.b2b-progress-steps-item{
position: relative;
width: 120px;
}
.b2b-progress-steps-item:not(:first-child)::before,
.b2b-progress-steps-item:not(:last-child)::after{
position: absolute;
top: 15px;
width: 50%;
height: 3px;
background-color: #C7CAD1;
content: '';
z-index: 0;
}
.b2b-progress-steps.horizontal .b2b-progress-steps-item::before{
left: 0;
}
.b2b-progress-steps.horizontal  .b2b-progress-steps-item::after{
right: 0;
}
.b2b-progress-steps-inner{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.b2b-progress-steps-icon{
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
background-color: white;
border: 1px solid #C7CAD1;
border-radius: 50%;
color: #5C6370;
font-size: 14px;
font-weight: bold;
z-index: 1;
}
.b2b-progress-steps-icon span{
position: relative;
top: 1px;
}
.b2b-progress-steps-label{
margin-top: 6px;
color: #17191C;
font-size: 14px;
}

.b2b-progress-steps-item.done:not(:first-child)::before,
.b2b-progress-steps-item.done:not(:last-child)::after,
.b2b-progress-steps-item.selected:not(:first-child)::before{
background-color: #0041C0;
}
.b2b-progress-steps-item.done .b2b-progress-steps-icon,
.b2b-progress-steps-item.selected .b2b-progress-steps-icon{
background-color: #0041C0;
border-color: #0041C0;
color: white;
}
.b2b-progress-steps-item.done .b2b-progress-steps-label{
color: #0041C0;
}
.b2b-progress-steps-item.selected .b2b-progress-steps-label{
color: #0041C0;
font-weight: bold;
}

/* vertical */
.b2b-progress-steps.vertical{
flex-direction: column;
}
.b2b-progress-steps.vertical .b2b-progress-steps-item{
height: 60px;
width: auto;
}
.b2b-progress-steps.vertical .b2b-progress-steps-inner{
height: 100%;
width: auto;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.b2b-progress-steps.vertical .b2b-progress-steps-label{
margin-top: 0;
margin-left: 8px;
}
.b2b-progress-steps.vertical .b2b-progress-steps-item:not(:first-child)::before,
.b2b-progress-steps.vertical .b2b-progress-steps-item:not(:last-child)::after{
width: 3px;
height: 50%;
left: 15px;
right: 0;
}
.b2b-progress-steps.vertical .b2b-progress-steps-item::before{
top: 0;
}
.b2b-progress-steps.vertical .b2b-progress-steps-item::after{
top: 50%;
}

/* size-m */
.b2b-progress-steps.size-m .b2b-progress-steps-icon{
width: 24px;
height: 24px;
}
.b2b-progress-steps.size-m .b2b-progress-steps-icon svg{
width: 14px;
}
.b2b-progress-steps.size-m .b2b-progress-steps-label{
font-size: 12px;
margin-top: 4px;
}
.b2b-progress-steps.horizontal.size-m .b2b-progress-steps-item:not(:first-child)::before,
.b2b-progress-steps.horizontal.size-m .b2b-progress-steps-item:not(:last-child)::after{
top: 11px;
}
.b2b-progress-steps.vertical.size-m .b2b-progress-steps-item:not(:first-child)::before,
.b2b-progress-steps.vertical.size-m .b2b-progress-steps-item:not(:last-child)::after{
left: 11px;
}

/* size-s */
.b2b-progress-steps.size-s .b2b-progress-steps-icon{
width: 20px;
height: 20px;
font-size: 12px;
}
.b2b-progress-steps.size-s .b2b-progress-steps-icon svg{
width: 12px;
}
.b2b-progress-steps.size-s .b2b-progress-steps-label{
font-size: 10px;
margin-top: 2px;
}
.b2b-progress-steps.horizontal.size-s .b2b-progress-steps-item:not(:first-child)::before,
.b2b-progress-steps.horizontal.size-s .b2b-progress-steps-item:not(:last-child)::after{
top: 9px;
}
.b2b-progress-steps.vertical.size-s .b2b-progress-steps-item:not(:first-child)::before,
.b2b-progress-steps.vertical.size-s .b2b-progress-steps-item:not(:last-child)::after{
left: 9px;
}



/* Web App Kit */
    /* Components */
        /* Data Input */
            /* Checkbox */

.b2b-checkbox{
display: inline-block;
user-select: none;
}
.b2b-checkbox-inner{
display: flex;
align-items: center;
font-size: 14px;
}
.b2b-checkbox-input{
display: none;
}
.b2b-checkbox-input ~ .b2b-checkbox-img-unchecked,
.b2b-checkbox-input ~ .b2b-checkbox-img-checked,
.b2b-checkbox-input ~ .b2b-checkbox-img-indeterminate{
display: none;
flex-shrink: 0;
margin-right: 4px;
cursor: pointer;
}
.b2b-checkbox-input ~ .b2b-checkbox-img-unchecked{
display: inline-block;
}
.b2b-checkbox-input:checked ~ .b2b-checkbox-img-unchecked{
display: none;
}
.b2b-checkbox-input:checked ~ .b2b-checkbox-img-checked{
display: inline-block;
}
.b2b-checkbox-input:checked ~ .b2b-checkbox-img-indeterminate{
display: none;
}
.b2b-checkbox-input:indeterminate ~ .b2b-checkbox-img-unchecked{
display: none;
}
.b2b-checkbox-input:indeterminate ~ .b2b-checkbox-img-checked{
display: none;
}
.b2b-checkbox-input:indeterminate ~ .b2b-checkbox-img-indeterminate{
display: inline-block;
}
.b2b-checkbox-input:disabled ~ .b2b-checkbox-img-unchecked,
.b2b-checkbox-input:disabled ~ .b2b-checkbox-img-checked,
.b2b-checkbox-input:disabled ~ .b2b-checkbox-img-indeterminate{
opacity: 0.3;
cursor: default;
}


/* Web App Kit */
    /* Components */
        /* Data Input */
            /* Date picker(WIP)  */


/* Web App Kit */
    /* Components */
        /* Data Input */
            /* Dropdown list  */

.b2b-pulldownlist{
position: relative;
width: 200px;
height: 32px;
user-select: none;
-webkit-touch-callout: none;
cursor: pointer;
}
.b2b-pulldownlist-inner{
position: relative;
width: 100%;
height: 100%;
border-radius: 4px;
overflow: hidden;
}
.b2b-pulldownlist-inner::after{
position: absolute;
bottom: 0;
width: 100%;
height: 1px;
background-color: #737B8C;
content: '';
}
.b2b-pulldownlist-value{
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
padding: 0 8px;
background: #fff;
border: 1px solid #E3E5E8;
border-radius: 4px;
font-size: 14px;
}
.b2b-pulldownlist-arrow{
position: absolute;
right: 10px;
top: 12px;
}
.b2b-pulldownlist:hover .b2b-pulldownlist-value{
background-color: #E3E5E8;
}
.b2b-pulldownlist.open .b2b-pulldownlist-value,
.b2b-pulldownlist:active .b2b-pulldownlist-value{
background-color: #fff;
}
.b2b-pulldownlist.open .b2b-pulldownlist-inner::after,
.b2b-pulldownlist:active .b2b-pulldownlist-inner::after{
height: 2px;
background-color: #0041C0;
}
.b2b-pulldownlist.open .b2b-pulldownlist-arrow{
transform: rotate(180deg);
}

/* option */
.b2b-pulldownlist-options{
position: absolute;
top: 40px;
width: 100%;
border-radius: 6px;
padding: 4px 0;
border: 1px solid #E3E5E8;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}
.b2b-pulldownlist-options li{
padding: 6px 16px;
color: #17191C;
font-size: 14px;
line-height: 1em;
}
.b2b-pulldownlist-options li:hover{
background-color: #E3E5E8;
}
.b2b-pulldownlist-options li:active{
background-color: #D5D8DD;
}


/* Web App Kit */
    /* Components */
        /* Data Input */
            /* Input number  */

.b2b-inputnumber{
position: relative;
width: 98px;
height: 32px;
user-select: none;
}
.b2b-inputnumber-inner{
position: relative;
width: 100%;
height: 100%;
border-radius: 4px;
overflow: hidden;
}
.b2b-inputnumber-input{
appearance: none;
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
padding: 0 8px;
background: #fff;
border: 1px solid #E3E5E8;
border-radius: 4px;
font-size: 14px;
outline: none;
}
.b2b-inputnumber-input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.b2b-inputnumber-input::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.b2b-inputnumber-minus, .b2b-inputnumber-plus {
position: absolute;
top: 0;
width: 28px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.b2b-inputnumber-minus{
right: 28px;
border-left: 1px solid #E3E5E8;
}
.b2b-inputnumber-plus{
right: 0px;
}
.b2b-inputnumber-minus:hover, .b2b-inputnumber-plus:hover{
background-color: #E3E5E8;
}
.b2b-inputnumber-minus:active, .b2b-inputnumber-plus:active{
background-color: #D5D8DD;
}

.b2b-inputnumber-border{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: #737B8C;
content: '';
}
.b2b-inputnumber-input::placeholder{
font-size: 12px;
}
.b2b-inputnumber-input:hover{
background-color: #E3E5E8;
}
.b2b-inputnumber-input:focus{
background-color: #fff;
}
.b2b-inputnumber-minus:active ~ .b2b-inputnumber-border,
.b2b-inputnumber-plus:active + .b2b-inputnumber-border,
.b2b-inputnumber-input:focus + .b2b-inputnumber-border{
height: 2px;
background-color: #0041C0;
}
.b2b-inputnumber-close{
position: absolute;
right: 8px;
top: 11px;
}
.b2b-inputnumber.error .b2b-inputnumber-input{
background-color: #FFE7E5;
}
.b2b-inputnumber.error .b2b-inputnumber-border{
background-color: #FF1100;
}



/* Web App Kit */
    /* Components */
        /* Data Input */
            /* Radio button  */

.b2b-radio{
display: inline-block;
user-select: none;
}
.b2b-radio-inner{
display: flex;
align-items: center;
font-size: 14px;
}
.b2b-radio-input{
display: none;
}
.b2b-radio-input ~ .img-unchecked,
.b2b-radio-input ~ .img-checked{
display: none;
flex-shrink: 0;
margin-right: 4px;
cursor: pointer;
}
.b2b-radio-input:not(:checked) ~ .img-unchecked{
display: inline-block;
}
.b2b-radio-input:checked ~ .img-unchecked{
display: none;
}
.b2b-radio-input:checked ~ .img-checked{
display: inline-block;
}
.b2b-radio-input:disabled ~ .img-unchecked,
.b2b-radio-input:disabled ~ .img-checked{
opacity: 0.3;
cursor: default;
}




/* Web App Kit */
    /* Components */
        /* Data Input */
            /* Search  */

.b2b-search{
position: relative;
width: 200px;
height: 32px;
}
.b2b-search-inner{
position: relative;
width: 100%;
height: 100%;
border-radius: 4px;
overflow: hidden;
}
.b2b-search-input{
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
padding: 0 8px;
padding-left: 26px;
background: #fff;
border: 1px solid #E3E5E8;
border-radius: 4px;
font-size: 14px;
outline: none;
}
.b2b-search-border{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: #737B8C;
content: '';
}
.b2b-search-input::placeholder{
font-size: 12px;
}
.b2b-search-input:hover{
background-color: #E3E5E8;
}
.b2b-search-input:focus{
background-color: #fff;
}
.b2b-search-input:focus + .b2b-search-border{
height: 2px;
background-color: #0041C0;
}
.b2b-search-icon{
position: absolute;
left: 7px;
top: 9px;
}
.b2b-search-close{
position: absolute;
right: 8px;
top: 11px;
}


/* Web App Kit */
    /* Components */
        /* Data Input */
            /* Slider  */

.b2b-slider{
position: relative;
width: 130px;
height: 18px;
}
.b2b-slider-progress{
position: absolute;
top: 8px;
height: 2px;
background-color: #0041C0;
}
.b2b-slider-input{
position: absolute;
top: 8px;
-webkit-appearance: none;
appearance: none;
cursor: pointer;
outline: none;
height: 2px;
width: 100%;
background-color: none;
background-color: #C7CAD1;
border: none;
}
.b2b-slider-input::-webkit-slider-thumb {
-webkit-appearance: none;
background: #0041C0;
width: 18px;
height: 18px;
border-radius: 50%;
border: none;
}
.b2b-slider-input::-moz-range-thumb {
background: #0041C0;
width: 18px;
height: 18px;
border-radius: 50%;
border: none;
}
.b2b-slider-input:active::-webkit-slider-thumb {
box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}
.b2b-slider-input:active::-moz-slider-thumb {
box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}
.b2b-slider-input:hover::-webkit-slider-thumb {
width: 20px;
height: 20px;
}
.b2b-slider-input:hover::-moz-slider-thumb {
width: 20px;
height: 20px;
}


/* Web App Kit */
    /* Components */
        /* Data Input */
            /* Switch  */

.b2b-switch{
position: relative;
width: 36px;
height: 18px;
border-radius: 9px;
background-color: #737B8C;
}
.b2b-switch-thumb{
position: absolute;
top: 2px;
width: 14px;
height: 14px;
border-radius: 9px;
background-color: #fff;
}
.b2b-switch.select{
background-color: #0041C0;
}
.b2b-switch:not(.select) .b2b-switch-thumb{
left: 2px;
}
.b2b-switch.select .b2b-switch-thumb{
right: 2px;
}
.b2b-switch.disabled{
opacity: .2;
}





/* Web App Kit */
    /* Components */
        /* Data Input */
            /* Text field  */

.b2b-textfield{
position: relative;
width: 200px;
height: 32px;
}
.b2b-textfield-inner{
position: relative;
width: 100%;
height: 100%;
border-radius: 4px;
overflow: hidden;
}
.b2b-textfield-input{
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
padding: 0 8px;
background: #fff;
border: 1px solid #E3E5E8;
border-radius: 4px;
font-size: 14px;
outline: none;
}
.b2b-textfield-border{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: #737B8C;
content: '';
}
.b2b-textfield-input::placeholder{
font-size: 12px;
}
.b2b-textfield-input:hover{
background-color: #E3E5E8;
}
.b2b-textfield-input:focus{
background-color: #fff;
}
.b2b-textfield-input:focus + .b2b-textfield-border{
height: 2px;
background-color: #0041C0;
}
.b2b-textfield-close{
position: absolute;
right: 8px;
top: 11px;
}
.b2b-textfield.error .b2b-textfield-input{
background-color: #FFE7E5;
}
.b2b-textfield.error .b2b-textfield-border{
background-color: #FF1100;
}





/* Web App Kit */
    /* Components */
        /* Data Display */
            /* Tooltip */
.b2b-tooltip{
position: relative;
display: inline-block;
background-color: #2E3138;
border-radius: 4px;
padding: 4px 8px;
color: white;
font-size: 12px;
line-height: 1.4em;
user-select: none;
}
.b2b-tooltip::before {
content: "";
position: absolute;
}
.b2b-tooltip.direction-up{
margin-bottom: 10px;
}
.b2b-tooltip.direction-up::before{
top: 100%;
left: 50%;
margin-left: -5px;
border: 5px solid transparent;
border-top: 10px solid #2E3138;
}
.b2b-tooltip.direction-down{
margin-top: 10px;
}
.b2b-tooltip.direction-down::before{
bottom: 100%;
left: 50%;
margin-left: -5px;
border: 5px solid transparent;
border-bottom: 10px solid #2E3138;
}
.b2b-tooltip.direction-right{
margin-left: 10px;
}
.b2b-tooltip.direction-right::before{
right: 100%;
top: 50%;
margin-top: -5px;
border: 5px solid transparent;
border-right: 10px solid #2E3138;
}
.b2b-tooltip.direction-left{
margin-right: 10px;
}
.b2b-tooltip.direction-left::before{
left: 100%;
top: 50%;
margin-top: -5px;
border: 5px solid transparent;
border-left: 10px solid #2E3138;
}