* {
  user-select: none;
}
/* button:disabled{
  cursor: not-allowed !important;
} */
*:disabled{
  cursor: not-allowed !important;
}
.swal2-container{
    z-index: 10000 !important;
}
.multiselect__tags{
    min-height: calc(1.5em + 0.75rem + 2px) !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
}
header{
    /* background-color: transparent !important; */
    box-shadow: none !important;
    transition: all .25s ease-in-out;
    background: #ffffffd0;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
            backdrop-filter: blur(5px) !important;
}
.c-header-toggler {
  border-radius: 50% !important;
  background-color: white;
  width: 52px !important;
  height: 52px !important;
}
.c-header-toggler i {
  margin: auto !important;
}
button:active,
button:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.c-subheader {
  background-color: transparent !important;
  border: none !important;
}
.card,
.card-body {
    box-shadow: none !important;
    border-radius: 10px !important;
}

[v-cloak] {
  display: none !important;
}
/* Shake Button */
.btn-shake {
  animation-name: shake;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

.btn-shake:hover {
  animation-name: none;
}

.btn.btn-floating-br {
  position: fixed !important;
  right: 25px;
  bottom: 25px;
  font-size: 40px;
  padding: 0px;
  width: 90px;
  height: 90px;
  border: 5px solid;
  border-radius: 50% !important;
  z-index: 5;
}
.btn.btn-floating-bl {
  position: fixed !important;
  left: 25px;
  bottom: 25px;
  font-size: 40px;
  padding: 0px;
  width: 90px;
  height: 90px;
  border: 5px solid;
  border-radius: 50% !important;
  z-index: 5;
}

@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  1% {
    transform: translate3d(-6px, 0, 0);
  }
  2% {
    transform: translate3d(8px, 0, 0);
  }
  3% {
    transform: translate3d(-12px, 0, 0);
  }
  4% {
    transform: translate3d(12px, 0, 0);
  }
  5% {
    transform: translate3d(-8px, 0, 0);
  }
  6% {
    transform: translate3d(6px, 0, 0);
  }
  7% {
    transform: translate3d(0, 0, 0);
  }
}
/* input transparent */

.input-transparent {
  background-color: transparent !important;
  color: inherit;
  border: none !important;
  outline: none !important;
  margin: 0 !important;
  height: inherit !important;
}

.input-border-bottom {
  background-color: transparent !important;
  color: inherit;
  outline: none !important;
  margin: 0 !important;
  height: inherit !important;
}

.input-transparent:focus {
  box-shadow: inherit !important;
}

@keyframes ldio-7g70z2uxi2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-7g70z2uxi2 > div > div {
    transform-origin: 100px 100px;
    animation: ldio-7g70z2uxi2 3.0303030303030303s linear infinite;
    opacity: 0.8
}

    .ldio-7g70z2uxi2 > div > div > div {
        position: absolute;
        left: 30px;
        top: 30px;
        width: 70px;
        height: 70px;
        border-radius: 70px 0 0 0;
        transform-origin: 100px 100px
    }

.ldio-7g70z2uxi2 > div div:nth-child(1) {
    animation-duration: 0.7575757575757576s
}

    .ldio-7g70z2uxi2 > div div:nth-child(1) > div {
        background: #e62e2d;
        transform: rotate(0deg);
    }

.ldio-7g70z2uxi2 > div div:nth-child(2) {
    animation-duration: 1.0101010101010102s
}

    .ldio-7g70z2uxi2 > div div:nth-child(2) > div {
        background: #366cb8;
        transform: rotate(0deg);
    }

.ldio-7g70z2uxi2 > div div:nth-child(3) {
    animation-duration: 1.5151515151515151s
}

    .ldio-7g70z2uxi2 > div div:nth-child(3) > div {
        background: #cff801;
        transform: rotate(0deg);
    }

.ldio-7g70z2uxi2 > div div:nth-child(4) {
    animation-duration: 3.0303030303030303s
}

    .ldio-7g70z2uxi2 > div div:nth-child(4) > div {
        background: #e62e2d;
        transform: rotate(0deg);
    }

.loadingio-spinner-wedges-zbfkd16aas {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: rgba(NaN, NaN, NaN, 0);
}

.ldio-7g70z2uxi2 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-7g70z2uxi2 div {
    box-sizing: content-box;
}

.vs__dropdown-toggle{
    border: none !important;
}






.radio {
    margin: 0.5rem;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #3197ee;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197ee;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link, .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle:hiver{
  color: white;
}



.btn-outline-primary:hover,
.btn-primary,
.badge-primary,
.btn-blue,
.badge-blue,
.new-blue {
    background: #BEE3F8 !important;
    color: #3182CE !important;
}
.btn-outline-info:hover,
.btn-info,
.badge-info,
.new-info{
    background: #B2F5EA !important;
    color: #319795 !important;
}
.btn-outline-warning:hover,
.btn-warning,
.btn-yellow,
.badge-yellow,
.badge-warning,
.new-warning{
    background: #FEFCBF !important;
    color: #D69E2E !important;
}
.btn-outline-red:hover,
.btn-red,
.btn-danger,
.badge-red,
.badge-danger,
.new-danger{
    background: #FED7D7 !important;
    color: #E53E3E !important;
}
.btn-outline-green:hover,
.btn-green,
.btn-success,
.badge-green,
.badge-success,
.new-success{
    background: #C6F6D5 !important;
    color: #38A169 !important;
}

