.send-web-push-ads{
    min-width: 250px;
    min-height: 250px;
}

.send-web-push-ads:before{ 
    display: block; 
    width: 100%; 
    text-align: center; 
    text-transform: uppercase; 
    font-size: 10px; 
    margin-bottom: 10px; 
    letter-spacing: 1.53px; 
    color: #000000; 
    content: 'ADVERTISING';   
}

.swp-modal-overlay {
    /* display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 999;  */


    position: absolute; /* Relativo ao container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    z-index: 9999999999999999;
    
}

.swp-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 85%;
    max-width: 600px;
}

.swp-ad-wall-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 85%;
    max-width: 600px;
    text-align: center;
}



/* button {
    display: block;
    margin-top: 20px;
} */

.swp-circle-play{
    width: 20px;
    height: 20px;
    background-color: rgb(23, 78, 166) !important;
    border-radius: 50%; /* Torna o elemento circular */
    position: relative; /* Para posicionar o símbolo de play */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swp-circle-play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid white;
}

.swp-message-title{
    font-family: Montserrat,sans-serif; 
    font-size: 1.25em !important; 
    color: rgb(32, 33, 36) !important;      
    font-weight: 500 !important;  
    text-align: center !important;
}

.swp-ad-wall-title{
    font-family: Montserrat,sans-serif; 
    font-size: 2.5em !important; 
    color: rgb(32, 33, 36) !important;      
    text-align: center !important;

    margin-top: 20px;
    color: #000000; 
    font-weight: 700; 
    /* font-size: 32px;  */
    line-height: 44px

}


.swp-ad-wall-button {
    background-color: #1a1a1a; /* Cor do fundo */
    font-family: Arial, sans-serif; /* Fonte do texto */
    font-size: 16px; /* Tamanho da fonte */

    border: none; /* Remove a borda */
    text-align: center; /* Centraliza o texto */
    cursor: pointer; /* Muda o cursor para mão ao passar sobre o botão */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Sombra suave */
    transition: background-color 0.3s, transform 0.2s; /* Animação ao interagir */

    padding: unset !important;
    text-transform: unset !important;
    cursor: pointer;
    background: #161A26;
    border-radius: 10px;
    width: 250px;
    height: 50px;
    color: white;
    font-weight: 500;
    line-height: 27.55px;

}

.swp-ad-wall-button:hover {
    background-color: #2c2c2c; /* Cor ao passar o mouse */
    transform: scale(1.05); /* Efeito de zoom */
}

.swp-ad-wall-button:active {
    background-color: #0f0f0f; /* Cor ao clicar */
    transform: scale(0.95); /* Reduz tamanho ao clicar */
}

.swp-message-subtitle{
    font-size: 1em !important; 
    line-height: 1.5em !important; 
    color: rgb(107, 110, 118) !important; 
    text-align: center !important;     
    font-family: Montserrat,sans-serif !important;
}

.swp-message-button{
    display: flex; 
    flex-direction: row; 
    border: 1px solid rgba(107, 110, 118, 0.4) !important; 
    border-radius: 8px !important; 
    cursor: pointer;
}

.swp-message-button-title{
    margin-bottom: 5px; 
    color: rgb(32, 33, 36) !important; 
    font-size: 1em !important; 
    margin-bottom: 4px !important; 
    font-family: Montserrat,sans-serif !important;
}

.swp-message-button-subtitle{
    margin-bottom: 5px; 
    color: rgb(107, 110, 118) !important; 
    font-family: Montserrat,sans-serif !important; 
    font-size: 14px;
}

#swpVideo .container {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 20px auto;
}
#swpVideo video {
    width: 100%;
    height: auto;
}
#swpVideo .ad-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: auto;
}
#swpVideo .sticky {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 256px;
    height: 144px;
    z-index: 1000;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#swpVideo .sticky video {
    width: 100%;
    height: 100%;
}
#swpVideo .control-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 1001;
}
#swpVideo .play-button {
    right: 40px;
}
#swpVideo .mute-button {
    right: 75px;
}
#swpVideo .skip-ad-button {
    right: 110px;
}
#swpVideo .hidden {
    display: none;
}
#swpVideo .video-controls {
    position: absolute;
    width: 80px;
    height: 32px;
    z-index: 9999999;
    bottom: 2px;
    right: 0;
    background-color: rgba(117, 114, 114, 0.49);
    display: flex;
}
#swpVideo .video-controls img {
    width: 20px;
    height: 20px;
    top: 7px;
    left: 7px;
    position: relative;
    z-index: 9999;
}
#swpVideo #swp-video-close {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    transform: translateY(calc(-100% - 2px));
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}


