.close-btn {
    background-color: #f44336; /* Cor vermelha */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.close-btn:hover {
    background-color: #da190b; /* Cor vermelha um pouco mais escura */
    color: white;
}

.videoHighResolutionButton {
    font-size: 13px;
    height: 30px;
    padding: 5px;
    background-color:#1970B9;
    background-color: #6c757d;
    background-color:#35aa15;
    background-color:#007bff;
    background-color:#43b723;
    border: 1px solid #EEE;
    color: #fff;
    margin-top:10px;
  }

  .videoHighResolutionButton:hover {
    background-color: #6c757d;
    background-color:#1970B9;
    background-color:#43b723;
    background-color: #6c757d;
  }
  .videoHighResolutionButton .btn:active {
    background-color: #6c757d;
    background-color:#43b723;
    background-color:#1970B9;
    background-color: #6c757d;
  }
  .videoHighResolutionButton {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1970B9;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1970B9;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
  }

  /* Estilo base para o modal */
.videoHighResolutionModal .modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.7); 
}

.videoHighResolutionModal .modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.videoHighResolutionModal .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.videoHighResolutionModal .close:hover,
.videoHighResolutionModal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.videoHighResolutionModal .modal-header, .videoHighResolutionModal .modal-footer {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

.videoHighResolutionModal .modal-header {
    border-bottom-width: 0;
}

.videoHighResolutionModal .modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.videoHighResolutionModal .modal-body {
    position: relative;
    padding: 15px;
}
