/*=============================================
=            Section comment block            =
++++ Imports ++++
++++ Reset ++++
++++ Common ++++

=============================================*/
/*=============================================
=            Imports inclue icon font and framwork bootstrap           =
=============================================*/

@import url(/static/css/font-awesome.min-269550530cc127b6aa5a35925a7de6ce.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url(/static/plugins/faber-bootstrap/bootstrap.min-5d5deb4b681ac224054b99f39c9b2a0d.css);
@import url(/static/plugins/faber-bootstrap/faber.bootstrap-d84d2a059ef7d7308e59b616f55a7e3f.css);

:root {
    --bg-white: #fff;
    --bg-title: #f5fbfc;
    --bg-num-light-green: #e9f2f2;
    --bg-num-light-gray: #cbd9de;
    --bg-num-dark-gray: #92a1a8;
    --bg-num-gray: #abbcc4;
    --bg-num-dark-yellow: #ccbd86;
    --bg-num-dark-red: #d37059;
    --bg-num-red: #e04a4d;
    --bg-num-light-red: #ffd4d4;
    --text-num-green: #35afad;
    --text-num-white: #fff;
    --text-num-red: #e04a4d;
    --text-num-gray: #626b70;
    --text--black: #384747;
    --text--light-gray: #abbcc4;
    --text-green-color: #36afae;
    --text-red-color: #e04a4d;
    --bg-num-red: #e04a4d;
    --text-white-color: #fff;
    --bg-light-red-color: #fcd8d1;
    --bg-light-gray-color: #e9f2f2;
}

/*=============================================
=            Reset all tag html compatible browsers            =
=============================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
.fc-center h2,
.error-comment,
h4,
h5,
h6,
.panel-title,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

label {
    color: #384747;
    font-size: 12px;
}

strong {
    font-weight: bold;
}

html {
    /*overflow-y: scroll;*/
    height: 100%;
    background: #e9f2f2;
}
html{
    height: 100%;
}
body {
    color: #4e6161;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    /*font-style: normal;*/
    line-height: 1.5;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    /*font-weight: 400;*/
    padding-bottom: 58px;
    background: #e9f2f2;
}

a:hover,
a:active {
    outline: 0;
}

button:focus {
    border: none;
    outline: 0;
}

button[disabled],
button[disabled]:hover {
    background: #d8e7ed !important;
    color: #abbcc4 !important;
    opacity: 1 !important;
}

.btn-delete {
    width: 32px;
    height: 32px;
    color: var(--text-red-color);
    margin-left: auto;
    border-radius: 100%;
    text-align: center;
    padding: 5px;
    line-height: 22px;
}

.btn-delete:hover {
    background: var(--bg-light-red-color);
    cursor: pointer;
}

.btn-fb-light-danger {
    background: #ffd4d4;
    color: #e04a4d;
}

.btn-fb-light-danger:hover {
    color: #e04a4d !important;
}

.btn-keyword {
    height: 32px;
    display: flex;
    align-items: center;
}

.btn-keyword:hover {
    color: #fff !important;
    background: #abbcc4 !important;
}

.fb-btn-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    border: none;
    background: transparent;
}

.fb-btn-icon:hover {
    background: var(--bg-num-light-green);
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #36afae;
}

a:hover {
    text-decoration: none;
    color: #4d6161;
}

a:focus {
    text-decoration: none;
    outline: none;
    color: #4d6161;
}

i:focus,
button:focus {
    outline: none;
}

h1,
h2,
h3,
.fc-center h2,
.error-comment,
h4,
h5,
h6,
.panel-title {
    color: #272b34;
    font-weight: 500;
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
}

h3,
.fc-center h2,
.error-comment {
    font-size: 20px;
    line-height: 40px;
}

.error-comment {
    font-size: 14px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h5 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}

h6,
.panel-title,
.panel-captilize {
    font-size: 13px;
    line-height: 24px;
    color: #636363;
    font-weight: 600;
}

