@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=vietnamese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
/* font-size */
/* Responsive */
/* @include breakpoint(lores) {

} */
/*Font _ start*/
/*Font _ end*/
/*Color _ start*/
/*Color _ end*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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-family: inherit;
  outline: none !important; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  min-height: 100%; }

body {
  background-color: #f5f5f5;
  font-weight: 400;
  color: #333333; }

ol, ul {
  list-style: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  button:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

input[type=text], textarea {
  -webkit-appearance: none; }

@font-face {
  font-family: "Avo";
  font-style: normal;
  src: url("../fonts/UTM Avo.ttf"); }

@font-face {
  font-family: "AvoBold";
  font-style: normal;
  src: url("../fonts/UTM AvoBold.ttf"); }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.heading_title {
  display: block; }
  .heading_title h2 {
    font-size: 2.429em; }
  .heading_title h3 {
    font-size: 2.143em; }
  .heading_title h4 {
    font-size: 1.857em; }
  .heading_title h5 {
    font-size: 1.571em; }
  .heading_title h6 {
    font-size: 1.286em; }

input[type=range] {
  border: none;
  height: 27px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%; }
  input[type=range]:hover, input[type=range]:focus {
    border: none;
    outline: none; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #e1e1e1;
  background: #3071A9;
  border-radius: 0px;
  border: 1px solid #E1E1E1; }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 0px #E1E1E1;
  border: 0px solid #E1E1E1;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3071A9; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #e1e1e1;
  background: #3071A9;
  border-radius: 0px;
  border: 1px solid #E1E1E1; }

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 0px #E1E1E1;
  border: 0px solid #E1E1E1;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #000000;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #3071A9;
  border: 1px solid #E1E1E1;
  border-radius: 0px;
  box-shadow: 1px 1px 1px #e1e1e1; }

input[type=range]::-ms-fill-upper {
  background: #3071A9;
  border: 1px solid #E1E1E1;
  border-radius: 0px;
  box-shadow: 1px 1px 1px #e1e1e1; }

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 0px #E1E1E1;
  border: 0px solid #E1E1E1;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #000000;
  cursor: pointer; }

input[type=range]:focus::-ms-fill-lower {
  background: #3071A9; }

input[type=range]:focus::-ms-fill-upper {
  background: #3071A9; }

.input-range__slider:active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.input-range__slider:focus {
  box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2); }

.input-range--disabled .input-range__slider {
  background: #cccccc;
  border: 1px solid #cccccc;
  box-shadow: none;
  -webkit-transform: none;
  transform: none; }

.input-range__slider-container {
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out; }

.input-range__label {
  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  white-space: nowrap; }

.input-range__label--min,
.input-range__label--max {
  bottom: -1.4rem;
  position: absolute;
  display: none; }

.input-range__label--min {
  left: 0; }

.input-range__label--max {
  right: 0; }

.input-range__label--value {
  position: absolute;
  top: -2.2rem; }

.input-range__label-container {
  left: -50%;
  position: relative;
  font-size: 1.3em;
  color: #333;
  font-weight: bold; }

.input-range__label--max .input-range__label-container {
  left: 50%; }

.input-range__track {
  background: #eeeeee;
  border-radius: 0.1rem;
  cursor: pointer;
  display: block;
  height: 0.1rem;
  position: relative;
  -webkit-transition: left 0.3s ease-out, width 0.3s ease-out;
  transition: left 0.3s ease-out, width 0.3s ease-out;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
  -moz-transition: left 0.3s ease-out, width 0.3s ease-out;
  -ms-transition: left 0.3s ease-out, width 0.3s ease-out;
  -o-transition: left 0.3s ease-out, width 0.3s ease-out; }

.input-range--disabled .input-range__track {
  background: #eeeeee; }

.input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%; }

.input-range {
  height: 1rem;
  position: relative;
  width: 100%; }

.opa_0 {
  opacity: 0; }

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

.valida_feedback {
  font-size: 0.9em;
  color: red;
  min-height: 1.5em; }

.paconlr {
  padding-left: 1.071em;
  padding-right: 1.071em; }

.hideText {
  line-height: 0 !important;
  font-size: 0 !important;
  text-indent: -9999px;
  overflow: hidden; }

ul li {
  list-style: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding_bottom_15 {
  padding-bottom: 15px !important; }

.padding_bottom_15 {
  padding-bottom: 15px !important; }

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

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

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

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

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

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

.padding_bottom_20 {
  padding-bottom: 20px !important; }

.padding_bottom_20 {
  padding-bottom: 20px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding_top_55 {
  padding-top: 55px !important; }

.padding_top_55 {
  padding-top: 55px !important; }

.padding_right_55 {
  padding-right: 55px !important; }

.padding_right_55 {
  padding-right: 55px !important; }

.padding_bottom_55 {
  padding-bottom: 55px !important; }

.padding_bottom_55 {
  padding-bottom: 55px !important; }

.padding_left_55 {
  padding-left: 55px !important; }

.padding_left_55 {
  padding-left: 55px !important; }

.padding_top_60 {
  padding-top: 60px !important; }

.padding_top_60 {
  padding-top: 60px !important; }

.padding_right_60 {
  padding-right: 60px !important; }

.padding_right_60 {
  padding-right: 60px !important; }

.padding_bottom_60 {
  padding-bottom: 60px !important; }

.padding_bottom_60 {
  padding-bottom: 60px !important; }

.padding_left_60 {
  padding-left: 60px !important; }

.padding_left_60 {
  padding-left: 60px !important; }

.padding_top_65 {
  padding-top: 65px !important; }

.padding_top_65 {
  padding-top: 65px !important; }

.padding_right_65 {
  padding-right: 65px !important; }

.padding_right_65 {
  padding-right: 65px !important; }

.padding_bottom_65 {
  padding-bottom: 65px !important; }

.padding_bottom_65 {
  padding-bottom: 65px !important; }

.padding_left_65 {
  padding-left: 65px !important; }

.padding_left_65 {
  padding-left: 65px !important; }

.padding_top_70 {
  padding-top: 70px !important; }

.padding_top_70 {
  padding-top: 70px !important; }

.padding_right_70 {
  padding-right: 70px !important; }

.padding_right_70 {
  padding-right: 70px !important; }

.padding_bottom_70 {
  padding-bottom: 70px !important; }

.padding_bottom_70 {
  padding-bottom: 70px !important; }

.padding_left_70 {
  padding-left: 70px !important; }

.padding_left_70 {
  padding-left: 70px !important; }

.padding_top_75 {
  padding-top: 75px !important; }

.padding_top_75 {
  padding-top: 75px !important; }

.padding_right_75 {
  padding-right: 75px !important; }

.padding_right_75 {
  padding-right: 75px !important; }

.padding_bottom_75 {
  padding-bottom: 75px !important; }

.padding_bottom_75 {
  padding-bottom: 75px !important; }

.padding_left_75 {
  padding-left: 75px !important; }

.padding_left_75 {
  padding-left: 75px !important; }

.padding_top_80 {
  padding-top: 80px !important; }

.padding_top_80 {
  padding-top: 80px !important; }

.padding_right_80 {
  padding-right: 80px !important; }

.padding_right_80 {
  padding-right: 80px !important; }

.padding_bottom_80 {
  padding-bottom: 80px !important; }

.padding_bottom_80 {
  padding-bottom: 80px !important; }

.padding_left_80 {
  padding-left: 80px !important; }

.padding_left_80 {
  padding-left: 80px !important; }

.padding_top_85 {
  padding-top: 85px !important; }

.padding_top_85 {
  padding-top: 85px !important; }

.padding_right_85 {
  padding-right: 85px !important; }

.padding_right_85 {
  padding-right: 85px !important; }

.padding_bottom_85 {
  padding-bottom: 85px !important; }

.padding_bottom_85 {
  padding-bottom: 85px !important; }

.padding_left_85 {
  padding-left: 85px !important; }

.padding_left_85 {
  padding-left: 85px !important; }

.padding_top_90 {
  padding-top: 90px !important; }

.padding_top_90 {
  padding-top: 90px !important; }

.padding_right_90 {
  padding-right: 90px !important; }

.padding_right_90 {
  padding-right: 90px !important; }

.padding_bottom_90 {
  padding-bottom: 90px !important; }

.padding_bottom_90 {
  padding-bottom: 90px !important; }

.padding_left_90 {
  padding-left: 90px !important; }

.padding_left_90 {
  padding-left: 90px !important; }

.padding_top_95 {
  padding-top: 95px !important; }

.padding_top_95 {
  padding-top: 95px !important; }

.padding_right_95 {
  padding-right: 95px !important; }

.padding_right_95 {
  padding-right: 95px !important; }

.padding_bottom_95 {
  padding-bottom: 95px !important; }

.padding_bottom_95 {
  padding-bottom: 95px !important; }

.padding_left_95 {
  padding-left: 95px !important; }

.padding_left_95 {
  padding-left: 95px !important; }

.padding_top_100 {
  padding-top: 100px !important; }

.padding_top_100 {
  padding-top: 100px !important; }

.padding_right_100 {
  padding-right: 100px !important; }

.padding_right_100 {
  padding-right: 100px !important; }

.padding_bottom_100 {
  padding-bottom: 100px !important; }

.padding_bottom_100 {
  padding-bottom: 100px !important; }

.padding_left_100 {
  padding-left: 100px !important; }

.padding_left_100 {
  padding-left: 100px !important; }

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

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

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

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

.margin_bottom_5 {
  margin-bottom: 5px !important; }

.margin_bottom_5 {
  margin-bottom: 5px !important; }

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

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

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

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

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

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

.margin_bottom_10 {
  margin-bottom: 10px !important; }

.margin_bottom_10 {
  margin-bottom: 10px !important; }

.margin_left_10 {
  margin-left: 10px !important; }

.margin_left_10 {
  margin-left: 10px !important; }

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

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

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

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

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

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

.margin_left_15 {
  margin-left: 15px !important; }

.margin_left_15 {
  margin-left: 15px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin_top_65 {
  margin-top: 65px !important; }

.margin_top_65 {
  margin-top: 65px !important; }

.margin_right_65 {
  margin-right: 65px !important; }

.margin_right_65 {
  margin-right: 65px !important; }

.margin_bottom_65 {
  margin-bottom: 65px !important; }

.margin_bottom_65 {
  margin-bottom: 65px !important; }

.margin_left_65 {
  margin-left: 65px !important; }

.margin_left_65 {
  margin-left: 65px !important; }

.margin_top_70 {
  margin-top: 70px !important; }

.margin_top_70 {
  margin-top: 70px !important; }

.margin_right_70 {
  margin-right: 70px !important; }

.margin_right_70 {
  margin-right: 70px !important; }

.margin_bottom_70 {
  margin-bottom: 70px !important; }

.margin_bottom_70 {
  margin-bottom: 70px !important; }

.margin_left_70 {
  margin-left: 70px !important; }

.margin_left_70 {
  margin-left: 70px !important; }

.margin_top_75 {
  margin-top: 75px !important; }

.margin_top_75 {
  margin-top: 75px !important; }

.margin_right_75 {
  margin-right: 75px !important; }

.margin_right_75 {
  margin-right: 75px !important; }

.margin_bottom_75 {
  margin-bottom: 75px !important; }

.margin_bottom_75 {
  margin-bottom: 75px !important; }

.margin_left_75 {
  margin-left: 75px !important; }

.margin_left_75 {
  margin-left: 75px !important; }

.margin_top_80 {
  margin-top: 80px !important; }

.margin_top_80 {
  margin-top: 80px !important; }

.margin_right_80 {
  margin-right: 80px !important; }

.margin_right_80 {
  margin-right: 80px !important; }

.margin_bottom_80 {
  margin-bottom: 80px !important; }

.margin_bottom_80 {
  margin-bottom: 80px !important; }

.margin_left_80 {
  margin-left: 80px !important; }

.margin_left_80 {
  margin-left: 80px !important; }

.margin_top_85 {
  margin-top: 85px !important; }

.margin_top_85 {
  margin-top: 85px !important; }

.margin_right_85 {
  margin-right: 85px !important; }

.margin_right_85 {
  margin-right: 85px !important; }

.margin_bottom_85 {
  margin-bottom: 85px !important; }

.margin_bottom_85 {
  margin-bottom: 85px !important; }

.margin_left_85 {
  margin-left: 85px !important; }

.margin_left_85 {
  margin-left: 85px !important; }

.margin_top_90 {
  margin-top: 90px !important; }

.margin_top_90 {
  margin-top: 90px !important; }

.margin_right_90 {
  margin-right: 90px !important; }

.margin_right_90 {
  margin-right: 90px !important; }

.margin_bottom_90 {
  margin-bottom: 90px !important; }

.margin_bottom_90 {
  margin-bottom: 90px !important; }

.margin_left_90 {
  margin-left: 90px !important; }

.margin_left_90 {
  margin-left: 90px !important; }

.margin_top_95 {
  margin-top: 95px !important; }

.margin_top_95 {
  margin-top: 95px !important; }

.margin_right_95 {
  margin-right: 95px !important; }

.margin_right_95 {
  margin-right: 95px !important; }

.margin_bottom_95 {
  margin-bottom: 95px !important; }

.margin_bottom_95 {
  margin-bottom: 95px !important; }

.margin_left_95 {
  margin-left: 95px !important; }

.margin_left_95 {
  margin-left: 95px !important; }

.margin_top_100 {
  margin-top: 100px !important; }

.margin_top_100 {
  margin-top: 100px !important; }

.margin_right_100 {
  margin-right: 100px !important; }

.margin_right_100 {
  margin-right: 100px !important; }

.margin_bottom_100 {
  margin-bottom: 100px !important; }

.margin_bottom_100 {
  margin-bottom: 100px !important; }

.margin_left_100 {
  margin-left: 100px !important; }

.margin_left_100 {
  margin-left: 100px !important; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #F3F3FB; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

/*Font - end*/
@keyframes animate {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

footer {
  background: #000000;
  color: #FFF;
  font-size: 13px;
  font-family: Arial; }
  footer h4 {
    font-family: AvoBold;
    color: #ffd200;
    margin-bottom: 30px;
    font-size: 18px; }
  footer p {
    margin-bottom: 20px; }
  footer ul li {
    margin-bottom: 10px; }
    footer ul li a {
      color: #FFF; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 14px; }

.custom_table {
  overflow-y: auto;
  width: 100%; }
  .custom_table.center .table tbody tr th,
  .custom_table.center .table tbody tr td {
    text-align: center; }
  .custom_table.limit_row {
    max-width: 100%;
    overflow-x: auto; }
    .custom_table.limit_row .table thead tr th {
      white-space: nowrap; }
  @media only screen and (max-width: 480px) {
    .custom_table.table_respontive .table {
      min-width: 768px; } }
  .custom_table table,
  .custom_table th,
  .custom_table td {
    border: 1px solid #ccc; }
  .custom_table table tr th,
  .custom_table table tr td {
    padding: 4px; }
  .custom_table .table {
    margin-bottom: 0; }
    .custom_table .table tbody tr.active {
      background-color: #ECECEC; }
      .custom_table .table tbody tr.active td {
        background: transparent !important; }
    .custom_table .table tbody tr th {
      background-color: #BEE5EB;
      color: #212529; }
    .custom_table .table tbody tr td {
      color: #495057; }
    .custom_table .table.st_table_7 {
      background-color: #fff;
      color: #495057; }
    .custom_table .table.st_table_6 tbody tr td {
      width: 50%; }
    .custom_table .table.st_table_5 thead tr th {
      background-color: #fff; }
      .custom_table .table.st_table_5 thead tr th.align_center {
        text-align: center; }
    .custom_table .table.st_table_5 tbody tr {
      cursor: pointer; }
      .custom_table .table.st_table_5 tbody tr:hover td, .custom_table .table.st_table_5 tbody tr:focus td {
        background-color: #ECECEC; }
      .custom_table .table.st_table_5 tbody tr th,
      .custom_table .table.st_table_5 tbody tr td {
        background-color: #fff;
        vertical-align: middle;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .custom_table .table.st_table_5 tbody tr .align_center {
        text-align: center; }
    @media only screen and (max-width: 480px) {
      .custom_table .table.st_table_4 {
        min-width: 768px; } }
    .custom_table .table.st_table_4 thead {
      white-space: nowrap !important; }
    .custom_table .table.st_table_4 tbody tr th {
      background-color: #fff;
      color: #212529; }
    .custom_table .table.st_table_4 tbody tr td {
      background-color: #fff;
      color: #495057;
      vertical-align: middle; }
      .custom_table .table.st_table_4 tbody tr td:last-child {
        text-align: center; }
    .custom_table .table.st_table_3 tbody tr th {
      background-color: #fff;
      color: #212529; }
    .custom_table .table.st_table_3 tbody tr td {
      background-color: #fff;
      color: #495057; }
    .custom_table .table.st_table_1 thead tr th {
      background-color: #BEE5EB;
      color: #212529; }
    .custom_table .table.st_table_1 tbody tr td {
      color: #495057; }
    .custom_table .table.st_table_2 {
      border: none;
      border-bottom: 1px solid #ccc; }
      .custom_table .table.st_table_2 thead tr {
        border-bottom: 1px solid #ccc; }
        .custom_table .table.st_table_2 thead tr th {
          background-color: #fff;
          color: #212529;
          border: none;
          border-right: 1px solid #ccc; }
          .custom_table .table.st_table_2 thead tr th:last-child {
            border-right: none; }
      .custom_table .table.st_table_2 tbody tr {
        border-bottom: 1px solid #ccc;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background-color: #fff; }
        .custom_table .table.st_table_2 tbody tr:hover, .custom_table .table.st_table_2 tbody tr:focus {
          background-color: #ECECEC; }
        .custom_table .table.st_table_2 tbody tr:last-child {
          border: none; }
        .custom_table .table.st_table_2 tbody tr td {
          color: #495057;
          border: none;
          border-right: 1px solid #ccc; }
          .custom_table .table.st_table_2 tbody tr td.active {
            background-color: #ECECEC; }
          .custom_table .table.st_table_2 tbody tr td:last-child {
            border-right: none; }

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none; }

/* For IE10 */
select::-ms-expand {
  display: none; }

.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none; }

.pagination.custom_pagination {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .pagination.custom_pagination.right_position {
    padding-top: 15px;
    justify-content: flex-end; }
  .pagination.custom_pagination.left_position {
    justify-content: flex-start; }
  .pagination.custom_pagination .page-item.active .page-link {
    background: #343A40;
    border: 1px solid #343A40;
    color: #fff; }
    .pagination.custom_pagination .page-item.active .page-link:hover, .pagination.custom_pagination .page-item.active .page-link:focus {
      background: #343A40;
      border: 1px solid #343A40;
      color: #fff; }
  .pagination.custom_pagination .page-item .page-link {
    line-height: 1;
    padding: 7px 8px;
    background-color: #fff;
    border: 1px solid #DEE2E6;
    color: #495057;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    outline: none !important;
    text-decoration: none; }
    .pagination.custom_pagination .page-item .page-link:hover, .pagination.custom_pagination .page-item .page-link:focus {
      background-color: #e9ecef;
      border-color: #dee2e6;
      outline: none !important;
      box-shadow: none; }
    .pagination.custom_pagination .page-item .page-link i {
      line-height: 1; }

.inline_action {
  vertical-align: middle;
  text-align: center; }
  .inline_action a {
    color: #777;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-right: 15px; }
    .inline_action a:last-child {
      margin-right: 0; }
    .inline_action a:hover, .inline_action a:focus {
      opacity: 0.6; }

.list_btn .group_checkbox .control_label_checkbox {
  padding: 5px 0; }

.list_btn {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .list_btn li {
    margin-right: 5px; }
    .list_btn li:last-child {
      margin-right: 0; }
    .list_btn li .btn_item {
      padding: 5px 8px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      background-color: #343A40;
      color: #fff;
      outline: none;
      border: none;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .list_btn li .btn_item:hover, .list_btn li .btn_item:focus {
        opacity: 0.6; }
      .list_btn li .btn_item.btn_item_1 {
        background-color: #343A40; }
      .list_btn li .btn_item.btn_item_2 {
        background-color: #DC3545; }

.row_table_custom {
  margin-bottom: 50px; }
  .row_table_custom .heading {
    margin-bottom: 10px; }
    .row_table_custom .heading.flex_justcontent {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .row_table_custom .heading.flex_justcontent .box_list_btn {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .row_table_custom .heading.flex_justcontent .box_list_btn .btn_pri {
          margin-right: 10px;
          height: 30px;
          padding: 5px 15px;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          background-color: #343A40;
          border: none;
          color: #fff;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
          .row_table_custom .heading.flex_justcontent .box_list_btn .btn_pri:disabled {
            pointer-events: none;
            background-color: #797979; }
          .row_table_custom .heading.flex_justcontent .box_list_btn .btn_pri:hover, .row_table_custom .heading.flex_justcontent .box_list_btn .btn_pri:focus {
            background-color: #131A22; }
          .row_table_custom .heading.flex_justcontent .box_list_btn .btn_pri:last-child {
            margin-right: 0; }
    .row_table_custom .heading .txt_heading {
      font-weight: bold;
      font-size: 15px;
      line-height: 22px;
      color: #212529; }

.pagina {
  margin-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .pagina.left {
    justify-content: flex-start; }
  .pagina.center {
    justify-content: center; }
  .pagina.right {
    justify-content: flex-end; }

.fillter {
  cursor: pointer; }
  .fillter.on {
    color: #17A2B8;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .fillter.on:after {
      margin-left: 5px;
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      vertical-align: middle;
      font-weight: 900;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .fillter.on.up:after {
      content: '\f30c';
      margin-left: 5px;
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      vertical-align: middle;
      font-weight: 900;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .fillter.on.down:after {
      content: '\f309';
      margin-left: 5px;
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      vertical-align: middle;
      font-weight: 900;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }

.nav-tabs.nav_tabs .nav-item.nav_item .nav-link.nav_link {
  cursor: pointer; }

.custom_table .table tbody tr {
  cursor: pointer; }
  .custom_table .table tbody tr.active {
    background-color: #ECECEC; }

.custom_table.table_scroll {
  height: 265px;
  overflow-y: auto;
  overflow-x: hidden; }
  .custom_table.table_scroll::-webkit-scrollbar {
    width: 4px;
    height: 10px; }
  .custom_table.table_scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #aaaaaa;
    height: 5px; }
  .custom_table.table_scroll::-webkit-scrollbar-track {
    background: #f5f5f5;
    height: 5px;
    border-radius: 10px; }
  .custom_table.table_scroll th {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2; }

.while_space {
  white-space: nowrap; }

.one_line {
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  max-height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  word-break: normal;
  background-color: #fff; }

.table thead th {
  border-bottom: 1px solid #dee2e6; }

.box_tooltip {
  display: inline-block; }

.icontooltip {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("../images/icon/tooltip_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.margin_left {
  margin-left: 15px; }

.sitemap {
  margin-top: 0;
  margin-bottom: 30px; }
  .sitemap .table {
    border: 1px solid #ccc; }
    .sitemap .table thead {
      background-color: #17A2B8;
      color: #fff; }
    .sitemap .table tbody tr {
      border: 1px solid #ccc; }

.linkto {
  color: #17A2B8;
  font-weight: bold; }

.wrapper.login_2 {
  background-color: #fff; }

.wrapper_login {
  background-color: #17A2B8;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .wrapper_login .box_main_login {
    width: 480px;
    padding: 65px 85px 50px 85px;
    min-height: 400px;
    background-color: #BEE5EB;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px; }

.wrap_input {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.control_group_login {
  display: flex;
  flex-direction: column; }
  .control_group_login.control_submit {
    display: flex;
    flex-direction: row; }
    .control_group_login.control_submit .buttom_login {
      flex: 1;
      margin-right: 10px; }
      .control_group_login.control_submit .buttom_login:last-child {
        margin-right: 0; }
      .control_group_login.control_submit .buttom_login .btn_submit {
        height: 30px;
        width: 100%;
        background-color: #343A40;
        color: #fff;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border: none;
        font-weight: bold;
        font-size: 14px; }
        .control_group_login.control_submit .buttom_login .btn_submit:hover, .control_group_login.control_submit .buttom_login .btn_submit:focus {
          opacity: 0.7; }
  .control_group_login .checkbox_control {
    margin-bottom: 30px; }
    .control_group_login .checkbox_control .checked_check {
      display: none; }
      .control_group_login .checkbox_control .checked_check:checked ~ .remember::before {
        content: '\f14a';
        color: #007BFF;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
    .control_group_login .checkbox_control .remember {
      display: flex;
      flex-direction: row;
      align-items: center;
      cursor: pointer;
      color: #212529;
      line-height: 1; }
      .control_group_login .checkbox_control .remember::before {
        content: '\f0c8';
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
        font-style: normal;
        text-decoration: inherit;
        font-size: 13px;
        margin-right: 5px;
        color: #212529; }
  .control_group_login .input_control {
    display: flex;
    flex-direction: column; }
    .control_group_login .input_control input {
      width: 100%;
      border: 1px solid #ccc;
      background-color: #fff;
      height: 30px;
      outline: none;
      padding: 0 10px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px; }
      .control_group_login .input_control input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #495057;
        letter-spacing: 0.4px; }
      .control_group_login .input_control input::-moz-placeholder {
        /* Firefox 19+ */
        color: #495057;
        letter-spacing: 0.4px; }
      .control_group_login .input_control input:-ms-input-placeholder {
        /* IE 10+ */
        color: #495057;
        letter-spacing: 0.4px; }
      .control_group_login .input_control input:-moz-placeholder {
        /* Firefox 18- */
        color: #495057;
        letter-spacing: 0.4px; }
    .control_group_login .input_control .validation {
      font-size: 10px;
      color: red; }

.header {
  margin-bottom: 60px; }
  .header .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .header .logo a {
      display: block;
      text-decoration: none;
      outline: none; }
      .header .logo a img {
        height: auto;
        width: 100%;
        max-width: 100%; }

.footer_login {
  margin-top: 140px; }
  .footer_login .text_footer {
    text-align: center;
    color: #212529;
    font-size: 15px; }
    .footer_login .text_footer strong {
      font-weight: bold; }

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem; }

.login,
.image {
  min-height: 100vh; }

.bg-image {
  background-image: url("../images/login-bg.png");
  background-size: cover;
  background-position: center; }

.login-heading {
  font-weight: 300; }

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem; }

.form-label-group {
  position: relative;
  margin-bottom: 1rem; }

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
  border-radius: 2rem; }

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out; }

.form-label-group input::-webkit-input-placeholder {
  color: transparent; }

.form-label-group input:-ms-input-placeholder {
  color: transparent; }

.form-label-group input::-ms-input-placeholder {
  color: transparent; }

.form-label-group input::-moz-placeholder {
  color: transparent; }

.form-label-group input::placeholder {
  color: transparent; }

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3); }

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777; }

/* Fallback for Edge
  -------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none; }
  .form-label-group input::-ms-input-placeholder {
    color: #777; } }

/* Fallback for IE
  -------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none; }
  .form-label-group input:-ms-input-placeholder {
    color: #777; } }

.main_header {
  background-color: #343A40;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }

.control_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 53px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .control_header .float_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .control_header .float_left .select_version {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-right: 30px; }
      .control_header .float_left .select_version .control_select {
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border: 1px solid #ccc;
        overflow: hidden;
        height: 30px;
        background-color: #E9ECEF;
        display: flex;
        flex-direction: row; }
        .control_header .float_left .select_version .control_select .txt_select {
          height: 30px;
          line-height: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0;
          padding: 0 8px;
          color: #495057;
          text-align: center;
          font-size: 15px; }
        .control_header .float_left .select_version .control_select .box_control_input .box_select_input {
          position: relative;
          width: 245px;
          display: flex;
          height: 100%;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
          @media only screen and (max-width: 1024px) {
            .control_header .float_left .select_version .control_select .box_control_input .box_select_input {
              width: 160px; } }
          @media only screen and (max-width: 980px) {
            .control_header .float_left .select_version .control_select .box_control_input .box_select_input {
              width: 100px; } }
          .control_header .float_left .select_version .control_select .box_control_input .box_select_input .form_control {
            flex: 1;
            width: 100%;
            border: none;
            height: 100%;
            position: relative;
            padding: 0 25px 0 10px; }
          .control_header .float_left .select_version .control_select .box_control_input .box_select_input .drop_down::before {
            color: #000; }
    .control_header .float_left .main_menu {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      @media only screen and (max-width: 768px) {
        .control_header .float_left .main_menu {
          display: none; } }
      .control_header .float_left .main_menu ul {
        display: flex;
        flex-direction: row; }
        .control_header .float_left .main_menu ul li {
          margin-right: 28px; }
          .control_header .float_left .main_menu ul li a {
            text-decoration: none;
            outline: none;
            font-size: 15px;
            color: #fff;
            line-height: 12.72px;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            position: relative; }
            .control_header .float_left .main_menu ul li a.active::before {
              background-color: #fff;
              height: 4px; }
            .control_header .float_left .main_menu ul li a::before {
              content: '';
              background-color: transparent;
              height: 0px;
              width: 140%;
              left: -20%;
              display: block;
              position: absolute;
              bottom: -8px;
              -webkit-transition: all 0.3s ease-in-out 0s;
              -o-transition: all 0.3s ease-in-out 0s;
              transition: all 0.3s ease-in-out 0s; }
            .control_header .float_left .main_menu ul li a:hover, .control_header .float_left .main_menu ul li a:focus {
              opacity: 0.6; }
          .control_header .float_left .main_menu ul li.active a {
            font-weight: bold; }
            .control_header .float_left .main_menu ul li.active a.active::before {
              background-color: #fff;
              height: 4px; }
          .control_header .float_left .main_menu ul li:last-child {
            margin-right: 0; }
  .control_header .float_right {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 480px) {
      .control_header .float_right {
        display: none; } }
    .control_header .float_right .list_item_action {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .control_header .float_right .list_item_action li {
        margin-right: 15px; }
        .control_header .float_right .list_item_action li:last-child {
          margin-right: 0; }
        .control_header .float_right .list_item_action li .zoom_now {
          cursor: pointer; }
        .control_header .float_right .list_item_action li a {
          color: #fff;
          font-size: 14px; }

.wrapper {
  background: rgba(25, 150, 150, 0.15);
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }

.wrapper.open_menu .main_sidebar {
  left: 0; }

.main_content {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  padding-top: 106px; }
  @media only screen and (max-width: 480px) {
    .main_content {
      flex-direction: column;
      padding-top: 132px; } }
  .main_content .left_col {
    width: 100%;
    max-width: 320px;
    background-color: #F8F9FA;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .main_content .left_col.conslution {
    max-width: 420px; 
  }
  @media only screen and (max-width: 1024px) {
    .main_content .left_col.conslution {
      max-width: 420px; 
    } 
  }
  @media only screen and (max-width: 480px) {
    .main_content .left_col.conslution {
      display: none;
      max-width: 100%; 
    } 
  }
  @media only screen and (max-width: 1024px) {
      .main_content .left_col {
        max-width: 220px; } }
    @media only screen and (max-width: 480px) {
      .main_content .left_col {
        max-width: 100%; } }
  .main_content .content_col {
    width: -moz-calc(100% - 800px);
    width: -webkit-calc(100% - 800px);
    width: calc(100% - 800px);
    flex: 1;
    -ms-flex: 1;
    padding: 0 15px;
    background-color: #dcefef;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 980px) {
      .main_content .content_col {
        width: -moz-calc(100%);
        width: -webkit-calc(100%);
        width: calc(100%); } }
  .main_content .right_col {
    width: 380px;
    background-color: #F8F9FA;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 1024px) {
      .main_content .right_col {
        display: none;
        width: 240px; } }
    @media only screen and (max-width: 480px) {
      .main_content .right_col {
        display: none;
        width: auto;
        flex: 1;
        -ms-flex: 1; } }
  .main_content .control_textarea {
    display: flex;
    flex-direction: column; }

.main_top_bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 53px;
  background-color: #17A2B8;
  color: #fff;
  position: fixed;
  top: 53px;
  left: 0;
  width: 100%;
  z-index: 991; }
  @media only screen and (max-width: 480px) {
    .main_top_bar.nofix {
      position: relative; } }
  @media only screen and (max-width: 480px) {
    .main_top_bar.nofix ~ .main_content {
      margin-top: 0;
      padding-top: 53px; } }
  @media only screen and (max-width: 480px) {
    .main_top_bar {
      height: 78px; } }
  .main_top_bar .txt_text {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px; }

.left_col {
  display: block; }
  .left_col .box_count {
    margin-top: 15px; }
    .left_col .box_count .heading {
      font-weight: bold;
      font-size: 15px;
      line-height: 22px;
      color: #212529;
      margin-bottom: 15px; }

.col_check {
  color: #007BFF; }

.box_move_top {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 99; }
  .box_move_top input {
    display: none; }
    .box_move_top input:checked ~ .check_remove_call::before {
      content: '\f14a';
      color: #007BFF;
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      vertical-align: middle;
      font-weight: 900;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .box_move_top .check_remove_call {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1;
    cursor: pointer; }
    .box_move_top .check_remove_call::before {
      margin-right: 5px;
      height: 14px;
      width: 14px;
      content: '\f0c8';
      font-size: 14px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 400;
      font-style: normal;
      text-decoration: inherit; }

.custom_table {
  position: relative; }
  .custom_table.nover {
    overflow: visible; }
  .custom_table table,
  .custom_table th,
  .custom_table td {
    border: 1px solid #ccc; }
  .custom_table table tr th,
  .custom_table table tr td {
    padding: 4px; }
  .custom_table .table tbody tr th {
    background-color: #BEE5EB;
    color: #212529; }
  .custom_table .table tbody tr td {
    color: #495057; }

.dashboard_box {
  margin-top: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 980px) {
    .dashboard_box {
      margin-top: 25px; } }
  .dashboard_box .list_box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-left: -7px;
    margin-right: -7px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .dashboard_box .list_box .item_box {
      max-width: 25%;
      flex: 1;
      -ms-flex: 1;
      padding: 0 7px;
      margin-bottom: 15px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      @media only screen and (max-width: 1500px) {
        .dashboard_box .list_box .item_box {
          flex: 50%;
          -ms-flex: 50%;
          max-width: 50%; } }
      @media only screen and (max-width: 980px) {
        .dashboard_box .list_box .item_box {
          flex: 50%;
          -ms-flex: 50%; } }
      @media only screen and (max-width: 768px) {
        .dashboard_box .list_box .item_box {
          flex: 100%;
          -ms-flex: 100%;
          max-width: 100%; } }
      .dashboard_box .list_box .item_box .box_content {
        padding: 30px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        display: flex;
        flex-direction: column;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        .dashboard_box .list_box .item_box .box_content:hover .box_top .icon, .dashboard_box .list_box .item_box .box_content:focus .box_top .icon {
          font-size: 96px; }
        .dashboard_box .list_box .item_box .box_content .box_top {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          padding: 30px 0;
          position: relative; }
          .dashboard_box .list_box .item_box .box_content .box_top .inner {
            color: #fff;
            display: flex;
            flex-direction: column; }
            .dashboard_box .list_box .item_box .box_content .box_top .inner .txt_1 {
              font-size: 54px;
              line-height: 59px;
              margin-bottom: 8px; }
            .dashboard_box .list_box .item_box .box_content .box_top .inner .txt_2 {
              font-size: 20px;
              line-height: 30px; }
          .dashboard_box .list_box .item_box .box_content .box_top .icon {
            position: absolute;
            top: 10px;
            right: 0;
            font-size: 80px;
            line-height: 110px;
            color: #fff;
            z-index: 0;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
        .dashboard_box .list_box .item_box .box_content .box_footer {
          border-top: 1px solid #fff; }
          .dashboard_box .list_box .item_box .box_content .box_footer a {
            margin-top: 25px;
            display: block;
            text-decoration: none;
            outline: none;
            color: #fff;
            position: relative;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
            .dashboard_box .list_box .item_box .box_content .box_footer a:hover, .dashboard_box .list_box .item_box .box_content .box_footer a:focus {
              opacity: 0.7; }
            .dashboard_box .list_box .item_box .box_content .box_footer a:after {
              content: '\f061';
              font-family: "Font Awesome 5 Free";
              display: inline-block;
              vertical-align: middle;
              font-weight: 900;
              -webkit-transition: all 0.3s ease-in-out 0s;
              -o-transition: all 0.3s ease-in-out 0s;
              transition: all 0.3s ease-in-out 0s;
              margin-left: 5px; }
      .dashboard_box .list_box .item_box:last-child {
        margin-right: 0; }
      .dashboard_box .list_box .item_box.item_box_1 .box_content {
        background-color: #DC3545; }
      .dashboard_box .list_box .item_box.item_box_2 .box_content {
        background-color: #FFC107; }
      .dashboard_box .list_box .item_box.item_box_3 .box_content {
        background-color: #18BC9C; }
      .dashboard_box .list_box .item_box.item_box_4 .box_content {
        background-color: #2C3E50; }

@media only screen and (max-width: 980px) {
  .sign .show {
    display: none; } }

.sign .hide {
  display: none; }
  @media only screen and (max-width: 980px) {
    .sign .hide {
      display: block; } }

.box_menu_repo {
  height: 53px;
  width: 47px;
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: none; }
  @media only screen and (max-width: 480px) {
    .box_menu_repo {
      display: flex; } }
  .box_menu_repo:hover, .box_menu_repo:focus {
    opacity: 0.7; }
  .box_menu_repo .push_togle_menu i {
    color: #fff; }

.main_sidebar {
  position: fixed;
  top: 53px;
  left: -230px;
  width: 230px;
  min-height: 100%;
  background-color: #343A40;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .main_sidebar .sidebar .main_menu hr {
    background-color: #929292; }
  .main_sidebar .sidebar .main_menu ul {
    display: flex;
    flex-direction: column; }
    .main_sidebar .sidebar .main_menu ul li a {
      padding: 12px 5px 12px 15px;
      color: #fff;
      font-size: 14px;
      display: block; }

.ovelay_menu {
  position: fixed;
  z-index: 994;
  top: 53px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.36); }

.check_center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.modal_listen_play .box_controlr_mp3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .modal_listen_play .box_controlr_mp3 audio {
    max-width: 100%; }

.modal_add_preferences .modal-dialog {
  max-width: 592px; }

.modal_add_preferences .modal-header .modal-title {
  font-size: 24px;
  line-height: 26px;
  color: #373A3C; }

.modal_add_preferences .modal-body .box_add_ppreferences_1 {
  display: flex;
  flex-direction: column; }
  .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control {
    margin-bottom: 15px; }
    .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file {
      display: flex;
      flex-direction: column; }
      .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file {
        display: flex;
        flex-direction: row; }
        .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file .box_input {
          flex: 1;
          -ms-flex: 1; }
          .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file .box_input input {
            display: none; }
            .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file .box_input input:disabled ~ label {
              opacity: 0.8;
              pointer-events: none; }
          .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file .box_input label {
            width: 100%;
            height: 30px;
            padding: 0 10px;
            border: 1px solid #ccc;
            display: flex;
            flex-direction: row;
            align-items: center;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            position: relative;
            display: flex;
            flex-direction: row;
            align-items: center;
            line-height: 30px; }
            .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file .box_input label:after {
              content: "Browse";
              position: absolute;
              right: 0;
              height: 28px;
              line-height: 28px;
              top: 0;
              color: #495057;
              background-color: #ccc;
              padding: 0 10px;
              display: flex;
              flex-direction: row;
              align-items: center;
              line-height: 1;
              cursor: pointer;
              font-size: 15px;
              border-top-left-radius: 0;
              border-top-right-radius: 2px;
              border-bottom-right-radius: 2px;
              border-bottom-left-radius: 0;
              -webkit-border-top-left-radius: 0;
              -webkit-border-top-right-radius: 2px;
              -webkit-border-bottom-right-radius: 2px;
              -webkit-border-bottom-left-radius: 0;
              -moz-border-radius-topleft: 0;
              -moz-border-radius-topright: 2px;
              -moz-border-radius-bottomright: 2px;
              -moz-border-radius-bottomleft: 0; }
        .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file .box_btn {
          margin-left: 5px; }
          .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file .box_btn .btn_add {
            height: 30px;
            width: 105px;
            background-color: #17A2B8;
            color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            outline: none;
            border: none;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            font-size: 16px; }
            .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file .box_btn .btn_add:disabled {
              pointer-events: none;
              opacity: 0.8;
              background-color: #ddd; }
            .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file .box_btn .btn_add:hover, .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_input_file .box_btn .btn_add:focus {
              background-color: #0d6775; }
      .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_list_images {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 34px; }
        .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_list_images .item_file {
          width: -moz-calc(100% / 3 - 10px);
          width: -webkit-calc(100% / 3 - 10px);
          width: calc(100% / 3 - 10px);
          margin: 5px;
          position: relative; }
          .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_list_images .item_file .close {
            position: absolute;
            width: 24px;
            height: 24px;
            background-color: #F04444;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            opacity: 1;
            right: -8px;
            top: -8px;
            color: #fff;
            cursor: pointer;
            font-size: 14px; }
          .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_list_images .item_file .img img {
            width: 100%;
            max-width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: 130px; }
          .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control.input_file .box_list_images .item_file .control_img label {
            color: #007BFF;
            font-size: 12px; }
    .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control .heading_title {
      font-weight: 600;
      font-size: 15px;
      line-height: 22px;
      color: #212529;
      margin-bottom: 5px; }
    .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control .group_control_in.group_select {
      position: relative; }
      .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control .group_control_in.group_select .item_dropdown {
        position: absolute;
        right: 1px;
        top: 0;
        bottom: 0;
        width: 30px;
        pointer-events: none;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control .group_control_in.group_select .item_dropdown::before {
          content: '\f078';
          font-family: "Font Awesome 5 Free";
          display: inline-block;
          vertical-align: middle;
          font-weight: 900;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          color: #212529;
          font-size: 10px; }
    .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control .group_control_in.group_textarea .form_control {
      min-height: 120px; }
    .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control .group_control_in .form_control {
      width: 100%;
      outline: none;
      border: none;
      padding: 4px 10px;
      border: 1px solid #ccc;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px; }
    .modal_add_preferences .modal-body .box_add_ppreferences_1 .box_group_control:last-child {
      margin-bottom: 0; }

.modal_add_preferences .modal-footer .btn_add {
  padding-left: 25px;
  padding-right: 25px; }

.modal_add_file .modal-footer .btn_add {
  background-color: #17A2B8;
  color: #fff;
  border: 1px solid #17A2B8;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .modal_add_file .modal-footer .btn_add:hover, .modal_add_file .modal-footer .btn_add:focus {
    background-color: #0a7182;
    border-color: #0a7182; }

.modal_add_file .box_input_file input {
  display: none; }

.modal_add_file .box_input_file .file_custom_004 {
  display: flex;
  flex-direction: column;
  height: 30px;
  justify-content: center;
  padding: 0 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer; }
  .modal_add_file .box_input_file .file_custom_004:after {
    content: 'Browse';
    height: 28px;
    padding: 0 10px;
    background-color: #E9ECEF;
    border: 1px solid #CCCCCC;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 0; }

.custom_modal_sum .modal-header .modal-title {
  color: #373A3C;
  font-size: 24px; }

.custom_modal_sum .modal-footer .btn {
  min-width: 106px; }
  .custom_modal_sum .modal-footer .btn.btn_light {
    border: 1px solid #CCCCCC;
    background-color: #fff; }
  .custom_modal_sum .modal-footer .btn.btn_primary {
    background-color: #DC3545;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .custom_modal_sum .modal-footer .btn.btn_primary:hover, .custom_modal_sum .modal-footer .btn.btn_primary:focus {
      background-color: #a91a28; }
  .custom_modal_sum .modal-footer .btn.btn_blue {
    background-color: #28A745;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .custom_modal_sum .modal-footer .btn.btn_blue:hover, .custom_modal_sum .modal-footer .btn.btn_blue:focus {
      background-color: #145a24; }
  .custom_modal_sum .modal-footer .btn.btn_green {
    background-color: #007BFF;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .custom_modal_sum .modal-footer .btn.btn_green:hover, .custom_modal_sum .modal-footer .btn.btn_green:focus {
      background-color: #114b8a; }

.modal_report .box_report {
  display: flex;
  flex-direction: column; }
  .modal_report .box_report .box_fitle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .modal_report .box_report .box_fitle .box_right .btn_control {
      min-width: 40px;
      padding: 0 15px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      height: 32px;
      min-width: 72px;
      background-color: #343A40;
      color: #fff;
      border: none;
      outline: none;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px; }
      .modal_report .box_report .box_fitle .box_right .btn_control:hover, .modal_report .box_report .box_fitle .box_right .btn_control:focus {
        background-color: #000; }
  .modal_report .box_report .box_body {
    margin-top: 20px; }

.modal_notification_edit .box_notification_edit .box_input_edit {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .modal_notification_edit .box_notification_edit .box_input_edit .control_inut {
    flex: 1;
    -ms-flex: 1;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px; }
  .modal_notification_edit .box_notification_edit .box_input_edit .icon_edit {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-left: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .modal_notification_edit .box_notification_edit .box_input_edit .icon_edit i {
      color: #777;
      font-size: 12px; }

.modal_send_mail .box_send_mail {
  display: flex;
  flex-direction: column; }
  .modal_send_mail .box_send_mail .header_mail {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 15px; }
    .modal_send_mail .box_send_mail .header_mail .box_control_input {
      width: 300px;
      display: flex;
      flex-direction: row;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      @media only screen and (max-width: 480px) {
        .modal_send_mail .box_send_mail .header_mail .box_control_input {
          width: 200px; } }
      .modal_send_mail .box_send_mail .header_mail .box_control_input .form_control {
        flex: 1;
        -ms-flex: 1;
        height: 30px;
        border: 1px solid #ccc;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        outline: none; }
  .modal_send_mail .box_send_mail .box_content_mail {
    display: flex;
    flex-direction: row; }
    .modal_send_mail .box_send_mail .box_content_mail .box_left {
      flex: 1;
      -ms-flex: 1; }
      .modal_send_mail .box_send_mail .box_content_mail .box_left .group_control {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 15px; }
        .modal_send_mail .box_send_mail .box_content_mail .box_left .group_control .btn {
          flex: 1;
          -ms-flex: 1;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          height: 32px;
          margin-right: 15px;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
          .modal_send_mail .box_send_mail .box_content_mail .box_left .group_control .btn:last-child {
            margin-right: 0; }
          .modal_send_mail .box_send_mail .box_content_mail .box_left .group_control .btn.btn_001 {
            background-color: #343A40;
            color: #fff; }
            .modal_send_mail .box_send_mail .box_content_mail .box_left .group_control .btn.btn_001:hover, .modal_send_mail .box_send_mail .box_content_mail .box_left .group_control .btn.btn_001:focus {
              background-color: #000; }
          .modal_send_mail .box_send_mail .box_content_mail .box_left .group_control .btn.btn_002 {
            background-color: #17A2B8;
            color: #fff; }
            .modal_send_mail .box_send_mail .box_content_mail .box_left .group_control .btn.btn_002:hover, .modal_send_mail .box_send_mail .box_content_mail .box_left .group_control .btn.btn_002:focus {
              background-color: #114b8a; }
      .modal_send_mail .box_send_mail .box_content_mail .box_left .tablec {
        width: 100%;
        border: 1px solid #CCCCCC; }
        .modal_send_mail .box_send_mail .box_content_mail .box_left .tablec thead th {
          background-color: #BEE5EB;
          color: #212529;
          font-size: 15px;
          padding: 5px; }
        .modal_send_mail .box_send_mail .box_content_mail .box_left .tablec tbody tr {
          border-bottom: 1px solid #ccc;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          background-color: #fff; }
          .modal_send_mail .box_send_mail .box_content_mail .box_left .tablec tbody tr:hover, .modal_send_mail .box_send_mail .box_content_mail .box_left .tablec tbody tr:focus {
            background-color: #ECECEC; }
          .modal_send_mail .box_send_mail .box_content_mail .box_left .tablec tbody tr:last-child {
            border: none; }
          .modal_send_mail .box_send_mail .box_content_mail .box_left .tablec tbody tr td {
            color: #495057;
            border: none;
            border-right: 1px solid #ccc;
            padding: 5px; }
            .modal_send_mail .box_send_mail .box_content_mail .box_left .tablec tbody tr td.active {
              background-color: #ECECEC; }
            .modal_send_mail .box_send_mail .box_content_mail .box_left .tablec tbody tr td:last-child {
              border-right: none; }
    .modal_send_mail .box_send_mail .box_content_mail .box_right {
      width: 50%;
      padding-left: 15px;
      display: flex;
      flex-direction: column; }
      .modal_send_mail .box_send_mail .box_content_mail .box_right .box_list_images {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 34px; }
        .modal_send_mail .box_send_mail .box_content_mail .box_right .box_list_images .item_file {
          width: -moz-calc(100% / 3 - 10px);
          width: -webkit-calc(100% / 3 - 10px);
          width: calc(100% / 3 - 10px);
          margin: 5px;
          position: relative; }
          .modal_send_mail .box_send_mail .box_content_mail .box_right .box_list_images .item_file .close {
            position: absolute;
            width: 24px;
            height: 24px;
            background-color: #F04444;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            opacity: 1;
            right: -8px;
            top: -8px;
            color: #fff;
            cursor: pointer;
            font-size: 14px; }
          .modal_send_mail .box_send_mail .box_content_mail .box_right .box_list_images .item_file .img img {
            width: 100%;
            max-width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: 75px; }
          .modal_send_mail .box_send_mail .box_content_mail .box_right .box_list_images .item_file .control_img label {
            color: #007BFF;
            font-size: 12px; }
      .modal_send_mail .box_send_mail .box_content_mail .box_right .box_textarea textarea {
        min-height: 100px;
        width: 100%;
        padding: 10px 8px;
        color: #495057;
        font-size: 14px;
        border: 1px solid #ccc; }
        .modal_send_mail .box_send_mail .box_content_mail .box_right .box_textarea textarea:disabled {
          pointer-events: none; }
      .modal_send_mail .box_send_mail .box_content_mail .box_right .box_upload_file {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 8px; }
        .modal_send_mail .box_send_mail .box_content_mail .box_right .box_upload_file .box_input {
          flex: 1;
          -ms-flex: 1;
          margin-right: 10px; }
          .modal_send_mail .box_send_mail .box_content_mail .box_right .box_upload_file .box_input .lable_input_file {
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            width: 100%;
            min-height: 30px;
            padding: 0 10px;
            display: flex;
            flex-direction: row;
            align-items: center;
            position: relative; }
            .modal_send_mail .box_send_mail .box_content_mail .box_right .box_upload_file .box_input .lable_input_file:after {
              content: "Browse";
              position: absolute;
              right: 0;
              height: 28px;
              line-height: 28px;
              top: 0;
              color: #495057;
              background-color: #E9ECEF;
              padding: 0 10px;
              display: flex;
              flex-direction: row;
              align-items: center;
              line-height: 1;
              cursor: pointer;
              font-size: 15px;
              border-left: 1px solid #E9ECEF;
              border-top-left-radius: 0;
              border-top-right-radius: 2px;
              border-bottom-right-radius: 2px;
              border-bottom-left-radius: 0;
              -webkit-border-top-left-radius: 0;
              -webkit-border-top-right-radius: 2px;
              -webkit-border-bottom-right-radius: 2px;
              -webkit-border-bottom-left-radius: 0;
              -moz-border-radius-topleft: 0;
              -moz-border-radius-topright: 2px;
              -moz-border-radius-bottomright: 2px;
              -moz-border-radius-bottomleft: 0; }
          .modal_send_mail .box_send_mail .box_content_mail .box_right .box_upload_file .box_input .add_file {
            display: none; }
        .modal_send_mail .box_send_mail .box_content_mail .box_right .box_upload_file .btn_001 {
          background: #17A2B8;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          background-color: #17A2BB;
          color: #fff;
          height: 30px;
          padding: 0 15px;
          outline: none;
          border: none;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
          .modal_send_mail .box_send_mail .box_content_mail .box_right .box_upload_file .btn_001:hover, .modal_send_mail .box_send_mail .box_content_mail .box_right .box_upload_file .btn_001:focus {
            background-color: #0b6a79; }
      .modal_send_mail .box_send_mail .box_content_mail .box_right .select_box {
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        position: relative; }
        .modal_send_mail .box_send_mail .box_content_mail .box_right .select_box:disabled {
          pointer-events: none; }
        .modal_send_mail .box_send_mail .box_content_mail .box_right .select_box select {
          width: 100%;
          height: 30px;
          padding: 0 10px;
          outline: none;
          border: 1px solid #ccc;
          color: #495057;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          -o-border-radius: 2px; }
        .modal_send_mail .box_send_mail .box_content_mail .box_right .select_box .dropdown {
          height: 30px;
          width: 30px;
          position: absolute;
          right: 0;
          top: 0;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          pointer-events: none; }

.box_check.custom input {
  display: none; }
  .box_check.custom input:disabled {
    pointer-events: none;
    color: red; }
    .box_check.custom input:disabled ~ label::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #E9ECEF;
      border: 1px solid #767676;
      border-radius: 1px;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      content: ' '; }
  .box_check.custom input:checked ~ label::before {
    content: '\f14a';
    color: #007BFF;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

.box_check.custom label {
  cursor: pointer;
  position: relative;
  height: 14px;
  width: 14px; }
  .box_check.custom label::before {
    margin-right: 5px;
    font-size: 14px;
    content: '\f0c8';
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit; }

@keyframes live {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media only screen and (max-width: 480px) {
  .main_top_bar {
    height: auto;
    min-height: 53px;
    padding: 5px 15px; } }

.main_top_bar .box_sum_col_top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .main_top_bar .box_sum_col_top {
      flex-wrap: wrap; } }
  .main_top_bar .box_sum_col_top .box_left {
    max-width: 320px;
    width: 100%;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 1024px) {
      .main_top_bar .box_sum_col_top .box_left {
        max-width: 220px; } }
    @media only screen and (max-width: 480px) {
      .main_top_bar .box_sum_col_top .box_left {
        max-width: auto;
        flex: 1;
        -ms-flex: 1;
        order: 3; } }
    .main_top_bar .box_sum_col_top .box_left.conslution {
      max-width: 420px; }
  .main_top_bar .box_sum_col_top .box_center {
    flex: 1;
    -ms-flex: 1; }
  .main_top_bar .box_sum_col_top .box_right {
    width: 380px;
    padding-right: 15px; }
    .main_top_bar .box_sum_col_top .box_right.right {
      justify-content: flex-end; }
    @media only screen and (max-width: 1024px) {
      .main_top_bar .box_sum_col_top .box_right {
        display: none;
        width: 240px; } }
    @media only screen and (max-width: 480px) {
      .main_top_bar .box_sum_col_top .box_right {
        display: none;
        order: 2; } }
    .main_top_bar .box_sum_col_top .box_right .box_control_right {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .main_top_bar .box_sum_col_top .box_right .box_control_right.flex_right {
        justify-content: flex-end; }
      .main_top_bar .box_sum_col_top .box_right .box_control_right .box_left_r .title {
        color: #fff;
        font-size: 15px;
        line-height: 22px;
        font-weight: bold; }
        @media only screen and (max-width: 480px) {
          .main_top_bar .box_sum_col_top .box_right .box_control_right .box_left_r .title {
            display: none; } }
      .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; }
        .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control {
          display: flex;
          flex-direction: row;
          align-items: center; }
          .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control {
            margin-right: 10px;
            border: 1px solid #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            font-size: 15px;
            line-height: 22px;
            outline: none;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            height: 32px;
            padding: 0 8px;
            display: flex;
            flex-direction: row;
            align-items: center; }
            .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.no_affter {
              content: none; }
            .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.phone span {
              position: relative; }
              .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.phone span::before {
                width: 20px;
                height: 20px;
                content: '\f095';
                font-family: "Font Awesome 5 Free";
                display: inline-block;
                vertical-align: middle;
                font-weight: 900;
                -webkit-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s;
                margin-right: 5px; }
            .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control:hover, .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control:focus {
              opacity: 0.7; }
            .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_001 {
              background-color: #495057;
              color: #fff; }
              .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_001.active {
                background-color: #007BFF; }
            .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_002 {
              background-color: #001A70;
              color: #fff; }
              .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_002.active {
                background-color: #28A745; }
            .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_003 {
              background-color: #DC3545;
              color: #fff; }
              .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_003.active {
                background-color: #2b2d2f; }
            .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.calling2 {
              background-color: #28A745; }
              .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.calling2 span::before {
                content: '';
                background-image: url("../images/icon/calling.gif");
                margin-right: 5px;
                background-position: center;
                background-size: 20px;
                animation-name: live;
                animation-iteration-count: infinite;
                animation-direction: alternate; }
            .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.calling3 {
              background-color: #1e6b2f;
              pointer-events: none; }
            .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control:last-child {
              margin-right: 0; }

.nav-tabs.nav_tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none; }
  .nav-tabs.nav_tabs .nav-item.nav_item .nav-link.nav_link {
    display: block;
    text-decoration: none;
    outline: none;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 15px;
    padding: 7px 8px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 980px) {
      .nav-tabs.nav_tabs .nav-item.nav_item .nav-link.nav_link {
        padding: 0; } }
    .nav-tabs.nav_tabs .nav-item.nav_item .nav-link.nav_link:hover, .nav-tabs.nav_tabs .nav-item.nav_item .nav-link.nav_link:focus {
      border: 1px solid transparent; }
    .nav-tabs.nav_tabs .nav-item.nav_item .nav-link.nav_link.active {
      font-weight: bold;
      background: #343A40;
      border: 1px solid transparent; }
  .nav-tabs.nav_tabs.child .nav_item.nav-item .nav-link.nav_link {
    color: #495057; }
    .nav-tabs.nav_tabs.child .nav_item.nav-item .nav-link.nav_link.active {
      font-weight: bold;
      color: #fff;
      background: #343A40;
      border: 1px solid transparent; }

.content_nav_child.onli_margin {
  margin-top: 20px; }

.content_nav_child,
.tab_content {
  margin-top: 8px; }

.box_center .list_nav {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .box_center .list_nav {
      justify-content: flex-start;
      padding-left: 15px; } }
  @media only screen and (max-width: 480px) {
    .box_center .list_nav .item_nav {
      margin-right: 5px; }
      .box_center .list_nav .item_nav:last-child {
        margin-right: 0; } }
  .box_center .list_nav .item_nav a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 0 14px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 1024px) {
      .box_center .list_nav .item_nav a {
        padding: 0 8px; } }
    @media only screen and (max-width: 480px) {
      .box_center .list_nav .item_nav a {
        display: block;
        padding: 5px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border: 1px solid #fff; }
        .box_center .list_nav .item_nav a.btn_dropdown {
          padding: 5px !important; } }
    .box_center .list_nav .item_nav a .show {
      display: block; }
      @media only screen and (max-width: 480px) {
        .box_center .list_nav .item_nav a .show {
          display: none; } }
    .box_center .list_nav .item_nav a .hide {
      display: none; }
      @media only screen and (max-width: 480px) {
        .box_center .list_nav .item_nav a .hide {
          display: block; } }
    .box_center .list_nav .item_nav a:hover, .box_center .list_nav .item_nav a:focus {
      opacity: 0.6; }
    .box_center .list_nav .item_nav a.btn_dropdown {
      padding: 5px 14px;
      border: 1px solid #fff;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      cursor: pointer; }
  .box_center .list_nav .item_nav .dropdown_menu .dropdown-item {
    color: #212529; }
  .box_center .list_nav .item_nav .dropdown_menu .box_group_top {
    display: flex;
    flex-direction: column;
    padding: 5px 10px; }
    .box_center .list_nav .item_nav .dropdown_menu .box_group_top .heading_lable {
      font-weight: bold;
      margin-bottom: 5px; }
    .box_center .list_nav .item_nav .dropdown_menu .box_group_top .group_option {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .box_center .list_nav .item_nav .dropdown_menu .box_group_top .group_option .item_option input {
        display: none; }
      .box_center .list_nav .item_nav .dropdown_menu .box_group_top .group_option .item_option input:checked ~ label::before {
        content: '\f058';
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        color: #007BFF; }
      .box_center .list_nav .item_nav .dropdown_menu .box_group_top .group_option .item_option label {
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        color: #212529;
        line-height: 1; }
        .box_center .list_nav .item_nav .dropdown_menu .box_group_top .group_option .item_option label::before {
          content: '\f111';
          font-family: 'Font Awesome 5 Free';
          font-weight: 400;
          font-style: normal;
          text-decoration: inherit;
          font-size: 13px;
          margin-right: 5px;
          color: #212529; }

.form_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px; }
  .form_group .label_title {
    font-weight: bold;
    font-size: 15px; }
  .form_group .content_box_input.center {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .form_group .content_box_input .box_control_checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .form_group .content_box_input .box_control_checkbox .box_check {
      margin-right: 30px; }
      .form_group .content_box_input .box_control_checkbox .box_check input {
        display: none; }
        .form_group .content_box_input .box_control_checkbox .box_check input:checked ~ .action_check::before {
          border: 1px solid #007BFF; }
        .form_group .content_box_input .box_control_checkbox .box_check input:checked ~ .action_check::after {
          background-color: #007BFF; }
      .form_group .content_box_input .box_control_checkbox .box_check .action_check {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        padding-left: 18px;
        cursor: pointer;
        color: #212529;
        font-size: 15px; }
        .form_group .content_box_input .box_control_checkbox .box_check .action_check::before {
          position: absolute;
          left: 0;
          content: '';
          width: 14px;
          height: 14px;
          border: 1px solid #767676;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          display: block;
          background-color: #fff;
          margin-right: 5px;
          z-index: 9; }
        .form_group .content_box_input .box_control_checkbox .box_check .action_check::after {
          position: absolute;
          left: 3px;
          content: '';
          width: 8px;
          height: 8px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          display: block;
          background-color: #fff;
          margin-right: 5px;
          z-index: 10; }
      .form_group .content_box_input .box_control_checkbox .box_check:last-child {
        margin-right: 0; }
  .form_group .content_box_input .box_control_input {
    display: flex;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px; }
    .form_group .content_box_input .box_control_input.bn_r .form_control {
      border-top-left-radius: 2px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 2px;
      -webkit-border-top-left-radius: 2px;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 2px;
      -moz-border-radius-topleft: 2px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 2px; }
    .form_group .content_box_input .box_control_input.input_checkbox .box_check_group input {
      display: none; }
      .form_group .content_box_input .box_control_input.input_checkbox .box_check_group input:checked ~ label::before {
        content: '\f14a';
        color: #007BFF;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
    .form_group .content_box_input .box_control_input.input_checkbox .box_check_group label {
      display: flex;
      flex-direction: row;
      align-items: center;
      cursor: pointer;
      color: #212529;
      line-height: 1; }
      .form_group .content_box_input .box_control_input.input_checkbox .box_check_group label::before {
        content: '\f0c8';
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
        font-style: normal;
        text-decoration: inherit;
        font-size: 13px;
        margin-right: 5px;
        color: #212529; }
    .form_group .content_box_input .box_control_input .form_control {
      height: 30px;
      width: 100%;
      padding: 0 10px;
      flex: 1;
      outline: none;
      border: 1px solid #ccc; }

.input_group_inline {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .input_group_inline .btn_form {
    height: 30px;
    min-width: 32px;
    outline: none;
    border: 1px solid #DC3545;
    border-right: 1px solid transparent;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .input_group_inline .btn_form i {
      font-size: 14px; }
    .input_group_inline .btn_form:last-child {
      border-right: 1px solid !important;
      border-top-left-radius: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 0;
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-topleft: 0;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 0; }
    .input_group_inline .btn_form.btn_danger {
      border: 1px solid #DC3545;
      border-right: 1px solid transparent;
      color: #DC3545; }
      .input_group_inline .btn_form.btn_danger:hover, .input_group_inline .btn_form.btn_danger:focus {
        background-color: #DC3545;
        color: #fff; }
    .input_group_inline .btn_form.btn_succsec {
      border: 1px solid #28A745;
      border-right: 1px solid transparent;
      color: #28A745; }
      .input_group_inline .btn_form.btn_succsec:hover, .input_group_inline .btn_form.btn_succsec:focus {
        background-color: #28A745;
        color: #fff; }
    .input_group_inline .btn_form.btn_secondary {
      border: 1px solid #6c757d;
      border-right: 1px solid transparent;
      color: #6c757d; }
      .input_group_inline .btn_form.btn_secondary:hover, .input_group_inline .btn_form.btn_secondary:focus {
        background-color: #6c757d;
        color: #fff; }

.box_control_date {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%; }
  .box_control_date .form_control {
    flex: 1;
    -ms-flex: 1;
    padding: 0 35px 0 10px; }
  .box_control_date .btn.btn_preference {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .box_control_date .icon_date {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    z-index: 99;
    pointer-events: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .box_control_date .icon_date::before {
      content: '\f272';
      font-family: 'Font Awesome 5 Free';
      font-weight: 400;
      font-style: normal;
      text-decoration: inherit; }

.box_select_input {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%; }
  .box_select_input .form_control {
    flex: 1;
    -ms-flex: 1;
    padding: 0 25px 0 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px; }
  .box_select_input .drop_down {
    position: absolute;
    width: 25px;
    height: 100%;
    background-color: transparent;
    top: 0;
    right: 0;
    pointer-events: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .box_select_input .drop_down::before {
      content: '\f078';
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      vertical-align: middle;
      font-weight: 900;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }

.box_sum_card {
  display: flex;
  flex-direction: row;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 480px) {
    .box_sum_card {
      flex-direction: column; } }
  .box_sum_card .card_box_item {
    border: 1px solid #ccc;
    background: #F7F7F7;
    flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ccc; }
    @media only screen and (max-width: 480px) {
      .box_sum_card .card_box_item {
        margin-bottom: 25px; } }
    .box_sum_card .card_box_item:last-child {
      border-right: none; }
      @media only screen and (max-width: 480px) {
        .box_sum_card .card_box_item:last-child {
          border-right: 1px solid #ccc; } }
    .box_sum_card .card_box_item .custom_table {
      flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      border-bottom: 1px solid #ccc;
      background-color: #fff; }
      .box_sum_card .card_box_item .custom_table .table {
        margin-bottom: 0; }
    .box_sum_card .card_box_item .card_box_footer {
      padding: 10px; }
      .box_sum_card .card_box_item .card_box_footer nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; }

.box_text_area {
  display: flex;
  flex-direction: column;
  padding: 0 15px; }
  .box_text_area .form_control {
    width: 100%;
    min-height: 600px;
    outline: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 480px) {
      .box_text_area .form_control {
        min-height: 200px; } }

.btn_play {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #DC3545;
  color: #fff;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .btn_play:hover, .btn_play:focus {
    opacity: 0.6; }
  .btn_play i {
    color: #fff;
    line-height: 1; }

.icon_yes {
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/ic_c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

.icon_no {
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/ic_d.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.box_remarks {
  display: flex;
  flex-direction: column; }
  .box_remarks .title {
    margin-bottom: 5px; }
    .box_remarks .title h3 {
      font-weight: bold;
      font-size: 15px; }
  .box_remarks .content {
    margin-bottom: 5px; }
    .box_remarks .content .input_remark {
      width: 100%;
      min-height: 100px;
      border: 1px solid #ccc;
      outline: none;
      padding: 5px; }
  .box_remarks .footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .box_remarks .footer .btn {
      background-color: #28A745;
      color: #fff; }

.box_btn_save {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }
  .box_btn_save .btn_save {
    height: 30px;
    padding: 0 10px;
    background: #28A745;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 20px; }
    .box_btn_save .btn_save:hover, .box_btn_save .btn_save:focus {
      background-color: #058c24; }

.callback_num {
  width: 24px;
  height: 24px;
  background-color: #DC3545;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative; }
  .callback_num:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    display: inline-flex;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px; }

.main_top_bar.user_registion .box_sum_col_top {
  padding: 0 15px;
  justify-content: flex-end; }
  @media only screen and (max-width: 480px) {
    .main_top_bar.user_registion .box_sum_col_top {
      padding: 0; } }
  .main_top_bar.user_registion .box_sum_col_top .filler_to_from .i_tem.txt_form {
    color: #fff; }
  .main_top_bar.user_registion .box_sum_col_top .box_search {
    width: 300px; }
    .main_top_bar.user_registion .box_sum_col_top .box_search input {
      width: 100%; }

.main_top_bar.customer_list {
  padding: 0 15px; }
  @media only screen and (max-width: 480px) {
    .main_top_bar.customer_list {
      padding: 5px 15px; } }
  .main_top_bar.customer_list .box_sum_col_top {
    justify-content: flex-end;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .main_top_bar.customer_list .box_sum_col_top.inline_betwen {
      justify-content: space-between; }

.box_search .box_control_input {
  display: flex;
  flex-direction: row; }
  .box_search .box_control_input .control {
    border: 1px solid #ccc;
    outline: none;
    padding: 0 10px;
    height: 30px;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 480px) {
      .box_search .box_control_input .control {
        flex: 1;
        -ms-flex: 1; } }
  .box_search .box_control_input .btn_form {
    width: 30px;
    height: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 0;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .box_search .box_control_input .btn_form:hover, .box_search .box_control_input .btn_form:focus {
      opacity: 0.6; }

.main_content.three_column {
  background-color: #bee5eb;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px;
  padding-top: 120px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 980px) {
    .main_content.three_column {
      flex-direction: column; } }
  .main_content.three_column .custom_col {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 980px) {
      .main_content.three_column .custom_col {
        margin-bottom: 25px; } }
    .main_content.three_column .custom_col .heading {
      margin-bottom: 15px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      min-height: 30px; }
      .main_content.three_column .custom_col .heading .main_title {
        font-size: 15px;
        line-height: 22px;
        color: #212529;
        font-weight: bold; }
    .main_content.three_column .custom_col .content {
      max-width: 100%;
      overflow-y: auto; }
  .main_content.three_column .custom_col_2 {
    width: 20%; }
    @media only screen and (max-width: 980px) {
      .main_content.three_column .custom_col_2 {
        width: 100%; } }
  .main_content.three_column .custom_col_full {
    max-width: 60%;
    flex: 1;
    -ms-flex: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 980px) {
      .main_content.three_column .custom_col_full {
        max-width: 100%; } }

.card_header {
  min-height: 58px;
  padding: 0 10px;
  background-color: #F7F7F7;
  border: 1px solid #ccc;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .card_header .box_title {
    font-weight: 600; }
  .card_header .box_add .btn {
    background-color: #343A40;
    color: #fff; }

.car_footer {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 59px;
  background-color: #F7F7F7;
  border: 1px solid #ccc;
  border-top: none; }
  .car_footer.btw {
    justify-content: space-between; }
  .car_footer .txt_sum_col {
    color: #212529; }
  .car_footer nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }

.txt_s {
  font-weight: bold; }
  .txt_s.telephone {
    color: #28A745; }
  .txt_s.callback {
    color: #131A22; }
  .txt_s.admin {
    color: #F2994A; }
  .txt_s.manager {
    color: #17A2B8; }
  .txt_s.mgm {
    color: #007BFF; }
  .txt_s.primarynet {
    color: #DC3545; }
  .txt_s.visiting {
    color: #777; }

@media only screen and (max-width: 480px) {
  .box_search {
    flex-direction: column;
    align-items: flex-start;
    width: 100%; } }

.filler_to_from {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 480px) {
    .filler_to_from {
      flex-direction: column;
      align-items: flex-start;
      width: 100%; } }
  .filler_to_from .i_tem {
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .filler_to_from .i_tem.txt_form {
      color: #212529; }
      @media only screen and (max-width: 480px) {
        .filler_to_from .i_tem.txt_form.hide {
          display: none; } }
    @media only screen and (max-width: 480px) {
      .filler_to_from .i_tem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px; } }
    .filler_to_from .i_tem:last-child {
      margin-right: 0; }
  .filler_to_from .box_control_input .box_control_date .form_control {
    border: 1px solid #CCCCCC;
    outline: none; }
  .filler_to_from .box_control_input .box_control_date .icon_date::before {
    content: '\f133';
    color: #212529;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit; }

@media only screen and (max-width: 480px) {
  .main_top_bar.customer_list .box_sum_col_top.inline_betwen {
    flex-direction: column; } }

.main_top_bar.customer_list .box_sum_col_top.inline_betwen .filler_to_from .box_search .control {
  border: 1px solid #ccc;
  outline: none;
  padding: 0 10px;
  height: 30px;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 480px) {
    .main_top_bar.customer_list .box_sum_col_top.inline_betwen .filler_to_from .box_search .control {
      flex: 1;
      -ms-flex: 1; } }

.main_top_bar.customer_list .box_sum_col_top.inline_betwen .box_search .box_control_search .btn_form {
  height: 30px;
  background-color: #343A40;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  font-size: 15px;
  border: none;
  padding: 5px 10px;
  outline: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .main_top_bar.customer_list .box_sum_col_top.inline_betwen .box_search .box_control_search .btn_form:hover, .main_top_bar.customer_list .box_sum_col_top.inline_betwen .box_search .box_control_search .btn_form:focus {
    background-color: #131A22; }

.main_top_bar.user_registion .box_sum_col_top {
  padding: 0; }

.main_top_bar.static_bar .box_sum_col_top .box_center {
  padding: 0 15px; }

.content_static_tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .content_static_tabs .tabs_static_item {
    height: 100%; }
    .content_static_tabs .tabs_static_item .box_content_static {
      display: flex;
      flex-direction: row;
      height: 100%; }
      @media only screen and (max-width: 980px) {
        .content_static_tabs .tabs_static_item .box_content_static {
          flex-direction: column; } }

.static_bar .tabs_static_item .main_control_time_select .filler_to_from {
  flex: 1;
  -ms-flex: 1; }
  .static_bar .tabs_static_item .main_control_time_select .filler_to_from .search {
    max-width: 330px;
    width: 100%; }
    .static_bar .tabs_static_item .main_control_time_select .filler_to_from .search .form_control {
      border: none;
      outline: none;
      width: 100%; }

.box_content_static .left_col {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 980px) {
    .box_content_static .left_col {
      width: 100%; } }
  .box_content_static .left_col .box_count.list_btn {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .box_content_static .left_col .box_count.list_btn .btn_custom {
      margin-bottom: 50px;
      background-color: #343A40;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      height: 36px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      color: #fff;
      padding: 0 10px;
      min-width: 80px;
      border: none;
      outline: none; }
      .box_content_static .left_col .box_count.list_btn .btn_custom:hover, .box_content_static .left_col .box_count.list_btn .btn_custom:focus {
        background-color: #121313; }
  .box_content_static .left_col .box_count .heading {
    margin-bottom: 5px; }
  .box_content_static .left_col .box_count .content .custom_group_colum {
    display: flex;
    flex-direction: column; }
    .box_content_static .left_col .box_count .content .custom_group_colum .group_item {
      margin-bottom: 5px; }
      .box_content_static .left_col .box_count .content .custom_group_colum .group_item.textarea_control .form_control {
        padding: 5px 15px;
        min-height: 76px; }
      .box_content_static .left_col .box_count .content .custom_group_colum .group_item.select_item {
        position: relative; }
        .box_content_static .left_col .box_count .content .custom_group_colum .group_item.select_item .item_dropdown {
          position: absolute;
          right: 1px;
          top: 0;
          bottom: 0;
          width: 30px;
          pointer-events: none;
          cursor: pointer;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
          .box_content_static .left_col .box_count .content .custom_group_colum .group_item.select_item .item_dropdown::before {
            content: '\f078';
            font-family: "Font Awesome 5 Free";
            display: inline-block;
            vertical-align: middle;
            font-weight: 900;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            color: #212529;
            font-size: 10px; }
      .box_content_static .left_col .box_count .content .custom_group_colum .group_item:last-child {
        margin-bottom: 0; }
      .box_content_static .left_col .box_count .content .custom_group_colum .group_item .form_control {
        padding: 0 10px;
        width: 100%;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border: 1px solid #ccc;
        outline: none;
        min-height: 30px;
        color: #495057; }

.box_content_static .content_col {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 15px; }
  .box_content_static .content_col .row_table_custom {
    margin-bottom: 50px; }
    .box_content_static .content_col .row_table_custom:last-child {
      margin-bottom: 0; }
    .box_content_static .content_col .row_table_custom .heading {
      margin-bottom: 10px; }
      .box_content_static .content_col .row_table_custom .heading .txt_heading {
        font-weight: bold;
        font-size: 15px;
        line-height: 22px;
        color: #212529; }
    .box_content_static .content_col .row_table_custom .content .custom_table .table {
      background-color: #fff;
      color: #495057; }
      .box_content_static .content_col .row_table_custom .content .custom_table .table thead tr,
      .box_content_static .content_col .row_table_custom .content .custom_table .table thead th {
        vertical-align: middle;
        white-space: nowrap; }
      .box_content_static .content_col .row_table_custom .content .custom_table .table tbody th {
        background-color: transparent; }

.inline_tise {
  display: flex;
  flex-direction: row;
  align-items: center; }

.main_control_time_select {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .main_control_time_select.justify_content {
    justify-content: space-between; }
  .main_control_time_select .filler_to_from .txt_form {
    color: #fff;
    word-break: keep-all; }
  .main_control_time_select .box_search .btn_fillter {
    height: 30px;
    padding: 5px 25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #343A40;
    border: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .main_control_time_select .box_search .btn_fillter:disabled {
      pointer-events: none;
      background-color: #797979; }
    .main_control_time_select .box_search .btn_fillter:hover, .main_control_time_select .box_search .btn_fillter:focus {
      background-color: #131A22; }
  .main_control_time_select .main_box {
    margin-right: 60px; }
    .main_control_time_select .main_box:last-child {
      margin-right: 0; }
  .main_control_time_select .main_time .list_time {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .main_control_time_select .main_time .list_time li {
      margin-right: 8px; }
      .main_control_time_select .main_time .list_time li:first-child {
        margin-right: 15px; }
      .main_control_time_select .main_time .list_time li:last-child {
        margin-right: 0; }
      .main_control_time_select .main_time .list_time li .btn_flat_custom {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        color: #fff;
        background-color: #343A40;
        height: 30px;
        min-width: 26px;
        padding: 0 10px;
        border: none;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        .main_control_time_select .main_time .list_time li .btn_flat_custom:hover, .main_control_time_select .main_time .list_time li .btn_flat_custom:focus {
          opacity: 0.7; }
      .main_control_time_select .main_time .list_time li .box_control_date {
        position: relative; }
        .main_control_time_select .main_time .list_time li .box_control_date .form_control {
          padding: 0 10px;
          width: 100%;
          border: 1px solid #ccc;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          -o-border-radius: 2px;
          outline: none; }
        .main_control_time_select .main_time .list_time li .box_control_date .icon_date {
          position: absolute;
          top: 0;
          right: 0;
          width: 25px;
          height: 100%;
          z-index: 99;
          pointer-events: none;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          cursor: pointer; }
          .main_control_time_select .main_time .list_time li .box_control_date .icon_date::before {
            content: '\f272';
            font-family: 'Font Awesome 5 Free';
            font-weight: 400;
            font-style: normal;
            text-decoration: inherit;
            color: #212529; }
  .main_control_time_select .main_select {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .main_control_time_select .main_select .main_label {
      font-size: 15px;
      color: #fff;
      margin-right: 15px; }
    .main_control_time_select .main_select .custom_select {
      min-width: 250px;
      position: relative; }
      .main_control_time_select .main_select .custom_select .form_control {
        padding: 5px 10px;
        width: 100%;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border: 1px solid #ccc;
        outline: none;
        min-height: 30px;
        color: #495057;
        position: relative; }
      .main_control_time_select .main_select .custom_select .item_dropdown {
        position: absolute;
        right: 1px;
        top: 0;
        bottom: 0;
        width: 30px;
        pointer-events: none;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        .main_control_time_select .main_select .custom_select .item_dropdown::before {
          content: '\f078';
          font-family: "Font Awesome 5 Free";
          display: inline-block;
          vertical-align: middle;
          font-weight: 900;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          color: #212529;
          font-size: 10px; }

.list_check {
  margin-top: 15px;
  border: 1px solid #ccc; }
  .list_check li {
    border-bottom: 1px solid #ccc; }
    .list_check li:last-child {
      border-bottom: none; }

.group_checkbox input {
  display: none; }
  .group_checkbox input:checked ~ .control_label_checkbox {
    font-weight: 700; }
    .group_checkbox input:checked ~ .control_label_checkbox::before {
      content: '\f14a';
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      vertical-align: middle;
      font-weight: 900;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      color: #007BFF; }

.group_checkbox .control_label_checkbox {
  padding: 5px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0.4px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer; }
  .group_checkbox .control_label_checkbox::before {
    content: '\f0c8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    font-size: 13px;
    margin-right: 5px;
    color: #212529; }

.title_left {
  margin-top: 15px; }
  .title_left h3 {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #495057; }

.report_graph {
  display: flex;
  flex-direction: column; }
  .report_graph .box_report_graph {
    margin-bottom: 45px;
    background-color: #fff;
    min-height: 200px;
    border: 1px solid #CCCCCC; }

.main_control_time_select .box_left_static {
  display: flex;
  flex-direction: row; }

.main_control_time_select .box_right_static .list_btn_control_static .btn_control {
  height: 30px;
  padding: 5px 15px;
  background-color: #343A40;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-right: 10px; }
  .main_control_time_select .box_right_static .list_btn_control_static .btn_control:last-child {
    margin-right: 0; }
  .main_control_time_select .box_right_static .list_btn_control_static .btn_control:hover, .main_control_time_select .box_right_static .list_btn_control_static .btn_control:focus {
    background-color: #131A22; }

.box_heading_widget {
  margin-top: 25px;
  margin-bottom: 40px; }
  .box_heading_widget .box_control_checkbox {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .box_heading_widget .box_control_checkbox .box_txt {
      font-weight: bold;
      margin-right: 40px;
      font-size: 15px;
      color: #212529; }
    .box_heading_widget .box_control_checkbox .box_check {
      margin-right: 25px; }
      .box_heading_widget .box_control_checkbox .box_check .action_check {
        cursor: pointer; }
      .box_heading_widget .box_control_checkbox .box_check:last-child {
        margin-right: 0; }

.left_col_customer_care .list_check {
  margin-bottom: 25px; }

.left_col_customer_care .group_checkbox.checkall {
  padding-top: 15px; }
  .left_col_customer_care .group_checkbox.checkall .control_label_checkbox {
    font-weight: bold;
    cursor: pointer; }

.list_custom_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px; }
  .list_custom_btn li {
    margin-right: 8px; }
    .list_custom_btn li:last-child {
      margin-right: 0; }
    .list_custom_btn li .btn_control {
      border: none;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      font-size: 15px;
      line-height: 22px;
      outline: none;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      height: 32px;
      padding: 0 8px; }
      .list_custom_btn li .btn_control:hover, .list_custom_btn li .btn_control:focus {
        opacity: 0.7; }
      .list_custom_btn li .btn_control.btn_001 {
        background-color: #DC3545;
        color: #fff; }
        .list_custom_btn li .btn_control.btn_001:disabled {
          pointer-events: none;
          background-color: #e0a0a6; }
      .list_custom_btn li .btn_control.btn_002 {
        background-color: #343A40;
        color: #fff; }

.control_btn {
  margin-left: 15px; }
  .control_btn .btn_control {
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 15px;
    line-height: 22px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    height: 32px;
    padding: 0 8px; }
    .control_btn .btn_control:hover, .control_btn .btn_control:focus {
      opacity: 0.7; }
    .control_btn .btn_control.btn_002 {
      background-color: #343A40;
      color: #fff; }

.box_check_all {
  margin-top: 20px; }
  .box_check_all .group_checkbox .control_label_checkbox {
    padding: 0 5px;
    color: #495057;
    font-size: 15px; }

.main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control:hover {
  opacity: 1; }

.main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_whites {
  background-color: #495057;
  color: #fff; }
  .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_whites.whites2 {
    background-color: #DC3545;
    color: #fff; }
  .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_whites.whites3 {
    background-color: #9e222e;
    color: #fff; }

.main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_blues {
  background-color: #777;
  color: #fff; }
  .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_blues.blues2 {
    background-color: #001A70;
    color: #fff; }
  .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_blues.blues3 {
    background-color: #0f1f52; }
  .main_top_bar .box_sum_col_top .box_right .box_control_right .box_right_r .list_btn_control .btn_control.btn_blues:hover {
    opacity: 1; }

.login_duplicate {
  max-width: 600px; }
  .login_duplicate .modal-title {
    font-size: 24px;
    font-weight: normal;
    color: #DC3545; }
  .login_duplicate .modal-body {
    padding: 50px 16px 60px 16px; }
    .login_duplicate .modal-body span {
      color: #DC3545;
      font-size: 16px; }

.tooltip-custom [tooltip] {
  position: relative;
  /* opinion 1 */ }

.tooltip-custom [tooltip]::before,
.tooltip-custom [tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 10px;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0; }

.tooltip-custom [tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 99999;
  /* absurdity 1 */ }

.tooltip-custom [tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2ch 3ch;
  border-radius: 3px;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #000 !important;
  color: #fff;
  z-index: 99999;
  opacity: 1 !important;
  /* absurdity 2 */ }

.tooltip-custom [tooltip]:hover::before,
.tooltip-custom [tooltip]:hover::after {
  display: block; }

.tooltip-custom [tooltip=""]::before,
.tooltip-custom [tooltip=""]::after {
  display: block !important; }

.tooltip-custom [tooltip]:not([flow])::after,
.tooltip-custom [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px); }

.tooltip-custom [tooltip]:not([flow])::before,
.tooltip-custom [tooltip]:not([flow])::after,
.tooltip-custom [tooltip][flow^="up"]::before,
.tooltip-custom [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -1.5em); }

.tooltip-custom [tooltip][flow^="down"]::before {
  top: 110%;
  border-top-width: 0;
  border-bottom-color: #000; }

.tooltip-custom [tooltip][flow^="down"]::after {
  top: calc(110% + 5px); }

.tooltip-custom [tooltip][flow^="down"]::before,
.tooltip-custom [tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 1.5em); }

@keyframes tooltips-vert1 {
  to {
    opacity: 1;
    transform: translate(-50%, 0); } }

@keyframes tooltips-horz1 {
  to {
    opacity: 1;
    transform: translate(0, -50%); } }

.tooltip-custom [tooltip]:not([flow]):hover::before,
.tooltip-custom [tooltip]:not([flow]):hover::after,
.tooltip-custom [tooltip][flow^="up"]:hover::before,
.tooltip-custom [tooltip][flow^="up"]:hover::after,
.tooltip-custom [tooltip][flow^="down"]:hover::before,
.tooltip-custom [tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert1 0ms ease-out forwards; }

.tooltip-custom [tooltip][flow^="left"]:hover::before,
.tooltip-custom [tooltip][flow^="left"]:hover::after,
.tooltip-custom [tooltip][flow^="right"]:hover::before,
.tooltip-custom [tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz1 0ms ease-out forwards; }

.list_menu_preferences {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #ccc; }
  .list_menu_preferences li {
    border-bottom: 1px solid #ccc; }
    .list_menu_preferences li.active a {
      font-weight: bold;
      background-color: #ECECEC; }
    .list_menu_preferences li:last-child {
      border-bottom: none; }
    .list_menu_preferences li a {
      color: #495057;
      padding: 5px 10px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .list_menu_preferences li .dropdown_preferents {
      border-top: 1px solid #ccc; }
      .list_menu_preferences li .dropdown_preferents:not(.show) {
        display: none; }
      .list_menu_preferences li .dropdown_preferents li a {
        padding: 5px 5px 5px 25px; }

.content_col_nopading {
  width: 100%;
  display: flex;
  flex-direction: row; }

.list_control_box_preferences {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  -ms-flex: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 980px) {
    .list_control_box_preferences {
      flex-direction: column; } }
  .list_control_box_preferences .content_left {
    flex: 1;
    -ms-flex: 1; }
    .list_control_box_preferences .content_left .content_column {
      display: flex;
      flex-direction: row;
      flex: 1;
      -ms-flex: 1;
      padding: 8px 15px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      @media only screen and (max-width: 980px) {
        .list_control_box_preferences .content_left .content_column {
          flex-direction: column; } }
      .list_control_box_preferences .content_left .content_column .column_box {
        flex: 1;
        -ms-flex: 1;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        @media only screen and (max-width: 980px) {
          .list_control_box_preferences .content_left .content_column .column_box {
            margin-bottom: 15px; } }
        .list_control_box_preferences .content_left .content_column .column_box.mw_50 {
          max-width: 50%;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
          @media only screen and (max-width: 980px) {
            .list_control_box_preferences .content_left .content_column .column_box.mw_50 {
              max-width: 100%; } }
  .list_control_box_preferences .content_right {
    width: 28%;
    background-color: #fff;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .list_control_box_preferences .content_right.custom_color {
      background-color: #F8F9FA; }
    @media only screen and (max-width: 980px) {
      .list_control_box_preferences .content_right {
        width: 100%; } }
    .list_control_box_preferences .content_right .main_article_preferences {
      border: 1px solid #ccc;
      min-height: 400px;
      padding: 10px; }

.heading_box {
  margin-bottom: 15px; }
  .heading_box.op0 {
    opacity: 0; }
  .heading_box .title_preferences {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #212529; }

.nodata {
  text-align: center;
  min-height: 136px;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

.box_preferenc1 .group_textarea textarea {
  width: 100%;
  min-height: 180px;
  outline: none;
  border: 1px solid #ccc;
  padding: 10px; }

.box_preferenc1 .box_list_images {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 34px; }
  .box_preferenc1 .box_list_images .item_file {
    width: -moz-calc(100% / 5 - 10px);
    width: -webkit-calc(100% / 5 - 10px);
    width: calc(100% / 5 - 10px);
    margin: 5px;
    position: relative; }
    .box_preferenc1 .box_list_images .item_file .close {
      position: absolute;
      width: 24px;
      height: 24px;
      background-color: #F04444;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      opacity: 1;
      right: -8px;
      top: -8px;
      color: #fff;
      cursor: pointer;
      font-size: 14px; }
    .box_preferenc1 .box_list_images .item_file .img {
      width: 100%;
      height: 130px; }
      .box_preferenc1 .box_list_images .item_file .img img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .box_preferenc1 .box_list_images .item_file .control_img label {
      color: #007BFF;
      font-size: 12px; }

.box_preferenc1 .group_selection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px; }
  .box_preferenc1 .group_selection .choose_send {
    min-width: 140px; }
    .box_preferenc1 .group_selection .choose_send:disabled {
      pointer-events: none;
      opacity: 0.8; }

.filler_to_from .custom_select {
  min-width: auto;
  width: 100%;
  max-width: 260px; }

.custom_select {
  min-width: 100%;
  position: relative; }
  .custom_select .form_control {
    padding: 0 10px;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #ccc;
    outline: none;
    min-height: 30px;
    color: #495057;
    position: relative; }
  .custom_select .item_dropdown {
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .custom_select .item_dropdown::before {
      content: '\f078';
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      vertical-align: middle;
      font-weight: 900;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      color: #212529;
      font-size: 10px; }

.btn.btn_preference {
  height: 36px;
  background-color: #343A40;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .btn.btn_preference:hover, .btn.btn_preference:focus {
    background-color: #151617; }

.control_textarea {
  display: flex;
  flex-direction: column; }
  .control_textarea .text_area_in {
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    padding: 10px; }
  .control_textarea .ssm_in {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px; }
    .control_textarea .ssm_in input.ssm_in {
      outline: none;
      background-color: #fff;
      padding: 5px 15px;
      min-width: 200px;
      border: 1px solid #ccc; }
  .control_textarea .list_images {
    padding: 25px 10px 10px 10px; }

.list_images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .list_images .img_item {
    width: -moz-calc(100% / 3 - 10px);
    width: -webkit-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
    margin: 5px; }
    .list_images .img_item img {
      width: 100%;
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 130px; }

.control_in_ecxel {
  display: flex;
  flex-direction: column; }
  .control_in_ecxel .text_content textarea {
    width: 100%;
    min-height: 300px;
    outline: none;
    border: 1px solid #ccc;
    background-color: #fff; }
  .control_in_ecxel .content_total {
    display: flex;
    flex-direction: column;
    margin-top: 10px; }
    .control_in_ecxel .content_total .line strong {
      font-weight: bold; }
    .control_in_ecxel .content_total .line span {
      font-weight: normal; }
  .control_in_ecxel .control_input_excel {
    margin-top: 20px;
    height: 30px;
    width: 100%;
    position: relative; }
    .control_in_ecxel .control_input_excel input {
      display: none; }
    .control_in_ecxel .control_input_excel label {
      position: absolute;
      left: 0;
      right: 0;
      height: 31px;
      top: 0;
      bottom: 0;
      border: 1px solid #ccc;
      display: flex;
      flex-direction: row;
      align-items: center;
      background-color: #fff;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      padding-left: 10px; }
      .control_in_ecxel .control_input_excel label:after {
        content: "Browse";
        position: absolute;
        right: 0;
        height: 30px;
        top: 0;
        color: #495057;
        background-color: #ccc;
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        line-height: 1;
        cursor: pointer;
        font-size: 15px; }
  .control_in_ecxel .list_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px; }
    .control_in_ecxel .list_btn button {
      margin-right: 10px;
      height: 32px;
      padding: 0 5px;
      border: none;
      font-size: 15px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .control_in_ecxel .list_btn button:disabled {
        opacity: 0.7;
        pointer-events: none; }
      .control_in_ecxel .list_btn button.btn_su1 {
        background: #007BFF;
        color: #fff; }
        .control_in_ecxel .list_btn button.btn_su1:hover, .control_in_ecxel .list_btn button.btn_su1:focus {
          background: #003fff; }
      .control_in_ecxel .list_btn button.btn_su2 {
        background: #DC3545;
        color: #fff; }
        .control_in_ecxel .list_btn button.btn_su2:hover, .control_in_ecxel .list_btn button.btn_su2:focus {
          background: #af2835; }
      .control_in_ecxel .list_btn button.btn_su3 {
        background: #343A40;
        color: #fff; }
        .control_in_ecxel .list_btn button.btn_su3:hover, .control_in_ecxel .list_btn button.btn_su3:focus {
          background: #131a22; }
      .control_in_ecxel .list_btn button:last-child {
        margin-right: 0; }
  .control_in_ecxel .control_submit {
    display: flex;
    flex-direction: column;
    margin-top: 35px; }
    .control_in_ecxel .control_submit .btn_su {
      width: 100%;
      margin-right: 10px;
      height: 32px;
      padding: 0 5px;
      border: none;
      font-size: 15px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      background-color: #17A2B8;
      color: #fff; }
      .control_in_ecxel .control_submit .btn_su:hover, .control_in_ecxel .control_submit .btn_su:focus {
        background-color: #106977; }

.popup_page .main_header_pop {
  height: 54px;
  background-color: #17A2B8;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .popup_page .main_header_pop::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden; }
  .popup_page .main_header_pop .box_left,
  .popup_page .main_header_pop .box_right {
    float: left;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .popup_page .main_header_pop .box_right .list_btn_control {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }

.popup_page .main_module1 .box_row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-direction: row; }
  .popup_page .main_module1 .box_row::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden; }
  .popup_page .main_module1 .box_row .box_left_pop,
  .popup_page .main_module1 .box_row .box_right_pop {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    .popup_page .main_module1 .box_row .box_left_pop .box_table,
    .popup_page .main_module1 .box_row .box_right_pop .box_table {
      background-color: #fff;
      min-height: 700px;
      border: 1px solid #ccc; }
      .popup_page .main_module1 .box_row .box_left_pop .box_table .table,
      .popup_page .main_module1 .box_row .box_right_pop .box_table .table {
        border-bottom: 1px solid #dee2e6; }
        .popup_page .main_module1 .box_row .box_left_pop .box_table .table th,
        .popup_page .main_module1 .box_row .box_left_pop .box_table .table td,
        .popup_page .main_module1 .box_row .box_right_pop .box_table .table th,
        .popup_page .main_module1 .box_row .box_right_pop .box_table .table td {
          border-bottom: 1px solid #ccc;
          border-right: 1px solid #ccc;
          padding: 4px; }
          .popup_page .main_module1 .box_row .box_left_pop .box_table .table th:last-child,
          .popup_page .main_module1 .box_row .box_left_pop .box_table .table td:last-child,
          .popup_page .main_module1 .box_row .box_right_pop .box_table .table th:last-child,
          .popup_page .main_module1 .box_row .box_right_pop .box_table .table td:last-child {
            border-right: none; }
  .popup_page .main_module1 .box_row .box_left_pop .box_header {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 25px; }
    .popup_page .main_module1 .box_row .box_left_pop .box_header .box_left {
      display: flex;
      flex-direction: row; }
      .popup_page .main_module1 .box_row .box_left_pop .box_header .box_left label {
        font-weight: bold; }
      .popup_page .main_module1 .box_row .box_left_pop .box_header .box_left .list_btn_control_pop {
        padding-left: 10px;
        flex: 1;
        -ms-flex: 1; }
  .popup_page .main_module1 .box_row .box_right_pop .box_header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 125px;
    padding: 10px 0; }

.list_btn_control_pop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%; }
  .list_btn_control_pop.column {
    flex-direction: column; }
    .list_btn_control_pop.column .btn_control {
      margin-right: 0;
      margin-bottom: 5px; }
      .list_btn_control_pop.column .btn_control:last-child {
        margin-bottom: 0; }
  .list_btn_control_pop .btn_control {
    text-decoration: none;
    outline: none;
    border: none;
    outline: none;
    margin-right: 10px;
    background-color: #343A40;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 20px;
    justify-content: center; }
    .list_btn_control_pop .btn_control:last-child {
      margin-right: 0; }
    .list_btn_control_pop .btn_control.btn_001 {
      background-color: #343A40;
      color: #fff; }
      .list_btn_control_pop .btn_control.btn_001:hover, .list_btn_control_pop .btn_control.btn_001:focus {
        background-color: #131A22; }

@media print {
  body {
    margin: 0;
    color: #000;
    background-color: #fff; } }

table {
  width: 100%; }
