.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}

/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
#login h2 {
  color: #587361;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  margin-top: 22px;
  font-size: 14px;
}
#login p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #6b7c71;
  font-size: 12px;
}
#login label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #6b7c71;
}
#login .img-logo {
  margin-left: auto;
  margin-right: auto;
  width: 74%;
}
#login a {
  color: #0c90d1 !important;
}
#login .form-control:focus {
  border-color: #0c90d1;
}
#login .form-check-input:focus {
  border-color: #0c90d1;
}
#login .form-check-input:checked {
  background-color: #0c90d1;
  border-color: #0c90d1;
}
#login .btn-primary {
  border-color: #0c90d1 !important;
  background-color: #0c90d1 !important;
}
#login .btn-primary:hover {
  box-shadow: 0 8px 25px -8px #0c90d1ad;
}
#login .auth-inner {
  width: 100%;
}

@media (min-width: 375px) {
  #login .img-logo {
    width: 63%;
  }
  #login h2 {
    font-size: 16px;
  }
}
@media (min-width: 425px) {
  #login h2 {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  #login h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #login h2 {
    font-size: 16px;
    line-height: 22px;
  }
  #login p {
    font-size: 14px;
    line-height: 21px;
  }
  #login label {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  #login h2 {
    font-size: 20px;
    line-height: 22px;
  }
  #login p {
    font-size: 14px;
    line-height: 21px;
  }
  #login label {
    font-size: 12px;
    line-height: 18px;
  }
}
#register h2 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  margin-top: 22px;
  font-size: 14px;
}
#register p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  font-size: 12px;
}
#register label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}
#register .img-logo {
  margin-left: auto;
  margin-right: auto;
  width: 74%;
}
#register a {
  color: #0c90d1;
}
#register a:hover {
  font-weight: 700;
}
#register .form-control:focus {
  border-color: #0c90d1;
}
#register .form-check-input:focus {
  border-color: #0c90d1;
}
#register .form-check-input:checked {
  background-color: #0c90d1;
  border-color: #0c90d1;
}
#register .btn-primary {
  border-color: #0c90d1 !important;
  background-color: #0c90d1 !important;
}
#register .btn-primary:hover {
  box-shadow: 0 8px 25px -8px #0c90d1ad;
}
#register .registe-image {
  margin-top: auto;
  margin-bottom: auto;
}
#register .auth-inner {
  padding-right: inherit;
}

@media (min-width: 320px) {
  #register .card-body {
    padding: 1.5rem 0.5rem;
  }
}
@media (min-width: 576px) {
  #register .img-logo {
    width: 63%;
  }
  #register h2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #register h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #register h2 {
    font-size: 16px;
    line-height: 22px;
  }
  #register p {
    font-size: 14px;
    line-height: 21px;
  }
  #register label {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  #register h2 {
    font-size: 20px;
    line-height: 22px;
  }
  #register p {
    font-size: 14px;
    line-height: 21px;
  }
  #register label {
    font-size: 12px;
    line-height: 18px;
  }
}
#recupera-senha h2 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  margin-top: 22px;
  font-size: 14px;
}
#recupera-senha p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  font-size: 12px;
}
#recupera-senha label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}
#recupera-senha .img-logo {
  margin-left: auto;
  margin-right: auto;
  width: 74%;
}
#recupera-senha a {
  color: #0c90d1;
  font-weight: 500;
}
#recupera-senha .form-control:focus {
  border-color: #0c90d1;
}
#recupera-senha .form-check-input:focus {
  border-color: #0c90d1;
}
#recupera-senha .form-check-input:checked {
  background-color: #0c90d1;
  border-color: #0c90d1;
}
#recupera-senha .btn-primary {
  border-color: #0c90d1 !important;
  background-color: #0c90d1 !important;
}
#recupera-senha .btn-primary:hover {
  box-shadow: 0 8px 25px -8px #0c90d1ad;
}
#recupera-senha .auth-inner {
  width: 100%;
}

@media (min-width: 576px) {
  #recupera-senha .img-logo {
    width: 63%;
  }
  #recupera-senha h2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #recupera-senha h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #recupera-senha h2 {
    font-size: 16px;
    line-height: 22px;
  }
  #recupera-senha p {
    font-size: 14px;
    line-height: 21px;
  }
  #recupera-senha label {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  #recupera-senha h2 {
    font-size: 20px;
    line-height: 22px;
  }
  #recupera-senha p {
    font-size: 14px;
    line-height: 21px;
  }
  #recupera-senha label {
    font-size: 12px;
    line-height: 18px;
  }
}
#resete-senha h2 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  margin-top: 22px;
  font-size: 14px;
}
#resete-senha p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  font-size: 12px;
}
#resete-senha label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}
#resete-senha .img-logo {
  margin-left: auto;
  margin-right: auto;
  width: 74%;
}
#resete-senha a {
  color: #0c90d1;
}
#resete-senha a:hover {
  font-weight: 700;
}
#resete-senha .form-control:focus {
  border-color: #0c90d1;
}
#resete-senha .form-check-input:focus {
  border-color: #0c90d1;
}
#resete-senha .form-check-input:checked {
  background-color: #0c90d1;
  border-color: #0c90d1;
}
#resete-senha .btn-primary {
  border-color: #0c90d1 !important;
  background-color: #0c90d1 !important;
}
#resete-senha .btn-primary:hover {
  box-shadow: 0 8px 25px -8px #0c90d1ad;
}
#resete-senha .auth-inner {
  width: 100%;
}

