a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}


p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input {
  display: block;
	outline: none;
	border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



.container-table100 {
  width: 50%;
  padding-top:30px;
  margin:auto;
}



table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #36304a;
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th{
  
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
  width: 260px;
  padding-left: 40px;
}

.column2 {
  width: 160px;
}

.column3 {
  width: 245px;
}

.column4 {
  width: 110px;
  text-align: center;
}

.column5 {
  width: 170px;
  text-align: right;
}

.column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
}


@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Date";
  }
  table tbody tr td:nth-child(2):before {
    content: "Order ID";
  }
  table tbody tr td:nth-child(3):before {
    content: "Name";
  }
  table tbody tr td:nth-child(4):before {
    content: "Price";
  }
  table tbody tr td:nth-child(5):before {
    content: "Quantity";
  }
  table tbody tr td:nth-child(6):before {
    content: "Total";
  }

  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bar_setting 
{     
  border-radius: 15px 15px 0px 0px;
  background-color: #575779;
  width: 100%;
  height: 50px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-left: 2px solid #000000;
  
}


.icon_setting 
{
  /* background-color: #5D5E79; */
  background-image: url("../../../assets/images/icon/Setting_ICO_02.png");
  /* background-color: #5D5E79; */
  background-size: 34px;
  background-repeat:no-repeat;
  width: 34px;
  height: 34px;
  
}

.name_setting 
{
  font-size: 30px;
  text-align: center;
  margin-top: 7px;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon_login 
{
  background-image: url("../../../assets/images/icon/Tooth_Single_Select_ICO.png");
  background-position: 10%;
  background-size: 34px;
  background-repeat:no-repeat;
  /* width: 34px; */
  height: 34px;
}
.name_register
{
  font-size: 30px;
  margin-top: 7px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  padding-left: 40%;
  padding-right: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon_register 
{
  background-image: url("../../../assets/images/icon/AccountInfo_ICO.png");
  background-position: 10%;
  background-size: 34px;
  background-repeat:no-repeat;
  height: 34px;
}
.icon_forgotpass
{
  background-image: url("../../../assets/images/icon/Password_ICO.png");
  background-position: 10%;
  background-size: 34px;
  background-repeat:no-repeat;
  width: 34px;
  height: 34px;
}

.name_login 
{
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  width: 100%;
  padding-left: 20%;
  padding-right: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
}

.name_setting_singup 
{
  /* background-color: #5D5E79; */
  position: absolute;
  font-size: 30px;
  text-align: center;
  margin-top: 7px;
  text-decoration: none;
  /* display: inline-block; */
  width: 30%;
  /* margin-left: 10px; */
}

.icon_exit_setting 
{
  position: absolute;
  background-image: url("../../../assets/images/icon/close_34_ICO.png");
  /* background-color: #5D5E79; */
  background-size: 25px;
  background-repeat:no-repeat;
  width: 34px;
  height: 34px;
  right: 25%;
  margin-top: 10px;
}

/* Style the tab */
.tab {
  position: absolute;  /*??*/ 
  float: left;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  background-color: #5D5E79 !important;
  width: 15%;
  height: 50em;
  border-radius: 0px 0px 0px 15px;
  
}

/* custom hide scroll about setting */
#about::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f500;

} 
#about::-webkit-scrollbar-thumb {
  background-color: #5d5e7900;
  display: none; 
}

/* custom hide scroll about setting */
#controlTutorial::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f500;
} 
.tutorialcorver{
  height: fit-content;
  width: 100%;
}
.controlTutorial{
  background-image: url("../../../assets/images/common/HuongDanThaoTac.png");
  width: 100%;
  height: 1800px;
  background-size: cover;
}
#controlTutorial::-webkit-scrollbar-thumb {
  background-color: #5d5e7900;

}

/* custom hide scroll about setting */
#general::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f500;

} 
#general::-webkit-scrollbar-thumb {
  background-color: #5d5e7900;

}

/* Style the tab content */
.tabcontent {
  float: right;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  background-color: #5D5E79;
  width: 70%;
  margin-left: 30%;
  height: 50em;
  border-radius: 0px 0px 15px 0px;
  /* overflow-y: scroll; */
  overflow-x: hidden;
  display: none;  
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  
}
/* Style the tab content */
.tabcontentfull {
  float: right;
  border: 2px solid #000000;
  background-color: #3c3c59;
  width: 100%;
  border-radius: 0px 0px 15px 15px;
}
.tabcontentfull-small {
  height: 300px;
}
.tabcontentfull-medium {
  height: auto;
}
.tabcontentfull-high {
  height: 750px;
}
/* Style the buttons inside the tab */
.tab button {
  position: static;
  background-color: inherit;
  color: #ffffff;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  /* transition: 0.3s; */
  font-size: 17px;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #383853;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #343451;
}

