@-webkit-keyframes mainmenu {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes mainmenu {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes mainmenu { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
kbd{
padding: .2rem .4rem!important;
font-size: 87.5%!important;
color: #fff!important;
background-color: #565656!important;
border-radius: .2rem;
}

.gr-height-big {
    height: 400px;
    border-radius: 10px;
    position: relative;
}
.cs-height{
    padding: 2rem;
    height: 380px;
    border-radius: 20px;
    position: relative;
}
.cs-height-color{
  font-size: 1.5rem;
  text-transform: uppercase;
}
.color-search-card{
   border-radius: 20px;
   transition: all .2s ease;
}
.color-search-card:hover{
   transform: scale(1.02);
}
.gallery-cell {
  position: absolute;
  left: 50%;
    transform: translate(-50%, 0%);

    overflow: hidden;
    margin-right: 10px;
    counter-increment: gallery-cell;
}
.gallery-cell {
    width: 1000px;
    height: 640px;
}
.gallery-cell {
    background-size: cover !important;
    background-position: center top !important;
}
.gallery-cell.room01 {
    background: url(https://rockfoncolours.com/wp-content/uploads/2020/12/Group-725.png);
}

.wrapper-color.room01 {
    width: 1100px;
    height: 880px;
    left: -50px;
    top: -2px;
    transform: perspective(1000px) rotateX(-64deg) skew(0deg, 0deg) translate3d(0px, 0px, 0px);
    background: #fefefe;
}
.wrapper-color.room01 {
    width: 1100px;
    height: 880px;
    left: -50px;
    top: -2px;
    transform: perspective(1000px) rotateX(-64deg) skew(0deg,0deg) translate3d(0px,0px,0px);
    background: #fefefe;
}
.wrapper-color.room01 div, .wrapper-color.room02 div {
    width: 10%;
    height: 20%;
}
.wrapper-color div {
    width: 80px;
    height: 80px;
    outline: 3px solid #ccc;
  background:#eaeaea;
  opacity:1;
}
.wrapper-color div:hover{
  opacity:0.8;
}
.wrapper-color {
    display: flex;
    opacity: 0.9;
    flex-wrap: wrap;
    width: 100%;
    transform: perspective(76px) rotateX(-11deg) skew(0deg,0deg) translate3d(0px,0px,0px);
    position: absolute;
    left: 0%;
    top: 0%;
    transform-origin: center top;
}
.legiava{
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 38px;
}

.prog-border{
  border-radius: 10px;
  border: 1px solid;
}
.prog-fill{
  border-radius: 10px 0 0 10px;
}
.legiblockquote{
  border-left: 3px solid;
    padding-left: 1rem;
    font-size: 1rem;
}
.legibtn-exampl-fill{
    padding: 0.7rem 1rem;
    border-radius: 6px;
    display: block;
    text-align: center;
}
.legibtn-exampl-border{
    padding: 0.7rem 1rem;
    border: 1px solid;
    border-radius: 6px;
    display: block;
    text-align: center;
}
.legibtn-exampl-fill:hover,.legibtn-exampl-border:hover{
  text-decoration: none;
}
.dropfilter{
    font-size: 0.9rem;
    background: #fff;
    padding: 0.6rem;
    font-weight: 500;
    display: flex;
    border: 1px solid rgb(113 113 113 / 49%);
    align-items: center;
    border-radius: 20px;
    justify-content: space-around;
}

.color-filter-grid{
  display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(19px, 23px));
    padding: 0;
    row-gap: 0px;
    column-gap: 5px;
    line-height: 1.3;
}
.mainpage-class{background: #fff;}
.big-h1{
    font-size: 4rem;
    padding: 3rem;
}
.main-hero{
  padding: 3rem;
}
.main-hero .h1{
  font-size: 4rem;
  font-family: 'Rubik', sans-serif;
}
.main-hero .big-action-btn{
  font-size: 1.4rem;
  padding: 1rem 3rem;
}
.mainpage-class p{
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  line-height: 1.3;
}

h1.main-plashka{
  background: #e3e2ff;
  border-radius: 20px;
  padding: 2rem 1rem;
  margin-top: 3rem;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  color: #323169!important;
  font-weight: 600!important;
  letter-spacing: 0.5px;
  font-size: 1.3rem;
}
.main-page-legibility-big .contrasttext {
    font-size: 1.3rem;
}
.main-grid-blick a {
  color:#212121;
  font-size:1rem;
  font-weight:400;
}
.main-grid-blick a:hover {
  color:#212121;
}
.prospect {
    --prospectHeight: 150vh;
    --prospectWidth: 150vw;
    --prospectGutter: 30px;
    overflow: hidden;
    display: flex;
    flex: 1;
    flex-flow: column;
    flex-shrink: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}
.prospect > div {
    width: max-content;
    flex-grow: 0.4;
}
.uk-margin-xlarge-top {
    margin-top: 100px!important;
}
.uk-text-lead-medium {
    line-height: 1.2;
    font-size: 1.2rem;
}
.list-in-main{
    font-size: 1.5rem;
    line-height: 1.3;
    color: #333;
}
.list-in-main li {
  margin-bottom: 1rem;
}
.lol {
    position: relative;
    flex: 1;
}
.lol img{
  border-radius: 10px;
  max-width: 250px;
}
.gradient-big-main{
  height: 450px;
  border-radius: 15px;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab, #ff9920, #ee7752);
  background-size: 500% 500%;
  animation: gradient 20s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.clear-form-btn{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.eye-dropper-search{
  height:80px;
  width:80px;
  background: #fff;
}
.eye-dropper-search i{
  line-height: 80px;
  font-size: 2rem;
  width: 100%;
}
.big-action-btn{
  font-size: 1rem;
  padding: 1rem 2rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
  color: #fff;
  border: 0px;
  box-shadow: 0 5px 18px rgb(0 0 0 / 8%);
  display: inline-block;
  transition: all .15s ease;
  background: -webkit-linear-gradient(90deg,#1fb264,#40b542);
  background: linear-gradient(90deg,#1fb264,#40b542);
  font-family: 'Rubik', sans-serif;
}
.big-action-btn .las, .big-action-btn .la{
  margin-left: 5px;
  font-size: 1rem;
transition: all .3s ease;
}
.big-action-btn:hover{
text-transform:none;
text-decoration:none;
color:#fff;
}
.big-action-btn:hover i {
transform: translate(7px, 0);
transition: all .3s ease;
}
.big-action-btn:active{
transform: scale(.95);
transition: all .3s ease;
}
.grad-count-main{
  position: absolute;
  bottom: -40px;
  right: -20px;
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-shadow: 7px 7px #212121;
}
.grad-count-main-text{
  color: #212121;
  font-size: 1.2rem;
  text-shadow: none;
  font-weight: 400;
  text-align: right;
  margin-top: 0.5rem;
}
h1,h2,h3,h4, .uk-h1, .uk-h2, .uk-h3, .uk-h4{
 font-family: 'Rubik', sans-serif;
}
.features{
  margin-bottom: 1.7rem;
  /* padding: 1rem; */
  /* box-shadow: 0px 1px 10px 1px #00000026; */
  /* border-radius: 10px; */
}
.features-title{
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 2px;
  font-family: 'Rubik', sans-serif;
  color: #212121;
}
.features-title-small{
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 6px;
  font-family: 'Rubik', sans-serif;
  color: #212121;
}
.features-desc{
  font-size: 1.1rem;
}
.main-page-legibility-big{
  min-height: 450px;
  height: 100%;
}
.gr-btn{
background: -webkit-linear-gradient(90deg,#269ef1,#7036be);
background: linear-gradient(90deg,#269ef1,#7036be);
color:#fff;
}
.uk-input, .uk-select, .uk-textarea {
  border: 1px solid #d2d0d0;
}
.color-palette-block{
  height: 150px;
}
.color-palette-block.small{
  height: 50px;
}
.color-palette-block.big{
  height: 350px;
}
.color-palette-block.small span{
 font-size:0.9rem;
}
.color-palette-block span{
  opacity: 0;
  font-family: 'Roboto Mono', monospace;
  font-weight:500;
  transition: all 0.2s ease;
  text-transform:uppercase;
}
.color-palette-block.big span{
  opacity: 1;
  font-family: 'Roboto Mono', monospace;
  font-weight:500;
  transition: all 0.2s ease;

}
.color-palette-conteiner{
transition: all 0.25s ease;
}
.color-palette-conteiner:hover {
  flex-basis: 90px;
  transition: all 0.25s ease;
}
.color-palette-conteiner:hover .color-palette-block span{
  opacity: 1;
  transition: all 0.35s ease;
}
.white .qbtn{
  height: 30px;
  width: 30px;
  background: rgb(0 0 0 / 60%);
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 1rem;
}
.black .qbtn{
  height: 30px;
  width: 30px;
  background: rgb(255 255 255 / 60%);
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 1rem;
}
.qbtn-sec{transition: all 0.25s ease;}
.white .qbtn-sec{
  height: 30px;
  width: 30px;
  background: rgb(0 0 0 / 30%);
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 1rem;
}
.black .qbtn-sec{
  height: 30px;
  width: 30px;
  background: rgb(255 255 255 / 30%);
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 1rem;
}
.black .qbtn-sec:hover{
background: rgb(255 255 255 / 50%);
transition: all 0.25s ease;
}
.white .qbtn-sec:hover{
background: rgb(0 0 0 / 50%);
transition: all 0.25s ease;
}
.greenbtn{
color: rgb(255, 255, 255);
background-color: rgb(31, 178, 100);
border: 1px solid transparent;
}
.palette-grid-item-color{
font-size: 1.4rem;
font-weight: 600;
text-transform: uppercase;
font-family: 'Roboto Mono', monospace;
}
.colvo6 .palette-grid-item-color{
font-size: 1.2rem;
}
.colvo7 .palette-grid-item-color,.colvo8 .palette-grid-item-color{
font-size: 1rem;
}
.colvo8 .palette-grid-item-color,.colvo8 .palette-grid-item-color{
font-size: 0.95rem;
}
.colvo9 .palette-grid-item-color,.colvo8 .palette-grid-item-color{
font-size: 0.93rem;
}
.colvo10 .palette-grid-item-color,.colvo8 .palette-grid-item-color{
font-size: 0.9rem;
}
.palette-grid-item{
transition: all 0.35s ease;
}
.palette-grid-item .palette-grid-item-btn{
opacity: 0;
transition: all 0.25s ease;
}
.palette-color-container:hover .palette-grid-item-btn{
opacity: 1;
transition: all 0.35s ease;
}
.color-palette-content .color-palette-conteiner:first-child div {
border-radius:6px 0 0 0;
}
.color-palette-content .color-palette-conteiner-big:first-child div {
border-radius:6px 0 0 6px;
}
.color-palette-content .color-palette-conteiner:last-child div {
border-radius:0 6px 0px 0;
}
.color-palette-content .color-palette-conteiner-big:last-child div {
border-radius:0 6px 6px 0;
}
.header-margin-profile{
margin-top: -40px;
z-index: 1;
}
.uploadimgprofile {
text-align: center;
}
.uploadimgprofile img{
width: 300px;
}
.small-info-block{
  background: #f4f4f4;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.small-info-block .uk-label{
  font-family: 'Roboto Mono', monospace;
  vertical-align:unset;
}

.arrowdown::after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.2rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 0.15rem;
}
.dropfilteropen{
  width:auto;
}
.langblockmenu {
  display: flex;
  border: 1px solid rgb(113 113 113 / 49%);
  align-items: center;
  border-radius: 20px;
  padding: 5px 7px;
  font-size: 0.8rem;
}
.pin_card{
  width: auto;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
}
.br6t {border-radius: 6px 6px 0 0!important;}
.br6{border-radius: 6px!important;}
.br10{border-radius: 10px!important;}
.relative{position: relative;}
.modbage{
  position: absolute;
  bottom: 10px;
  line-height: 1;
  right: 0;
  left: 0;
  padding: 4px 9px 5px 9px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
  margin: auto;
  width: fit-content;
  opacity: 1;
  background:#f0f0f0;
  transition: all 0.2s ease;
  z-index: 1;
}
.modbage:hover{
color:#212121;
background:#fff;
transition: all 0.2s ease;
}
.modbage2{
  position: absolute;
  bottom: 2px;
  line-height: 1;
  right: 0;
  left: 0;
  padding: 5px 14px 7px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 6px;
  margin: auto;
  width: fit-content;
  opacity: 1;
  background:#ffffff;
  transition: all 0.2s ease;
  z-index: 1;
}
.modbage3{
  position: absolute;
  bottom: 3%;
  line-height: 1;
  right: 0;
  left: 0;
  padding: 15px 20px 20px 20px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 6px;
  margin: auto;
  width: fit-content;
  opacity: 0.8;
  background:#ffffff;
  transition: all 0.2s ease;
  z-index: 1;
}
.achievement{
  cursor: pointer;
  transform: scale(1);
  margin: auto;
  margin-bottom: 2px;
  border-radius: 6px;
}
.achievement img{
   width: 50px;
   transition: all .5s ease;
}
.achievement:hover img{
  transition: all .5s ease;
  transform: scale(1.1);
}
.usernamebig{
font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  font-family: 'Alegreya Sans', sans-serif;
}
.h230{
height: 230px;
}
.whbord{
border: 4px solid #fff;
}
.normalletter{
text-transform: none!important;
}
.uk-subnav.tabmenu>* {
  padding-right: 20px;
}

.tabmenu .uk-active > a > h4 {
color: #333!important;
}
.tabmenu li > a > h4 {
color:#878787!important;
font-size: 1.1rem;
}
.tabmenu li > a > h4:hover {
color:#333!important;
}
.colorinfotype {
      font-weight: 500;
font-size: 0.8rem;color: #808080;}
.colorinfovalue {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Roboto Mono', monospace;
  text-transform: uppercase;
  color: #333;
}
.colorinfovalue .las{
opacity: 0;
transition: all .2s ease;
}
.colorinfovalue:hover .las{
opacity: 1; 
transition: all .2s ease;
}

.abscenter{
position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/* circle color picker */
.input input:focus{
  outline: none;
}

.input input[type="color"]{
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 50px;  
  width: 50px;
  padding: 0;
}

.input2 input[type="color"] {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 0;
  vertical-align: middle;
}

.input input[type="color"]::-webkit-color-swatch, .input2 input[type="color"]::-webkit-color-swatch{
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;

  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
}

.input input[type="color"]::-moz-color-swatch, .input2 input[type="color"]::-moz-color-swatch{
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;

  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
}

.input input[type="color"]::-moz-focus-inner, .input2 input[type="color"]::-moz-focus-inner{
  padding: 0;
}

.input input[type="color"]::-webkit-color-swatch-wrapper, .input2 input[type="color"]::-webkit-color-swatch-wrapper{
  padding: 0;
}

.mixpicker::-moz-color-swatch{
  border: 0;
  background:transparent!important;
}
.mixpicker::-webkit-color-swatch{
  border: 0;
  background:transparent!important;
}

/* close circle color picker */

.legibility-card .pl-height > div {
 font-size:4rem;
 transition: all .5s ease;
} 
.legibility-card .pl-height div > div{
 font-size: 0.9rem;
 font-family: 'Roboto Mono', monospace;
 letter-spacing: -1px;
}   

.newpalette p {font-size: 14px;}
.newpalette .la {
  color: #fff;
  font-size: 60px;
}
.newgrad p {font-size:14px;}
.newgrad .la {color:#fff; font-size: 60px;}
.createnewgrad{
background: linear-gradient(90deg, #34b291,#0a6997, #432b7c, #282551, #B82886, #E1499C,#875BBC);
background-size: 400% 400%;
-webkit-animation: mainmenu 40s ease infinite;
-moz-animation: mainmenu 40s ease infinite;
animation: mainmenu 40s ease infinite;
}
.uk-logo {
  font-weight: bold;
  display: flex;
}
.plashka {
z-index:999;
}
.linkplash{
background: #ececec;
padding: 1rem;
border-radius: 6px;
color: #212121!important;
}
.linkplash a {
overflow-wrap: anywhere;
}
.sticky {
position: sticky;

}
#content-grad{
min-height: 70vh;
}

.colorblockgrid {
  height: 85%;
}

.uk-offcanvas-bar {background: #fff;}
.uk-offcanvas-bar .uk-nav-default .uk-nav-header {color:#333;}
.uk-offcanvas-bar .uk-nav-default>li>a,.uk-offcanvas-bar a{color: #1e87f0;}
.plashka .uk-navbar-nav>li>a {
  text-transform: none;
  font-weight: 500;
}
.mainmenu>li>a{
font-size: 0.9rem;
}
.plashka .uk-navbar-nav li a.active {
  color: #1e87f0;
}
#colorpalette .palette-grid{
height: 100%;
}
#colorpalette .generatepalettecolors{
height: calc(100vh - 120px);
}
.bottommenu{
height: 60px;
background: #fff;
}
.bottommenu .uk-navbar-nav a{
text-transform:none;
}
.bottommenu a i{
margin-right:5px;
}

.made-in-russia {
width: 110px;
}

.uk-card-title {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
}
.uk-navbar-container>.uk-container .uk-navbar-right {
  margin-right: 0;
}
.colorinfolink .las {
  background: #fff;
  border-radius: 50%;
  padding: 0.1rem;
  font-size: 1rem;
  position: absolute;
  top: 10px;
  right: 10px;
z-index: 2;}
.pointer{
  cursor: pointer;
}
.user-avatar{width:110px;}
.mixadd {
  height: 70px;
  border: 2px dashed #dadada;
  box-sizing: border-box;
  font-size: 3rem;
  line-height: 1;
}
.mixpicker{
  border: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 9%);
  transition: all 0.1s ease-out;
}
.circlebigmix{
border-radius: 100%;
width: 90px;
height: 90px;
margin: auto;
transform: scale(.9);
transition: all .5s ease;
box-shadow: 0 5px 15px rgb(0 0 0 / 9%);
}
.circlesmallmix{
border-radius: 100%;
width: 60px;
height: 60px;
margin: auto;
transform: scale(.85);
transition: all .5s ease;
box-shadow: 0 5px 15px rgb(0 0 0 / 9%);
}
.circlesmallmix:hover, .circlebigmix:hover{
transform: scale(1);
}
.colormixmod{
position: absolute;
top: 40px;
right: 40px;
}
.colormixmod label span {
opacity:0.5
}
.colormixmod input:checked + span {
opacity:1!important;
}
.randommix i {
  background: #fff;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1.5rem;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.photochange i {
  background: rgb(255 255 255 / 0.85);
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1.5rem;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  transition: all .5s ease;
}
.photochange i:hover {
  background: rgb(255 255 255);
  transition: all .5s ease;
}
.palette-color-container{
transition: all .5s ease;
}
.closecolormix i{
  background: #fff;
  border-radius: 50%;
  padding: 0.2rem;
  font-size: 0.9rem;
  position: absolute;
  top: 7px;
  right: 7px;
}
.colormixinfo{
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.colormixmorecolor{
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.colormixtitle{
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.sup-lang{
color: #1e87f0;
font-size: 13px;
font-weight: 500;
}
.legibilityinfo{
padding: 45px 40px;
}
.legibility{
transition: all 0.1s ease-out;
}
.legibilityinfo .title {
  color: inherit;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.5rem;
  background: none;
  border: 0;
  transition: all 0.1s ease-out;
}
.legibilityinfo .title-big{
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Rubik', sans-serif;
}
.legibilityinfo .desc {
  color: inherit;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 0;
  background: none;
  border: 0;
  transition: all 0.1s ease-out;
}
.legibilityinfo .desc-big {
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.5rem;
  font-family: 'Rubik', sans-serif;
}
.switch {
width: 1rem;
height: 100%;
border-radius: 0.5rem;
-webkit-transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
border: 0;
position: relative;
display: -webkit-inline-box;
display: inline-flex;
-webkit-box-align: center;
align-items: center;
padding: 0;
line-height: 1;
}
.light-ui .switch {
background: rgba(0, 0, 0, 0.15);
}
.switch > input {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
display: block;
width: 100%;
height: 200%;
margin: 0;
z-index: 1;
background: red;
opacity: 0;
cursor: pointer;
}
.switch > input:checked + label {

color: #FFE175;
}
.switch > input:checked + label:before {
opacity: 0.5;
background: 50% 50%/100% 100% radial-gradient(#FFE175, transparent 55%, transparent);
-webkit-transform: translate(-50%, -50%) rotate(60deg);
transform: translate(-50%, -50%) rotate(60deg);
}
.switch > input:checked + label:after {
-webkit-transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 1s cubic-bezier(0.64, 0, 0.25, 1);
transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 1s cubic-bezier(0.64, 0, 0.25, 1);
background: 205% 15%/40% 40% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat, 280% 45%/20% 20% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat, 310% 190%/70% 70% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat;
background-color: white;
box-shadow: inset 0 0 1rem 0.5rem #FFE175, 0 0 2rem #FFE175;
}

.switch > input + label {
display: inline-block;
width: 1rem;
height: 1rem;
border-radius: 1rem;
color: rgba(255, 255, 255, 0.25);
-webkit-transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
position: relative;
}
.switch > input + label:before {
content: '';
transform: translate(-50%, -50%) rotate(60deg);
position: absolute;
height: 200%;
width: 200%;
left: 50%;
top: 50%;
opacity: 0;
-webkit-transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.64, 0, 0.25, 1);
transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.64, 0, 0.25, 1);
-webkit-transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
background: 50% 50%/50% 50% radial-gradient(#FFE175, transparent 55%, transparent);
}
.switch > input + label:after {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
box-shadow: 0px 0px 10px rgba(91, 91, 91, 0.36);
bottom: 0;
border-radius: 100%;
-webkit-transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.64, 0, 0.25, 1);
transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.64, 0, 0.25, 1);
background: 5% 15%/40% 40% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat, 80% 45%/20% 20% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat, 110% 190%/70% 70% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat;
background-color: #cccccc;
}

.moon .made-in-russia {fill:#fff;}
.moon, .moon .mainpage-class {background: #1C1C1C;}
.moon .layout-content {/* background: #1C1C1C; */}
.moon .plashka,.moon .uk-navbar-container.uk-navbar-sticky,.moon #headerbg,.moon .uk-navbar-container:not(.uk-navbar-transparent) {
background: #161616!important;
}
.moon .uk-offcanvas-bar {background: #262626;}
.moon .uk-logo, .moon .uk-description-list .uk-text-bold, .moon .tabmenu .uk-active > a > h4 {color:#fff!important;}
.moon .uk-notification-message {background: rgb(46,46,46,0.7);}
.moon p,.moon .colorinfotype {color: #b7b7b7;}
.moon  .moon .object-card, .moon .uk-card,.moon .userheader , .moon .uk-navbar-dropdown{background: #262626;color:#787878;}
.moon .uk-card.card-transporent {background:none;}
.moon .uk-card-default.uk-card-hover:hover {background: #2e2e2e;}
.moon .uk-card-title, .moon .color, .moon .uk-nav-default .uk-nav-header ,.moon h2,.moon h3,.moon h4,.moon h5, .moon .dtitle, .moon .another-palette,.moon .main-grid-blick a {color: #fff;}
.moon .uk-card-default .uk-card-footer{border-top-color:#242424;}
.moon .uk-modal-body, .moon .uk-modal-footer {background: #2e2e2e;}
.moon .uk-modal-footer, .moon .uk-card-body .uk-nav-default .uk-nav-divider {border-top: 1px solid #1f1f1f;}
.moon h1, .moon h2, .moon h3, .moon .uk-h1, .moon .uk-h2, .moon .uk-h3, .moon .uk-h4, .moon .uk-h5, .moon .uk-modal-title,.moon .mixtitle, .moon .usernamebig, .moon .ratingtxt, .moon .features-title, .moon .features-title-small, .moon .grad-count-main-text  {color: #fff;}
.moon .uk-button-default {color:#bababa; background:#1c1c1c;border-color:#262626;}
.moon .rightcontentblock {background:#1c1c1c!important;}
.moon .newbadge { background: #2a2a2a; color: #e9e9e9!important;}
.moon .colorinfovalue, .moon .colorpalette.btnc { color: #e9e9e9!important;}
.moon .uk-nav-default>li>a {
  color: #7c7c7c;
}
.moon .uk-nav-default>li>a:focus, {
  color: #bababa;
}
.moon .uk-nav-default>li>a:hover {
  color: #e0e0e0;
}
.moon .sort-filter .active, .moon .color-filter .active{
color:#e6e6e6;    
  font-weight: 500;}
.moon .hide-night{display:none;}
.moon .hide-day{display:block;}

@media (prefers-color-scheme: dark) {
.hide-day{display:block!important;}
.hide-night{display: none!important;}
.uk-navbar-dropdown {background:#262626}
.switch{display:none;}
.uk-card.card-transporent {background:none;}
.made-in-russia {fill:#fff;}
.uk-offcanvas-bar, .userheader {background: #262626!important;}
h1, h2, h3,h4,h5.ratingtxt,.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-modal-title,.usernamebig, .uk-logo, .uk-description-list .uk-text-bold, body .uk-modal-title, .mixtitle,.tabmenu .uk-active > a > h4, .features-title, .features-title-small {color: #fff!important;}
body, .mainpage-class {background: #1C1C1C;}
body .layout-content {/* background: #1C1C1C!important; */}
body .converter .layout-content {background: none!important;}
body .plashka,body .uk-navbar-container.uk-navbar-sticky,body #headerbg,body .uk-navbar-container:not(.uk-navbar-transparent) 
{
background: #161616!important;
}
body .object-card, body .uk-card, body .uk-navbar-dropdown {background: #262626;color:#787878;}
body .uk-card-default.uk-card-hover:hover {background: #2e2e2e;}
body .uk-card-title, body h3,body h4,body h5, body .color, body .uk-nav-default .uk-nav-header ,body h2, body .dtitle {color: #bababa!important;}
body .uk-card-default .uk-card-footer{border-top-color:#242424;}
body .uk-modal-body {background: #2e2e2e;}
body .uk-button-default {color:#bababa; background:#1c1c1c;border-color:#262626;}
body .rightcontentblock {background:#1c1c1c!important;}
.newbadge { background: #2a2a2a!important; color: #e9e9e9!important; }
body p,.colorpalette.btnc, .toneinput, body .colorinfotype {color: #b7b7b7!important;}
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #333333;
}
body .colorinfovalue, body .colorpalette.btnc, body .main-grid-blick a { color: #e9e9e9!important;}

}


.crosshair {cursor: crosshair;}
.hide {
  display: none;
}
.vajno {
  position: fixed;
  bottom: 20PX;
  right: 20PX;
  z-index: 980;
  width: 350px;
  border: 1px solid #e9e9e9;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.file-upload-btn {
  width: auto;
  cursor: pointer;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}
.userheader{background: #fff;}
.newbadge {
position: absolute;
top: 10px;
line-height: 1;
right: 10px;
background: #fff;
padding: 4px 5px 5px 5px;
font-size: 10px;
font-weight: 600;
border-radius: 6px;
z-index: 1;
}

.history-block {
overflow: auto;
  max-height: 400px;
}

.generategrad {
transition: all 0.3s ease-out;
}

.generategrad .uk-iconnav>*>a {
color: #fff;
}

.squarecolor {
height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 4px;
}

.squarecolortext {
font-size: 13px;
}

.dashed-card {
border: 2px dashed rgb(255, 255, 255, 0.2);
}

.deletebtn {
position: absolute;
top: -40px;
right: 0px;
left:0;
color: #fff;
}

.savebtn {
background-color: #1FB264;
color:#fff;
}
.savebtn:hover{
background-color:#1b9d58;
color:#fff;
text-decoration: none;
}
.color-generate-card .la, .dashed-card .la,.color-generate-card .las, .dashed-card .las {
color: #fff;
font-size: 30px;
cursor:pointer;
}
.colorinfotitle {
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  position: relative;border-radius: 10px;
  padding: 10px 50px 10px 15px;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

.colorstyle{
font-family: 'Roboto Mono', monospace;
 text-transform: uppercase;
}

.colorinfoinput {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Roboto Mono', monospace;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  border: 0;
}
.dashed-card .deletebtn .la {cursor:pointer;}
.colortitle {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Roboto Mono', monospace;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  background: none;
  border: 0;
}
.toneinput {
  color: #333;
  font-size: 45px;
  font-weight: 600;
  font-family: 'Roboto Mono', monospace;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  background: none;
  border: 0;
}
.toneinput.small {
  color: #333;
  font-size: 30px;
  line-height: 1;
}
  .mixtitle {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
  line-height: 1;
  width: auto;
  text-transform: uppercase;
  background: none;
  border: 0;
}

/* filters */
.mob-filter {
background: #fff;
height: 50px;
width: 50px;
position: fixed;
bottom: 15px;
right: 15px;
vertical-align: middle;
line-height: 40px;
text-align: center;
border-radius: 100%;
box-shadow: 0 1px 10px 2px rgb(0 0 0 / 15%);
}
.mob-filter .la {
font-size: 30px;
line-height: 53px;
}
.mob-filter .la:hover,.mob-filter:hover {
text-decoration:none;
}
#mob-filter .uk-offcanvas-bar h3{
color:#333;
}
#mob-filter .uk-close {
color:#000;
}
/* filters close */
p{margin-bottom: 10px;margin-top: 0px;line-height: 1.3;}
.uk-nav-default .uk-nav-header {
  color: #333;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
}
.sort-filter .active, .color-filter .active{
color: #1e87f0;
font-weight: 500;
}
.changeinput{
margin: 0;
padding: 0;
background: transparent;
border: 0;
width: 100%;
height: 100px;
}
.light-ui body {
background: #fff;
}
.refresh-color-btn{
border:2px solid #fff;
font-weight: bold;
}
.refresh-color-btn:hover{
font-weight: bold;
  border-color: #fff;
  color:#fff!important;
}

@-webkit-keyframes rainbow {
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}
@keyframes rainbow { 
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}

@-webkit-keyframes mainmenu {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes mainmenu {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes mainmenu { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
input {outline:none;}
body {
margin: 0;
min-height: 100vh;
}
body.gradient{background:#f5f5f5;}
.dottedlink{
border-bottom: 1px dotted;
  text-decoration: none;
}
.dottedlink:hover{
border-bottom: 1px dotted;
  text-decoration: none;
}
a img{
border: 0px;
}
.hide-day{display:none;}
.hide-night{display:block;}
.addcolor-l {
position: absolute;
left: 0px;
top: 50%;
color: #fff;
padding: 1rem;
border-radius: 0 50% 50% 0;
height: 50px;
width: 50px;
text-align: center;
line-height: 40px;
font-size: 40px;
vertical-align: middle;
background: rgb(0 0 0 / 20%);
box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px);
}
.addcolor-r {
position: absolute;
right: 0px;
top: 50%;
color: #fff;
padding: 1rem;
border-radius:  50% 0 0 50%;
height: 50px;
width: 50px;
text-align: center;
line-height: 40px;
font-size: 40px;
vertical-align: middle;
background: rgb(0 0 0 / 20%);
box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px);
}
.entermodal{
/*background: #34b291;
  background: -webkit-linear-gradient(to right, #34b291, #0a6997);
  background: linear-gradient(to right, #34b291, #0a6997);*/
}
.moon .entermodal{
/*background: #567599; 
background: -webkit-linear-gradient(to right, #0a6997, #1f2e4b);
background: linear-gradient(to right, #0a6997, #1f2e4b);  */                                    
}
.uk-button-default {
  background-color: #fff;
  }
.uk-button{border-radius: 4px;}
.uk-button-save {
  background-color: #1bb800;
  color: #fff;
  border: 1px solid transparent;
} 
.uk-button-save:hover {
  background-color: #179e00;
} 
.twoul {
list-style-position: inside;
-moz-column-count: 2; /* Firefox */
-webkit-column-count: 2; /* Safari and Chrome */
column-count: 2;
}
.dtitle{margin-top:1rem;margin-bottom:0.5rem;color: #212121;font-weight: 500;}
.colorul{font-size: 0.8rem;}
.colorul li {cursor:pointer;}
.colorul .la{font-size:inherit;margin-right:5px}
::-moz-selection {
background-color: #6ab344;
color: #fff;
}
.uk-button-disable {
  background-color: #666666;
  color: #fff;
  cursor: not-allowed!important;
  border: 1px solid transparent;
  opacity: 0.5;
}
.proftitle{
  font-weight: 700;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.moon .proftitle{
color:#bcbcbc;
}
.uk-button-disable:hover {
  color:#fff;
  opacity: 0.6;
}
::selection {
background-color: #6ab344;
color: #fff;
}
[data-status="true"] {
color:rgb(255, 47, 72)!important;/* Attribute has this exact value */
}
.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.uk-notification-message{
overflow:hidden;
}
.android-title a{
color: #fff;
text-decoration: none;
font-size: 2rem;
text-transform: lowercase;
font-weight: 400;
display:block;
padding: 0.8rem 1rem;
}
.android-search-box .mdl-textfield__input {
color: rgba(255, 255, 255, 0.87);
}
.entertitle{
  font-weight: 700;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  }
.uk-input{
border-radius: 4px;
  background: #f3f3f3;
}
.uk-button-medium {
  padding: 0 40px;
  line-height: 53px;
  font-size: .875rem;
}
.uk-form-label {
  color: #b0b0b0;
  margin-bottom: 0.3rem;
  display: inline-block;
  font-weight: 500;
}
.uk-form-label.black{
  color: #333;

}
.uk-nav>li>a {
  padding: 6px 0;
  line-height: 1.2;
}
li a.active {
color: #1e87f0;
}
.logo-font {
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
line-height: 1;
color: #767777;
font-weight: 500;
}

/*h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family: 'Vollkorn', serif;}*/
.filter-block {
width: 100%;
text-align: center;
}
.grad-grid-section {
max-width: 1044px;
margin-left: auto;
margin-right: auto;
}
.croppa-container canvas{
background:#fff;
padding:0!important;
}
.image.drop, .croppa-container canvas {
  border: 3px dashed #1e87f0;
  padding: 2rem;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.image.drop:hover,.croppa-container canvas:hover{
background:rgb(114 185 255 / 15%);
}
.croppa-container svg.icon-remove{
width:30px;
height:30px;
right:-15px!important;
top:-15px!important;
}
#average .drop .control-add-palette{
display:none;
}
#average .image:hover .control-add-palette {
  opacity: 1;
  transition: .25s ease-in-out;
}
#average .remove-image .la {
 color:#fff;
 font-size:3rem;
}
.like-container{
  display: flex;
  flex-direction: row;
  height: 100%;
  line-height: 1;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  }
.like-container .la {margin-right:5px;}
.like-cnt{
cursor: pointer;
background: rgba(255,255,255,0);
border-radius: 50%;
}
.like-btn{
color: #666;
}
.counter{
    display: inline-block;
    margin-right: 0.2rem;
    font-size: 0.8rem;
}
.monospace{font-family: 'Roboto Mono', monospace;}
.color-show-block{
padding: 8px 0;
  text-align: center;
}
.color {display: flex;flex-wrap: wrap;font-size: 11px;font-weight: 500;cursor: pointer;text-transform: uppercase;}
.color.btnc{font-size: 10px;font-weight: bold;display: inline-block;letter-spacing: 0px;font-family: 'Roboto Mono', monospace;}
.colorpalette.btnc{font-size: 11px;font-weight: bold;display: inline-block;font-family: 'Roboto Mono', monospace;}
.color-block{
display: inline-block;
vertical-align: initial;
background: #d9d9d9;
height: 25px;
width: 25px;
transform: scale(.75);
background-color: #008fee;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
transition: all .5s ease;
}
.color-block:hover, .active .color-block{
 transform: scale(1);
 transition: all .5s ease;
}
.color-block-card{
display: block;
height: 33px;
width: 33px;
border-radius: 100%;
vertical-align: initial;
background: #d9d9d9;
margin: auto;
cursor: pointer;
transform: scale(.8);
box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
transition: all .5s ease;
}
.color-block-card:hover{
transition: all .5s ease;
transform: scale(1);
}
.palette-color-block-card{
width: 100%;
display: block;

font-family: 'Roboto Mono', monospace;padding: 18px 0;border-radius: 4px;
vertical-align: initial;
background: #d9d9d9;
margin: auto;
cursor: pointer;
font-weight: bold;font-size: 0.8rem;text-transform: uppercase;z-index: 13;
position: relative;
transition: all .5s ease;
}
.palette-circle{
display: block;
font-family: 'Roboto Mono', monospace;
border-radius: 100%;
background: #d9d9d9;
cursor: pointer;
text-transform: uppercase;
position: relative;
transition: all .5s ease;
box-shadow: 0 0px 13px rgb(0 0 0 / 25%);
height: 55px;
width: 55px;
line-height: 55px;
font-size: 0.7rem;
}
.landscape .palette-circle{
font-weight: 500;
margin: 0.3rem auto;
}
.portrait .palette-circle{
margin: 0.2rem auto;
/* font-weight: 500; */
}
.pin-palette-color-block-card{
height: 230px;
display: block;

width: 230px;font-family: 'Roboto Mono', monospace;border-radius: 100%;
vertical-align: initial;
background: #d9d9d9;
margin: 2.5rem auto;
cursor: pointer;
font-weight: bolder;line-height: 230px;font-size: 2.5rem;text-transform: uppercase;
position: relative;
transition: all .5s ease;
}
.palette-color-block-card:hover{
  transform: scale(1.04);
  transition: all .5s ease;
}
.palette-color-small-block-card{width: 100%;display: block;height: 30px;border-radius:4px;vertical-align: initial;background: #d9d9d9;margin: auto;cursor: pointer;}
.rainbow{
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
}
pre[class*=language-markup] {
  max-width: calc(100vw - 32px);
}
pre {
  border: 0;
  border-radius: 0;
  white-space: pre-wrap;
  padding: 0;
}
.arrow{
  position: absolute;
  top: calc(50% - 28px);
  width: 56px;
  height: 56px;
  text-align: center;
}
.arrow a{/* display: -webkit-box; */text-align: center;}
.arrow.left{left:0px;}
.arrow.right{right:0px;}
.arrow i{transition:all 0.3s;font-size: 4rem;background: #0000001c;color: #fff;}
.arrow:hover i{background: #00000021;transition:all 0.3s}
.info-row{
  margin-top: -350px;
  z-index: 9999999;
  }
.info-block{padding: 5px 0px;}
.info-block h1{
  font-size: 4rem;
  margin: 1rem 0;
  }
.js-show-me{
  padding:0 1rem;
  margin: 0 2rem;
  font-weight: 400;
  text-transform: lowercase;
  color: #616161;
}
.btn {
padding: 1rem 2rem;
border-radius: 0;
display: inline-block;
position: relative;
transition: .25s all ease;
text-transform: uppercase;
margin-right: 2rem;
text-decoration: none;
color: #fff;
letter-spacing: 2px;
opacity:1;
}
.btn:hover,.circle-btn:hover {
opacity:0.8;
}
.circle-btn .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px,-12px);
  transform: translate(-12px,-12px);
  line-height: 24px;
  width: 24px;
}
.circle-btn{
border-radius: 50%;
font-size: 24px;
height: 56px;
margin: 1rem  auto;
min-width: 56px;
width: 56px;
display: inline-block;
position: relative;
transition: .25s all ease;
text-align: center;
line-height: 36px;
vertical-align: middle;
color:#fff;
}
.radius-10{border-radius: 10px;}

@-webkit-keyframes slide_in {
  100% {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
  }
}
@keyframes slide_in {
  100% {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
  }
}
section {margin-bottom: 4rem;}

.banner-container h1,
.banner-container p {
  margin: 15px 0;
  text-align:center;
  color: #fff;
}
.banner-container h1 {
  font-size: 2rem;
  letter-spacing: 5px;
  text-align: center;
  color: #fff;
}
.banner-container .content{margin:auto;}
.banner-container {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
height: 400px;
}
.banner-container h1:after {
  content: "";
  display: block;
  width: 190px;
  height: 1.75px;
  margin: 0 auto -1.875px;
  background-color: currentColor;
}
.banner-container a {
  color: #fff;
}
.grad-text{
font-size: 50px;
display: block;
margin: 20px auto;
padding: 1rem 0;
}
.grad-border {
padding: 20px;
letter-spacing: 0.2em;
border: 2px solid;
}
.grad-border.grad-text{
display: inline-block;
padding: 2rem; 
border-width: 4px;
}
@-webkit-keyframes move {
      0% {
         background-position: 0 0;
      }
      100% {
         background-position: 50px 50px;
      }
  }

  @-moz-keyframes move {
      0% {
         background-position: 0 0;
      }
      100% {
         background-position: 50px 50px;
      }
  }
.no-bullet{
  padding: 0;
  list-style: none;
}
.atitle:hover{color:#212121;text-decoration: none;}
.alpha {opacity:0.4;transition: all 0.3s;}
.mathes p{color: #f0506e;}
.useravater{
  height: 32px;
  width: 32px; 
}
.profilehero{
background: #ce0d31;
  background: -webkit-linear-gradient(to right, #ce0d31, #51055a);
  background: linear-gradient(to right, #ce0d31, #51055a);
}
.gr-height{height: 240px;border-radius: 10px 10px 0 0;position: relative;}
.pl-height-solo{
    height: 300px;
    border-radius: 6px 6px 0 0;
    background-size: cover;
    background-position: center;
}
.pl-height{
  height: 230px;
  border-radius: 6px 6px 0 0;
  background-size: cover;
  background-position: center;
  transition: all .5s ease;
  }
.palette-example .legibility-card .pl-height{
height: 200px;
}  
.gr-height-same{height: 150px;border-radius: 6px 6px 0 0;}
.main-color-block {height: 240px;border-radius: 6px 6px 0 0;}
.colormap a:hover{text-decoration:none;}
.sqr-color{padding: 1rem;font-family: 'Roboto Mono', monospace;border-radius: 4px;box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);font-weight: 500;transform: scale(0.9);transition: all .5s ease;text-transform: uppercase; height: 100px;
  display: flex;flex-wrap: wrap; margin: 0; padding: 0;list-style: none; justify-content: center;
  align-items: center;
}
.sqr-color:hover{transform: scale(1); transition: all .5s ease;}
.sqr-color2{
         padding: 1rem;
         font-family: 'Roboto Mono', monospace;
         border-radius: 4px;
         box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
         font-weight: 500;
         display: flex;
         flex-wrap: wrap;
         margin: 0;
         padding: 1rem;
         list-style: none;
         justify-content: center;
         align-items: center;
         }
.sec-color-block {height: 110px;border-radius: 6px;position: relative;}
.leg-color-block {height: 110px;box-shadow: 0 1px 10px rgb(0 0 0 / 9%);position: relative;}
.same-title {font-size: 1rem;font-family: 'Roboto Mono', monospace;text-transform: uppercase;}
.uk-icon.active {color:#198d23;}
.plashka .la, .plashka .las{font-size: 1.5rem;}
.la, .las, .lab{font-size: 1.2rem;}
.uk-card-footer .la {font-size: 1rem;opacity: 0.8;cursor: pointer;}
.uk-card-footer .la:hover {color:#004bb8; opacity:1;}
.like-btn {font-size: 1.1rem!important; }
.active .like-btn{color:#ff2f48;}
.uk-navbar-transparent{background: rgba(0, 0, 0, 0.03);}
#headerbg h1,#headerbg p {text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);}
.uk-navbar-transparent .uk-logo{color:#fff;}
.filterblock {
  box-shadow: 1px 0px 5px #0000002b;
  border-radius: 6px;
  margin-top: -2rem;
  background: #fff;
  }
.filterblock .la {font-size:1rem!important;margin-right:5px}
.vertical-align{vertical-align: middle;}  
.uk-card-default, .uk-card-default:hover{transition: transform 0.2s, box-shadow 0.4s, 0.5s ease-out;}
.uk-card-default-profile {
  background: #fff;
  color: #666;
}
.trbg{
background-image: url(/public/img/trbg.jpg);
background-size: cover!important;
}
.uk-card-medium .uk-card-body, .uk-card-medium.uk-card-body {
  padding: 25px;
}
.big-palette{
background-size: cover;
border-radius: 6px 6px 0 0;
background-position: center;
}
.p-img{
margin-bottom:10px;
}
#capture{
padding:1rem;
/* margin: -1rem; */}

.control-add-palette{
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00000061;
  border-radius: 100%;
  text-transform: none;
  opacity: 0;
  z-index: 9999;
  transition: .4s ease-in-out;
  }
.control-add-palette a:hover{
  text-decoration: none;
  color: #fff;
}
.newpalette:hover .control-add-palette{
opacity:1;
transition: .2s ease-in-out;
}

.palette-example .p-title{font-size: 2rem;font-weight: bold;line-height: 1.1;/* margin-bottom: 1.5rem; */font-family: 'Rubik', sans-serif;}
.palette-example .p-desc{font-size: 18px;line-height: 1.3;margin-bottom: 2.5rem;opacity: 0.8;}
.palette-example .p-btn-1{color:#fff;border:0;font-family: 'Alegreya Sans', sans-serif;line-height: 1.2;padding: 0.7rem;}
.palette-example .p-h2{font-size: 43px;font-weight: bold;line-height: 1;margin-bottom: 2rem;font-family: 'Alegreya Sans', sans-serif;}
.palette-example .p-p{font-size: 18px;line-height: 1.4;margin-bottom: 1rem;}
.palette-example .uk-label{color:#fff!important;font-size: 12px;text-transform: none;padding: 0.2rem 1rem;}
.palette-example .p-h4{font-size: 23px;font-weight: bold;line-height: 1;margin-bottom: 1rem;font-family: 'Alegreya Sans', sans-serif;}
.color-generate-card {background:none!important;}
.colormix{
height: 300px;
position: relative;
box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}
.angle-icon{
  position: absolute;
  top: 10px;
  line-height: 1;
  right: 10px;
  z-index: 1;
  color: #666;
  font-family: 'Roboto Mono', monospace;
  font-size: 11px;
  background: #fff;
  padding: 5px 6px 5px 7px;
  font-weight: 500;
  border-radius: 10px;
  }

  .closecircle{
    position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  font-size: 2rem;
}
.circlenew {
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
border: 3px solid #fff;
width: 25%;
height: 0;
background: #00000017;
padding-bottom: 25%;
transform: translate3d(-50%, -50%, 0);
box-shadow: 0 0 15px 10px rgb(0 0 0 / 10%);
z-index: 12;
}
.circlenew .dot {
position: absolute;
width: 3%;
height: 50%;
left: 48.5%;
top: 0px;
transform: rotate(0deg);
transform-origin: center bottom;
}
.circlenew .dot:before {
content: "";
position: absolute;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
width: 200%;
transform: translate3d(-25%, -25%, 0);
height: 0;
padding-bottom: 200%;
border-radius: 50%;
cursor: pointer;
}
.bigletter{
font-size: 7rem;
font-weight: bold;
line-height: 1;
transition: all 0.1s ease-out;
}
.uk-iconnav>* {
  padding-left: 10px;
  padding-right: 30px;
  transition: all 0.1s ease-out;
}
.light{
font-weight: 300;
}
.regular {
font-weight:400;
}
.medium {
font-weight:500;
}
.bold {
font-weight:bold;
}
.contrasttext{
font-size: 0.9rem;
font-family: 'Roboto Mono', monospace;
letter-spacing: -1px;
font-weight: bolder;
}
.contrasttext i{
font-size: 90%;
}
.textrandom{
background: #1e87f0;
padding: 0.3rem;
color: #fff;
border-radius: 100%;
font-size: 16px;
margin-right: 5px;
transition: all 0.3s ease-out;
}
.easyout2,.easyout2:hover{
transition: all 0.3s ease-out;
}
.easyout3,easyout3:hover{
transition: all 0.3s ease-out;
}
.textrandom:hover{
background:#196fc6;
transition: all 0.2s ease-out;
}
.morecolorinfobtn{
border: 1.5px solid;
padding: 0.4rem 0.5rem;
border-radius: 6px;
display: inline-block;
margin-top: 0.8rem;
font-size: 0.7rem;
opacity: 0.7;
transition: opacity 0.2s ease-out;
font-weight: 500;
}
.mixcolorblock:hover .eyepickermix{display: none;transition: all 0.2s ease-out;}
.morecolorinfobtn:hover{    
opacity: 1;
transition: opacity 0.2s ease-out;
text-decoration: none;
}
.eyepickermix{
position: absolute;
left: 50%;
top: 50%;
z-index: 0;
transform: translate3d(-50%, -50%, 0);
}

.converter{
margin-top: -60px;    
height: 100vh;
}
.smallbtn {
font-size: 13px;
  padding: 1px 5px 3px 5px;
  line-height: 1;
  vertical-align: initial;
}
.uk-padding-small-right{
padding-right: 8px!important;
}
.uk-padding-small-left{
padding-left: 8px!important;
}
.gradmenufooter{
background: rgb(0 0 0 / 20%);
box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px);
border-radius: 10px;
padding: 0.7rem;
}
.palette-color-container{
height:100%;
}



@media (min-width: 1600px){

   .uk-container, .layout-content {
    max-width: 1600px;
  }
  .filter-nav a{font-size: 18px;}
  .filter-nav .color-block{
    width: 30px;
    height: 30px;
  }
  .lol img{
  max-width: 320px;
  }
  
}
@media (min-width: 1800px){
    .lol img{
    max-width: 380px;
  }
}
@media (min-width: 1900px){
    .lol img{
    max-width: 400px;
  }
}
.bubbly-img:before, .bubbly-img:after {
position: absolute;
content: "";
display: block;
width: 140%;
height: 100%;
left: -20%;
z-index: 11;
transition: all ease-in-out 0.5s;
background-repeat: no-repeat;
}
.bubbly-img:before {
display: none;
top: -75%;
background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-img:after {
display: none;
bottom: -75%;
background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-img.animate:before {
display: block;
animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-img.animate:after {
display: block;
animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
0% {
  background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
}
50% {
  background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
}
100% {
  background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
  background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  display:none!important;
}
}
@keyframes bottomBubbles {
0% {
  background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
}
50% {
  background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
}
100% {
  background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
  background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
   display:none!important;
}
}

.bulb {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  background-color: inherit;
}
.bulb--1 {
-webkit-transform-origin: -33px 50%;
transform-origin: -33px 50%;
}
.bulb--2 {
-webkit-transform-origin: 45px 50%;
transform-origin: 45px 50%;
}
.bulb--3 {
-webkit-transform-origin: -18px 50%;
transform-origin: -18px 50%;
}
.bulb--4 {
-webkit-transform-origin: 30px 50%;
transform-origin: 30px 50%;
}

.bulb--3,
.bulb--4 {
width: 10px;
height: 10px;
margin-left: -5px;
}
.animate .bulb--1,
.animate .bulb--3 {
-webkit-animation: bulb-anim-1 .3s ease-out .3s forwards;
animation: bulb-anim-1 .3s ease-out .3s forwards;
}

.animate .bulb--2,
.animate .bulb--4 {
-webkit-animation: bulb-anim-2 .3s ease-out .3s forwards;
animation: bulb-anim-2 .3s ease-out .3s forwards;
}

.animate .bulb--4 {
-webkit-animation-duration: .2s;
animation-duration: .2s;
}


@-webkit-keyframes bulb-anim-1 {
0% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,5deg);
  transform: rotate3d(0,0,1,5deg);
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,-90deg);
  transform: rotate3d(0,0,1,-90deg);
}
}

@keyframes bulb-anim-1 {
0% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,5deg);
  transform: rotate3d(0,0,1,5deg);
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,-90deg);
  transform: rotate3d(0,0,1,-90deg);
}
}

@-webkit-keyframes bulb-anim-2 {
0% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,-5deg);
  transform: rotate3d(0,0,1,-5deg);
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,90deg);
  transform: rotate3d(0,0,1,90deg);
}
}

@keyframes bulb-anim-2 {
0% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,-5deg);
  transform: rotate3d(0,0,1,-5deg);
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,90deg);
  transform: rotate3d(0,0,1,90deg);
}
}

.lds-ripple {
width: 80px;
height: 80px;
display: flex;
position: absolute;
}
.lds-ripple div {
position: absolute;
border: 4px solid #1e87f0;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
animation-delay: -0.5s;
}
@keyframes lds-ripple {
0% {
  top: 36px;
  left: 36px;
  width: 0;
  height: 0;
  opacity: 1;
}
100% {
  top: 0px;
  left: 0px;
  width: 72px;
  height: 72px;
  opacity: 0;
}
}
.rotategrad{
  position: absolute;
  bottom: 25%;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.rotategrad a{
color: #fff;
}
.angle-block {
color: #fff;
font-family: monospace;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
z-index: 100;
font-size: 20px;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none;   /* Chrome/Safari/Opera */
-khtml-user-select: none;    /* Konqueror */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;       /* Internet Explorer/Edge */
user-select: none;
z-index: 1;
}
.circle {
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
border: 3px solid rgb(255 255 255 / 50%);
width: 60%;
height: 0;
background: #00000000;
padding-bottom: 60%;
transform: translate3d(-50%, -50%, 0);
box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 3%) inset;

z-index: 12;
}
.circle:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
height:100%;
border-radius: 50%;
border: 0;
width:100%;
transform: translate3d(-50%, -50%, 0);
box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 3%);
z-index: 12;
}
.object-card:hover{
z-index:1;
}
.circle .dot {
position: absolute;
width: 3%;
height: 50%;
left: 48.5%;
top: 0px;
transform: rotate(0deg);
transform-origin: center bottom;
}
.circle .dot:before {
content: "";
position: absolute;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
width: 200%;
transform: translate3d(-25%, -25%, 0);
height: 0;
padding-bottom: 200%;
border-radius: 50%;
cursor: pointer;
}
.fade-enter-active, .fade-leave-active {
transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
opacity: 0;
}

.pinsvg {
  fill: rgb(230, 0, 35);
  background: #fff;
  border-radius: 100%;
  border: 1px solid;
}
.paletteslink.portrait{
min-height: 400px;
display: block;
background: #cecece;
}
.paletteslink.landscape{
min-height: 200px;
display: block;
background: #cecece;
}
.pinpalette{
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 11;
  width: 100%;
} 

.blockcenter{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.ftr{
  transition: background 0.04s ease-in-out;
}
.circlepicker{
  position: absolute;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}

.circlepicker.big{
  width: 35px;
  height: 35px;
  border: 4px solid #fff;
  transition: 0.2s ease-in-out;
}

.ph {
display: none;
text-align: center;
color: #d6d6d6;
background-color: #fff;
box-shadow: none;
}
.colorinfotxt{
font-size: 0.7rem;
}
.v-enter-active,
.v-leave-active {
transition: opacity 0.1s ease;
}

.v-enter-from,
.v-leave-to {
opacity: 0;
transition: opacity 0.1s ease;
}
.pluscolor{
position: absolute;
cursor: pointer;
top:50%;
transition: all 0.2s ease;
transform: translate(-50%,-50%);
z-index: 3;
}
.pluscolor a{
  font-size: 1.7rem;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  color: #212121;
  transform: scale(0.8);
}
.pluscolor:hover a{
text-decoration:none;
transform: scale(1);
}
.ph:hover {
transition: none;
box-shadow: none;
}
.grab{
cursor: grab;
}
.addleft{
  width: 15%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.addright{
  width: 15%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}

/*small*/
@media (max-width: 640px){
#layout-colors .uk-search-large svg{
  height:20px;
  width: 20px;
}
#layout-colors .uk-search-large .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
    padding-left: 50px;
}
#layout-colors .uk-search-large .uk-search-input {
    height: 60px;
    background: 0 0;
    font-size: 2rem;
}
#layout-colors .uk-search-large .uk-search-icon {
    width: 50px;
}
#layout-colors .eye-dropper-search i {
    line-height: 60px;
    font-size: 2rem;
    width: 100%;
}
#layout-colors .eye-dropper-search {
    height: 60px;
    width: 60px;
    background: #fff;
}
.cs-height {
    height: 200px;
    padding: 1.5rem;
}
.cs-height-color {
    font-size: 1.3rem;
}
.lol img {
    border-radius: 10px;
    max-width: 120px;
}
.main-grid-blick a {
    font-size: 0.7rem;
}
.main-hero {
    padding: 2rem;
}
.main-hero .h1 {
    font-size: 2rem;
}
.main-hero .big-action-btn {
    font-size: 1.2rem;
    padding: 1rem 2.3rem;
}
p.main-plashka {
    background: #e3e2ff;
    border-radius: 20px;
    padding: 2rem 1rem;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    color: #323169;
    font-weight: 600!important;
    letter-spacing: 0.5px;
    font-size: 1.3rem;
    margin: 3rem 1rem;
}
.grad-count-main{
  display: none;
}
  .uk-text-lead {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #333;
}
  .features-title{
    font-size:1.45rem;
  }
  .features-desc{
    font-size:1.3rem;
  }
  .vajno {
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 0;
    z-index: 980;
    width: 90%;
    padding:1.5rem;
    margin:auto;
}

.addleft {
  width: 100%;
  height: 20%;
  left: 0;
  z-index: 1;
  top: 0;
}
.addright {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.palette-grid-item-btn, .palette-grid-item-content .btn-container{
flex-direction: row;
}
.uk-margin-remove-top\@s{
margin-top: 0!important;
}
.uk-margin-remove-bottom\@s{
margin-bottom: 0!important;
}
.palette-grid-item .palette-grid-item-btn {
  opacity: 1;
  margin-bottom: 0;
  }
.palette-grid {
flex-direction: column; 
}  
.palette-grid-item-content{
width:100%;
}
.colormap .sqr-color{
height:55px;
}
  .converter{
margin-top: 0px;    
height: unset;
}
  .mixtitle {
  width: 80%;
}
  
#layout-profile .tabmenu a > h4 {
  font-size:0.9rem
}
  .colorinfoinput {
  font-size: 1.25rem;
}
.colorinfovalue {
  font-size: 0.87rem;
}
.colorinfotype {
  font-size: 0.7rem;
}
.uk-card-medium .uk-card-body, .uk-card-medium.uk-card-body {
  padding: 15px;
}
  #capture {
  padding: 1rem;
  margin: -1rem;
}
  .palette-color-block-card {
  padding: 12px 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.6rem;
}
.minimenulk{
  background: #f8f8f8;
  border-radius: 6px;
  padding: 0.5rem 0;
}
#layout-profile .uk-subnav.tabmenu>* {
  padding-right: 0px;
}
.header-margin-profile{
margin-top: -25px;
z-index: 1;
}
.achievement img {
  width: 50px;
  height: auto;
  transition: all .5s ease;
}
.h230 {
  height: 110px;
}  
.usernamebig {
  font-size: 18px;
  line-height: 1;
}
.photochange i {
  padding: 0.25rem;
  font-size: 1rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.legibilityinfo .title {
  line-height: 1;
  font-size: 2.3rem;
}
.uk-iconnav>* {
  padding-left: 10px;
  padding-right: 10px;
}
.legibilityinfo .desc {
  line-height: 1.25;
  font-size: 1rem;
}
  .uk-logo {
  font-size: 16px;
}
.legibility-card .pl-height{
  height: 150px;
  }
.palette-example .legibility-card .pl-height{
height: 140px;
}  

.legibility-card .pl-height > div {
 font-size:2rem;
} 
.legibility-card .pl-height div > div{
 font-size:0.8rem;
} 
.color-block-card {  
  height: 40px;
  width: 40px; 
}
.shades .mixpicker{
height: 120px!important;
}
.color-generate-card .la, .dashed-card .la {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.generategrad {
height:80vh!important;
}
.colormix{
height: 230px;
}
.colormixinfo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.colormixmorecolor{
font-size:0.7rem;
}
.colormixtitle {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.circlebigmix {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}
.circlesmallmix {
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.circlesmallmixblock {
  font-size:0.7rem;
}
.circlesmallmixblock.uk-grid-margin{
margin-top:10px;
}
.randommix i {
  padding: 0.3rem;
  font-size: 1rem;
  position: absolute;
  top: auto;
  bottom: 15px;
  right: 15px;
}
.colormixmod {
  position: absolute;
  bottom: 15px;
  top:auto;
  left: 30px;
  font-size:0.7rem;
}
.pl-height-solo{
  height: 250px;
}
h1{font-size: 25px;}
h2 {font-size: 22px;}
:not(pre)>code{
  font-size: 0.7rem;
  overflow-wrap: anywhere;
}
.main-color-block {height: 140px;border-radius: 6px 6px 0 0;}
.sec-color-block {height: 80px;border-radius: 6px 6px 0 0;}
.sqr-color {font-size: 0.8rem;}

.palette-example .p-title {
  font-size: 35px;
  margin-bottom: 1.2rem;
}
.palette-example .p-desc {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 1.4rem;
}

.palette-color-block-card {
  height: 35px;
}

.palette-example .p-h2 {
  font-size: 28px;
  margin-bottom: 1.5rem;
}

.palette-example .p-p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.colorpalette.btnc {
  font-size: 9px;
}

#generategrad {
  margin-top: 60px;
}
.card-transporent {
  padding: 1rem;
}
.colortitle {
  font-size: 10px;
  text-align: center;
}
.colorblockgrid {
  height: 90%;
}
.addcolor-l {
  left: 0px;
  top: 65%;
  height: 35px;
  width: 35px;
  line-height: 30px;
  font-size: 30px;
}
.addcolor-r {
  right: 0px;
  top: 65%;
  height: 35px;
  width: 35px;
  line-height: 30px;
  font-size: 30px;
}

.colvo1 .colortitle {
  font-size: 20px;
}
.colvo2 .colortitle {
  font-size: 18px;
}
.colvo3 .colortitle {
  font-size: 16px;
}
.colvo4 .colortitle {
  font-size: 13px;
}
.colvo5 .colortitle {
  font-size: 10px;
}
.colvo1 .input input[type="color"] {
  height: 60px;
  width: 60px;
}
.colvo2 .input input[type="color"] {
  height: 50px;
  width: 50px;
}
.colvo3 .input input[type="color"] {
  height: 45px;
  width: 45px;
}

.colvo4 .input input[type="color"] {
  height: 40px;
  width: 40px;
}
.colvo5 .input input[type="color"] {
  height: 35px;
  width: 35px;
}
.circlenew {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 50%;
  height: 0;
  background: #00000017;
  padding-bottom: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 0 0 15px 10px rgb(0 0 0 / 10%);
  z-index: 12;
}
.palette-grid-item-color {
  font-size: 1.3rem;
  }
  .qbtn-sec{
    margin-left:0.3rem!important;
  }
  .qbtn{
    margin-right:0.4rem!important;
  }
  .bottommenu{

  }
  #colorpalette .generatepalettecolors {
  height: calc(100vh - 120px);
  }
  #colorpalette .palette-grid{
    height: calc(100vh - 120px);
    position: relative;
}