/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/


.multiselect-container{
  width:100%;
  font-weight:400;
  overflow-y: auto;
  max-height: 280px;
}

.multiselect-container label{
  width:100%;
  font-weight:400;
}

.multiselect-option {
  font-size: 1rem;
  line-height:1.5;
}



/*
Tags Input
 */

.bootstrap-tagsinput {
  background-color: var(--vz-secondary-bg) !important;
  border-color: var(--vz-border-color) !important;
  box-shadow: none;
  width:100%!important;
  .tag {
    color: var(--vz-body-color);
    background-color: var(--vz-primary);
    padding: 1px 7px;
    border-radius: 0.25rem;
    font-size: 12px;
    margin-right: 2px;
    margin-left: 0;
  }
}



/*

Multiselect
 */

.multiselect-native-select .custom-select {
  color: var(--vz-body-color);
  background-color: var(--vz-secondary-bg);
  border-color: var(--vz-border-color);
}
.multiselect-native-select .custom-select:active,
.multiselect-native-select .custom-select:focus,
.multiselect-native-select .custom-select:focus-within {
  border-color: var(--vz-primary-border-subtle);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.multiselect-native-select .multiselect-container .multiselect-filter > input.multiselect-search {
  margin-right: -1.525rem;
  border-color: var(--vz-border-color);
}

.multiselect-container .multiselect-all, .multiselect-container .multiselect-group, .multiselect-container .multiselect-option {
  padding: .75rem .75rem .25rem .75rem;
}


.multiselect-native-select .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-native-select .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active,
.multiselect-native-select .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-native-select .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-native-select .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-native-select .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: var(--vz-tertiary-bg) !important;
  color: var(--vz-body-color) !important;
}
.multiselect-native-select .multiselect-container .multiselect-all:focus,
.multiselect-native-select .multiselect-container .multiselect-all:hover,
.multiselect-native-select .multiselect-container .multiselect-group:focus,
.multiselect-native-select .multiselect-container .multiselect-group:hover,
.multiselect-native-select .multiselect-container .multiselect-option:focus,
.multiselect-native-select .multiselect-container .multiselect-option:hover {
  background-color: var(--vz-tertiary-bg) !important;
  color: var(--vz-body-color) !important;
}
[dir="rtl"] .multiselect-container {
  text-align: left;
}
[dir="rtl"] .multiselect-container .multiselect-all,
[dir="rtl"] .multiselect-container .multiselect-group,
[dir="rtl"] .multiselect-container .multiselect-option {
  padding: 0.25rem 0.75rem 0.25rem 0.25rem;
}
[dir="rtl"] .multiselect-container .multiselect-all .form-check,
[dir="rtl"] .multiselect-container .multiselect-group .form-check,
[dir="rtl"] .multiselect-container .multiselect-option .form-check {
  padding: 0 20px 0 5px;
}
[dir="rtl"] .multiselect-container .multiselect-filter > input.multiselect-search {
  padding-right: 2rem;
  padding-left: 0.9rem;
  margin-right: -1.625rem;
  margin-left: 0;
  text-align: right;
}
[dir="rtl"] .multiselect-container .multiselect-filter > .fa-search {
  padding-right: 0.75rem;
  padding-left: 0;
}
[dir="rtl"] .multiselect-container .dropdown-item {
  text-align: left;
}
[dir="rtl"] .multiselect-container .form-check {
  padding-left: 1.25rem;
}
[dir="rtl"] .multiselect-container .form-check-input {
  margin-left: -1.25rem;
}
[dir="rtl"] .multiselect-container .dropdown-toggle .filter-option {
  text-align: left !important;
}
[dir="rtl"] .multiselect-container .multiselect-filter input {
  direction: ltr;
}
[dir="rtl"] .multiselect.dropdown-toggle::after {
  float: right;
  margin-top: 0.6em;
}
[dir="rtl"] .multiselect .caret {
  right: 12px !important;
}



.input-group > .custom-select:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}



.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}


.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}


.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}



input[readonly] {
    background-color: lightgrey;
}

body.swal2-shown, body.swal2-shown.swal2-iosfix {
    position: initial !important;}

.flex-row {
    display: flex;
}
.wrapper {
    border: 1px solid #5ea3cb;
    border-right: 0;
}

canvas#scouterSignature1 {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}

canvas#scouterSignature2 {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}

button#clear {
    height: 100%;
    background: #5ea3cb;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

button#clear span {
    transform: rotate(90deg);
    display: block;
}
button#clear2 {
    height: 100%;
    background: #5ea3cb;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
button#clear2 span {
    transform: rotate(90deg);
    display: block;
}

input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1); /* IE */
    -moz-transform: scale(1); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
    padding: 10px;
    border:2px black solid;
}


input[type=radio]
{
    transform: scale(2);
}








/* ------------------------------------------------------------------------------
*
*  # Bootstrap multiselect
*
*  Styles for multiselect.js - custom multiple select plugin
*
* ---------------------------------------------------------------------------- */
.multiselect-native-select {
    position: relative; }
.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0 !important;
    left: 0;
    top: 0; }

.multiselect {
    width: 100%;
    text-align: left;
    padding-left: 0.875rem;
    padding-right: 2.375rem;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.multiselect:after {
    position: absolute;
    top: 50%;
    right: 0.875rem;
    margin-top: -0.34375rem;
    text-align: right; }
.multiselect:not([class*=font-weight-]) {
    font-weight: 400; }
.multiselect.btn-light {
    background-color: #fff;
    border-color: #ddd; }
.multiselect.btn-light:hover, .multiselect.btn-light:focus, .multiselect.btn-light:not([disabled]):not(.disabled):active,
.btn-group.show .multiselect.btn-light {
    background-color: #fff;
    box-shadow: 0 0 0 62.5rem rgba(0, 0, 0, 0.01) inset; }
.multiselect.btn-light.disabled {
    background-color: #fafafa;
    color: #999;
    opacity: 1; }
.multiselect.btn-lg {
    padding-left: 1rem;
    padding-right: 2.5rem; }
.multiselect.btn-lg:after {
    right: 1rem; }
.multiselect.btn-sm {
    padding-left: 0.75rem;
    padding-right: 2.25rem; }
.multiselect.btn-sm:after {
    right: 0.75rem; }

.multiselect-container {
    max-height: 280px;
    overflow-y: auto;
    width: 100%; }


.multiselect-item {
    padding: 0.45rem 0.75rem;
    font-size: 0.85rem;
    overflow-y: auto;
    width: 100%; }



.multiselect-all {
    font-weight: 500; }

.multiselect-group-clickable label {
    cursor: pointer; }

.multiselect-filter {
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem; }
.multiselect-filter .input-group > i {
    font-size: 0.8125rem;
    position: absolute;
    left: 0.9375rem;
    top: 50%;
    margin-top: -0.40625rem;
    opacity: 0.5;
    z-index: 4; }
.multiselect-filter .form-control {
    padding-left: 2.5625rem; }

.input-group .multiselect-native-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
.input-group .multiselect-native-select:not(:first-child) .multiselect {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.input-group .multiselect-native-select:not(:last-child) .multiselect {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }


.copyIcon:hover {
    transform: scale(1.4);
}


