#fentfix {
    position: sticky;
    top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

#haromgomb {
    background-color: #fcc11e;
}

#csik {
    background-color: #fcc11e;
}


.szoveg {
    height: 100%;
}







/* D, 2021.10.09-én ez a 12 sor. Célja: 9-nél több karakter is beleírható az input mezőbe. */
.szoveg {
    display: inline-block;
    width: calc(100% - 160px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.szoveg::-webkit-scrollbar {
    display: none;
}

/* T: Legalul a gombok a teljes törléshez. */
#teljuj {
    border: 4px solid rgb(122, 39, 49, 1);
    border-radius: 18%;
    background-color: rgba(134, 83, 228, 0.6);
    opacity: 0.5;
    height: 42px;
    width: 320px;
    margin-top: 30px;
    text-align: center;
}

.rakattintva {
background-color: pink;
    box-shadow: 0 -20px 40px 5px #eb602a;
}

.telj {
    border: 4px solid rgb(122, 39, 49, 1);
    border-radius: 18%;
    background-color: red;
    height: 42px;
    width: 156px;
    margin-top: 20px;
}


/* T: Soronkénti törléshez. */
.tenylproba {
    background-color: yellow;
    width: 58px;
    height: 30px;
    font-size: 15px;
    padding: 1px 3px;
    border-top: 0;
    border-bottom: 0;
    border-left: 2px solid black;
    border-radius: 18%;
    float: right;
}

.megsproba {
    background-color: chartreuse;
    height: 30px;
    font-size: 10px;
    padding: 1px 2px;
    border-left: 2px solid black;
    border-top: 0;
    border-bottom: 0;
    border-radius: 18%;
    float: right;
}


.rejt {
    display: none;
}



body {
    margin: 0 auto 0 auto;
    background-color: #fcc11e;
}

section {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}


h1 {
    text-align: center;
    color: rgb(224, 39, 39);
    font-size: 38px;
    line-height: 0;
    margin-bottom: 20px;
}

h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

p {
    text-align: center;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}

#bevitel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#inputMezo {
    background-color: aquamarine;
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    padding-left: 10px;
}

.kontenerikon {
    display: flex;
    height: 8px;
    margin-bottom: 0;
}

.szinboxikon{
    flex-grow: 1;
    border: 1px solid black;
}


.kontener {
    display: flex;
    height: 8px;
    margin-top: 0;
}

.szinbox{
    flex-grow: 1;
    border: 1px solid black;
}

#csik {
    height: 12px;
}

#haromgomb {
    display: flex;
    justify-content: space-between;
}

.gombok {
    border: 4px solid black;
    border-radius: 18%;
    background-color: rgb(0, 255, 255);
    height: 42px;
    width: 90px;
}



.ikon {
    background-color: #c3e7fd;
    width: 38px;
    margin-right: 0px;
    border-radius: 18%;
}

.torl {
    width: 54px;
    height: 31px;
    font-size: 15px;
    background-color: #dab1a2;
    border-radius: 18%;
}

.szin, .rend, .megn, .jegy, .torl, .ikon {
    float: right;
}

.szin {
    border-left: 1px solid black;
    line-height: 2;
}


ul {
    list-style: none;
    padding-left: 0;
}

li {
    border: 1px solid black;
    height: 30px;
    font-size: 16px;
    width: calc( 100% - 5px);
    font-weight: 600;
    line-height: 1.7;
    padding-left: 10px;
    margin: 0;
}



/* Ezt akkor használnánk, ha 1 ablak lenne a törlés jóváhagyására az oldalon,
vagyis nem soronként lehetne törölni.
.lathato {
    position: fixed;
    top: 100px;
    height: 500px;
    background-color: rgba(200,200,200,0.5);
}

.rejtett {
    display: none;
}
*/



/* T: Más felbontású készülékre is lehet  használni. Ez kerül mindig a végére! */
@media (min-width: 500px) {
    section {
        width: 500px;
    }
}

@media (min-width: 1080px) {
    section {
        width: 1080px;
    }
}

