@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
:root {
  --vz-font-family-primary: "Tajawal", sans-serif;
  --vz-font-family-secondary: "Tajawal", sans-serif;
  --vz-font-base: 14px;
}

body {
  direction: rtl;
  text-align: inherit;
  font-size: 15px;
  overflow-x: hidden;
}



::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #EFF2F7;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #98a6ad;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #98a6ad;
}



.mw-900px {
  width: 100%;
  max-width: 900px;
}

.form-group {
  margin-bottom: 15px;
}

.card-sticky-header .card-header {
  margin-bottom: -1px;
  position: sticky;
  top: 70px;
  z-index: 999;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

[class^="sicon-"],
[class*=" sicon-"] {
  font-size: 17px;
  vertical-align: middle;
}

.letter-spacing-1 {
  letter-spacing: 1rem;
}
.width-1 {
  width: 1rem;
}
.width-2 {
  width: 2rem;
}
.width-3 {
  width: 3rem;
}
.width-4 {
  width: 4rem;
}
.width-5 {
  width: 5rem;
}
.width-6 {
  width: 6rem;
}
.width-7 {
  width: 7rem;
}
.width-8 {
  width: 8rem;
}

.width80 {
  width: 80px;
}

.selectgroup {
  display: inline-flex;
  direction: ltr;
}

.selectgroup-item {
  flex-grow: 1;
}

.selectgroup-item + .selectgroup-item {
  margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.selectgroup-button {
  border: 1px solid var(--vz-border-color);
  display: block;
  text-align: center;
  padding: 0 0.6rem;
  height: 35px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  user-select: none;
  font-size: 13px;
  min-width: 2.375rem;
  line-height: 36px;
}

.selectgroup-button-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.selectgroup-button-icon i {
  font-size: 14px;
}

.selectgroup-input:checked + .selectgroup-button {
  background-color: #6777ef;
  color: #fff;
  z-index: 1;
}

.selectgroup-pills {
  display: block;
  flex-wrap: wrap;
  align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
  margin-right: 0.5rem;
  flex-grow: 0;
}

.selectgroup-pills .selectgroup-button {
  border-radius: 50px !important;
}

.selectgroup-item.boximg .selectgroup-button {
  height: 47px;
}

.selectgroup-input:checked + .selectgroup-button.boximg {
  background-color: #f2f6ff;
  color: #fff;
  z-index: 1;
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  content: "\f0141";
}

.table-card .table-bordered > :not(caption) > *,
.table-card .table-bordered > :not(caption) > * > * {
  border-width: 0;
}

.td-action-dropdown {
  position: relative;
}
.td-action-dropdown .btn {
  --bs-btn-padding-x: 0.6rem;
  --bs-btn-padding-y: 0.3rem;
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.td-action-dropdown .btn i {
  margin: 0;
  padding: 0;
  vertical-align: initial;
  font-size: 13px;
}

.td-action-dropdown a i {
  width: 20px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th,
table td,
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  vertical-align: middle;
}

.tox-statusbar__branding {
  display: none;
}
#toast-container .toast-message {
  font-size: 13px;
}

.tox .tox-statusbar {
  font-size: 12px !important;
}
.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid var(--bs-border-color);
}

.list-style-none {
  list-style: none;
}

.accordion-button {
  font-size: 1rem;
}

.lf-alert .modal-body {
  text-align: center;
}

.lf-alert .modal-body i {
  font-size: 27px;
}

.lf-alert .modal-body h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px;
}

.lf-alert .modal-body p {
  font-size: 14px;
  font-weight: 400;
}

.lf-alert .modal-body a {
  text-decoration: underline;
}

.lf-alert .modal-footer {
  justify-content: space-between;
}

.lf-alert .btn {
  border-radius: 20px;
  /* padding: 7px 20px 8px; */
}

.lf-alert .btn i {
  /* padding-right: 4px; */
}

.lf-alert .fa-exclamation-triangle,
.lf-alert.lf-warning h3 {
  color: #d64541;
}

.lf-alert.lf-warning .modal-body span {
  opacity: 0.9;
}