.indented_login{
  padding-left: 15%;
  padding-right: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.indented_lvname{
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  margin: 10px;
}

.indented_lv0{
  position: relative;
  margin-left: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indented_lv1{
  position: relative;
  margin-left: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indented_lv2{
  padding-left: 15%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indented_lv3{
  padding-left: 15%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indented_lv4{
  padding-left: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indented_lv5{
  padding-left: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indented_lv6{
  padding-left: 35%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timeAniamtionTable{
  width: 98%;
  margin: auto;
  margin-left: 1%;
  border-radius: 0px;
}

.timeAniamtionTable-month{
  background-color: #2196F3;
}
.timeAniamtionTable-year{
  background-color: #3A3985;
}
.timeAniamtionTable-teeth{
  background-color: cadetblue;
}

.timeAniamtionTable tbody tr{
  height: 15px;
}

.cvsprofile_logo{
  width: 200px;
  height: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.profile_logo{
  width: 150px;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  /* margin-top: 10%; */
  border-style: solid;
}
.profilecolums{
  display: table;
}
.profilecolum {
  float: right;
  width: 60%;
  padding: 10px;
}
.profilecolum1 {
  /* float: right; */
  padding: 10px;
  background-repeat:no-repeat;
  /* height: 34px; */

}
.aboutTitle{
  margin-left: 3%;
  overflow: auto;
  text-overflow: revert;
}
.aboutText{
  margin-left: 3%;
  overflow: auto;
  text-overflow: revert;
  font-style: normal;
  font-family: inherit;
}
.btnclosepopup{
  display: block;
  margin-left: auto;
  margin-right: 20px;
  margin-top: -33px;
}




/* Search and libary */



.chat_container {
  position: absolute;
  z-index: 2;
}
.chat_container .chat {
  position: absolute;
  width: 400px;
  height: 500px;
  top: 420px;
  bottom: 0;
  margin: auto;
  left: 80px;
  right: 0;
  background: #676c84;
  border-radius: 10px;
  transform: scale(0);
  box-shadow: 0 5px 60px 10px rgba(0, 0, 0, 0.12);
  transform-origin: 0% 0%;
}

.chat_container .chat .textbox {
  position: absolute;
  width: 100%;
  height: 50px;
  box-shadow: 0px -2px 10px rgb(0 0 0 / 85%);
  top: 0;
  background-color: #a8aac2;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.chat_container .chat .textbox .input {
  width: 82%;
  height: 35px;
  display: block;
  position: relative;
  float: left;
  margin-left: 10px;
  border: none;
  padding: 3px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.chat_container .chat .textbox .send {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  color: #1E88E5;
}

.bubble {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: -25px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.19), 0 0px 6px rgba(0, 0, 0, 0.23);
  background: url("../../../assets/images/icon/SearchFor03_ICO.png") white;
  background-size: cover;
  border-style: solid;
  border-color: #008dff;
}
.bubble:hover {
  /* transition: all 0.15s;
  transform: scale(1.1); */
  box-shadow: 0 0px 20px rgba(126, 214, 236, 0.836), 0 0px 6px rgba(0, 204, 255, 0.603);

}
.bubble__span {
  position: absolute;
  left: 70px;
  background: #333;
  border-radius: 10px;
  padding: 5px;
  color: white;
  font-family: "Roboto";
  opacity: 0;
}
.bubble:active {
  transform: scale(1.0);
  transition: all 0.3s;
}

.chat-thread {
  padding: 20px;
  margin: 10px;
  list-style: none;
  overflow-x: hidden;
}
.chat-thread li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 10px 20px 10px 15px;
  margin-bottom: 10px;
  font-family: "Roboto";
  font: 14px;
  border-radius: 25px;
}
.chat-thread .message-mit {
  background: #1E88E5;
  float: right;
  color: white;
}
.chat-thread .message-dest {
  background: #CFD8DC;
  float: left;
}
.chat-thread .loading .material-icons {
  color: rgba(200, 200, 200, 0.8);
  font-size: 8px;
  padding: 1px;
  margin-bottom: 5px;
}
.chat-thread .loading .material-icons:nth-child(1) {
  animation: writing 0.25s infinite alternate;
}
.chat-thread .loading .material-icons:nth-child(2) {
  animation: writing 0.25s infinite 0.2s alternate;
}
.chat-thread .loading .material-icons:nth-child(3) {
  animation: writing 0.25s infinite 0.3s alternate;
}

.bouncein {
  animation: bounce 0.2s ease-out forwards 0.0s;
}

.bounceout {
  animation: bounce 0.2s ease-out forwards reverse;
}

@keyframes bounce {
  0% {
    transform: scaleY(0);
  }
  60% {
    transform: scaleY(1.05);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes writing {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}



/* Search tabel */
.searchContentNode{
  padding-top: 60px;
  list-style-type: none;
  padding-inline-start: inherit;
  overflow: scroll;
  height: inherit;
  overflow-x: hidden; 
}
.searchNodeElement{
  height: fit-content;
  width: 100%;
  padding-inline-start: 10px;
  overflow: revert;
  margin-top: 7px;
  font-size: 17px;
}
.searchNodeElement:hover{
  background-color: #32323642;
}
.searchNodeLink{
  color:white;
  margin-left: 50px;
}
.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\25B6";
  color: white;
  display: inline-block;
}

.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);  
}

.searchNested {
  display: none;
}

.searchActive {
  display: block;
}


/* Scrool bar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}