.title-header {
    font-size: 24px;
    color: #4d6161;
    margin: 24px 0 0px 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

/*=============================================
=            Text position  CSS            =
=============================================*/
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/*=============================================
=            Text color  CSS            =
=============================================*/
.text-light-gray {
    color: var(--text--light-gray) !important;
}

.text-red {
    color: var(--text-num-red) !important;
}

.text-info {
    color: var(--text-num-green) !important;
}

/*=============================================
=            Padding CSS            =
=============================================*/
.pa-0 {
    padding: 0px !important;
}

.pa-5 {
    padding: 5px !important;
}

.pa-10 {
    padding: 10px !important;
}

.pa-15 {
    padding: 15px !important;
}

.pa-20 {
    padding: 20px !important;
}

.pa-25 {
    padding: 25px !important;
}

.pa-30 {
    padding: 30px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 1px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-3 {
    padding-top: 3px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-19 {
    padding-top: 19px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}
.pb-12 {
    padding-bottom: 12px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}
.pb-16 {
    padding-bottom: 16px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

/*=============================================
=            Margin CSS            =
=============================================*/

.ma-0 {
    margin: 0px !important;
}

.ma-5 {
    margin: 5px !important;
}

.ma-10 {
    margin: 10px !important;
}

.ma-15 {
    margin: 15px !important;
}

.ma-20 {
    margin: 20px !important;
}

.ma-25 {
    margin: 25px !important;
}

.ma-30 {
    margin: 30px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mb-16{
    margin-bottom: 16px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-27 {
    margin-top: 27px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-33 {
    margin-top: 33px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}

.mb-14 {
    margin-bottom: 14px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.ml-10 {
    margin-left: 10px !important;
}
.ml-12 {
    margin-left: 12px !important;
}
.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.overflow-y {
    overflow-y: auto !important;
}

.overflow-hide {
    overflow: hidden !important;
}

.overflow-auto {
    overflow: auto !important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.w-20p {
    width: 20%;
}

.w-40p {
    width: 40%;
}

.w-100p {
    width: 100% !important;
}

.w-40 {
    width: 40px !important;
}

.w-50 {
    width: 50px !important;
}

.w-60 {
    width: 60px !important;
}

.w-70 {
    width: 70px !important;
}

.w-80 {
    width: 80px !important;
}

.w-90 {
    width: 90px !important;
}

.w-100 {
    width: 100px !important;
}

.w-105 {
    width: 105px !important;
}

.w-115 {
    width: 115px !important;
}

.w-120 {
    width: 120px !important;
}

.w-130 {
    width: 130px !important;
}

.w-135 {
    width: 135px !important;
}

.w-140 {
    width: 140px !important;
}

.fw-140 {
    width: 140px !important;
    min-width: 140px;
    max-width: 140px;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-210 {
    width: 210px !important;
}

.w-250 {
    width: 250px !important;
}

.w-300 {
    width: 300px !important;
}

.fw-300 {
    width: 300px !important;
    min-width: 300px;
    max-width: 300px;
}

.w-350 {
    width: 350px !important;
}

.w-400 {
    width: 400px !important;
}

.w-420 {
    width: 420px !important;
}

.w-500 {
    width: 500px !important;
}

.w-600 {
    width: 600px !important;
}

.w-800 {
    width: 800px !important;
}

.w-900 {
    width: 900px !important;
}
.h-26{
    height:26px!important;
}
/*=============================================
=            Text position  CSS            =
=============================================*/
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/*=============================================
=            Text color CSS            =
=============================================*/
.color-black {
    color: var(--text--black) !important;
}

/*=============================================
=            Error CSS            =
=============================================*/
.has--error {
    border-color: rgba(248, 63, 55, 0.5) !important;
}

.has--error .form-control {
    background-color: #fce8e8;
}

.form-control.input-error:-webkit-autofill,
.form-control.input-error:-webkit-autofill:hover,
.form-control.input-error:-webkit-autofill:focus,
.form-control.input-error:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fce8e8 inset !important;
}

/*=============================================
=            Background CSS            =
=============================================*/
.bg-green {
    background: #1abc9c !important;
}

.bg-yellow {
    background: #ffbf36 !important;
}

.bg-red {
    background: #f83f37 !important;
}

.bg-blue {
    background: #1565c0 !important;
}

.bg-info {
    background: #288ad6 !important;
}

.bg-orange {
    background: #ff6028 !important;
}

.bg-light {
    background: #fff !important;
}

.bg-lgrey {
    background: #f5f5f5 !important;
}

.bg-transparent {
    background: transparent !important;
}

/*=============================================
=            Text color CSS          =
=============================================*/

.txt-dark {
    color: #272b34 !important;
}

.txt-light {
    color: #fff !important;
}

.txt-grey {
    color: #727272 !important;
}

.txt-lgrey {
    color: rgb(204, 204, 204) !important;
}

.txt-info {
    color: #00cccc !important;
}

.txt-warning {
    color: #ffbf36 !important;
}

.txt-primary {
    color: #35afad !important;
}

.txt-success {
    color: #1abc9c !important;
}

.txt-danger {
    color: #e04a4d !important;
}

.txt-yellow {
    color: #ffbf36 !important;
}

.txt-brown {
    color: #7a5449 !important;
}

.txt-orange {
    color: #e67e22 !important;
}

.txt-navyblue {
    color: #1abc9c !important;
}

.txt-navygreen {
    color: #148e75 !important;
}

.txt-blue {
    color: #36afae !important;
    font-size: 13px;
}

.txt-gblue {
    color: #148e75 !important;
}

.txt-green {
    color: #1abc9c !important;
}

.txt-justify {
    text-align: justify !important;
}

.txt-disabled {
    opacity: 0.65 !important;
    cursor: not-allowed;
}

.txt-error {
    color: #e04a4d;
}

.has-error {
    border-color: rgba(248, 63, 55, 0.5) !important;
}

.fill-grey {
    fill: #727272;
}

.txt-underline {
    text-decoration: underline;
}

.txt-uppercase {
    text-transform: uppercase;
}

.txt-wordbreak {
    word-break: break-all;
}

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

/*=============================================
=            Text color CSS          =
=============================================*/
.txt-underline {
    text-decoration: underline;
}

.txt-uppercase {
    text-transform: uppercase;
}

.txt-wordbreak {
    word-break: break-all;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/*=============================================
=            Font size CSS            =
=============================================*/
.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

/*=============================================
=            Font weight CSS            =
=============================================*/

.weight-300 {
    font-weight: 300 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.nonecase-font {
    text-transform: none !important;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.hide {
    display: none !important;
}

.display-none {
    display: none !important;
}

/*=============================================
=            Set min Height            =
=============================================*/
.mHeight-600 {
    min-height: 600px;
}

.mHeight-610 {
    min-height: 610px;
}

.mHeight-620 {
    min-height: 620px;
}

.div-view-content {
    background: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.local-mieruca-box {
    min-height: 250px;
}

/*=============================================
=            Flexbox Grid           =
=============================================*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-inline {
    display: inline-flex;
}

.flex-wrap {
    flex-wrap: wrap;
    flex-direction: row;
}

.flex-middle {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.space--between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.flex-auto {
    flex: 1;
}

.flex-300 {
    flex: 0 0 300px;
}

.flex-400 {
    flex: 0 0 400px;
}

.flex-200 {
    flex: 0 0 200px;
}

.flex-150 {
    flex: 0 0 150px;
}

.flex-120 {
    flex: 0 0 120px;
}

.flex-100 {
    flex: 0 0 100px;
}

.flex-550 {
    flex: 0 0 550px;
}

.flex-end {
    align-items: flex-end;
}

.table-struct {
    display: table !important;
}

.table-cell {
    display: table-cell !important;
}

/*=============================================
=            Vertical item           =
=============================================*/
.vertical-align-top {
    vertical-align: top !important;
}

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

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.full-width {
    width: 100% !important;
}

.half-width {
    width: 50% !important;
}

.w-20p {
    width: 20%;
}

.w-40p {
    width: 40%;
}

.w-100p {
    width: 100% !important;
}

.w-40 {
    width: 40px !important;
}

.w-50 {
    width: 50px !important;
}

.w-60 {
    width: 60px !important;
}

.w-70 {
    width: 70px !important;
}

.w-80 {
    width: 80px !important;
}

.w-90 {
    width: 90px !important;
}

.w-100 {
    width: 100px !important;
}

.w-105 {
    width: 105px !important;
}

.w-115 {
    width: 115px !important;
}

.w-120 {
    width: 120px !important;
}

.w-130 {
    width: 130px !important;
}

.w-135 {
    width: 135px !important;
}

.w-140 {
    width: 140px !important;
}

.w-170 {
    width: 170px !important;
}

.fw-140 {
    width: 140px !important;
    min-width: 140px;
    max-width: 140px;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-210 {
    width: 210px !important;
}

.w-250 {
    width: 250px !important;
}

.w-300 {
    width: 300px !important;
}

.fw-300 {
    width: 300px !important;
    min-width: 300px;
    max-width: 300px;
}

.w-350 {
    width: 350px !important;
}

.w-400 {
    width: 400px !important;
}

.w-500 {
    width: 500px !important;
}

.w-550 {
    width: 550px !important;
}

.w-600 {
    width: 600px !important;
}

.w-800 {
    width: 800px !important;
}

.w-900 {
    width: 900px !important;
}

.auto-width {
    width: auto !important;
}

.max-h400 {
    max-height: 400px !important;
}

.max-h500 {
    max-height: 500px !important;
}

.max-h579 {
    max-height: 579px !important;
}

.max-h600 {
    max-height: 600px !important;
}

.max-h700 {
    max-height: 700px !important;
}

.max-h800 {
    max-height: 800px !important;
}

.max-w400 {
    max-width: 400px;
}

.max-w150 {
    max-width: 150px !important;
}

.max-wfull {
    max-width: 100%;
}

.height-28 {
    height: 28px !important;
}

.height-30 {
    height: 30px !important;
}

.height-34 {
    height: 34px !important;
}

.height-80 {
    height: 80px !important;
}

.height-120 {
    height: 120px !important;
}

.height-600 {
    height: 600px !important;
}

.maxheight-530 {
    max-height: 530px !important;
}

.height-300 {
    height: 300px !important;
}

.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static !important;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static !important;
}

.fixed {
    position: fixed;
}

.border-none {
    border: none !important;
}

.border-radius-none {
    border-radius: 0px !important;
}

.border-bottom {
    border-bottom: 1px solid #e8e8e8 !important;
}

.border-left {
    border-left: 1px solid #e8e8e8;
}

.border-right {
    border-right: 1px solid #e8e8e8;
}

.border {
    border: 1px solid #cbd9de !important;
}

.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-right-none {
    border-right: none !important;
}

.border-left-none {
    border-left: none !important;
}

.border-radius-8px {
    border-radius: 8px;
}

/*=============================================
=            Cut String CSS           =
=============================================*/
.truncate,
.truncate-address {
    max-width: 100px;
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.truncate-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.truncate-text {
    display: inline-block;
    max-width: 100px;
    min-width: 100%;
    white-space: nowrap;
}

.truncate-multiple-text {
    display: inline-block;
    max-width: 100px;
    min-width: 100%;
    white-space: nowrap;
}

.is-truncase-tooltip {
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    /*    line-height: 16px;     */
    max-height: 32px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.is-truncase-tooltip-multiple-row {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.is-truncase-tooltip-three-row {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4em;
    max-height: 55px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ele-clone {
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
}

.truncate-address {
    max-width: 220px;
}

.line-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4rem;
    max-height: 45px;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.line-multie {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4em;
    max-height: 70px;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #cbd9de;
}

/*=============================================
=           Buttons           =
=============================================*/
.btn {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    border: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    outline: none !important;
}

.btn-fb-primary {
    color: #fff !important;
    background-color: #35afad !important;
    border-color: #35afad !important;
}

.btn-fb-primary:hover {
    color: #fff !important;
    background-color: #32a29f !important;
    border-color: #32a29f !important;
}

.btn-fb-line-primary {
    color: #35afad !important;
    background: transparent !important;
    border: 1px solid #35afad !important;
}

.btn-fb-line-primary:hover {
    color: #32a29f !important;
    border-color: #32a29f !important;
}

.btn-fb-default {
    color: #4d6161;
    background-color: #cbd9de;
    border-color: #cbd9de;
}

.btn-fb-default:hover {
    color: #fff;
    background-color: #abbcc4;
    border-color: #abbcc4;
}

.btn-fb-danger {
    color: #fff;
    background-color: #e04a4d;
    border-color: #e04a4d;
}

.btn-fb-danger:hover {
    color: #fff;
    background-color: #c74244;
    border-color: #c74244;
}

.btn-fb-warning {
    color: #fff;
    background-color: #ffbf36;
    border-color: #ffbf36;
}

.btn-fb-warning:hover {
    color: #fff;
    background-color: #fcb82f;
    border-color: #fcb82f;
}

.btn-fb-default-outline,
.btn-fb-default-outline:focus {
    color: #4d6161;
    background-color: transparent;
    border-color: transparent;
    font-weight: 700;
}

.btn-fb-default-outline:hover {
    color: #2f9995;
    background-color: transparent;
    border-color: transparent;
}

.btn-fb-primary:hover {
    color: #fff !important;
    background-color: #32a29f !important;
    border-color: #32a29f !important;
}

/*===Start Format Type button outline ======*/
.btn-fb-outline-primary {
    color: #35afad !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-fb-outline-primary:hover,
.btn-fb-outline-primary:focus {
    color: #2f9995 !important;
}

/*===Start Format Type button in table ======*/
.btn-tbl-outline-warning,
.btn-tbl-outline-danger,
.btn-tbl-outline-default,
.btn-tbl-outline-success,
.btn-tbl-outline-info {
    background: transparent !important;
    border: none !important;
    color: #e67e22;
}

.btn-tbl-outline-warning.btn-rounded,
.btn-tbl-outline-danger.btn-rounded,
.btn-tbl-outline-default.btn-rounded,
.btn-tbl-outline-success.btn-rounded,
.btn-tbl-outline-info.btn-rounded {
    height: 26px;
    width: 26px;
    line-height: 13px!important;
    text-align: center;
    border-radius: 50% !important;
    display: inline-flex;
    justify-content: center;
}

.btn-tbl-outline-warning:hover,
.btn-tbl-outline-warning:focus {
    color: #ffbf36;
    background: #ffe9d5 !important;
}

.btn-tbl-outline-default,
.btn-tbl-outline-default:hover,
.btn-tbl-outline-default:focus {
    color: #4e4e4e;
}

.btn-tbl-outline-default:hover,
.btn-tbl-outline-default:focus {
    background: #edf0f1 !important;
}

.btn-tbl-outline-danger,
.btn-tbl-outline-danger:hover,
.btn-tbl-outline-danger:focus {
    color: #f83f37;
}

.btn-tbl-outline-danger:hover,
.btn-tbl-outline-danger:focus {
    background: #fcd8d1 !important;
}

.btn-tbl-outline-success,
.btn-tbl-outline-success:hover,
.btn-tbl-outline-success:focus {
    color: #5cb85c;
}

.btn-tbl-outline-info,
.btn-tbl-outline-info:hover,
.btn-tbl-outline-info:focus {
    color: #35afad;
}

.btn-tbl-outline-info:hover,
.btn-tbl-outline-info:focus {
    background: #e9f2f2 !important;
}

[class*='btn-tbl-outline-'] i {
    font-size: 18px;
}

.btn.btn-disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-fb-w130 {
    min-width: 130px;
}

.btn__table.btn-fb-primary {
    color: #e67e22;
}

.btn__table.btn-fb-primary:hover {
    color: #e67e22;
    opacity: 0.7;
}

/*===Start Format Type Size Button ======*/
.btn.active,
.btn:active {
    box-shadow: none;
}

.btn.btn-large {
    font-size: 14px;
    padding: 9px 10px;
    font-weight: bold;
}

.btn.btn-medium {
    font-size: 13px;
    padding: 4px 5px;
}

.btn.btn-toolbar {
    margin-top: -6px;
}

.btn.btn-small {
    font-size: 12px;
    padding: 0px 8px;
    line-height: 28px;
}

.btn.btn-minW {
    min-width: 80px;
}

.btn-rounded {
    border-radius: 8px !important;
}

.btn--w36,
.btn-w36 {
    width: 36px;
}

/*===End Format Type Size Button ======*/

button[disabled],
button[disabled]:hover {
    background: #d8e7ed !important;
    color: #abbcc4 !important;
}

/*=============================================
=            Icon circle common          =
=============================================*/
.fb-btn-edit,
.fb-btn-delete {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #30b597;
}

.fb-btn-edit:hover {
    background: var(--bg-num-light-green);
    cursor: pointer;
}

.fb-btn-delete {
    color: #e04a4d;
}

.fb-btn-delete:hover {
    background: var(--bg-light-red-color);
    cursor: pointer;
}

/*=============================================
=            Icon top action          =
=============================================*/
.btn-action {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    width: 32px;
    text-align: center;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-action .mdi {
    line-height: 0;
}

/*=============================================
=            Icon circle common          =
=============================================*/
.fb-btn-edit,
.fb-btn-delete {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #30b597;
}

.fb-btn-edit:hover {
    background: var(--bg-num-light-green);
    cursor: pointer;
}

.fb-btn-delete {
    color: #e04a4d;
}

.fb-btn-delete:hover {
    background: var(--bg-light-red-color);
    cursor: pointer;
}

/*=============================================
=            Button icon table          =
=============================================*/
.fb-status-view,
.fb-status-edit,
.fb-status-delete {
    flex: 0 0 32px;
    height: 32px;
    color: #35afad;
    margin-left: auto;
    border-radius: 100%;
    text-align: center;
    padding: 5px;
    line-height: 22px;
}

.fb-status-view {
    color: #abbcc4;
}

.fb-status-delete {
    color: #e04a4d;
}

.fb-status-edit:hover {
    cursor: pointer;
    background: var(--bg-light-gray-color);
}

.fb-status-delete:hover {
    cursor: pointer;
    background: var(--bg-light-red-color);
}

.fb-status-view:hover {
    cursor: pointer;
    background: var(--bg-light-gray-color);
}

/*=============================================
=            Flexbox Grid           =
=============================================*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-inline {
    display: inline-flex;
}

.flex-wrap {
    flex-wrap: wrap;
    flex-direction: row;
}

.flex-middle {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.flex-auto {
    flex: 1;
}

.flex-300 {
    flex: 0 0 300px;
}

.flex-400 {
    flex: 0 0 400px;
}

.flex-200 {
    flex: 0 0 200px;
}

.flex-150 {
    flex: 0 0 150px;
}

.flex-120 {
    flex: 0 0 120px;
}

.flex-100 {
    flex: 0 0 100px;
}

.flex-end {
    align-items: flex-end;
}

.table-struct {
    display: table !important;
}

.table-cell {
    display: table-cell !important;
}

/*===End Format Button icon  ======*/
.line-top-transparent {
    border-top: transparent !important;
}

.line-vertical {
    border-left: 1px solid #cbd9de !important;
}

textarea {
    resize: none;
    border-radius: 8px;
}

/*=============================================
=            Checkbox CSS            =
=============================================*/
.checkbox + .checkbox,
.radio + .radio {
    margin-top: 10px;
}

.checkbox,
.radio {
    padding-left: 20px;
}

.checkbox label,
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}

.checkbox input[type='checkbox'],
.checkbox input[type='radio'] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkbox input[type='checkbox'] {
    width: 17px;
    height: 17px;
}

.radio input[type='radio'] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.radio input[type='radio']:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type='radio'][disabled],
.radio label[disabled='disabled']::before {
    cursor: not-allowed;
}

.checkbox input[type='checkbox'][disabled],
.checkbox label[disabled='disabled']::before {
    cursor: not-allowed;
    background-color: #d5dfe3;
}

.checkbox label:before,
.radio label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    top: 0px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #d5dfe3;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    cursor: pointer;
}

.checkbox label::after,
.radio label::after {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0px;
    top: 0px;
    margin-left: -20px;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    background: #35afad;
    text-align: center;
    border-radius: 4px;
}

.radio label::before,
.radio label::after {
    border-radius: 50%;
}

.checkbox input[type='checkbox']:checked + label::after,
.radio input[type='radio']:checked + label::after {
    font-family: 'Material Design Icons';
    content: '\F0E1E';
    font-size: 16px;
    line-height: 1;
}

/*=========Start New Card ========*/

.card-border {
    border: 1px solid #cbd9de;
}

.card {
    background: #fff;
    border-radius: 8px;
}

.card-header,
.card-footer {
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
}

.bg-card-header {
    background: #f5f5f5;
}

.card-header {
    border-bottom: 1px solid #cbd9de;
    background: #fafafa;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-body {
    padding: 10px;
}

.card-footer {
    border-top: 1px solid #cbd9de;
    background: #fafafa;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/*========= End New Card ========*/

/*=========Start New UI Japan Card ========*/

.fb-card-border {
    border: 1px solid #cbd9de;
}

.fb-card {
    background: #fff;
    border-radius: 8px;
    margin-top: 16px;
}

.fb-card-header,
.fb-card-footer {
    font-weight: 600;
    font-size: 14px;
    padding: 16px 24px;
}

.fb-bg-card-header {
    background: #f5f5f5;
}

.fb-card-header {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2eaed;
}

.fb-card-header .fb-card-heading {
    font-size: 14px;
    color: #384747;
    font-weight: 600;
    flex: 1;
    padding-right: 15px;
}

.fb-caption {
    background: var(--bg-title);
    border-left: 5px solid var(--text-num-green);
    padding-left: 13px;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}

.fb-card-body {
    padding: 16px 24px;
}

.fb-card-footer {
    border-top: 1px solid #cbd9de;
    background: #fafafa;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/*========= End New UI Japan Card ========*/

/*=============================================
=            Notification           =
=============================================*/
.alert {
    position: relative;
    padding: 12px 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 8px;
    background-color: #fff;
    text-align: left;
}

.alert i {
    position: relative;
    top: 0;
    line-height: 1;
}

.alert .flex {
    align-items: flex-start;
}

.alert ul {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3px;
}

.alert ul > li {
    position: relative;
    padding-left: 5px;
}

.alert ul > li:before {
    content: '·';
    font-size: 20px;
    vertical-align: middle;
    position: absolute;
    left: -2px;
    top: -5px;
}

.alert a {
    color: #35afad !important;
    font-weight: 600;
    cursor: pointer;
}

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

.alert .link-center {
    margin-top: 5px !important;
    display: inline-block !important;
}

.alert .item-info-error {
    min-height: 25px;
    display: flex;
    flex-direction: column;
}

.alert .title-error {
    font-size: 18px;
    font-weight: 700;
}

/*=============================================
=            Solid colored alerts          =
=============================================*/
[class*='alert-solid-'] {
    border-width: 0;
    color: #fff;
}

.alert-solid-success {
    background-color: #cbf7d1;
    color: #2f9995;
}

.alert-solid-info {
    color: #0f7296;
    background-color: #cbebf7;
}

.alert-solid-info h6 {
    color: #0f7296;
}

.alert-solid-warning {
    background-color: #fff0bc;
    color: #99822f;
}

.alert-solid-warning h6 {
    color: #99822f;
}

.alert-solid-danger {
    background-color: #ffd4d4;
    color: #e04a4d;
}

.alert-solid-danger h6 {
    color: #e04a4d;
}

/*=============================================
=            Solid outline alerts         =
=============================================*/
.alert-outline-success {
    border-color: #65fe19;
    color: #3bb001;
}

.alert-outline-info {
    border-color: #1ab6cf;
    color: #17a2b8;
}

.alert-outline-warning {
    border-color: #ffdb6d;
    color: #d39e00;
}

.alert-outline-danger {
    border-color: #eb8c95;
    color: #bd2130;
}

/*=============================================
=            Custom Loading Page            =
=============================================*/

.load-page {
    background: #fff;
    position: fixed;
    z-index: 10001;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 3px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
}

.loading::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    content: '';
    opacity: 0;
    background: #36afae;
    -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
    -moz-transition: opacity 0.2s, box-shadow 2s 4s;
    transition: opacity 0.2s, box-shadow 2s 4s;
    -webkit-transform: rotate(2deg) translateY(-2px);
    -moz-transform: rotate(2deg) translateY(-2px);
    -ms-transform: rotate(2deg) translateY(-2px);
    -o-transform: rotate(2deg) translateY(-2px);
    transform: rotate(2deg) translateY(-2px);
}

.loading.la--animate {
    z-index: 10001;
    background: #36afae;
    opacity: 1;
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    -moz-transition: -moz-transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.loading.la--animate::after {
    opacity: 1;
}

/*=============================================
=            Loading function         =
=============================================*/
.loading-page,
.loading-box,
.loading-page-content {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
    left: 0;
    opacity: 0.8;
}

.loading-box {
    position: absolute !important;
    z-index: 1019;
    width: 100%;
    border-radius: 8px;
}

.loading-page-content {
    top: 50px;
    height: calc(100% - 50px);
    width: calc(100% - 240px);
    z-index: 1031;
    left: 240px;
}

.az-sidebar-hide .loading-page-content {
    left: 50px;
    width: calc(100% - 50px);
}

.loading-body .loading-page {
    top: 115px;
    z-index: 99;
}

body.is-sticky .loading-body .loading-page {
    top: 51px;
    z-index: 99;
}

@media (max-width: 991px) {
    .loading-body .loading-page {
        top: 66px;
    }
}

.loading-center--absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100%;
    max-width: 1300px;
    margin-top: -75px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1032;
    display: flex;
    flex-direction: column;
}

.loading-left-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 1300px;
    text-align: left;
    z-index: 95;
}

.object {
    width: 20px;
    height: 20px;
    background-color: red;
    display: inline-block;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.object-image {
    width: 64px;
    margin: auto;
}

.object-image img {
    width: 64px;
}

.object.object-small {
    width: 8px;
    height: 8px;
    margin-top: 0;
}

.object--one {
    -webkit--animation: object--one 1.5s infinite;
    animation: object--one 1.5s infinite;
}

.object--two {
    -webkit--animation: object--two 1.5s infinite;
    animation: object--two 1.5s infinite;
    -webkit--animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.object--three {
    -webkit--animation: object--three 1.5s infinite;
    animation: object--three 1.5s infinite;
    -webkit--animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.title-loading {
    font-size: 14px;
    font-weight: 600;
    color: red;
}

@-webkit-keyframes object--one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object--one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object--two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object--two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object--three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object--three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

/*==== Switch button ====*/
.on-off-toggle {
    width: 56px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.on-off-toggle label {
    margin-bottom: 0;
}

.on-off-toggle-slider {
    width: 56px;
    height: 24px;
    display: block;
    border-radius: 34px;
    background-color: #92a1a8;
    transition: background-color 0.4s;
    cursor: pointer;
}

.on-off-toggle-slider:before {
    content: '';
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 1px #dedfdf;
    bottom: 3px;
    height: 18px;
    left: 3px;
    position: absolute;
    transition: 0.4s;
    width: 18px;
    z-index: 5;
    border-radius: 100%;
}

.on-off-toggle-slider:hover:before {
    background: #e9f2f2;
    box-shadow: 0 0 0 1px #e9f2f2;
}

.on-off-toggle-slider:after {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    content: 'off';
    color: #fff;
    padding-left: 26px;
    transition: all 0.4s;
}

.on-off-toggle-input {
    /*
        This way of hiding the default input is better
        for accessibility than using display: none;
    */
    position: absolute;
    opacity: 0;
}

.on-off-toggle-input:checked + .on-off-toggle-slider {
    background-color: #35afad;
}

.on-off-toggle-input:checked + .on-off-toggle-slider:before {
    left: 34px;
}

.on-off-toggle-input:checked + .on-off-toggle-slider:after {
    content: 'on';
    color: #ffffff;
    padding-left: 8px;
}

/*=============================================
=            Badge           =
=============================================*/
.badge {
    background-color: #dcdcdc;
    font-weight: 400;
    padding: 5px 10px;
    color: #272b34;
}

.badge.badge-custom {
    padding: 3px 5px;
    font-size: 12px;
    background: #e9f2f2;
    color: #35afad;
    margin-left: 5px;
}

.badge.badge-info {
    background: #17a2b8 !important;
    color: #fff;
}

.badge.badge-primary {
    background: #1565c0 !important;
    color: #fff;
}

.badge.badge-success {
    background: #1abc9c !important;
    color: #fff;
}

.badge.badge-danger {
    background: transparent !important;
    color: #f83f37;
    font-weight: bold;
    font-size: 12px !important;
}

.badge.badge-warning {
    background: rgb(230, 126, 34) !important;
    color: #fff;
}

.badge.transparent-badge {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.badge.transparent-badge.badge-info {
    color: #ed1b60;
}

.badge.transparent-badge.badge-primary {
    color: #1565c0;
}

.badge.transparent-badge.badge-success {
    color: #1abc9c;
}

.badge.transparent-badge.badge-danger {
    color: #f83f37;
}

.badge.transparent-badge.badge-warning {
    color: #ffbf36;
}

.badge-sm {
    padding: 0px;
}

.cursor-pointer {
    cursor: pointer;
}

/* chart's periodicity */
.fb-list-time {
    margin-left: auto;
    padding-right: 40px;
}

.fb-list-time .btn-line {
    background: #fff;
    color: #92a1a8;
    border-bottom: 2px solid #fff;
    font-size: 12px;
    font-weight: bold;
}

.fb-list-time .btn-line:hover {
    border-bottom-color: #fff;
    color: #2fa6a3;
    background: transparent;
}

.fb-list-time .btn-line.active {
    border-bottom-color: #2fa6a3;
    color: #384747;
}

.fb-list-time .btn-line.active:hover,
.fb-list-time .btn-line.active:focus {
    color: #2fa6a3;
    background: transparent;
}

.break-word {
    word-break: break-word !important;
}
.daterange-tooltip .tooltip-inner{
    max-width: 400px !important;
    min-width: 100%;
    white-space: nowrap;
}

.lbl-red{
    padding: 4px;
    border-radius: 4px;
    background-color: #ffd9c1;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #ee6033;
    position: relative;
    right: 0;
    width: 48px;
    text-align: center;
    top: -2px;
}
.liveError {
    background-color: #ffd4d4 !important;
}
.circle-item{
    width:14px;
    height:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:100%;
}