@media screen and (max-width: 600px) {
  .lf-alert .modal-body {
    bottom: 100px;
  }

  .lf-alert .btn {
    font-size: 12px;
    padding: 8px 12px;
  }

  .lf-alert .modal-footer {
    padding: 20px 20px 50px;
    height: 100px;
  }
}

.symbol .symbol-label {
  width: 50px;
  height: 50px;
}

.symbol.symbol-50px .symbol-label {
  width: 50px;
  height: 50px;
}

.symbol.symbol-100 .symbol-label {
  width: 100%;
  height: 100%;
}

.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--bs-symbol-label-color);
  background-color: var(--bs-symbol-label-bg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.475rem;
}

.line-height-1 {
  line-height: 1;
}
.line-height-1-1 {
  line-height: 1.1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.min-h-465px {
  min-height: 465px;
}
.min-h-80px {
  min-height: 80px;
}
.min-h-120px {
  min-height: 120px;
}
.h-15px {
  height: 15px !important;
}
.h-16px {
  height: 16px !important;
}
.h-18px {
  height: 18px !important;
}
.w-15px {
  width: 15px !important;
}
.w-20px {
  width: 20px !important;
}
.w-30px {
  width: 30px !important;
}
.w-50px {
  width: 50px !important;
}
.w-60px {
  width: 60px !important;
}
.w-70px {
  width: 70px !important;
}
.w-80px {
  width: 80px !important;
}
.w-100px {
  width: 100px !important;
}
.w-120px {
  width: 120px !important;
}
.w-150px {
  width: 150px !important;
}
.w-180px {
  width: 180px !important;
}
.w-200px {
  width: 200px !important;
}
.w-250px {
  width: 250px !important;
}
.w-300px {
  width: 300px !important;
}

.badge {
  font-size: 12px;
}

.td-action-dropdown .dropdown-toggle:after {
  display: none;
}

.acf-box-container-top {
  background: var(--vz-secondary-bg);
  border: 1px solid var(--vz-border-color);
  border-bottom: 0;
}
.post-fixed-toolbar {
  display: inline-block;
  width: 100%;
  background: var(--vz-secondary-bg);
  border-radius: 1px;
  box-sizing: border-box;
  position: sticky;
  z-index: 999;
  margin-bottom: 20px;
  top: 71px;
  /* left: -15px; */
  min-height: 66px;
}

.post-fixed-toolbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-fixed-toolbar ul li {
  float: left;
  padding: 14px;
}

.post-fixed-toolbar .right-toolbar {
  float: right;
  margin: 0;
}

.post-fixed-toolbar ul li label {
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 6px;
}
.post-fixed-toolbar.case ul li label {
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 0;
  margin-top: 0;
}

.post-fixed-toolbar.media-mime {
  padding-left: 150px;
}

.post-fixed-toolbar .image-media-mime {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 55px;
  border-right: 1px solid #e3e3e3;
  padding-right: 5px;
}

.post-fixed-toolbar .button-submit {
  min-width: 80px;
}

.form-group {
  margin-bottom: 1rem;
}

input[switch] {
  display: none;
}

input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 56px;
  height: 24px;
  background-color: #ced4da;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

input[switch] + label,
input[switch] + label:before {
  text-align: center;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:before {
  color: #343a40;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 3px;
  top: -2px;
  min-width: 1.66667rem;
  overflow: hidden;
}

input[switch] + label:after {
  content: "";
  position: absolute;
  left: 3px;
  background-color: #f5f6f8;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  transition: all 0.1s ease-in-out;
}

input[switch]:checked + label {
  background-color: #5b73e8;
}

input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}

input[switch]:checked + label:after {
  left: 33px;
  background-color: #f5f6f8;
}

input[switch="bool"] + label {
  background-color: #f46a6a;
}

input[switch="bool"] + label:before,
input[switch="bool"]:checked + label:before,
input[switch="default"]:checked + label:before {
  color: #fff;
}

input[switch="bool"]:checked + label {
  background-color: #34c38f;
}

input[switch="default"]:checked + label {
  background-color: #a2a2a2;
}

input[switch="primary"]:checked + label {
  background-color: #5b73e8;
}

input[switch="success"]:checked + label {
  background-color: #34c38f;
}

input[switch="info"]:checked + label {
  background-color: #50a5f1;
}

input[switch="warning"]:checked + label {
  background-color: #f1b44c;
}

input[switch="danger"]:checked + label {
  background-color: #f46a6a;
}

input[switch="dark"]:checked + label {
  background-color: #343a40;
}

.square-switch {
  margin-right: 7px;
}

.square-switch input[switch] + label,
.square-switch input[switch] + label:after {
  border-radius: 4px;
}

.acf-notice.update-nag,
.notice.update-nag,
.alert#lost-connection-notice.update-nag {
  display: block;
  position: relative;
  width: calc(100% - 44px);
  margin-top: 48px !important;
  margin-right: 44px !important;
  margin-bottom: -32px !important;
  margin-left: 12px !important;
}

