#loading-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
}
.loading-logo {
  position: absolute;
  left: calc(50% - 45px);
  top: 40%;
}
.loading {
  position: absolute;
  left: calc(50% - 35px);
  top: 50%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid transparent;
}
.loading .effect-1,
.loading .effect-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-left: 3px solid rgba(121, 97, 249, 1);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loading .effect-1 {
  animation: rotate 1s ease infinite;
}
.loading .effect-2 {
  animation: rotateOpacity 1s ease infinite 0.1s;
}
.loading .effect-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-left: 3px solid rgba(121, 97, 249, 1);
  -webkit-animation: rotateOpacity 1s ease infinite 0.2s;
  animation: rotateOpacity 1s ease infinite 0.2s;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loading .effects {
  transition: all 0.3s ease;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotateOpacity {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 1;
  }
}

/* [dir] .vs-navbar.navbar-skelton {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
} */

.vs-con-dropdown {
  font-size: 0.8rem !important;
}

/* [dir] .vs-navbar.navbar-skelton {
  padding: 3px !important;
} */

.vertical-line {
  border-left: 1px solid gray;
  height: 26px;
}

.horizontal-line {
  border-bottom: 1px solid silver;
}

.vs-navbar {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  /* border-bottom: 1px solid silver; */
}

.black-background {
  background-color: black !important;
  color: white !important;
}

.primary-background {
  background-color: #ececec !important;
  color: white #000;
  border: 1px solid white !important;
  cursor: pointer;
}

.gray-background {
  background-color: #ededed !important;
}

.icon-label {
  font-size: 8px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.navbar-divider {
  border-right: 1px solid #e4e4e4;
}

.navbar-divider-bottom {
  border-bottom: 1px solid #e4e4e4;
}

.full-width {
  width: 100% !important;
}

.vs-con-input {
  color: black;
}

.customer-name-info {
  font-size: 15px !important;
}

.dial-pad {
  height: 40x;
  width: 37px;
  margin: 3px;
}

[dir] .vs-button.small:not(.includeIconOnly) {
  padding: 0.5rem 1rem !important;
}

.small-space {
  padding: 5px;
}

.ticket-label {
  font-size: 7px;
}

.lookup-spacing {
  margin: 0px 5px 5px 0px;
}

.vm-modal {
  margin: 0px !important;
}

.vm--overlay {
  background: transparent !important;
}

.data-class {
  border-bottom: 1px solid #dfdfdf;
  background-color: #f6f6f6;
  padding: 5px;
  min-height: 37px;
  border-radius: 3px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.active-tab {
  background-color: #f07b3f !important;
  color: white !important;
  border: 1px solid white !important;
  cursor: pointer;
}

.active-tab-icon {
  /* background-color: #f07b3f !important;  */
  color: #f07b3f !important;
  cursor: pointer;
}

/* .vs-input--label {
  color: black !important;
} */

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s;
}

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

.vs__dropdown-menu {
  overflow-x: hidden !important;
}

.vs-input--icon {
  font-size: 1.7rem !important;
}

.cv-day,
.cv-event,
.cv-header-day,
.cv-header-days,
.cv-week,
.cv-weeks {
  border-style: solid !important;
  border-color: silver !important;
  border-width: 1px !important;
}

.status-new {
  background-color: #7bce5f;
  border: 1px solid #4fb52c !important;
  color: #2d4059;
}
.status-inproc {
  background-color: #FFC82E;
  border: 1px solid #edae00 !important;
  color: #2d4059;
}
.status-closed {
  background-color: #1746A2;
  border: 1px solid #063082 !important;
  color: white;
}
.status-cancelled {
  background-color: #F40000;
  border: 1px solid #bd0000 !important;
  color: white;
}
.priority-emergency {
  background-color: #F40000;
  border: 1px solid #bd0000 !important;
  color: white;
}
.priority-high {
  background-color: #FFC82E;
  border: 1px solid #ffa642 !important;
  color: #2d4059;
}
.priority-moderate {
  background-color: #0077B6;
  border: 1px solid #004f7a !important;
  color: white;
}
.priority-low {
  background-color: #5dadd2;
  border: 1px solid #3c8aaf !important;
  color: white;
}
.priority-minimal {
  background-color: gray;
  border: 1px solid rgb(100, 91, 91) !important;
  color: white;
}

/* .status-new {
  background-color: green;
  color: white;
}
.status-inproc {
  background-color: orange;
  color: black;
}
.status-closed {
  background-color: blue;
  color: white;
}
.status-cancelled {
  background-color: red;
  color: white;
}
.priority-emergency {
  background-color: red;
  color: white;
}
.priority-high {
  background-color: orange;
  color: black;
}
.priority-moderate {
  background-color: blue;
  color: white;
}
.priority-low {
  background-color: aqua;
  color: black;
}
.priority-minimal {
  background-color: gray;
  color: white;
} */

.border-bottom {
  border-bottom: 1px solid silver;
}

.border-bottom-light {
  border-bottom: 1px solid #ececec;
}

.text-red {
  color: red;
}

.text-silver {
  color: silver;
}

.text-green {
  color: green;
}

.text-blue {
  color: blue;
}

.text-silver {
  color: silver;
}

[dir] .mx-datepicker-footer {
  padding: 6px 8px;
  border-top: 1px solid #e8e8e8;
  display: none !important;
}

.vue__time-picker input.display-time {
  border: 1px solid #d2d2d2;
  /* width: 6em !important; */
  height: 2.4em !important;
  padding: 0.3em 0.5em;
  font-size: 1em;
  border-radius: 5px;
}

.popup-50 .vs-popup {
  min-width: 50% !important;
}

.popup-30 .vs-popup {
  width: 30% !important;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 10060 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: transparent !important;
}

.swal2-show {
  /* background-color: #fffdf6 !important; */
  border: 1px solid silver !important;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc !important; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc !important; /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc !important;
}

.vx-row {
  margin-top: 10px !important;
}

.swal2-confirm {
  background-color: #2d4059 !important;
}

.vs-textarea {
  height: 110px !important;
}

.link-text {
  cursor: pointer;
  color: blue;
}

.link-text-custom {
  cursor: pointer;
  /* color: #2d4059 !important; */
  color:var(primary-background);
}

.custom-label {
  font-size: 0.85rem;
}

.mx-datepicker-main {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
    sans-serif;
  color: #73879c;
  z-index: 100000 !important;
}

.text-label {
  font-size: 0.85rem;
}

.custom-textarea {
  width: 100%;
  min-height: 150px;
  max-height: 500px;
  font-size: 1rem;
  color: inherit;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  border-radius: 6px;
  border: 1px solid silver;
  display: block;
  padding: 9px;
  resize: vertical;
}

.icon-badge-group .icon-badge-container {
  display: inline-block;
  margin-left: 15px;
}

.icon-badge-group .icon-badge-container:first-child {
  margin-left: 0;
}

.icon-badge-container {
  margin-top: 5px;
  position: relative;
}

.icon-badge-icon {
  font-size: 20px;
  position: relative;
}

.icon-badge {
  background-color: red;
  font-size: 10px;
  color: white;
  text-align: center;
  padding:0 4px;
  width: 15px;
  height: 15px;
  border-radius: 35%;
  position: absolute; /* changed */
  top: -3px; /* changed */
  left: 15px; /* changed */
}

/* .sticky-notes-icon{
  background-image: url("~@/assets/images/icons/caller-info-notes-icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
} */

#loader-screen {
  position: absolute;
  left: 60%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid orangered;
  -webkit-animation: spin 0.75s linear infinite;
  animation: spin 0.75s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.custom-input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.7rem !important;
  font-size: 1rem !important;
  width: 100%;
  border-radius: 5px;
}

