/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	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.  */

.disabledForm {
    border: 0px solid #fff; 
	background-color: #ffffff00;
	
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 12px;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  border: 0;
}


  video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
  }

.modal-backdrop2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: #00000052; }  

  .inline {
    white-space: nowrap;

  }

/* Preview */
/* Windows Print Dialogue */
@media print {
    @page {
		size: 6.2cm 2.9cm; /* Custom page size */
		margin: 0; /* Remove margins to fit exactly */
	}

  .header-navbar,
  .app-content,
  .navbar,
  .hidePrint,
  .modal {
    visibility: hidden;
  }

  .preview-card {
    break-before: page; /* Ensures each card starts on a new page */
  }

  .printRef {
    max-width: 100% !important;
    flex: 0 0 100%;
  }

  .left-btn {
    float: left;
}

}