/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.form-group label {
    font-weight: 600;
    color: #34395e;
    font-size: 12px;
    letter-spacing: .5px;
}
a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(94 190 191 / 45%);
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #5ebebf;
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 5 89 / 10%);
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #000559cc;
}
.badge-green, .btn-green {
	background-color:rgb(99, 237, 122) !important;
	color: #fff;
}
.text-green {
	color: rgb(99 237 122 / 62%) !important;
}
a.badge-green:focus, a.badge-green:hover, a.btn-green:focus, a.btn-green:hover {
    color: #fff;
    background-color: rgb(99 237 122 / 62%) !important;
	box-shadow: 0 2px 6px #63ed7a54!important;
	border-color: #63ed7a!important;
}
.badge-pink, .btn-pink {
	background-color: #f82b60!important;
	color: #fff;
}
a.badge-pink:focus, a.badge-pink:hover, a.btn-pink:focus, a.btn-pink:hover {
    color: #fff;
    background-color: rgb(248 43 96 / 44%)!important;
}

.fc-list-table th a {
    color: #5ebebf;
}
.custom-switch-input[disabled]:checked ~ .custom-switch-indicator {
    background: #747774!important;
}
.btn-primary:disabled {
    color: #fff;
    background-color: #000559 !important;
    border-color: #000559 !important;
}

::-webkit-resizer {
    display: none!important;
}
.dz-progress {
  display: none !important;
}
/* trumbowyg */
.trumbowyg-fullscreen {
    width: 80%!important;
    margin-left: 255px!important;
}

.beep:after {
	width: 10px ! important;
    height: 10px ! important;
    background-color: #f11000 ! important;
    animation: pulsate 2s ease-out ! important;
	animation-iteration-count: infinite ! important;
	right: 6px! important;
}

@media (min-width: 576px)
	.dirty-form-modal {
		max-width: 500px! important;
	}
}