.link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.custom-shadow {
  -webkit-box-shadow: 0 5px 5px -5px gray;
  -moz-box-shadow: 0 5px 5px -5px gray;
  box-shadow: 0 5px 5px -5px gray;
}

.custom-title {
  font-size: 28px;
  font-weight: bold;
}

.custom-content {
  background-color: #fbfbfb;
  border-radius: 10px;
}

.custom-content .vs-divider--text{
  padding-left:0;
}

/* .vs-button--text {
  position: relative;
  color: inherit;
  display: inline-block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  font-weight: bold !important;
} */

.bg-unpaid {
  background-color: #f7e7e7 !important;
  color: #ea5455 !important;
}

.delete-button {
  font-weight: bold;
  color: red;
  cursor: pointer;
  font-size: small;
}

.edit-button {
  font-weight: bold;
  cursor: pointer;
  font-size: small;
}

.comment-required {
  border: 2px solid red; 
  padding: 2px; 
  border-radius: 10px; 
  background-color: #ffe5e5;
}

.con-text-validation .span-text-validation {
  padding: 2px 4px;
  padding-bottom: 4px;
  display: block;
  font-size: 14px !important;
}

.required-field {
  border: 1px solid red; 
  border-radius: 5px;
}

.success-field {
  border: 1px solid #28C76F; 
  border-radius: 5px;
}

.dark-mode {
  background-color: #404040 !important;
}

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

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

.text-white {
  color: white;
}

.text-black {
  color: #3A3F47;
}

.text-link {
  color: #3498db; /* Base link color (light blue) */
  text-decoration: none; /* No underline on default state */
}

.text-link:hover {
  color: #1a73e8; /* Bluer shade on hover */
  text-decoration: underline; /* Optional: underline on hover */
}

.custom-datepicker {
  border: 1px solid white; 
  padding: 7px; 
  border-radius: 4px; 
  font-family: Helvetica, Arial, sans-serif; 
  width: 33px;
}

.datepicker-container {
  border: 1px solid silver; 
  border-radius: 4px;
}

.wrap-text {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

.text-charcoal {
  color: #36454F;
}

.checked-iptv {
  background-color: antiquewhite;
  padding: 4px;
  border-radius: 5px;
}

.checked-iot {
  background-color: #d7faeb;
  padding: 4px;
  border-radius: 5px;
}

.checked-mduwatch {
  background-color: #e3f4fb;
  padding: 4px;
  border-radius: 5px;
}

.checked-mikrotik {
  background-color: #d0e4ff;
  padding: 4px;
  border-radius: 5px;
}

.disabled-element {
  opacity: 0.20;
  cursor: not-allowed;
  pointer-events: none;
}