@media (min-width: 576px) {
  #resete-senha .img-logo {
    width: 63%;
  }
  #resete-senha h2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #resete-senha h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #resete-senha h2 {
    font-size: 16px;
    line-height: 22px;
  }
  #resete-senha p {
    font-size: 14px;
    line-height: 21px;
  }
  #resete-senha label {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  #resete-senha h2 {
    font-size: 20px;
    line-height: 22px;
  }
  #resete-senha p {
    font-size: 14px;
    line-height: 21px;
  }
  #resete-senha label {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 320px) {
  #table-cupons {
    display: none;
  }

  #table-cupons-mobile {
    display: flex;
  }

  .navbar-light {
    background: linear-gradient(46.62deg, #0c90d1 0%, #f54345 93.64%);
  }

  .header-navbar .navbar-container ul.navbar-nav li i.ficon,
.header-navbar .navbar-container ul.navbar-nav li svg.ficon {
    color: white;
  }

  .avatar {
    background-color: white;
  }

  #reader {
    width: 250px;
  }
}
@media (min-width: 375px) {
  #reader {
    width: 295px;
  }
}
@media (min-width: 992px) {
  #table-cupons {
    display: block !important;
  }

  #table-cupons-mobile {
    display: none !important;
  }

  .navbar-light {
    background: white;
  }

  .avatar {
    background-color: #c3c3c3;
  }

  #reader {
    width: 400px;
  }
}
input:focus,
select:focus,
textarea:focus {
  border-color: #0c90d1 !important;
}

.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th,
.table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
  background-color: #cbdce5;
}

a,
.text-primary,
span,
td,
label,
h1 {
  color: #000000 !important;
  font-family: "Montserrat", sans-serif !important;
}

.page-item.active .page-link {
  background-color: #0c90d1;
}

.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0c90d1;
  border-color: #0c90d1;
}

.form-check-input:focus {
  border-color: #0c90d1;
}

.btn-primary {
  border-color: #0c90d1 !important;
  background-color: #0c90d1 !important;
}
.btn-primary span {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  box-shadow: 0 8px 25px -8px #0c90d1ad !important;
  border-color: #0c90d1 !important;
  background-color: #0c90d1 !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #0c90d1 !important;
  color: #ffffff !important;
}
.dropdown-item.active span,
.dropdown-item:active span,
.dropdown-item:hover span,
.dropdown-item:focus span {
  color: #ffffff !important;
}

.main-menu.menu-light .navigation > li ul .active {
  background: linear-gradient(136deg, #528a65 0%, #62ae7c 93.64%);
  box-shadow: 0 0 10px 1px #0c90d1ad;
  border-radius: 5px;
  z-index: 1;
  color: #fff !important;
}
.main-menu.menu-light .navigation > li ul .active a,
.main-menu.menu-light .navigation > li ul .active span {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
}

.navigation .nav-item .active-li {
  background: linear-gradient(46.62deg, #0c90d1 0%, #62ae7c 93.64%) !important;
  border-radius: 5px;
  z-index: 1;
  color: #fff !important;
}
.navigation .nav-item .active-li span {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
}

.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day.startRange:hover,
.flatpickr-calendar .flatpickr-day.endRange:hover {
  border-color: #0c90d1 !important;
  background-color: #0c90d1 !important;
  color: #fff !important;
}

.flatpickr-calendar .flatpickr-day.today {
  border-color: #0c90d1 !important;
}

.select2-selection--multiple:focus,
.select2-selection--multiple,
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-selection--single:focus {
  border-color: #0c90d1 !important;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #0c90d1 !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: #0c90d1 !important;
  background-color: #0c90d1 !important;
  color: #fff !important;
}

.termo-privacidade p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.main-menu.menu-light .navigation > li.active a {
  background: linear-gradient(46.62deg, #0c90d1 0%, #f54345 93.64%) !important;
  border-radius: 5px;
  z-index: 1;
  color: #fff !important;
}
.main-menu.menu-light .navigation > li.active span {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
}

.app-content-auth {
  overflow: hidden;
  padding: 0 !important;
  transition: none;
}

@media (min-width: 320px) {
  .main-menu .navbar-header {
    height: 5.45rem !important;
  }
}
@media (min-width: 992px) {
  .sidebar-logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-menu .navbar-header {
    height: 6.45rem !important;
  }
}
