HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/build/public/vue_css.dda95589cc95cced10ce.css
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[4]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[5]!./node_modules/vue-multiselect/dist/vue-multiselect.css ***!
  \******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 38px;
  background: #fff;
  display: block;
}

.multiselect__spinner::before,
.multiselect__spinner::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner::before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner::after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotateZ(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon::after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}

/* // Remove these lines to avoid green closing button
//.multiselect__tag-icon:focus,
//.multiselect__tag-icon:hover {
//  background: #369a6e;
//} */
.multiselect__tag-icon:focus::after,
.multiselect__tag-icon:hover::after {
  color: white;
}

.multiselect__current {
  line-height: 16px;
  min-height: 40px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}

.multiselect__select {
  line-height: 16px;
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.multiselect__select::before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::-webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option::after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: white;
}

.multiselect__option--highlight::after {
  content: attr(data-select);
  background: #41b883;
  color: white;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: bold;
}

.multiselect__option--selected::after {
  content: attr(data-selected);
  color: silver;
  background: inherit;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight::after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight::after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight::after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

*[dir=rtl] .multiselect {
  text-align: right;
}

*[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

*[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

*[dir=rtl] .multiselect__content {
  text-align: right;
}

*[dir=rtl] .multiselect__option::after {
  right: auto;
  left: 0;
}

*[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

*[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[4]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[5]!./node_modules/vue-toast-notification/dist/theme-sugar.css ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.v-toast--fade-out {
  animation-name: fadeOut;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.v-toast--fade-in-down {
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.v-toast--fade-in-up {
  animation-name: fadeInUp;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 150ms ease-out;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.v-toast {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 1090;
  pointer-events: none;
}

.v-toast__item {
  display: inline-flex;
  align-items: center;
  animation-duration: 150ms;
  margin: 0.5em 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 0.25em;
  pointer-events: auto;
  opacity: 0.92;
  color: #fff;
  min-height: 3em;
  cursor: pointer;
}

.v-toast__item--success {
  background-color: #47d78a;
}

.v-toast__item--info {
  background-color: #1c85d5;
}

.v-toast__item--warning {
  background-color: #febc22;
}

.v-toast__item--error {
  background-color: #f7471c;
}

.v-toast__item--default {
  background-color: #343a40;
}

.v-toast__item--warning {
  color: #000;
}

.v-toast__item.v-toast__item--top, .v-toast__item.v-toast__item--bottom {
  align-self: center;
}

.v-toast__item.v-toast__item--top-right, .v-toast__item.v-toast__item--bottom-right {
  align-self: flex-end;
}

.v-toast__item.v-toast__item--top-left, .v-toast__item.v-toast__item--bottom-left {
  align-self: flex-start;
}

.v-toast__text {
  margin: 0;
  padding: 0.5em 1em;
  word-break: break-word;
}

.v-toast__icon {
  display: none;
}

.v-toast.v-toast--top {
  flex-direction: column;
}

.v-toast.v-toast--bottom {
  flex-direction: column-reverse;
}

.v-toast.v-toast--custom-parent {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .v-toast {
    padding: 0;
    position: fixed !important;
  }
}
.v-toast__item {
  opacity: 1;
  min-height: 4em;
}

.v-toast__item .v-toast__text {
  padding: 1.5em 1em;
}

.v-toast__item .v-toast__icon {
  display: block;
  width: 27px;
  min-width: 27px;
  height: 27px;
  margin-left: 1em;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 45.999 45.999%27%3e %3cpath fill=%27%23fff%27 d=%27M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z%27/%3e %3c/svg%3e") no-repeat;
}

[dir=rtl] .v-toast__item .v-toast__icon {
  margin-left: unset;
  margin-right: 1em;
}

.v-toast__item.v-toast__item--success .v-toast__icon {
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 52 52%27%3e %3cpath fill=%27%23fff%27 d=%27M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z%27/%3e %3c/svg%3e") no-repeat;
}

.v-toast__item.v-toast__item--error .v-toast__icon {
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 51.976 51.976%27%3e %3cpath fill=%27%23fff%27 d=%27M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 01-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 11-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 112.828-2.828l7.425 7.425 7.071-7.071a2 2 0 112.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 010 2.828z%27/%3e %3c/svg%3e") no-repeat;
}

.v-toast__item.v-toast__item--warning .v-toast__icon {
  background: url("data:image/svg+xml,%3csvg viewBox=%270 0 52 52%27 xmlns=%27http://www.w3.org/2000/svg%27%3e %3cpath fill=%27%23000%27 d=%27M49.466 41.26L29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 01-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 01-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 011.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z%27/%3e %3c/svg%3e") no-repeat;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[4]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[5]!./node_modules/vue-draggable-resizable/dist/VueDraggableResizable.css ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.vdr {
  touch-action: none;
  border: 1px dashed #000;
}

.handle, .vdr {
  position: absolute;
  box-sizing: border-box;
}

.handle {
  width: 10px;
  height: 10px;
  background: #eee;
  border: 1px solid #333;
}

.handle-tl {
  top: -10px;
  left: -10px;
  cursor: nw-resize;
}

.handle-tm {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  cursor: n-resize;
}

.handle-tr {
  top: -10px;
  right: -10px;
  cursor: ne-resize;
}

.handle-ml {
  left: -10px;
  cursor: w-resize;
}

.handle-ml, .handle-mr {
  top: 50%;
  margin-top: -5px;
}

.handle-mr {
  right: -10px;
  cursor: e-resize;
}

.handle-bl {
  bottom: -10px;
  left: -10px;
  cursor: sw-resize;
}

.handle-bm {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  cursor: s-resize;
}

.handle-br {
  bottom: -10px;
  right: -10px;
  cursor: se-resize;
}

@media only screen and (max-width: 768px) {
  [class*=handle-]:before {
    content: "";
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    position: absolute;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[4]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[5]!./buyercall/assets/styles/2021-theme/css/vuecomponents.css ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* .is-loading {
  position: relative;
} */
.opacity-60 {
  opacity: 60%;
}

.pl-75 {
  padding-left: 75px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mw-150 {
  min-width: 150px;
}

.mw-190 {
  min-width: 190px;
}

.preloader-component {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  z-index: 4;
  width: 100%;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  display: none;
}

.preloader-component .status {
  display: block;
}

.is-invalid.multiselect .multiselect__tags {
  border-color: #f46a6a !important;
}

.v-toast__item--success {
  background-color: #34c38f;
}

.v-toast__item--info {
  background-color: #50a5f1;
}

.v-toast__item--warning {
  background-color: #f1b44c;
}

.v-toast__item--error {
  background-color: #f46a6a;
}

.v-toast__item--default {
  background-color: #343a40;
}

@media screen and (max-width: 768px) {
  .v-toast {
    padding: 0.75rem;
  }
}
.spinner-main {
  position: absolute;
  left: 0;
  right: 0;
  height: 90%;
  width: 100%;
}

.height-set,
#profile-settings {
  min-height: 70vh;
}

.height-set,
.smart-list {
  min-height: 20vh;
}

@media (max-width: 767px) {
  .two-factor-auth .form-check.form-switch.mb-3.form-switch-lg,
  .partnership-account-restriction .form-check.form-switch.mb-3.form-switch-lg {
    display: flex;
  }
  .two-factor-auth .form-switch .form-check-input,
  .partnership-account-restriction .form-switch .form-check-input {
    margin-left: -3.5em;
    left: 0px !important;
    margin-right: 10px;
  }
  .two-factor-auth .form-check-label,
  .partnership-account-restriction .two-factor-auth .form-check-label {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .modal-dialog-slideout.modal-dialog {
    max-width: 100%;
  }
}
.profile-avatar {
  background-color: #556ee6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 22px;
}

.icp__input {
  height: 100% !important;
  width: 4rem !important;
  margin-right: 0.5rem;
  border-radius: 0 !important;
  border: 0.1rem solid #fff !important;
}

@media (max-width: 767px) {
  .table-responsive {
    overflow: scroll;
  }
  .table-responsive .table {
    width: 750px;
  }
}
.table-responsive .table tr th .form-switch {
  display: flex;
}

.notification-dropdown {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.notification-item .action-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.notification-item .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .modal-dialog-slideout.modal-dialog.notification-modal {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .profile-mobile-tab {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .hamburg-profile-mobile-btn {
    position: fixed;
    top: 100px;
    right: 10px;
    z-index: 1;
  }
}
.image-border-logo {
  border: 1px solid #ced4da;
}

.vue_drag_resizable {
  /* overflow: hidden; */
  transform: unset !important;
}

.resizable-r {
  background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #eff2f7;
  top: 10px !important;
  height: calc(100% - 35px) !important;
}

.lead_detail_worklist {
  overflow-x: auto;
  min-width: 550px;
}

.lead_detail_worklist .card.border {
  min-width: 300px;
}

@media (max-width: 991px) {
  .resizable-r {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .worklist_task_wrapper {
    min-width: 260px;
  }
}
@media (min-width: 1200px) {
  .worklist_task_wrapper {
    min-width: 380px;
  }
}
.source-channel-tab-icon {
  width: 3rem;
  height: 3rem;
  font-size: 20px;
}

.source-channel-tab {
  border: 0.5px solid grey;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .m-t25 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .number_settings_source label {
    margin-top: 10px !important;
  }
  .number_settings_source .form-check .form-check-label {
    margin-top: 0px !important;
  }
  .m-t25 {
    margin-bottom: 15px;
  }
}
.invalid-feedback-visible {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f46a6a;
}

.record_greet_playcustom_message {
  padding-left: 60px;
}

.record_greet_playcustom_message .text_to_speech_text_box {
  padding-left: 20px;
}

.record_greet_playcustom_message .text_to_speech_text_box label {
  font-weight: 400;
}

.record_greet_playcustom_message .custom-upload {
  padding-left: 10px;
}

.record_greet_playcustom_message .custom-upload .file-upload {
  position: relative;
  padding: 25px;
  background-color: #eff2f7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ccc;
  border-radius: 5px;
}

.record_greet_playcustom_message .custom-upload .file-upload p {
  text-align: center;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.record_greet_playcustom_message .custom-upload .file-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*Audio player style start*/
/* Play/Pause Button */
.play-button {
  height: 45px;
}

input[type=range] {
  margin: auto;
  /* -webkit-appearance: none; */
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 0; /* iOS */
  background: transparent;
}

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

::-webkit-slider-runnable-track {
  background: #fff;
}

/*
* 1. Set to 0 width and remove border for a slider without a thumb
*/
::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0; /* 1 */
  height: 40px;
  background: #fff;
  box-shadow: -100vw 0 0 100vw dodgerblue;
  border: none; /* 2px solid #999; */
}

::-moz-range-track {
  height: 40px;
  background: #ddd;
}

::-moz-range-thumb {
  background: #fff;
  height: 40px;
  width: 0; /* 20px; */
  border: none; /* 3px solid #999; */
  border-radius: 0 !important;
  box-shadow: -100vw 0 0 100vw dodgerblue;
  box-sizing: border-box;
}

::-ms-fill-lower {
  background: dodgerblue;
}

::-ms-thumb {
  background: #fff;
  border: 2px solid #999;
  height: 40px;
  width: 20px;
  box-sizing: border-box;
}

::-ms-ticks-after {
  display: none;
}

::-ms-ticks-before {
  display: none;
}

::-ms-track {
  background: #ddd;
  color: transparent;
  height: 40px;
  border: none;
}

::-ms-tooltip {
  display: none;
}

.audio-player-row {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}

.audio-player-row .button-div {
  margin-right: 10px;
}

.audio-player-row .progress-bar {
  flex-grow: 1;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0px;
  /* background: url('../images/icons8-audio-wave-30.png'); */
  background-color: #fff;
  height: 30px;
}

.audio-player-row .overlay-container {
  display: flex;
  justify-content: flex-start;
  padding-left: 10px !important;
  align-items: center;
  position: relative;
  padding: 0;
  margin: 0px;
  height: 30px;
}

.audio-player-row .inputrange {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 9;
  opacity: 0.3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.audio-player-row .pointer-events-none {
  z-index: 999;
  position: relative;
  display: none;
}

/* Audio player style end*/
.number_settings_source .search-number-button {
  display: flex;
  align-items: center;
}

.form-switch .sublabel {
  width: 100%;
  padding-left: 15px;
  line-height: normal;
  color: #ccc;
  position: relative;
  top: -5px;
  margin-bottom: 0px !important;
  left: 0px;
}

.btn-area {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0px 10px;
}

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

.ar-recorder {
  justify-content: flex-start;
}

.ar-recorder__duration {
  font-size: 14px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  position: relative;
  top: 0px !important;
  left: 60px;
}

.ar-recorder__time-limit {
  left: 200px;
  top: 27px !important;
}

.ar-recorder__records-limit,
.ar-records,
.ar-player {
  display: none !important;
}

.ar-recorder__duration {
  font-size: 14px;
  font-weight: 500;
}

/* Inbox */
/* Panel Left  */
#inbox .panel-left {
  padding: 0px;
  padding-right: 0px;
  /* background-color: #fff; */
}

#inbox .panel-left .heading-section {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 5px;
  background-color: #556ee6;
}

#inbox .panel-left .heading-section .items {
  display: flex;
  margin-bottom: 5px;
}

#inbox .panel-left .heading-section .items:last-child {
  margin-bottom: 0px;
}

#inbox .panel-left .heading-section .items .label-name {
  font-size: 13px;
  line-height: normal;
  position: relative;
  padding-right: 20px;
  font-weight: 600;
  color: #fff;
}

#inbox .panel-left .heading-section .items .label-name::before {
  position: absolute;
  top: 1px;
  right: 10px;
  content: ":";
  font-size: 13px;
  color: #fff;
}

#inbox .panel-left .heading-section .items .label-value {
  font-size: 13px;
  line-height: normal;
  color: #fff;
}

/* #inbox .panel-left .option-tab {
  padding: 10px 0px;
} */
#inbox .panel-left .option-tab .nav-pills .nav-item:last-child {
  margin-right: 0px;
}

/* #inbox .panel-left .option-tab .nav-pills .nav-item .nav-link {
  border: 1px solid #556ee6;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#inbox .panel-left .option-tab .nav-pills .nav-item .nav-link span.badge {
  background-color: #fff;
  display: inline-flex;
  margin-left: 10px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  font-size: 10px;
  font-weight: 600;
  color: #556ee6;
  align-items: center;
  justify-content: center;
  border: 1px solid #556ee6;
} */
#inbox .panel-left .option-tab .lead-manual-actions {
  display: flex;
  align-items: center;
}

#inbox .panel-left .option-tab .lead-manual-actions label {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* #inbox .panel-left .option-tab .lead-manual-actions .actions-dropdown {
  display: flex;
  align-items: center;
  width: 50%;
}
#inbox
  .panel-left
  .option-tab
  .lead-manual-actions
  .actions-dropdown
  .multiselect {
  width: 100%;
} */
#inbox .panel-left .option-tab .lead-inbox {
  max-height: 100%;
  overflow: auto;
}

/* #inbox .panel-left .option-tab .lead-inbox .item-card {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
} */
#inbox .panel-left .option-tab .lead-inbox .item-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#inbox .panel-left .option-tab .lead-inbox .item-head .form-check {
  margin-right: 10px;
}

/* #inbox .panel-left .option-tab .lead-inbox .item-head .badge {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: normal;
  margin-right: 10px;
  color: #343a40; */
/* } */
#inbox .panel-left .option-tab .lead-inbox .item-head .badge.new-count {
  margin-left: auto;
}

/* #inbox .panel-left .option-tab .lead-inbox .item-head .badge.red {
  background-color: #f46a6a;
  color: #fff;
  border: 1px solid #f46a6a;
} */
#inbox .panel-left .option-tab .lead-inbox .item-head .profile-badge {
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}

#inbox .panel-left .option-tab .lead-inbox .item-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  white-space: normal;
  /* min-height: 60px;
  align-items: baseline; */
}

#inbox .panel-left .option-tab .lead-inbox .item-content .icon-section {
  width: 70px;
  display: flex;
  align-items: center;
  position: relative;
}