.swpTopLoader{
    width: 100%; 
    height: 100%; 
    position: fixed; 
    background-color: #eeeeeeb5; 
    display: flex; 
    justify-content: center;
    align-items: center;
    text-align: center;     
    top: 0px;
    left: 0px;
    z-index: 100;
}

.swpLoader {
    border: 16px solid #dcdcdc; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 6em;
    height: 6em;
    animation: spin 2s linear infinite;
    top: 50%;
    position: absolute;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/****************************************************************************** adInStart *****************************************************************************/
/****************************************************************************** adInStart *****************************************************************************/
/****************************************************************************** adInStart *****************************************************************************/

/* Modal background */
.swp-adInStart-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

/* Modal container */
.swp-adInStart-modal {
    background-color: white;
    /* width: 90%;
    max-width: 400px; */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Close button and timer */
.swp-adInStart-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swp-adInStart-close-modal-btn {
    top: -25px;
    right: -5px;
    position: relative;
    font-size: 23px !important;
    font-weight: bold;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none; /* Initially hidden */
    color: #000;
}

/* Modal content */
.swp-adInStart-modal img {
    width: 100%;
    border-radius: 5px;
}

.swp-adInStart-modal p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

/* Show modal */
.swp-adInStart-modal-overlay.active {
    display: flex;
}





/****************************************************************************** AD WALL *****************************************************************************/
/****************************************************************************** AD WALL *****************************************************************************/
/****************************************************************************** AD WALL *****************************************************************************/


.swp_reward_modal {
    z-index: 99;
    border: 1px;
    box-shadow: 0px 4px 54px 0px #00000026;
    background: white;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    top: 120px;
    margin-top: 35px;
    position: sticky;
  }

  .reward_modal_button {
    padding: unset !important;
    text-transform: unset !important;
    cursor: pointer !important;
    background: #161A26 !important;
    border-radius: 10px !important;
    width: 250px !important;
    height: 50px !important;
    color: white !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 27.55px !important;
    display: block !important;
  }

  .reward_modal_button:after {
    display: none !important;
  }

  .swp_reward_blur {
    position: absolute;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 98;
    width: 100%;
  }


/****************************************************************************** VIDEO *****************************************************************************/
/****************************************************************************** VIDEO *****************************************************************************/
/****************************************************************************** VIDEO *****************************************************************************/


.vjs-big-play-button {
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: none !important;
    z-index: 10 !important;
}

.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 3rem !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
}

.vjs-big-play-button .vjs-icon-placeholder::before {
    content: "\f101" !important;
    font-family: VideoJS !important;
    font-size: 2rem !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}


.video-js-box {
    position: fixed !important;
    margin: 0 !important;
    padding: 0 !important;
    right: 10px !important;
    bottom: 300px !important;
    width: 320px !important;
    height: 180px !important;
    top: initial !important;
    left: inherit !important;
}

.vjs-close-button {
    position: relative !important;
    top:  -25px !important;
    left: 0px !important;
    width: 25px !important;
    height: 25px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    color: white !important;
    font-size: 20px !important;
    font-weight: bold !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 9999;
    color: white !important;
    background-color: grey !important;
    font-family: arial, verdana, sans-serif !important;
}


/* .video-js-box {
    position: fixed !important;
    margin: 0 !important;
    padding: 0 !important;
    right: 10px !important;
    bottom: 300px !important;
    width: 320px !important;
    height: 180px !important;
}

.vjs-close-button {
    position: relative !important;
    top:  -25px !important;
    position: relative !important;
    left: 0px !important;
    width: 25px !important;
    height: 25px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    color: white !important;
    font-size: 20px;
    font-weight: bold !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 9999 !important;
    color: white !important;
    background-color: grey !important;
    font-family: arial, verdana, sans-serif !important;
} */


/* #ima-sample-container {
  margin-left: auto;
  margin-right: auto;
  width: 728px;
}

#ima-sample-videoplayer {
  position: relative;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);
  border: 2px #ccc solid;
  width: 640px;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#content_video {
  overflow: hidden;
}

#ima-sample-playlistDiv {
  height: 122px;
  width: 224px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}


#ima-sample-console {
  font-family: courier, monospace;
  font-size: 12px;
  margin-top: 20px;
  height: 200px;
  width: 630px;
  padding: 5px;
  border: 1px #ccc solid;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
}

#ima-sample-companionDiv {
  width: 728px;
  height: 90px;
  margin-top: 20px;
}

#live-api-key, #vod-api-key {
  margin-top: 5px;
}

#dai-load-button {
  margin-top: 15px;
} */