.space-2 {
  margin-bottom: 1rem;
}

.space-4 {
  margin-bottom: 2rem;
}

.space-8 {
  margin-bottom: 4rem;
}

.space-top-2 {
  margin-top: 1rem;
}

.space-top-4 {
  margin-top: 2rem;
}

.space-top-8 {
  margin-top: 4rem;
}

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

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

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

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

.-status-new {
  color: #0097a7;
}

.-status-warning {
  color: #FBC02D;
}

.circle-bullet {
  color: #0097a7;
  font-size: 80%;
}

.inline-block {
  display: inline-block;
}

.vue-map {
  height: 100%;
}

.type_ahead {
  padding: 10px 15px;
  background-color: #ffffff;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  border: none;
  border-radius: 22px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, .4);
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #2c3e50;
  line-height: 1.42857143;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 7px;
}

.type_ahead .fa {
  float: right;
  opacity: .4;
  position: relative;
  right: 5px;
  top: 5px;
}

.type_ahead input {
  width: 95%;
  border: none;
  outline: none;
}

.type-ahead-lists {
  padding: 0;
  position: absolute;
  margin-top: 8px;
  min-width: 97%;
  background-color: #fff;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  z-index: 1000;
}

.type-ahead-lists li {
  padding: 5px 5px;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}

.type-ahead-lists li:last-child {
  border-bottom: none;
}

.calendar-block {
  height: 160px;
  overflow: auto;
}

.calendar-block .text-red {
  color: red;
}

.calendar-block .title {
  width: 100%;
  display: inline-block;
  padding-bottom: 4px;
  text-align: right;
  border-bottom: 1px solid #d0d0d0;
}

.calendar-block .text-blue {
  color: #46b7df;
}

.calendar-block .text-green {
  color: #59b122;
}

.float-left {
  float: left;
}