#inbox .panel-left .option-tab .lead-inbox .item-content .icon-section .round {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  display: inline-flex;
  border-radius: 100%;
  font-size: 10px;
  align-items: center;
  justify-content: center;
  left: 0px;
}

#inbox .panel-left .option-tab .lead-inbox .item-content .content-section {
  width: 100%;
}

#inbox .panel-left .option-tab .lead-inbox .item-content .content-section h3 {
  font-size: 12px;
  margin-bottom: 2px;
  /* margin-right: 0.2rem; */
  line-height: 18px;
  font-weight: 500;
}

#inbox .panel-left .option-tab .lead-inbox .item-content .content-section h5 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 2px;
  /* margin-right: 0.2rem; */
}

#inbox .panel-left .option-tab .lead-inbox .item-content .content-section p {
  margin-bottom: 0px;
  font-size: 12px;
  width: 100%;
  display: inline-block;
}

#inbox .panel-left .option-tab .lead-inbox .item-content .content-section p span {
  padding: 5px 10px;
  border: 1px solid #343a40;
  color: #343a40;
  margin-left: 10px;
  display: inline-block;
}

#inbox .panel-left .option-tab .lead-inbox .item-footer {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}

#inbox .panel-left .option-tab .lead-inbox .item-footer .time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #343a40;
  line-height: normal;
}

