.ram{
 background-color:#59c5ff;
 background-color:#58d27d;
 color:#fff;
 font-weight: 900;
 border-radius: 2px ;
}
.btn-move-list{
    background-color:#59c5ff;
    color: #fff;
}
.btn-move-list:hover,.btn-move-list:focus,.btn-move-list:active{
    color: #fff;
}
.navbar-list{
    padding-left: 0px;
}
.navbar-list li{
    background-color:#58d27d;
    color:#fff;
    border-bottom: 1px solid #6de290;
    cursor: pointer;
    user-select: none;
}
.menu-icon{
    margin-top: -1px;
    background-color:#59c5ff;
    color: #fff;
    padding: 10px;
    margin-bottom: 1px;
}
.menu-toggle-icon{
    float: right;
    margin: 10px;
}
.view-icon1{
    width: 17px;
    height: 17px;
    background-color: #fff;
    color:#59c5ff;
    padding: 3px;
    font-size: 11px;
    border-radius: 3px;
}

/* The container */
.check {
  /* display: block; */
  position: relative;
  padding-left: 19px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 4px;
  width: 17px;
height: 17px;
background-color:#fff;
color:#59c5ff;
padding: 3px;
font-size: 11px;
border-radius: 3px;
}


/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #59c5ff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pallete{
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  transition: 0.1s;
}
.pallete:focus,.pallete:active{
  border: 4px solid #e1e1e1;
}
.pallete-color-1{
  background-color: #3d82ab;
}
.pallete-color-2{
  background-color: #ee5921;
}
.pallete-color-3{
  background-color: #484848;
}
.pallete-color-4{
  background-color: #FF0000;
}
.pallete-color-5{
  background-color: #a1c4d8;
}
.pallete-color-6{
  background-color: #3969ff;
}
.pallete-color-7{
  background-color: #72a435;
}
.pallete-color-8{
  background-color: #ff6d2d;
}