.clear-fix {
  clear: both;
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

.order_detail li {
  line-height: 2em;
  height: auto;
}

.border-red {
  border: 2px solid #fe1216;
}

.border-green {
  border: 2px solid #579008;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

ul li {
  padding: 5px 0px;
}

.user-note-box {
  max-height: 300px;
  overflow-y: scroll;
}

.chat-scroll {
  height: 500px;
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.main-section small {
  font-size: 12px;
  margin-top: 7px;
  font-style: italic;
}

.main-section h3, .main-section h5 {
  margin: 0px;
}

.main-section {
  margin: auto;
  width: 960px;
  background-color: #fff;
}

.head-section {
  border-bottom: 1px solid #E6E6E6;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.headLeft-section {
  width: calc(30% - 1px);
  float: left;
  border-right: 1px solid #E6E6E6;
}

.headLeft-sub {
  padding: 15px;
  text-align: center;
}

.headLeft-sub input {
  padding: 7px;
  width: 60%;
  border-radius: 0px;
  border: 1px solid #E6E6E6;
}

.headLeft-sub button {
  padding: 7px 15px;
  background: #009EF7;
  color: #fff;
  border: 1px solid #E6E6E6;
}

.headRight-section {
  width: 70%;
  float: left;
}

.headRight-sub {
  padding: 10px 15px 0px 15px;
}

.body-section {
  clear: both;
  overflow: hidden;
  width: 100%;
}

.left-section {
  width: calc(30% - 1px);
  float: left;
  height: 500px;
  border-right: 1px solid #E6E6E6;
  background-color: #FFF;
  z-index: 1;
  position: relative;
}

.left-section ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.left-section ul li {
  padding: 15px 0px;
  cursor: pointer;
}

.left-section ul li.active {
  background: #009EF7;
  color: #fff;
  position: relative;
}

.mCustomScrollBox, .mCSB_container {
  overflow: unset !important;
}

.left-section ul li.active .desc .time {
  color: #fff;
}

.left-section .chatList {
  overflow: hidden;
}

.left-section .chatList .img {
  width: 60px;
  float: left;
  text-align: center;
  position: relative;
}

.left-section .chatList .img img {
  width: 30px;
  border-radius: 50%;
}

.left-section .chatList .img i {
  position: absolute;
  font-size: 10px;
  color: #52E2A7;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 10px;
}

.left-section .chatList .desc {
  width: calc(100% - 60px);
  float: left;
  position: relative;
}

.left-section .chatList .desc h5 {
  margin-top: 6px;
}

.left-section .chatList .desc .time {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #c1c1c1;
  font-size: 10px;
}

.right-section {
  width: 70%;
  float: left;
  height: 500px;
  background-color: #F6F6F6;
  position: relative;
}

.message {
  height: calc(100% - 68px);
  font-family: sans-serif;
}

.message ul {
  padding: 0px;
  margin: 0px auto;
  list-style: none;
  width: 90%;
  overflow: hidden;
}

.message ul li {
  padding: 15px 0px;
  position: relative;
  width: 80%;
  clear: both;
}

.message ul li.msg-left {
  float: left;
}

.message ul li.msg-left .avatar {
  position: absolute;
  width: 40px;
  bottom: 30px;
  left: 0;
}

.message ul li.msg-left .msg-desc {
  padding: 5px 10px;
  margin-left: 70px;
  font-size: 12px;
  background: #E8E8E8;
  border-radius: 5px 5px 5px 0px;
  position: relative;
}

.message ul li.msg-left .msg-desc:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #E8E8E8;
  bottom: 0px;
  left: -10px;
}

.message ul li.msg-left small {
  float: right;
  color: #c1c1c1;
}

.message ul li.msg-right {
  float: right;
}

.message .chat-warpper {
  position: relative;
  display: inline-block;
}

.message .chat-img {
  margin: 10px auto;
  position: relative;
  /* max-width: 350px; */
  width: 100%;
}

.message ul li.msg-right .avatar {
  position: absolute;
  width: 40px;
  right: 0px;
  bottom: 30px;
}

.message ul li.msg-right .msg-desc {
  padding: 5px 10px;
  margin-right: 70px;
  font-size: 12px;
  background: #cce5ff;
  color: #004085;
  border-radius: 5px 5px 5px 0px;
  position: relative;
}

.message ul li.msg-right .msg-desc:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #cce5ff;
  bottom: 0px;
  right: -10px;
}

.message ul li.msg-right small {
  float: right;
  color: #c1c1c1;
  margin-right: 70px;
}

.message ul li.msg-day {
  padding: 0px;
  margin: 15px 0px;
  border-top: 1px solid #EBEBEB;
  width: 100%;
}

.message ul li.msg-day small {
  padding: 3px 10px;
  position: absolute;
  top: -10px;
  background: #F6F6F6;
  color: #c1c1c1;
  left: 50%;
  transform: translateX(-50%);
}

.right-section-bottom {
  padding: 15px;
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #E6E6E6;
  text-align: center;
}

.right-section-bottom input {
  padding: 8px 5px;
  border: 0px;
  width: calc(100% - 150px);
}

.right-section-bottom .btn-send {
  padding: 8px 10px;
  border: 0px;
  float: right;
  margin-right: 30px;
  color: #009EF7;
  font-size: 18px;
  background: #fff;
  cursor: pointer;
}

.upload-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.upload-btn .btn {
  padding: 8px 10px;
  border: 0px;
  color: #009EF7;
  font-size: 18px;
  background: #fff;
  cursor: pointer;
}

.upload-btn input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.order-card {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.g-bg-gray-light-v1 {
  background: #f5f5f5;
}

.g-bg-white {
  background: #fff;
}

.g-pb-none {
  padding-bottom: 0 !important;
}

.g-pt-none {
  padding-top: 0 !important;
}

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

.sweet-modal .sweet-title > h2 {
  margin-top: 2rem !important;
}

.sweet-button {
  border: 1px solid !important;
}

.full-height {
  height: 100vh;
}

.text-orange {
  color: #FB8C00;
}

.shadow-box-custom {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-clip: border-box;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.d-flex {
  display: flex !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.admin-chat {
  background-color: #DCEDC8 !important;
  border-radius: 2rem !important;
  padding: 0 0.5rem !important;
  white-space: pre-wrap;
}

.customer-chat {
  background-color: #ECEFF1 !important;
  border-radius: 2rem !important;
  padding: 0 0.5rem !important;
}

.beneat-test-bg-color {
  background-color: #feadc6 !important;
  box-shadow: 0px 8px 11px -11px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 8px 11px -11px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 8px 11px -11px rgba(0,0,0,0.75);
}

.btn-circle.btn-xl {
  width: 48px;
  height: 48px;
  border-radius: 60px;
  font-size: 15px;
  text-align: center;
}

.btn-circle.btn-sm {
  width: 32px;
  height: 32px;
  border-radius: 60px;
  font-size: 12px;
  text-align: center;
}