/*------------------------------------------------------------------------------
/ General
------------------------------------------------------------------------------*/
*:disabled {
  background-color: dimgrey;
  color: linen;
  opacity: 1;
}
/*------------------------------------------------------------------------------
/ Main header
------------------------------------------------------------------------------*/
#wpcontent .wpsat-wrap {
    box-sizing: border-box;
    margin-right: 20px;
}
.wpsat-wrap-header {
    display: flex;
    align-items: center;
    margin-left: -20px;
    padding: 20px;
    background: #ffb400;
    height: 30px;
    border-bottom: 1px solid #c3c4c7;
}
.wpsat-wrap-header h1 {
    font-family: sans-serif;
    font-weight: 900;
    letter-spacing: -0.1rem;
    -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
}
#wpsat-wrap-header-container-1 {
    width: 60%;
}
#wpsat-wrap-header-container-2 {
    flex: 1;
    display: flex;
    padding: 10px;
    gap: 15px;
}
#wpsat-wrap-header-container-2 img {
    width: auto;
    max-width: 100%;
    text-decoration: none;
    outline: none;
}
#wpsat-wrap-header-container-2 a:link,
#wpsat-wrap-header-container-2 a:visited,
#wpsat-wrap-header-container-2 a:hover,
#wpsat-wrap-header-container-2 a:active {
    width: 50%;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.btn-upgrade {
    margin: 0;
    font-weight: normal;
    text-transform: none;
    color: #fff; 
}
.acf-admin-toolbar-upgrade-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90.52deg, #3E8BFF 0.44%, #A45CFF 113.3%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    transition: background-position 0.5s;
    border-radius: 5px;
    text-decoration: none;
}
.btn-upgrade a:hover,
.acf-admin-toolbar-upgrade-btn a:hover {
    color: #0783BE;
    text-decoration: none;
    outline: none;
}
/*------------------------------------------------------------------------------
/ Secundary header
------------------------------------------------------------------------------*/
.wpsat-wrap-second-header {
    display: flex;
    align-items: center;
    background: #fff;
    margin-left: -20px;
    padding: 5px 5px 5px 20px;
    border-bottom: 1px solid #c3c4c7;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
}
/*------------------------------------------------------------------------------
/ Plugins page
------------------------------------------------------------------------------*/
.wpsatrdur-plugins-gopro {
    color: #93003f;
    font-weight: 700;
}
.wpsatrdur-plugins-gopro:hover {
    color: red;
    font-weight: 700;
}
/*------------------------------------------------------------------------------
/ Error page
------------------------------------------------------------------------------*/
.error-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.error-container {
    font-family: Arial, sans-serif;
    width: 500px;
    margin: auto;
    padding: 50px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}
.info {
    text-align: center;
}
.info h1 {
    font-size: 30px;
    font-weight: 800;
    color: #d62828;
}
.info p {
    color: #333;
}
.developer {
    font-weight: 800;
}
.lock-image-container {
    display: flex;
    margin: auto;
    justify-content: center;
}
.lock-image {
    width: auto;
    height: 150px;
}
.buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.buttons button {
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 16px;
    color: #fff;
    background-color: #219EBC;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    flex: 1; 
}
.buttons button:hover {
    background-color: #14213d;
}
.help-link {
    margin: 0;
    font-size: 12px;
    padding: 30px 0 0 10px;
}
.arrow-link {
    color: #219EBC;
    font-weight: 800;
    display: inline-flex;
    text-decoration: none;
}
.arrow-link:hover {
    color: #14213d;
}
.countdown {
    font-size: 24px;
}