.acf-notice .button,
.notice .button,
.alert#lost-connection-notice .button {
  height: auto;
  margin-left: 8px;
  padding: 0;
  border: none;
}

.acf-notice > div,
.notice > div,
.alert#lost-connection-notice > div {
  margin-top: 0;
  margin-bottom: 0;
}

.acf-notice p,
.notice p,
.alert#lost-connection-notice p {
  flex: 1 0 auto;
  max-width: 100%;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.acf-notice p.help,
.notice p.help,
.alert#lost-connection-notice p.help {
  margin-top: 0;
  padding-top: 0;
  color: rgba(52, 64, 84, 0.7);
}

.acf-notice .acf-notice-dismiss,
.acf-notice .notice-dismiss,
.notice .acf-notice-dismiss,
.notice .notice-dismiss,
.alert#lost-connection-notice .acf-notice-dismiss,
.alert#lost-connection-notice .notice-dismiss {
  position: absolute;
  top: 4px;
  right: 8px;
  padding: 9px;
  border: none;
}

.acf-notice .acf-notice-dismiss:before,
.acf-notice .notice-dismiss:before,
.notice .acf-notice-dismiss:before,
.notice .notice-dismiss:before,
.alert#lost-connection-notice .acf-notice-dismiss:before,
.alert#lost-connection-notice .notice-dismiss:before {
  content: "";
  display: block;
  position: relative;
  z-index: 600;
  width: 20px;
  height: 20px;
  background-color: #667085;
  border: none;
  border-radius: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("../images/icons/icon-close.svg");
  mask-image: url("../images/icons/icon-close.svg");
}

.acf-notice .acf-notice-dismiss:hover::before,
.acf-notice .notice-dismiss:hover::before,
.notice .acf-notice-dismiss:hover::before,
.notice .notice-dismiss:hover::before,
.alert#lost-connection-notice .acf-notice-dismiss:hover::before,
.alert#lost-connection-notice .notice-dismiss:hover::before {
  background-color: #344054;
}

.acf-notice a.acf-notice-dismiss,
.notice a.acf-notice-dismiss,
.alert#lost-connection-notice a.acf-notice-dismiss {
  position: absolute;
  top: 5px;
  right: 24px;
}

.acf-notice a.acf-notice-dismiss:before,
.notice a.acf-notice-dismiss:before,
.alert#lost-connection-notice a.acf-notice-dismiss:before {
  background-color: #475467;
}

.acf-notice:before,
.notice:before,
.alert#lost-connection-notice:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 18px;
  z-index: 600;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("../images/icons/icon-info-solid.svg");
  mask-image: url("../images/icons/icon-info-solid.svg");
}

.acf-notice:after,
.notice:after,
.alert#lost-connection-notice:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 12px;
  z-index: 500;
  width: 28px;
  height: 28px;
  background-color: #2d69da;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
}

.acf-notice .local-restore,
.notice .local-restore,
.alert#lost-connection-notice .local-restore {
  align-items: center;
  margin-top: -6px;
  margin-bottom: 0;
}

