body {
    padding-top: 80px; /* ajusta según la altura de tu navbar */
}

.pointer{
    cursor: pointer;
}

.bg-custom{
    background-color: #383c44 !important;
    color: white !important;
}

.modal-bg-loader{
    background-color: #0000006b !important;
}

.btn-submit-new-inspection{
    height: 55px !important;
}

.modal-inspection{
    min-height: 2460px !important;
}

.bg-darker{
    background-color: #23242c !important;
    color: white !important;
}

.sm-column{
    width: 10px !important;
}

.modal-backdrop-custom {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
}

/* Spinner */
#loading-spinner .spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100050; 
  }
  
  #loading-spinner .spinner-border {
    width: 3rem;
    height: 3rem;
  }
  
  /* End Spinner */
  
  #handler_menu {
    width: 300px;
    z-index: 7000;
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);
    background: linear-gradient(to right, #414345, #232526);
}

.dropdown-item:hover{
    background-color: #0000002a !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%; /* Justo debajo del input */
    left: 0;
    width: 100%; /* Mismo ancho que el input */
    z-index: 1000;
}

#internal_trailers_dropdown {
    max-height: 200px !important;
    overflow: auto !important;
}


.img-damage-checklist{
    max-width: 100px !important;
    
}

.main-container{
    background-color: #404040 !important;
}

.text-form-trailer-inspection{
    font-size: 18px !important;
}

#carrier_navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1081; /* mayor que el modal de Bootstrap (que usa 1055-1056) */
    background-color: #212529; /* asegúrate que tenga fondo */
    padding: 1rem;
}

.modal-fullscreen {
    padding-top: 70px; 
}

#example_img_modal{
    padding-top: 70px;
}  

#sidebar_menu {
    z-index: 1082; 
}