#inbox .panel-left .option-tab .lead-inbox .item-footer .time i {
  margin-right: 5px;
}

#inbox .panel-left .option-tab .lead-inbox .item-footer .badge {
  background-color: #f46a6a;
  color: #fff;
  border: 1px solid #f46a6a;
}

/* Panel Center  */
#inbox .panel-center {
  padding: 0px 7px;
  /* background-color: #fff; */
}

/* #inbox .panel-center .heading-section {
  display: flex;
  flex-direction: column;
  align-items: center;
} */
/* #inbox .panel-center .heading-section .sub-heading {
  font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
} */
/* #inbox .panel-center .heading-section .filter-section {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: start;
} */
/* #inbox .panel-center .heading-section .filter-section .multiselect {
  width: 100px; */
/* margin-right: 10px; */
/* margin-bottom: 10px;
  margin-left: 10px;
} */
/* #inbox .panel-center .heading-section .filter-section .assign { */
/* min-width: 200px; */
/* display: flex; */
/* flex-wrap: wrap;
  margin-left: 10px;
  margin-bottom: 10px;
} */
/* #inbox
  .panel-center
  .heading-section
  .filter-section
  .assign
  .assign-label
  label {
  margin-bottom: 0px;
}
#inbox .panel-center .heading-section .filter-section .assign .assign-icons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#inbox .panel-center .heading-section .filter-section .assign .items {
  display: inline-flex;

  width: 20px;
  background-color: #50a5f1;
  height: 20px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
} */
#inbox .panel-center .message-view-area {
  padding: 0 0 10px;
  /* height: calc(100vh - 260px); */
  /* height: 100vh; */
  overflow: auto;
}

