.container.apply_list{
  max-width: 1300px;
}

.content-header-list {
  padding: 0;
}

.apply_lists .apply_container {
  padding: 0;
}

.apply_lists .table-bordered {
  border: none;
}

.apply_lists .apply_type {
  display: flex;
  justify-content: space-around;
}

.apply_lists .apply_type span{
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
  background: transparent;
  border-radius: 12px;
  padding: 2px 7px;
  width: 52px;
  height: 23px;
  display: flex;
  justify-content: center;
  margin-left: 2px;
  align-items: center;
  white-space: nowrap;
}

.apply_lists .apply_type span.line {
  margin-left: 5px;
  text-align: center;
}

.apply_lists .apply_type span.line.active{
  color: white;
  border: 1px solid #06C755;
  background: #06C755;
}

.apply_lists .apply_type span.mail.active{
  color: white;
  border: 1px solid #47A0E3;
  background: #47A0E3;
}

.apply_lists .apply_lists_link {
  text-decoration: underline;
}

.apply_lists .line-chat.new{
  position: relative;
  overflow: unset;
}

.apply_lists .line-chat.new::after{
  position: absolute;
  top: 0px;
  left: -30px;
  content: 'NEW';
  background-color: #EE3603;
  color: white;
  padding: 0 5px;
  border-radius: 10px;
  line-height: 15px;
  font-size: 10px;
}

.apply_lists .url_apply_confirm::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #3c8dbc;
}

.apply_lists .modal-content .Chat-header p {
  margin-bottom: 0;
}

.box-title span {
  background-color: #EE3603;
  color: white;
  padding: 2px 5px;
  border-radius: 10px;
  line-height: 18px;
  font-size: 12px;
  margin: 0 5px;
  position: relative;
  top: -3px;
}

.Chat {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Chat-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.Chat-container {
  padding: 15px 0 0;
}

.modal-header-close {
  position: absolute;
  top: 13px;
  right: 10px;
  cursor: pointer;
}

.Chat-header {
  border-bottom: 1px solid #ddd;
  padding-right: 32px;
}

.Chat-ttl {
  font-size: 12px;
  color: #333;
}

.Chat-body {
  padding: 10px 30px;
  flex: 1;
  overflow-y: auto;
  height: 260px;
}

.Chat-body.mobile{
  padding: 10px 30px;
  flex: 1;
  overflow-y: scroll;
  height: calc(100vh - 203px);
  padding-bottom: 30px;
}

.Chat-message {
  display: flex;
  margin-bottom: 10px;
}

.Chat-message--send {
  justify-content: flex-end;
}

.Chat-message__content {
  max-width: 85%;
  padding: 0 15px;
  overflow: unset;
}

.Chat-message__txt{
  padding: 6px 10px;
  border-radius: 5px;
  position: relative;
  font-size: 12px;
  overflow: inherit;
  border: none;
  margin: 0;
  font-family: unset;
  white-space: pre-wrap;
}

.Chat-message-none__txt{
  text-align: center;
}

.Chat-message--send .Chat-message__txt{
  background: #06C755;
  color: #fff;
  border-bottom-right-radius: 0;
}

.Chat-message--receiver .Chat-message__txt{
  background: #D9D9D9;
  color: #333;
  border-bottom-left-radius: 0;
}

.Chat-message--send .Chat-message__txt::before{
  position: absolute;
  display: block;
  content: "";
  left: calc(100% - 5px) ;
  bottom: 0;
  border-width: 0 15px 20px 0;
  border-style: solid;
  border-color: transparent transparent #06C755 transparent;
}

.Chat-message--receiver .Chat-message__txt::before{
  position: absolute;
  display: block;
  content: "";
  right: calc(100% - 5px) ;
  bottom: 0;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent #D9D9D9 transparent;
}


.Chat-message__time{
  font-size: 10px;
  color: #747474;
  line-height: 15px;
  padding-top: 2px;
}

.Chat-message--send .Chat-message__time{
  text-align: right;
}

.Chat-message--receiver .Chat-message__time{
  text-align: start;
}

.Chat-form{
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 185px;
}

.Chat-form__input{
  font-size: 14px;
  height: 154px;
  width: calc(100% - 70px);
  padding-left: 5px;
  line-height: 1.5;
  overflow: hidden;
  outline: none;
  resize: none;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
}

.Chat-form__input:-ms-input-placeholder {
  color: #BEBEBE !important;
}

.Chat-form__btn{
  color: #fff;
  background: #5C90F8;
  outline: none;
  border: none;
  font-size: 20px;
  line-height: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.Chat-form__btn:disabled{
  opacity: .5;
}

@media screen and (max-width: 576px) {
  .Chat-body{
    padding: 10px 10px;
  }

  .Chat-form__btn{
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .Chat-form{
    padding: 10px 5px;
  }

  .Chat-form__input{
    height: 55px;
    font-size: 12px;
  }
  
}
/* END: Chat */

/* scroll custom */

.Chat-body::-webkit-scrollbar {
	width: 5px;
}

.Chat-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 10px;
  background-color: #DFDFDF;
}

/* END: scroll custom */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

.modal-bg {
  position: fixed;
  background: #000000ab;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.modal-header-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal-header-ttl {
  margin-bottom: 0;
}

.modal-content {
  z-index: 3;
  top: 50%;
  background: #fff;
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  min-height: 550px;
  margin:auto;
  transform: translateY(-50%);
}

.apply_lists table thead > tr > th {
  background-color: #00acd6;
  color: #fff;
}

table.dataTable thead > tr > th {
  padding-right: 8px;
  white-space: nowrap;
}

table.dataTable thead > tr > th:nth-child(8) {
  padding-left: 25px;
}

table.dataTable tbody > tr > td {
  padding: 10px 6px;
}

table.dataTable tr > td a {
  position: relative;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 135px;
  max-height: 35px;
}

table.dataTable tr > td a:not(.url_apply_confirm) {
  overflow: hidden;
}

table.dataTable tbody > tr > td a.url_apply_confirm {
  white-space: nowrap;
  display: inline-block;
  margin-left: 20px;
}

#TitleChatting {
  margin-bottom: 0;
}

.change_label::-ms-expand {
  background-color: transparent;
  outline: none;
  border: none;
  color: #fff;
}