@font-face {
    font-family: 'Eina03-Regular';
    src: local('Eina03-Regular'), url('../fonts/Eina03-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Eina03-SemiBold';
    src: local('Eina03-SemiBold'), url('../fonts/Eina03-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Eina03-Bold';
    src: local('Eina03-Bold'), url('../fonts/Eina03-Bold.ttf') format('truetype');
}

:root {
  --color-dark-navy-gray: #373B53;
  --color-very-light-gray: #E4E6F2;
  --color-text-light-gray: #696A77;
  --color-background-gray: #F8F8FB;


  --color_blue:#0FA4E1;
  --color_dark_navy_blue: #3d4857;
  --color_blue_gray: #527487;
  --color_gray:#CCC;
  --color_dark_gray:#4d4d4d;
  --color_red:#DF0E0E;
  --color_green: #4AAB50;
  --color_even:#C8D6F0;
  --color_odd:#A4ACBB;
  --color_light_grey: #F7F3F3;
  --color_table_header:#0FA4E1;
  --color_panel_back:#f9fafa;
  --color_panel_title:#d0d9df

}

*{box-sizing: border-box;}
body{
  font-family: 'Roboto', sans-serif; border:0px; font-weight: 300;
  margin:0;
  /* background: #757575; */
}
p{margin:0}
@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}
input, button {outline: none;}
a {text-decoration:none;}
hr {border: 0; height: 0.5px; background: white;}
nav {margin:0; padding: 0;}



.section-full {width:100%; height:70px; overflow: auto;}
.section-middle {width:90%; margin-left: 5%; overflow: auto; margin: 0px auto;}

.input-error-panel { display: flex; margin: 0 0 5px 10px; overflow: hidden; flex-grow: 1; padding-top: 4px; background: rgba(255, 119, 101, 0.2); mix-blend-mode: normal; border: 1px solid #FF8C73; border-radius: 5px;}
.input-error-panel img {width:20px; height: 20px; margin-left: 5px;}
.input-error-panel div {margin: 2px 5px; overflow: hidden; font-size: 14px; color:white; }

.input-title {margin: 5px 0 10px 0; }
.input-title-container {display: flex;}

.input-style1 {width:100%; background: rgba(255, 255, 255, 0.7); padding: 0 10px;font-size:18px; border: 0px solid #000000; box-sizing: border-box; border-radius: 5px; Height: 45px;}
.input-style2 { height:30px; padding: 5px; width: 700px; border: 1px solid var(--color_blue); font-size: 14px; border-radius: 4px;
     -webkit-appearance: button; appearance: button; outline: none;}
.button_style1 {width:100px; height:40px; display: flex;
  justify-content: center;
  align-items: center; cursor:pointer; font-size: 16px; font-family: 'Roboto'; color:white; padding: 6px 12px 6px 12px; background: #5262ED; border-radius: 20px;}
.button_style1:hover{background: #7A87FF; transition: 0.8s;}


.radiobutton_container{}
.radiobutton_container img {width:30px; height: 30px; cursor: pointer;}


/* *** Panel CSS ***  */
.panelTinted {width:100%; height: 100%; background-color:rgba(255,255,255,0.8); position:absolute; left:0px; top:0px; z-index:1000;}
.panelMain {position: fixed; border-radius: 8px; background-color:#343d44; top: 100px;z-index:1001;
                       width:400px;left: 50%;margin-left: -200px;}
.panelText {width:90%; margin-left:5%; margin-top: 20px; color:white; text-align: center;}
.panelButton {display: inline-block; border-radius: 25px; background-color: #00a7de; color: #FFFFFF;
               text-align: center; font-size: 16px; padding: 10px; width: 150px; cursor: pointer; margin: 50px 0px 20px 0px;}
/* *** Panel CSS *** */

.page-logo {margin: 10px 0 0 20px; font-size: 2em;}
.section-main {width:100%; height: calc(100vh - 70px); overflow: auto;}
.page-header {background: red}

.width150 {width:150px !important;}
.width180 {width:180px !important;}
.width20 {width:20px !important;}
.back-blue {background-color: var(--color_blue) !important;}
.back-light-gray {background-color: var(--color-background-gray) !important;}
.back-green {background-color: var(--color_green) !important;}
.back-red {background-color: var(--color_red) !important;}
.back-light-gray {background-color: var(--color_light_grey) !important;}
.color-white {color: white !important;}
.hidden {display: none !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.ml0 {margin-left: 0 !important; }
.pt70 {padding-top:70px !important;}
.flex-grow-2 {flex-grow:2 !important}
.margin-right-0 {margin-right:0px !important}
.pointer {cursor:pointer !important;}
.fs-14 {font-size: 14px !important;}
.fs-12 {font-size: 12px !important;}
.fs-10 {font-size: 10px !important;}
.fs-8 {font-size: 8px !important;}
.font-pridi {font-family: 'Pridi', serif;}
.font-eina-regular {font-family: 'Eina03-Regular', serif;}
.font-eina-semi-bold {font-family: 'Eina03-SemiBold', serif;}
.font-eina-bold {font-family: 'Eina03-Bold', serif;}

.flex{display: flex;}
.hide{display: none;}
.flex-space-between{justify-content: space-between;}
.flex-wrap {flex-wrap: wrap;}
.for-desktop{display: none;}

@media (min-width: 768px) {
  .for-mobile{display: none;}
  .for-desktop{display: flex;}
  /* .section-middle {width:700px;} */
}

@media (min-width: 1050px) {
  .section-middle {width:1000px;}
}

@media (min-width: 1200px) {
  .section-middle {width:1200px; }
}







/*
.signin-background{background: #e9eef0;}
.portal-logo {width:100px; height:100px;}
.panel_style1{ background: var(--color_panel_back); flex-grow: 1; min-width: 300px; overflow: hidden; border-radius: 5px; margin: 0px 10px;}
.panel_style1 .panel_style1_title{ background: var(--color_panel_title); flex-grow: 1; min-width: 300px; height:50px; text-align: left; padding: 13px 0px 0px 10px;
      letter-spacing: 1.1px;}
.panel_style1 .panel_style1_row{margin:10px 10px 0px 10px; }
.panel_style1 .panel_style1_row_line {border-bottom:1px solid var(--color_panel_title);}
.panel_style1_filter_title {width:120px; height:45px; padding-top:10px; border-right:1px solid var(--color_panel_title);}



.select-style1  { height:30px; padding: 5px; width: 200px; border: 1px solid var(--color_blue); font-size: 14px;
   -webkit-appearance: button; appearance: button; outline: none; border-radius: 8px; color: var(--color_blue_gray)}

.textarea-style1 { height:150px; padding: 5px; width: 200px; border: 1px solid var(--color_blue); font-size: 14px; border-radius: 4px;
     -webkit-appearance: button; appearance: button; outline: none;}
.select-style2 { height:45px; padding: 12px; color:var(--color_blue); font-size: 14px; border: 0px; background: white; outline: none; flex-grow: 1;}
.input-style2 { height:30px; padding: 5px; border:0px; border-bottom: 1px solid var(--color_panel_title); font-size: 14px;
       -webkit-appearance: button; appearance: button; outline: none; background: var(--color_panel_back); flex-grow: 1;}



.status-style1{border-radius: 8px; width:100px; padding-top: 5px; text-align: center; height: 25px; color: white; font-weight: 400;}

header {position:fixed;left:0;right:0;top:0; z-index:10;  }
header .header-top {height:100px; background-color:var(--color_dark_navy_blue);color:#fff; padding-bottom: 20px;}
header .header-top .header-logo{padding-left: 20px; float:left; }
header .header-top .header-text{padding-left: 20px; font-size:26px; font-weight: 100; float:left;margin-top: 28px; letter-spacing: 1.1px;}
header .header-top img {height:35px;}
header .breadcrumb {background-color:var(--color_gray); text-transform:uppercase; height:40px}

header .main-navigator { position:fixed; top:100px; bottom:0;left:0; width:270px;background-color:#e8edf0;transition:.2s ease-in-out; }
header .main-navigator .nav-item { height: 50px;border-bottom:1px solid var(--color_gray); position:relative; text-transform:uppercase; font-weight:400;}
header .main-navigator .nav-item:hover {background-color: #d2dfe8}
header .main-navigator .nav-item .nav-item-line {color:#62676f; font-size:16px; margin-left:10px; height:20px; padding-top: 14px;}
header .main-navigator .nav-item .child{margin-left: 35px;}

section {margin-top:100px; margin-left:260px; width: calc(100% - 252px); }


.table-style2 {width: 100%; font-size:14px; padding: 2px; border-collapse: collapse; background: white; overflow: hidden;}
.table-style2 td:first-child, .table-style2 th:first-child { padding-left: 10px;}

.table-style2 thead {overflow: hidden;}
.table-style2 thead tr { height: 40px;  background: #cfd9df; overflow: hidden;}
.table-style2 tbody tr { height: 40px; }
.table-style2 tbody tr:last-child {border: 0;}
.table-style2 td, .table-style2 th { text-align: left; color:#537488 }
.table-style2 th{ font-size: 14px;  text-align: left; color: #527487; line-height: 1.2; font-weight: unset;}
.table-style2 tbody tr:nth-child(even) { background-color: #f5fcfe;}
.table-style2 tbody tr {color: #808080; line-height: 1.2; font-weight: unset;}
.table-style2 tbody tr:hover { color: #555555; background-color: #f5f5f5; cursor: pointer;}
.table-style2 tfoot tr { height: 40px;  background: #cfd9df; overflow: hidden; }
.table-style2 tfoot td, .table-style2 tfoot th { color:black; font-weight: 400}


.button_panel_style1 {background:white; border: 1px solid var(--color_blue_gray); height:40px; color:#537488; border-radius:6px; cursor: pointer;
  text-align: center; padding-top: 8px; margin: 40px 10px 10px 10px;}

.panel_table1 td {margin: 10px; width: 140px; height:35px; border-bottom: 1px solid black}



.button_panel_style1:hover {color:white;background :#537488;}
input:-webkit-autofill {-webkit-animation-name: autofill; -webkit-animation-fill-mode: both;}
input {outline: none;}



.section-sign-in{width:400px; margin: 300px auto 0px auto;  background: red; height:320px; background: white; border-radius: 6px; overflow: hidden;  letter-spacing: 1.1px;}
.section-sign-in .sign-in-title{height:60px; font-weight:300; letter-spacing: 1.3px;background-color: var(--color_dark_navy_blue); color:white; text-align: center; font-size: 18px;padding-top: 15px; }

.user-input-wrp { position: relative; width: 340px; margin-left: 30px; }
.user-input-wrp .inputText{width: 100%; outline: none; border:none; font-size: 18px; border-bottom: 1px solid var(--color_gray); }
.user-input-wrp .inputText:focus{ border-color: var(--color_dark_navy_blue); border-width: medium medium 2px;}
.user-input-wrp .floating-label { position: absolute; pointer-events: none; top: 18px; left: 0px; color:var(--color_gray); transition: 0.2s ease all;}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{ top: 0px; left: 0px; font-size: 14px; opacity: 1; color:var(--color_blue_gray);}
.sign_in-btn {width:340px; cursor:pointer; height:50px; margin:30px 30px 0px 30px; border-radius: 5px; background: #d0d9df;
              color:var(--color_blue_gray); font-size: 18px;  text-align: center; padding-top:12px}
.sign_in-btn:hover {color:var(--color_dark_navy_blue);}













.note-create_label{display: inline-block; width:150px;}
.note-show_label_title{display: inline-block; width:100px; vertical-align: top;}
.note-show_label_value{display: inline-block; width:430px; vertical-align: top; color: var(--color_blue); border-bottom: 1px var(--color_gray) solid}


.customer-filter-box {flex:1 1 auto; border: var(--color_panel_title) 1px solid; border-radius: 4px; height: 47px; margin-right: 5px; padding-left: 10px; padding-right: 10px;}
.customer-section{ border-radius: 8px; }
.table-style1 {width: 100%; margin-top: 10px;  font-size:14px; border-radius: 4px; padding: 2px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);;
  border-collapse: collapse; background: white; overflow: hidden;}
.table-style1 td:first-child, .table-style1 th:first-child { padding-left: 5px;}

.table-style1 thead {overflow: hidden;}
.table-style1 thead tr { height: 40px;  background:  var(--color_blue); overflow: hidden;}
.table-style1 tbody tr { height: 30px;}
.table-style1 tbody tr:last-child {border: 0;}
.table-style1 td, .table-style1 th { text-align: left;}
.table-style1 th{ font-size: 14px; color: #fff; line-height: 1.2; font-weight: unset;}
.table-style1 tbody tr:nth-child(even) { background-color: #f5f5f5;}
.table-style1 tbody tr {color: #808080; line-height: 1.2; font-weight: unset;}
.table-style1 tbody tr:hover { color: #555555; background-color: #f5f5f5; cursor: pointer;}


.customer-filters {width:400px; padding:20px; border: 1px solid #f5f5f5; border-radius: 8px; margin-bottom:10px}
.customer-filters_label{display: inline-block; width:150px;}
.customer-filters_options{}
.customer-filters > div {margin-bottom: 10px;}

.customers-search-container {width:100px; display: inline-block; background: red; text-align: right; float: right;}

.button_white_style1 {color:var(--color_dark_navy_blue); background: white; margin-right: 5px;}




.customer-info-section{ }
.table-customer-info-box th{background: var(--color_table_header); text-align: center; color:white;}
.table-customer-info-box {width:800px; border: 0px; border-spacing: 0; border-radius: 4px; overflow: hidden; margin: 10px auto 10px auto;}
.table-customer-info-box tr{height:35px;}
.table-customer-info-box td{width:550px; padding-left: 10px;}
.table-customer-info-box td:first-child{width:250px; }
.table-customer-info-box tr:nth-child(even) { background-color: #f5f5f5;}
.table-customer-info-box tr:nth-child(odd) { background-color: #e1e1e1;}
.table-customer-info-box_explain {font-size:12px; color:#333; color:var(--color_blue)}

.table_cancel_label{margin-left:10px; cursor:pointer; padding: 6px; }
.customer-info__branch-header {display:flex; justify-content:space-between; }


.table_button{margin-left:10px; cursor:pointer; color:white; padding: 6px; background: #80bfff; border-radius: 3px;}
.table_edit_label{float:right; margin-right:10px; cursor:pointer; color:var(--color_blue)}
.table_save_label{margin-left:10px; cursor:pointer; padding: 6px; }

.width500 {width:500px;}
.width700 {width:700px;}


.note-list-show-main {margin-top:20px; background: var(--color_light_grey); padding:10px; border-radius: 4px;}
.note-list-show-date {font-size: 10px; color:var(--color_blue); font-style: italic;}
.note-list-show-subject {font-size:18px;}
.note-list-show-body {font-size:14px; margin-top: 10px;}

.note-register {padding:20px; border: 1px solid #f5f5f5; border-radius: 8px; margin-bottom:10px}

.note-register > div {margin-bottom: 10px;}

.pagination-link {display: inline-block; margin: 0px 5px; background-color: var(--color_blue); padding: 3px; width:30px;border-radius: 50%; cursor: pointer; text-align:center;}
.pagination-not-link {display: inline-block;width:30px; margin: 0px 4px; background-color: white; padding: 3px 5px;; border-radius: 50%;; border: 1px solid var(--color_blue);}
*/
