@charset "UTF-8";
/*dark*/
.vw-white-color {
  color: white;
}

.vw-black-color {
  color: black;
}

.mod-vw {
  /* Dark Mode */
  /* Dark Mode */
  /* Default-Light Mode */
  /* Dark Mode */
  /* Default-Light Mode */
  /* Dark Mode */
  /* Dark Mode */
  /* Dark Mode */
  /* Dark Mode */
  /*.nav-menu a:hover {
      text-decoration: none !important;
  } */
  /* Default Mode */
  /* Light Mode */
  /* Dark Mode */
  /* Default-Light Mode */
  /* Dark Mode */
  /* Default-Light Mode */
  /* Dark Mode */
  /* Dark Mode */
}
.mod-vw.footer-function-fixed .page-footer {
  height: auto;
}
.mod-vw.footer-function-fixed .page-footer > div {
  justify-content: start !important;
  font-size: 10px;
  opacity: 80%;
}
.mod-vw.mod-skin-dark:not(.mod-skin-light) {
  background: black !important;
}
.mod-vw.mod-skin-dark:not(.cust-theme-17) #app {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 51.04%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.56) 28.65%, rgba(0, 0, 0, 0) 63.02%), linear-gradient(0deg, rgba(var(--theme-rgb-primary), 0.3), rgba(var(--theme-rgb-primary), 0.3)), url(/img/backgrounds/vw-bg-3.svg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.mod-vw.mod-skin-dark:not(.cust-theme-17) #app .page-content-wrapper {
  background-color: transparent !important;
}
.mod-vw.mod-skin-dark.cust-theme-17 #app {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 51.04%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.56) 28.65%, rgba(0, 0, 0, 0) 63.02%), url(/img/backgrounds/vw-bg-3.svg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.mod-vw.mod-skin-dark.cust-theme-17 #app .page-content-wrapper {
  background-color: transparent !important;
}
@media only screen and (max-width: 992px) {
  .mod-vw.mod-skin-dark .page-wrapper {
    background-color: transparent !important;
  }
}
.mod-vw.mod-skin-dark .page-header {
  background: black;
  border-bottom: none;
}
.mod-vw.mod-skin-dark .page-footer {
  background: none !important;
  border-top: none;
}
.mod-vw a {
  color: #414659 !important;
  /* &:hover {
       text-decoration:underline !important;
   }*/
}
.mod-vw.mod-skin-dark a {
  color: #DEE1F9 !important;
}
@media (max-width: 768px) {
  .mod-vw .page-logo-wrapper {
    justify-content: center;
  }
}
.mod-vw .page-logo-wrapper {
  margin: 0;
}
.mod-vw .page-logo-wrapper .page-logo {
  width: auto !important;
}
.mod-vw .page-logo-wrapper .page-logo a {
  flex-direction: column !important;
}
.mod-vw .login-page-wrapper {
  background: unset;
  background-position: center;
  background-size: cover;
}
.mod-vw .login-page-wrapper .page-inner {
  background-color: unset;
  background-image: unset;
}
.mod-vw .login-page-wrapper .page-inner .page-content-wrapper {
  background-color: unset;
  background-image: unset;
  background: unset;
}
.mod-vw .login-page-wrapper .page-inner .page-content-wrapper > div {
  background: unset !important;
  background-color: unset;
  background-image: unset;
  box-shadow: none !important;
}
.mod-vw .credit-tags {
  color: #ABABAF !important;
}
.mod-vw:not(.mod-skin-dark) .login-page-wrapper {
  background-image: url(/img/backgrounds/vw-bg-1.jpg);
}
.mod-vw:not(.mod-skin-dark) .login-page-wrapper img.branding-logo-webdav {
  display: block !important;
}
.mod-vw:not(.mod-skin-dark) .login-page-wrapper img.branding-logo {
  display: none;
}
.mod-vw.mod-skin-dark .login-page-wrapper {
  background-image: url(/img/backgrounds/vw-bg-2.jpg);
}
.mod-vw .modal-content {
  border-radius: 14px;
}
.mod-vw .modal-footer {
  flex-direction: row-reverse;
}
.mod-vw:not(.mod-skin-dark) .modal-transparent .modal-content {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(5px);
}
.mod-vw.mod-skin-dark .modal-transparent .modal-content {
  border: 1px solid #393B43;
  background: rgba(0, 0, 0, 0.12) !important;
  backdrop-filter: blur(5px);
  color: white !important;
}
.mod-vw .btn {
  border-radius: 14px;
}
.mod-vw .btn-outline-secondary, .mod-vw .btn-outline-secondary:hover, .mod-vw .btn-outline-secondary:active, .mod-vw .btn-outline-secondary:focus {
  color: #72768B !important;
  border-color: #72768B;
  box-shadow: none;
}
.mod-vw .btn-outline-secondary:hover, .mod-vw .btn-outline-secondary:active {
  background-color: rgba(239, 240, 249, 0.52) !important;
}
.mod-vw .btn-outline-secondary:not(:disabled):not(.disabled):active, .mod-vw .btn-outline-secondary:not(:disabled):not(.disabled).active, .mod-vw .show > .btn-outline-secondary.dropdown-toggle {
  background: none;
}
.mod-vw .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .mod-vw .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .mod-vw .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.mod-vw.mod-skin-dark .btn-outline-secondary, .mod-vw.mod-skin-dark .btn-outline-secondary:hover, .mod-vw.mod-skin-dark .btn-outline-secondary:active, .mod-vw.mod-skin-dark .btn-outline-secondary:focus {
  color: #DEE1F9 !important;
  border-color: #A6AAC1;
  box-shadow: none;
}
.mod-vw.mod-skin-dark .btn-outline-secondary:hover, .mod-vw.mod-skin-dark .btn-outline-secondary:active {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.mod-vw input, .mod-vw select {
  border-radius: 5px;
}
.mod-vw input:focus, .mod-vw select:focus {
  border-color: #72768B !important;
}
.mod-vw .input-group > .input-group-append.input-icon .btn {
  position: absolute;
  border: none;
  background-image: unset;
  background-color: transparent;
  right: -10px;
  color: var(--theme-secondary);
  z-index: 999;
}
.mod-vw .input-group > .input-group-append.input-icon .btn:active {
  border: none;
  border-color: unset !important;
  box-shadow: unset !important;
}
.mod-vw .input-group > .form-control:not(:last-child), .mod-vw .input-group .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mod-vw .input-group > .form-control:not(:first-child), .mod-vw .input-group > .custom-select:not(:first-child) {
  border-radius: 14px !important;
}
.mod-vw .form-control.custom-select {
  border-radius: 14px !important;
}
.mod-vw custom-control-label::before,
.mod-vw .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.mod-vw .custom-control-input:active:not(:checked) ~ .custom-control-label::before,
.mod-vw .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white;
  border-color: #414659;
  color: #414659;
}
.mod-vw .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23414659' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.mod-vw .form-control[type=date],
.mod-vw .form-control[type=datetime-local] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mod-vw .form-control[type=date]::-webkit-calendar-picker-indicator, .mod-vw .form-control[type=date]::-moz-calendar-picker-indicator,
.mod-vw .form-control[type=datetime-local]::-webkit-calendar-picker-indicator,
.mod-vw .form-control[type=datetime-local]::-moz-calendar-picker-indicator {
  display: none;
}
.mod-vw .form-control[type=date]::after,
.mod-vw .form-control[type=datetime-local]::after {
  content: "📅";
  position: absolute;
  right: 0.725rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #007BFF;
  pointer-events: none;
}
.mod-vw.mod-skin-dark input, .mod-vw.mod-skin-dark select {
  border-color: #393B43 !important;
}
.mod-vw.mod-skin-dark input:focus, .mod-vw.mod-skin-dark select:focus {
  border-color: #72768B !important;
}
.mod-vw.mod-skin-dark .custom-control-label::before,
.mod-vw.mod-skin-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.mod-vw.mod-skin-dark .custom-control-input:active:not(:checked) ~ .custom-control-label::before,
.mod-vw.mod-skin-dark .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #191C22;
  border-color: #DEE1F9;
  color: #DEE1F9;
}
.mod-vw.mod-skin-dark .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23DEE1F9' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.mod-vw .alert-danger {
  background-color: rgba(255, 84, 73, 0.12) !important;
  border: none;
}
.mod-vw:not(.for-top-priority) .text-danger {
  color: #DE3730 !important;
}
.mod-vw.mod-skin-dark .confirm-message {
  color: #DEE1F9;
}
.mod-vw .info-card {
  display: none;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) .page-sidebar .page-logo a {
  flex-direction: column !important;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li > ul, .mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li.active > a {
  background-color: unset;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li a > i {
  color: white;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) .collapse-sign {
  display: none;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li.active:not(.open) > a::before {
  content: none;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:after {
  content: none !important;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul:before {
  border-left-color: transparent !important;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li.active > a {
  box-shadow: none;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li a {
  padding: 0.8125rem 1rem;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li > ul > li a {
  border-radius: 14px;
  margin: 0 1rem;
  padding-left: 2rem;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li > ul > li a:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li > ul > li.active:not(.open) a:not([aria-expanded]) {
  background-color: var(--theme-primary);
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li > ul > li > ul > li a {
  border-radius: 14px;
  margin: 0 1rem;
  padding-left: 2.75rem;
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li > ul > li > ul > li a:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.mod-vw:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li > ul > li > ul > li.active:not(.open) a:not([aria-expanded]) {
  background-color: var(--theme-primary);
}
.mod-vw:not(.mod-skin-dark):not(.mod-skin-light) .page-sidebar .page-logo {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.mod-vw.mod-skin-light:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) li a > i {
  color: var(--theme-secondary);
}
.mod-vw.mod-skin-light .page-sidebar img.branding-logo-webdav {
  display: block !important;
}
.mod-vw.mod-skin-light .page-sidebar img.branding-logo {
  display: none;
}
.mod-vw.mod-skin-dark .page-sidebar {
  background-color: transparent;
}
.mod-vw.mod-skin-dark .page-sidebar .page-logo {
  background: black;
}
.mod-vw.mod-skin-dark.nav-function-hidden .page-sidebar {
  background-color: black;
}
.mod-vw.mod-skin-dark.mobile-nav-on .page-sidebar {
  background-color: black;
}
.mod-vw .panel-hdr {
  border-radius: 14px 14px 0 0;
}
.mod-vw .panel, .mod-vw .card, .mod-vw .rounded {
  border-radius: 14px !important;
}
.mod-vw .panel-hdr h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.mod-vw .panel-hdr h2 i {
  display: none;
}
.mod-vw:not(.mod-skin-dark) .panel-hdr {
  background: #EFF0FA !important;
  color: #414659;
  border-bottom: none;
}
.mod-vw:not(.mod-skin-dark) .panel {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mod-vw:not(.mod-skin-dark) .accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mod-vw.mod-skin-dark .panel-hdr {
  background: #191C22 !important;
}
.mod-vw.mod-skin-dark .panel-hdr h2 {
  color: #A6AAC1;
}
.mod-vw.mod-skin-dark .panel {
  background: #191C22 !important;
}
.mod-vw.mod-skin-dark .accordion .card {
  background: #191C22 !important;
  border: 1px solid #393B43;
}
.mod-vw .table-bordered {
  border: none;
}
.mod-vw .table-bordered th, .mod-vw .table-bordered td {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid !important;
}
.mod-vw .table-bordered.table.table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.mod-vw .dataTables_wrapper .table-header {
  display: flex;
  flex-direction: column-reverse;
}
.mod-vw .dataTables_wrapper .table-header .actions {
  padding: 0 0 30px 0 !important;
}
.mod-vw .dataTables_wrapper .table-header .tableTools {
  padding: 0 0 20px 0 !important;
}
.mod-vw .dataTables_wrapper .table-header .tableTools .table-search-group {
  width: 500px;
}
.mod-vw .dataTables_wrapper .table-header .tableTools .tableTools-right {
  flex-direction: row-reverse;
  justify-content: unset !important;
}
.mod-vw .dataTables_wrapper .table-header .tableTools .buttons-colvis {
  margin-right: 10px;
}
.mod-vw .dataTables_wrapper .table-header .tableTools .buttons-colvis .text {
  display: none;
}
.mod-vw .dataTables_wrapper .dataTables_info {
  font-size: 0.75rem;
}
.mod-vw table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, .mod-vw table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before, .mod-vw table.dataTable.dtr-column > tbody > tr > td.control:before, .mod-vw table.dataTable.dtr-column > tbody > tr > th.control:before {
  color: #414659;
  background: none;
}
.mod-vw .dataTables_wrapper tr.child td.child .dtr-details::after {
  background: none;
}
.mod-vw:not(.mod-skin-dark) .table-bordered th, .mod-vw:not(.mod-skin-dark) .table-bordered td {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
.mod-vw.mod-skin-dark .table-bordered th, .mod-vw.mod-skin-dark .table-bordered td {
  border-bottom-color: #393B43 !important;
}
.mod-vw.mod-skin-dark .table {
  color: white;
}
.mod-vw.mod-skin-dark .table a {
  color: #8297B3 !important;
}
.mod-vw.mod-skin-dark .dataTables_info {
  color: #A6AAC1;
}
.mod-vw.mod-skin-dark .dataTables_info .records-total {
  color: white;
}
.mod-vw.mod-skin-dark table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, .mod-vw.mod-skin-dark table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before, .mod-vw.mod-skin-dark table.dataTable.dtr-column > tbody > tr > td.control:before, .mod-vw.mod-skin-dark table.dataTable.dtr-column > tbody > tr > th.control:before {
  color: #8297B3;
}
.mod-vw.mod-skin-dark .dataTables_wrapper .dataTables_paginate .pagination .page-item:not(.active) > .page-link:not(:hover) {
  color: #414659 !important;
}
.mod-vw .main-title {
  display: block;
  padding: 1.875rem 0;
  margin: 0;
  color: #000000; /* #FFF */
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
  text-align: center;
}
.mod-vw.mod-skin-dark .main-title {
  color: #fff;
}
.mod-vw.cust-theme-1 ::selection {
  background: #b56a9f;
  color: #fff;
}
.mod-vw.cust-theme-1 ::-moz-selection {
  background: #b56a9f;
  color: #fff;
}
.mod-vw.cust-theme-1 [contenteditable=true]::selection {
  background: #b56a9f;
  color: #fff;
}
.mod-vw.cust-theme-1 [contenteditable=true]::-moz-selection {
  background: #b56a9f;
  color: #fff;
}
.mod-vw.cust-theme-2 ::selection {
  background: #9fcb3d;
  color: #333;
}
.mod-vw.cust-theme-2 ::-moz-selection {
  background: #9fcb3d;
  color: #333;
}
.mod-vw.cust-theme-2 [contenteditable=true]::selection {
  background: #9fcb3d;
  color: #333;
}
.mod-vw.cust-theme-2 [contenteditable=true]::-moz-selection {
  background: #9fcb3d;
  color: #333;
}
.mod-vw.cust-theme-3 ::selection {
  background: #4679cc;
  color: #fff;
}
.mod-vw.cust-theme-3 ::-moz-selection {
  background: #4679cc;
  color: #fff;
}
.mod-vw.cust-theme-3 [contenteditable=true]::selection {
  background: #4679cc;
  color: #fff;
}
.mod-vw.cust-theme-3 [contenteditable=true]::-moz-selection {
  background: #4679cc;
  color: #fff;
}
.mod-vw.cust-theme-4 ::selection {
  background: #2198F3;
  color: #fff;
}
.mod-vw.cust-theme-4 ::-moz-selection {
  background: #2198F3;
  color: #fff;
}
.mod-vw.cust-theme-4 [contenteditable=true]::selection {
  background: #2198F3;
  color: #fff;
}
.mod-vw.cust-theme-4 [contenteditable=true]::-moz-selection {
  background: #2198F3;
  color: #fff;
}
.mod-vw.cust-theme-5 ::selection {
  background: #6ab5b4;
  color: #333;
}
.mod-vw.cust-theme-5 ::-moz-selection {
  background: #6ab5b4;
  color: #333;
}
.mod-vw.cust-theme-5 [contenteditable=true]::selection {
  background: #6ab5b4;
  color: #333;
}
.mod-vw.cust-theme-5 [contenteditable=true]::-moz-selection {
  background: #6ab5b4;
  color: #333;
}
.mod-vw.cust-theme-6 ::selection {
  background: #dd5293;
  color: #fff;
}
.mod-vw.cust-theme-6 ::-moz-selection {
  background: #dd5293;
  color: #fff;
}
.mod-vw.cust-theme-6 [contenteditable=true]::selection {
  background: #dd5293;
  color: #fff;
}
.mod-vw.cust-theme-6 [contenteditable=true]::-moz-selection {
  background: #dd5293;
  color: #fff;
}
.mod-vw.cust-theme-7 ::selection {
  background: #868e96;
  color: #fff;
}
.mod-vw.cust-theme-7 ::-moz-selection {
  background: #868e96;
  color: #fff;
}
.mod-vw.cust-theme-7 [contenteditable=true]::selection {
  background: #868e96;
  color: #fff;
}
.mod-vw.cust-theme-7 [contenteditable=true]::-moz-selection {
  background: #868e96;
  color: #fff;
}
.mod-vw.cust-theme-8 ::selection {
  background: #7c91df;
  color: #333;
}
.mod-vw.cust-theme-8 ::-moz-selection {
  background: #7c91df;
  color: #333;
}
.mod-vw.cust-theme-8 [contenteditable=true]::selection {
  background: #7c91df;
  color: #333;
}
.mod-vw.cust-theme-8 [contenteditable=true]::-moz-selection {
  background: #7c91df;
  color: #333;
}
.mod-vw.cust-theme-9 ::selection {
  background: #e59c6c;
  color: #333;
}
.mod-vw.cust-theme-9 ::-moz-selection {
  background: #e59c6c;
  color: #333;
}
.mod-vw.cust-theme-9 [contenteditable=true]::selection {
  background: #e59c6c;
  color: #333;
}
.mod-vw.cust-theme-9 [contenteditable=true]::-moz-selection {
  background: #e59c6c;
  color: #333;
}
.mod-vw.cust-theme-10 ::selection {
  background: #778c85;
  color: #fff;
}
.mod-vw.cust-theme-10 ::-moz-selection {
  background: #778c85;
  color: #fff;
}
.mod-vw.cust-theme-10 [contenteditable=true]::selection {
  background: #778c85;
  color: #fff;
}
.mod-vw.cust-theme-10 [contenteditable=true]::-moz-selection {
  background: #778c85;
  color: #fff;
}
.mod-vw.cust-theme-11 ::selection {
  background: #a2b077;
  color: #333;
}
.mod-vw.cust-theme-11 ::-moz-selection {
  background: #a2b077;
  color: #333;
}
.mod-vw.cust-theme-11 [contenteditable=true]::selection {
  background: #a2b077;
  color: #333;
}
.mod-vw.cust-theme-11 [contenteditable=true]::-moz-selection {
  background: #a2b077;
  color: #333;
}
.mod-vw.cust-theme-12 ::selection {
  background: #7976b3;
  color: #333;
}
.mod-vw.cust-theme-12 ::-moz-selection {
  background: #7976b3;
  color: #333;
}
.mod-vw.cust-theme-12 [contenteditable=true]::selection {
  background: #7976b3;
  color: #333;
}
.mod-vw.cust-theme-12 [contenteditable=true]::-moz-selection {
  background: #7976b3;
  color: #333;
}
.mod-vw.cust-theme-13 ::selection {
  background: #55ce5f;
  color: #333;
}
.mod-vw.cust-theme-13 ::-moz-selection {
  background: #55ce5f;
  color: #333;
}
.mod-vw.cust-theme-13 [contenteditable=true]::selection {
  background: #55ce5f;
  color: #333;
}
.mod-vw.cust-theme-13 [contenteditable=true]::-moz-selection {
  background: #55ce5f;
  color: #333;
}
.mod-vw.cust-theme-14 ::selection {
  background: #ffc800;
  color: #333;
}
.mod-vw.cust-theme-14 ::-moz-selection {
  background: #ffc800;
  color: #333;
}
.mod-vw.cust-theme-14 [contenteditable=true]::selection {
  background: #ffc800;
  color: #333;
}
.mod-vw.cust-theme-14 [contenteditable=true]::-moz-selection {
  background: #ffc800;
  color: #333;
}
.mod-vw.cust-theme-15 ::selection {
  background: #627ca0;
  color: #fff;
}
.mod-vw.cust-theme-15 ::-moz-selection {
  background: #627ca0;
  color: #fff;
}
.mod-vw.cust-theme-15 [contenteditable=true]::selection {
  background: #627ca0;
  color: #fff;
}
.mod-vw.cust-theme-15 [contenteditable=true]::-moz-selection {
  background: #627ca0;
  color: #fff;
}
.mod-vw.cust-theme-16 ::selection {
  background: #0567bf;
  color: #fff;
}
.mod-vw.cust-theme-16 ::-moz-selection {
  background: #0567bf;
  color: #fff;
}
.mod-vw.cust-theme-16 [contenteditable=true]::selection {
  background: #0567bf;
  color: #fff;
}
.mod-vw.cust-theme-16 [contenteditable=true]::-moz-selection {
  background: #0567bf;
  color: #fff;
}
.mod-vw.cust-theme-17 ::selection {
  background: #ED5D23;
  color: #fff;
}
.mod-vw.cust-theme-17 ::-moz-selection {
  background: #ED5D23;
  color: #fff;
}
.mod-vw.cust-theme-17 [contenteditable=true]::selection {
  background: #ED5D23;
  color: #fff;
}
.mod-vw.cust-theme-17 [contenteditable=true]::-moz-selection {
  background: #ED5D23;
  color: #fff;
}

/*# sourceMappingURL=vw.css.map */
