@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");

.szerzid .dropdown .dropdown-menu .dropdown-item span {
    font-size: 1rem;
}

.szerzid .dropdown .dropdown-toggle span {
    font-size: 12px;
    line-height: 12px;
}

.ujeugyfel {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.nyilatkozat {
    margin-top: 30px;
    border-radius: 10px;
    background: #e5f2f5;
}

.row.nyilatkozat div {
    border-width: 0;
    padding: 20px;
}


.tobbszerzodes {
    width: 160px;
}
.rendszam_jobb {
    height: 100%;
    display: grid;
    align-items: center;
}

.alert {
    font-size: 1.8rem;
}

.br-word {
    overflow-wrap: break-word;
}

/*tooltip innentől új*/

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    transition: .5s ease;
    /*background-color: #008CBA;*/
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    /*opacity: 0.8;*/
    opacity: 1;
}

.overlay_content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    align-content: center;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    /*color: rgb(250, 250, 250);*/
    color: rgb(0, 0, 0);
}

.overlay_gomb {
    top: 30%
}

.tooltip {
    font-size: 12px;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: white !important;
    color: gray !important;
    border-radius: 3px !important;
    box-shadow: 0px 0px 8px 3px rgba(161, 161, 161, .8);
}

.bs-tooltip-top .arrow::before {
    border-right-color: white !important;
}

.bs-tooltip-top .arrow::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    z-index: 0;
    border: 5px solid #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: 2px 2px 4px 0px rgba(161, 161, 161, 1);
}

/*.csempe-buborek {
    position: absolute;
    width: 4rem;
    height: 4rem;
    right: -0px;
    top: -0px;
    background: #0056ff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.csempe-buborek:hover {
    background: #f0f0f0;
    color: #333;
}*/

.dashicon {
    position: relative;
}
.dashicon::after {
    content: "!";
    position: absolute;
    background: #0056ff;
    color: white;
    right: -10px;
    top: -10px;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    opacity: 0.85;
}
.dashicon:hover::after {
    background: #f0f0f0;
    color: #333;
}
.dashicon.bubi-show::after {
    display: flex;
}


.btn-letoltes {
    position: relative;
}
.btn-letoltes::after {
    content: "!";
    position: absolute;
    background: #0056ff;
    color: white;
    right: -7px;
    top: -5px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    opacity: 0.85;
}
.btn-letoltes:hover::after {
    background: #f0f0f0;
    color: #333;
}
.btn-letoltes.newitem-show::after {
    display: flex;
}