.theme--light.v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  max-width: 100%;
  height: 0px;
  max-height: 0px;
  border: solid;
  border-width: thin 0 0 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
}
.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
  margin-left: 72px;
}
.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
  margin-right: 72px;
}
.v-divider--vertical {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0px;
  width: 0px;
  vertical-align: text-bottom;
}
.v-divider--vertical.v-divider--inset {
  margin-top: 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
}

.title-settings[data-v-65c2f834] {
    color: #3773F5;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}
.title-settings-item[data-v-65c2f834] {
    color: #364462;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.subtitle-settings-item[data-v-65c2f834] {
    color: #364462;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}
.text-settings-item[data-v-65c2f834] {
    color: #364462;
    font-size: 16px;
    line-height: 22px;
}
.save-changes[data-v-65c2f834] {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}
.discard-changes[data-v-65c2f834] {
    color: #3773F5;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}
.turn-on[data-v-65c2f834] {
    color: #364462;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}
.selector-timezone[data-v-65c2f834] {
    color: #364462;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.label-timezone[data-v-65c2f834] {
    color: #364462;
    font-size: 14px;
    line-height: 18px;
}
.notification-email[data-v-65c2f834] {
    opacity: 0.5;
    color: rgba(54, 68, 98, 0.50);
    font-size: 14px;
    line-height: 16px;
}
.btn-remove[data-v-65c2f834] {
    font-size: 16px;
    line-height: 19px;
}
.btn-add-default-backup[data-v-65c2f834] {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.text-disabled[data-v-65c2f834] {
    color: #E0E0E0;
}
input[type=checkbox][disabled] + .on-off-switch-label > .on-off-switch-slider[data-v-65c2f834] {
    opacity: 0.5;
}
input[type=checkbox][disabled].on-off-switch-unvisible + .on-off-switch-label[data-v-65c2f834] {
    border: 1px solid #E0E0E0;
}
input[type=checkbox][disabled].on-off-switch-unvisible + .on-off-switch-label > .on-off-switch-slider[data-v-65c2f834] {
        background: #E0E0E0;
}
.on-off-switch-container[data-v-65c2f834] {
    max-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.on-off-switch-container .label[data-v-65c2f834] {
        height: 20px;
        line-height: 20px;
        color: rgba(54, 68, 98, 1);
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
}
.on-off-switch-container .on-off-switch[data-v-65c2f834] {
        position: relative;
        width: 40px;
        height: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
}
.on-off-switch-checkbox[data-v-65c2f834] {
    display: none;
}
.on-off-switch-label[data-v-65c2f834] {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    height: 20px;
    width: 40px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.on-off-switch-slider[data-v-65c2f834] {
    display: block;
    width: 14px;
    margin: 3px;
    background: #E0E0E0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.on-off-switch-checkbox:checked + .on-off-switch-label[data-v-65c2f834] {
    border-color: #88DE31;
}
.on-off-switch-checkbox:checked + .on-off-switch-label .on-off-switch-inner[data-v-65c2f834] {
        margin-left: 0;
}
.on-off-switch-checkbox:checked + .on-off-switch-label .on-off-switch-slider[data-v-65c2f834] {
        right: 0;
        background-color: #88DE31;
}
.on-off-switch-checkbox.field-disable:checked + .on-off-switch-label .on-off-switch-slider[data-v-65c2f834] {
    background-color: #E0E0E0;
}
.on-off-switch-checkbox.field-disable:checked + .on-off-switch-label[data-v-65c2f834] {
    border-color: #E0E0E0;
}
.code-wrapper[data-v-65c2f834] {
    background: rgba(54, 68, 98, 0.05);
    padding: 24px;
    width: 100%;
    overflow-wrap: anywhere;
    letter-spacing: 0.1px;
}
.copy-link[data-v-65c2f834] {
    color: #3773F5;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}
.scrollable-y[data-v-65c2f834] {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 91px);
}
.white[data-v-65c2f834] {
    height: 100vh;
}
.btn-add-contact[data-v-65c2f834] {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
a[data-v-65c2f834] {
    text-decoration: none;
}