.acf-notice,
.notice,
.alert#lost-connection-notice {
  position: relative;
  box-sizing: border-box;
  min-height: 48px;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 16px !important;
  margin-left: 0 !important;
  padding-top: 13px !important;
  padding-right: 16px;
  padding-bottom: 12px !important;
  padding-right: 50px !important;
  background-color: #e7eff9;
  border-width: 1px;
  border-style: solid;
  border-color: #9dbaee;
  border-radius: 4px;
  /* box-shadow: 0px 1px 2px rgba(16,24,40,.1); */
  color: #344054;
}

.notice.is-dismissible {
  padding-right: 56px;
}

.notice.notice-success {
  background-color: #edf7ef;
  border-color: #b6deb9;
}

.notice.notice-success:before {
  -webkit-mask-image: url("../images/icons/icon-check-circle-solid.svg");
  mask-image: url("../images/icons/icon-check-circle-solid.svg");
}

.notice.notice-success:after {
  background-color: #52aa59;
}

.acf-notice.acf-error-message,
.notice.notice-error,
.alert#lost-connection-notice {
  background-color: #f7eeeb;
  border-color: #f1b6b3;
  color: #b43c36;
}

.acf-notice.acf-error-message:before,
.notice.notice-error:before,
.alert#lost-connection-notice:before {
  -webkit-mask-image: url("../images/icons/icon-warning.svg");
  mask-image: url("../images/icons/icon-warning.svg");
}

.acf-notice.acf-error-message:after,
.notice.notice-error:after,
.alert#lost-connection-notice:after {
  background-color: #d13737;
}

.notice.notice-warning {
  background: linear-gradient(
      0deg,
      rgba(247, 144, 9, 0.08),
      rgba(247, 144, 9, 0.08)
    ),
    #fff;
  border: 1px solid rgba(247, 144, 9, 0.32);
  color: #344054;
}

.notice.notice-warning:before {
  -webkit-mask-image: url("../images/icons/icon-alert-triangle.svg");
  mask-image: url("../images/icons/icon-alert-triangle.svg");
  background: #f56e28;
}

.notice.notice-warning:after {
  content: none;
}

.notice.notice-icon-center {
  text-align: center;
  padding: 70px 15px 15px 15px !important;
}
.notice.notice-icon-center.notice-error:before {
  right: 50%;
  width: 40px;
  height: 40px;
  margin-right: -20px;
  top: 14px;
}
.notice.notice-icon-center.notice-error:after {
  right: 50%;
  margin-right: -24px;
  width: 48px;
  height: 48px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--vz-form-invalid-border-color);
    padding-right: calc(1.5em + 1rem);
    padding-left: .9rem;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}

.invalid-feedback {
    font-size: 1em;
}

.fc .fc-scrollgrid {border-left: 1px solid var(--fc-border-color);}
.fc .fc-button-group {
  /* flex-direction: row-reverse; */
}

.auth-logo img {max-height: 80px;}
.modal-content2 {
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.modal-content {border-radius: 2px;background-color: var(--vz-modal-bg);border-color: var(--vz-border-color);}
.modal-content .modal-header {background: var(--vz-border-color);color: #fff;border-radius: 2px 2px 0 0;padding: 10px 15px;/* color: var(--vz-vertical-menu-item-hover-color); */}
.modal-content .modal-header .modal-title {font-size: 14px;/* color: var(--vz-vertical-menu-item-hover-color); */margin-bottom: 10px;}




.team-list.grid-view-filter.grid-col-6 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.team-list.grid-view-filter.grid-col-4 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333%;
}
.team-list.grid-view-filter.grid-col-3 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.font-bold {font-weight: 600;}




.mh-3 {min-height: 3rem;}

.dropdown-item.active {
  color: var(--vz-danger);
  background-color: var(--vz-danger-bg-subtle);
}




.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), 
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, 
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, 
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating)
 {
  border-top-right-radius: 0;!;
  border-bottom-right-radius: 0;!;
  border-top-left-radius: var(--vz-border-radius) !important;
  border-bottom-left-radius: var(--vz-border-radius) !important;
}




