*{
    box-sizing: border-box;
}
/* spalva uzraso 'slaptazodziu generatorius ' ir 'ilgis' */
body{
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    background: url(../images/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
	font-size: 16px;
}
h2{
    margin: 10px 0 20px;
    text-align: center;
    text-transform: uppercase;
	 font-size: 25px;
}
/* spalva viso didziojo staciakampio */
.container{
    /* background-color: #7525B3; */
	background-color: #003050;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
    padding: 20px;
    width: 350px;
    max-width: 100%;
	
}
/*  spalva ???*/
.result-box{
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 15px 10px;
    height: 50px;
    width: 100%;
}
.result-box #result{
    word-wrap: break-word;
    max-width: calc(100% - 40px);
}
.result-box .btn{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.length-title{
    position: absolute;
    left: 0;
    top: -20px;
}
.range-box{
    position: relative;
    width: 100%;
    height: calc(65px - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    margin: 30px 0;
}
/* spalva skaiciu slaptazodzio ilgio nuo - iki */
.range-box::before, .range-box::after{
    position: absolute;
    color: yellow;
    font-size: 15px;
    font-weight: bold;
}
.range-box::before{
    content: attr(data-min);
    left: 10px;
}
.range-box::after{
    content: attr(data-max);
    right: 10px;
}
/*  spalva ???  */
#length{
    width: calc(100% - (70px));
    height: 2px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.314);
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.settings-box{
    position: relative;
    height: auto;
    widows: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
/* spalva  uzrasu "didziosios,mazosios,skaiciai,simboliai' pakeicia raidziu ir slankiklio apskritimo spalva */
.setting{
    position: relative;
    width: 100%;
    height: calc(65px - 10px);
    background: #441C62 ;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    color: #fff;
    margin-bottom: 10px;
}
.setting input{
    opacity: 0;
    position: absolute;
	
}
.setting input + label::before, .setting input + label::after{
    content: '';
    position: absolute;
    transition: 0.3s cubic-bezier(0.24, 0, 0.5, 1);
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    cursor: pointer;
	
}
/*  spalva ???    color: #D61B14;   */
.setting input + label::before{
    height: 30px;
    width: 50px;
    border-radius: 30px;
    background: rgba(214, 214, 214, 0.434);
	
}
/* spalva fono po uzrasais"didziosios,mazosios,skaiciai,simboliai' pakeicia raidziu ir slankiklio apskritimo spalva */
.settings-box .setting input + label::after{
    height: 24px;
    width: 24px;
    border-radius: 60px;
    right: 32px;
    background: #fff;
	
	
}
/* ???  */
.setting input:checked + label::before{
    background: red;
    transition: all 0.3s cubic-bezier(0, 0, 0, 0.1);
}
.setting input:checked + label::after{
    right: 14px;
}
/* spalva ??? */
.setting input:disabled + label::before{
    background: #4f4f6a;
}
/* spalva ???  */
.setting input:disabled + label::after{
    background: #909090 ;
}
/* spalva  zodzio 'generuoti' ir zenklo 'kopijuoti' #7525B3     */
.btn{
    border: none;
    background-color: rgba(0, 0, 0, 0.4);
    color: yellow ;
    font-size: 18px;
    padding: 10px 15px;
	margin-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
/* spalva  zodzio 'generuoti'     */
.btn-large{
    display: block;
    width: 100%;
	
}
.atgal{

 
    font-size: 16px;
    font-weight: bold;
	 background-color: white;
	
}
