.table-layout .v-data-table__wrapper thead th[data-v-7959de94] {
  position: sticky;
  top: 0px;
  z-index: 9;
}
.border-item[data-v-7959de94] {
  border: #9C9C9C 1px solid;
  border-radius: 5px;
}

[data-v-c4fc6244] .appointment-personal .v-chip--select{
    padding: 0;
    height: 20px;
    margin: 0;
    border-radius: 0;
}
[data-v-c4fc6244] .appointment-personal .v-select__selections{
    min-height: 20px;
}
.border-right-scrollable[data-v-c4fc6244] {
    border-right: 1px solid #d2d2d2;
    overflow-y: auto;
    overflow-x: hidden;
}
.contact-history-table--wrapper[data-v-c4fc6244] {
    max-height: 160px;
    min-height: 160px;
    overflow: auto;
}
.customer-name-readonly input[data-v-c4fc6244] {
    color: 	#00BFFF
}
[data-v-c4fc6244] .v-tabs-bar {
    height: 30px;
}
[data-v-c4fc6244] .v-tab {
    font-size: 12px;
}
[data-v-c4fc6244] table th {
  font-size: 12px !important;
}
[data-v-c4fc6244] table td {
  font-size: 12px !important;
}


[data-v-485785b6] table {
    border-collapse: separate;
    border-spacing: 0px;
    border: 2px solid #DDDDDD;
    border-radius: 10px;
}
[data-v-485785b6] table thead tr {
    height: 35px;
}
[data-v-485785b6] table thead td {
    border-right: 2px solid #DDDDDD;
    height: 35px;
    padding: 4px 6px !important;
    font-size: 16px;
    font-weight: 500;
}
[data-v-485785b6] table thead td:first-child {
    border-top-left-radius: 8px;
}
[data-v-485785b6] table thead td:last-child {
    border-top-right-radius: 8px;
    border-right: unset;
}
[data-v-485785b6] table tbody tr {
    height: 40px;
}
[data-v-485785b6] table tbody td {
    border-top: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    height: 40px;
    padding: 6px !important;
    font-size: 16px;
    font-weight: 300;
}
[data-v-485785b6] table tbody tr td:last-child {
    border-right: unset;
}
[data-v-485785b6] table thead.table-success td {
    background: #4caf50;
    color: white;
}
[data-v-485785b6] table thead.table-failed td {
    background: #ff5252;
    color: white;
}


.number-wrapper[data-v-116ab1ed] {
    border: 3px solid #4caf50;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 13px 0px;
    margin: auto;
}
.number-wrapper-failed[data-v-116ab1ed] {
    border: 3px solid #ff5252;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 13px 0px;
    margin: auto;
}
.count-number-success[data-v-116ab1ed] {
    font-size: 26px;
    font-weight: 400;
    color: #4caf50;
}
.count-number-failed[data-v-116ab1ed] {
    font-size: 26px;
    font-weight: 400;
    color: #ff5252;
}
.count-sms-header[data-v-116ab1ed] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.count-label[data-v-116ab1ed] {
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0px 15px;
}
.send-sms-detail-container[data-v-116ab1ed] {
    width: 80%;
    margin: auto;
}
.sms-detail-text[data-v-116ab1ed] {
    font-size: 17px;
    font-weight: bold;
}

.notification-has-0 .v-badge__badge[data-v-afc04368] {
  display: none;
}
.notification-has-1 .v-badge__badge[data-v-afc04368] {
  display: inline-block;
}
.padding-10[data-v-afc04368] {
  padding: 10px;
}
.v-messages__message[data-v-afc04368] {
  color: #ff5252 !important;
  caret-color: #ff5252 !important;
}
.appbar-icon[data-v-afc04368] {
  font-size: 22px !important;
}
.theme--dark .v-list-item__title .notification .notification-info[data-v-afc04368] {
  background-color: #e91e63;
}
.theme--dark .v-list-item__title .notification .notification-info .notification-item .v-icon[data-v-afc04368] {
  color: white;
}
.notification-info[data-v-afc04368] {
  background-color: #f1f1f1;
  padding: 5px 10px;
}
.notification-info .notification-item .v-icon[data-v-afc04368] {
  color: #a847bf;
}
.notification-header[data-v-afc04368] {
  padding: 5px 15px;
  color: #ff0000;
}
.no-outline[data-v-afc04368]:focus {
  outline: unset;
}
.hiden-person-result[data-v-afc04368] {
  display: none;
}
.announcement-container[data-v-afc04368] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  padding: 0px 10px;
  border-radius: 15px;
}
.announcement-container .announcement[data-v-afc04368] {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.announcement-container .announcement .announcement-pack[data-v-afc04368] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
.announcement-container .announcement .announcement-pack .announcement-text[data-v-afc04368] {
  color: black;
  text-decoration: unset;
}
.announcement-container .announcement .announcement-pack .announcement-text.has-link[data-v-afc04368] {
  cursor: pointer;
}
.announcement-container .announcement .announcement-pack .announcement-text.has-link[data-v-afc04368]:hover {
  color: blue;
  text-decoration: underline;
  text-underline-position: below;
}
.notification-height[data-v-afc04368] {
  overflow: auto;
  max-height: 440px;
}