.input-group .border-radius-0 {
  border-radius: 0!important;
}



.modal-content {position: relative;}
.loading {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.loading .status {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -20px -20px 0 0;
}



.input-group>.select2 {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
}




.box-bg-light {background: #fafbfd;border-radius: 6px;line-height: normal;position: relative;}

.file-uploader-thumbnail-preview {position: relative;width: 120px;}
.file-uploader-type-holder {position: absolute;top: 6px;right: 0;padding: 3px 8px;background: rgba(0, 0, 0, 0.4);text-transform: uppercase;color: #fff;font-size: 13px;font-weight: 500;border-radius: 20px;z-index: 2;}
.file-uploader-actions-holder {position: absolute;top: -5px;left: 0;z-index: 2;height: 20px;}
.file-uploader-actions-holder a {color: #fff;font-size: 14px;background: #fe7676;box-shadow: -1px 1px 6px rgba(254, 118, 118, .8);text-shadow: none;width: 26px;height: 26px;cursor: pointer;border-radius: 50%;display: flex;align-content: center;justify-content: center;align-items: center;/* position: absolute; *//* left: 0; *//* top: 0; */}
.box-file-uploader-preview {display: flex;align-items: center;}
.box-file-uploader-preview ul li {display: flex;align-items: flex-start;font-weight: 500;color: var(--vz-secondary-color);max-width: 100%;/* overflow: hidden; */margin-bottom: 5px;}
.box-file-uploader-preview ul li span:first-child {color: var(--vz-heading-color);width: 90px;}
.box-file-uploader-preview ul li span:last-child {padding-right: 5px;text-overflow: ellipsis;white-space: pre-wrap;overflow: hidden;width: calc(100% - 100px);}
.file-uploader-view-holder {position: absolute;top: 8px;left: 8px;}


.modal-confirm-delete .modal-body {
  background-image: url(../images/bg-confirm-delete.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.was-validated :invalid~.select2-container .select2-selection--single,
.was-validated :invalid~.select2-container .select2-selection--multiple{border-color: var(--vz-form-invalid-border-color)!important;}


.copyright .fa-heart{-webkit-animation:animateHeart 2.5s infinite;animation:animateHeart 2.5s infinite;top:-3px}
@-webkit-keyframes animateHeart{0%,100%,50%{-webkit-transform:scale(1)}5%{-webkit-transform:scale(1.2)}10%{-webkit-transform:scale(1.1)}15%{-webkit-transform:scale(1.3)}}@keyframes animateHeart{0%,100%,50%{-webkit-transform:scale(1);transform:scale(1)}5%{-webkit-transform:scale(1.2);transform:scale(1.2)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}15%{-webkit-transform:scale(1.3);transform:scale(1.3)}}

.modal-header .btn-close {position: relative;top: -5px;}


.beep, .badge-beep {position: relative;}
.beep:after, .badge-beep:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 8px;
  width: 7px;
  height: 7px;
  background-color: #ffa426;
  border-radius: 50%;
  -webkit-animation: 1s ease-out infinite pulsate;
  animation: 1s ease-out infinite pulsate;
  opacity: 1
}
.badge-beep:after {top: 0;right: 0}
.beep-info:after {background-color: rgba(var(--vz-info-rgb));}
.beep-warning:after {background-color: rgba(var(--vz-warning-rgb));}
.beep-success:after {background-color: rgba(var(--vz-success-rgb));}
.beep-primary:after {background-color: rgba(var(--vz-primary-rgb));}
.beep-danger:after {background-color: rgba(var(--vz-danger-rgb));}

.pulsate {
  -webkit-animation: 1s ease-out infinite pulsate;
  animation: 1s ease-out infinite pulsate;
  opacity: 1
}

@-webkit-keyframes pulsate {
  0% {
      -webkit-transform: scale(.1, .1);
      opacity: 0
  }

  50% {
      opacity: 1
  }

  100% {
      -webkit-transform: scale(1.2, 1.2);
      opacity: 0
  }
}

.border-focusid {border-top: 3px solid #ffa426}