#inbox .panel-center .message-view-area::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

#inbox .panel-center .message-view-area .date-label {
  display: flex;
  justify-content: center;
}

#inbox .panel-center .message-view-area .date-label span {
  font-size: 10px;
  background-color: #50a5f1;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fff;
  border-radius: 5px;
}

#inbox .height-set {
  height: calc(100vh - 210px);
  min-height: unset;
}

#inbox .panel-container {
  height: 100%;
}

#inbox .panel-center,
#inbox .panel-left,
#inbox .panel-right {
  height: 100%;
}

#inbox .panel-center .message-action {
  display: flex;
  flex-direction: column;
  /* flex-grow: 1; */
}

#inbox .panel-center .message-action .actiontab {
  display: flex;
  flex-wrap: wrap;
}

#inbox .panel-center .message-action .template {
  display: flex;
  margin-top: 10px;
}

#inbox .panel-center .message-action .template .left-section {
  display: flex;
  flex-grow: 1;
}

#inbox .panel-center .message-action .template .button-section {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}

#inbox .panel-center .message-action .template .button-section button {
  margin-bottom: 10px;
}

#inbox .panel-center .message-action .template .text-area {
  flex-grow: 1;
  padding-right: 10px;
}

#inbox .panel-center .message-action .template textarea {
  resize: none;
  height: 90px;
  padding: 5px;
  font-size: 12px;
  width: 100%;
}

#inbox .panel-center .message-action .template .right-section {
  display: flex;
  align-items: center;
  /* padding-left: 10px; */
}