.btn-outline-purple:hover,
.btn-purple,
.badge-purple,
.new-purple{
    background: #E9D8FD !important;
    color: #805AD5 !important;
}

.skeleton{
  border-radius: 5px;
  display: inline-block;
  height: 3em;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.skeleton::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2024160005799195) 20%, rgba(255,255,255,0.6001751042213761) 60%, rgba(255,255,255,0) 100%);
  animation: shimmer 2s infinite;
  content: '';
}

/* dark */


[data-theme="dark"] .btn-outline-primary:hover,
[data-theme="dark"] .btn-primary,
[data-theme="dark"] .badge-primary,
[data-theme="dark"] .btn-blue,
[data-theme="dark"] .badge-blue,
[data-theme="dark"] .new-blue {
    background: #3182CE !important;
    color: #ffffff !important;
}
[data-theme="dark"] .btn-outline-info:hover,
[data-theme="dark"] .btn-info,
[data-theme="dark"] .badge-info,
[data-theme="dark"] .new-info{
    background: #339991 !important;
    color: #ffffff !important;
}
[data-theme="dark"] .btn-outline-warning:hover,
[data-theme="dark"] .btn-warning,
[data-theme="dark"] .btn-yellow,
[data-theme="dark"] .badge-yellow,
[data-theme="dark"] .badge-warning,
[data-theme="dark"] .new-warning{
    background: #D69E2E !important;
    color: #fff !important;
}
[data-theme="dark"] .btn-outline-red:hover,
[data-theme="dark"] .btn-red,
[data-theme="dark"] .btn-danger,
[data-theme="dark"] .badge-red,
[data-theme="dark"] .badge-danger,
[data-theme="dark"] .new-danger{
    background: #E53E3E !important;
    color: #fff !important;
}
[data-theme="dark"] .btn-outline-green:hover,
[data-theme="dark"] .btn-green,
[data-theme="dark"] .btn-success,
[data-theme="dark"] .badge-green,
[data-theme="dark"] .badge-success,
[data-theme="dark"] .new-success{
  background: #38A169 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .btn-outline-purple:hover,
[data-theme="dark"] .btn-purple,
[data-theme="dark"] .badge-purple,
[data-theme="dark"] .new-purple{
    background: #805AD5 !important;
    color: #fff !important;
}

[data-theme="dark"] .skeleton{
  background-color: #4c4f54;
}
[data-theme="dark"] .skeleton::after{
  background: #222;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2024160005799195) 20%, rgba(255,255,255,0.6001751042213761) 60%, rgba(255,255,255,0) 100%);
}


.modal-sync {
  background-color: #ebedef !important;
}
[data-theme="dark"] .modal-sync {
  background-color: #222 !important;
}

.simple {
  background-color: #ebedef;
}
[data-theme="dark"] .simple {
  background-color: #222 !important;
}

@keyframes shimmer{
  100%{
    transform: translateX(100%);
  }
}

.legend{
  margin-top: 1em;
  list-style: none;
  list-style-position: inside;
}
.legend li{
  margin-right: 1em;
}
.legend li::before{
  content: "•";
  font-size: 250%;
  line-height: 0;
  position: relative;
  top: 30%;
}
.legend .normal::before{
  color: #38A169;
}
.legend .warning::before{
  color: #D69E2E;
}
.legend .danger::before{
  color: #E53E3E;
}

[data-theme="dark"] .c-header-toggler{
  background-color: #222 !important;
}



pre {
  padding: 5px; 
  margin: 5px;
}
.string {
  color: #008000;
}
.number {
  color: #0000ff;
}
.boolean {
  color: #b22222;
}
.null {
  color: #808080;
}
.key {
  color: #000000;
}

[data-theme="dark"] .string{
  color: var(--info);
}
[data-theme="dark"] .number{
  color: var(--success);
}
[data-theme="dark"] .boolean{
  color: var(--danger);
}
[data-theme="dark"] .key{
  color: var(--light);
}

[data-theme="dark"] .c-footer{
  background: #222 !important;
}


/*  */
/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
 top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}

.btn {
  /* border: none; */
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transform-origin: center center;
}
 .btn:focus, .btn:active {
	 outline: 0;
	 box-shadow: none;
}
 .btn .ripple-span {
	 border-radius: 50%;
	 background-color: rgba(255, 255, 255, 0.7);
	 position: absolute;
	 transform: scale(0);
	 animation: ripple 0.7s linear;
	 width: 20px;
	 height: 20px;
}
 @keyframes ripple {
	 from {
		 transform: scale(1);
		 opacity: 0.4;
	}
	 to {
		 transform: scale(30);
		 opacity: 0;
	}
}
 