/*
Theme Name: Appyn Child
Theme URI: https://themespixel.net/en/theme/appyn/
Template: appyn
Author: ThemesPixel
Author URI: https://themespixel.net
Description: Theme Wordpress for Android apps.
Version: 2.0.16
Updated: 2024-02-11 23:54:09

*/

.authorSite {
	color:rgba(255,255,255,.3);
}


.cfmonitor {
	display:none;
}
.wp-caption-text{
	background: #000000;
}
.entry .wp-caption{
	border-color: #fff;
    box-shadow: none;
    padding: 0;
}

.linkgoogleplay {
	display:none;
}

/* a.downloadAPK123 {
    display: none;
}
 */

input.my-clipboard-input {
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
}
 .my-clipboard-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
	  text-align: right; 
}
input.my-clipboard-input {
    text-align: center;
}
.google {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    align-items: stretch;
}

.download {
	  border: none;
    background-color: #007aff
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 250px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}
.download:hover {
    background-color: #0061ff;
	  color: #fff;
	  border-radius: 5px;
	  padding: 10px;
} 

.password-protected-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.password-protected-form input[type="password"] {
    border: none;
    border-bottom: 2px solid #999;
    font-size: 18px;
    padding: 10px;
    width: 250px;
    margin-bottom: 20px;
    text-align: center;
    background-color: transparent;
}

.password-protected-form button[type="submit"] {
    border: none;
    background-color: #007aff;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 250px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.password-protected-form button[type="submit"]:hover {
    background-color: #0061ff;
}

.password-protected-tooltip {
    background-color: #ff3b30;
    color: #fff;
    padding: 10px;
    margin-top: 50px;
    text-align: center;
}

.password-protected-content {
    animation: fadeIn .5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}









#header{
	background:#ffffff;
}

.link-report {
    display: none;
}
html #header, html #header nav .menu > li.menu-item-has-children > .sub-menu::before, html #subheader, html .section .bloque-app a::before, html .section .bloque-app-second, html #footer, html .bld_ico, html .bloque-blog, html .spinvt .snv {
    border-color: white;
}
i.fa.fa-bars {
    color: #282d3a;
    margin-right: 10px;
    font-size: 30px;
}
i.fa.fa-close {
    color: #282d3a;
	font-size: 30px;
	margin-right: 10px;
}
div#button_light_dark {
    margin-right: 15px;
}
ul.social {
    display: none;
}
.aplication-single h1 {
    font-size: 20px;
    line-height: 38px;
}
.aplication-single h1 {
    font-size: 30px;
    line-height: 35px;
    color: #4c4c4c;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    word-break: break-word;
}