.ideabook-selector{
    cursor: pointer;
    width: 73px;
    height: 73px;
    border: 3px solid white;
}

.ideabook-selector-active {
    border-color: #FF6529;
}

.ideabook-selector:hover {
    border-color: #FF6529;
}

.ideabook-01 {
    color:white;
    background: rgb(226,180,34);
    background: linear-gradient(90deg, rgba(226,180,34,1) 0%, rgba(246,149,29,1) 100%);
}

.ideabook-02 {
    color: white;
    background: rgb(247,145,41);
    background: linear-gradient(90deg, rgba(247,145,41,1) 0%, rgba(240,75,41,1) 100%);
}

.ideabook-03 {
    color: white;
    background: rgb(238,74,42);
    background: linear-gradient(90deg, rgba(238,74,42,1) 0%, rgba(190,41,50,1) 100%);
}

.ideabook-04 {
    color: white;
    background: rgb(187,42,52);
    background: linear-gradient(90deg, rgba(187,42,52,1) 0%, rgba(91,46,145,1) 100%);
}

.ideabook-05 {
    color: white;
    background: rgb(90,48,146);
    background: linear-gradient(90deg, rgba(90,48,146,1) 0%, rgba(0,152,220,1) 100%);
}

.ideabook-06 {
    color: white;
    background: rgb(0,172,228);
    background: linear-gradient(90deg, rgba(0,172,228,1) 0%, rgba(63,144,84,1) 100%);
}

.ideabook-07 {
    color: white;
    background: rgb(66,144,84);
    background: linear-gradient(90deg, rgba(66,144,84,1) 0%, rgba(15,142,127,1) 100%);
}

.ideabook-08 {
    color: white;
    background: rgb(26,137,121);
    background: linear-gradient(90deg, rgba(26,137,121,1) 0%, rgba(61,38,22,1) 100%);
}

.ideabook-09 {
    color: white;
    background: rgb(61,36,20);
    background: linear-gradient(90deg, rgba(61,36,20,1) 0%, rgba(139,94,60,1) 100%);
}

.ideabook-10 {
    color: white;
    background: rgb(141,96,62);
    background: linear-gradient(90deg, rgba(141,96,62,1) 0%, rgba(192,150,105,1) 100%);
}

.ideabook-11 {
    color: white;
    background: rgb(195,154,109);
    background: linear-gradient(90deg, rgba(195,154,109,1) 0%, rgba(194,181,155,1) 100%);
}

.ideabook-12 {
    color: white;
    background: rgb(195,182,156);
    background: linear-gradient(90deg, rgba(195,182,156,1) 0%, rgba(219,219,220,1) 100%);
}

.ideabook-13 {
    color: #FFF;
    background: rgb(219,220,222);
    background: linear-gradient(90deg, rgba(219,220,222,1) 0%, rgba(190,191,193,1) 100%);
}

.ideabook-14 {
    color: white;
    background: rgb(187,188,191);
    background: linear-gradient(90deg, rgba(187,188,191,1) 0%, rgba(110,110,112,1) 100%);
}

.ideabook-15 {
    color: white;
    background: rgb(124,125,127);
    background: linear-gradient(90deg, rgba(124,125,127,1) 0%, rgba(35,31,32,1) 100%);
}

.ideabook-16 {
    color: white;
    background: rgb(35,31,32);
    background: linear-gradient(90deg, rgba(35,31,32,1) 0%, rgba(206,207,209,1) 100%);
}