
.themeBlue {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0,0,0);
    border-radius: 50%;
    background: #3f51b5;
}
.themeSub1 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-radius: 50%;
    background: #e8f1fb;
}
.themeGreen {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0,0,0);
    border-radius: 50%;
    background: #81c784;
}
.themeSub2 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-radius: 50%;
    background:#c8e6c9;
}
.custom-dropdown-button {
    background-color: rgb(194, 194, 199) !important;
    color: white !important;
  }
  .themeOrange {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0,0,0);
    border-radius: 50%;
    background: #8ACDD7;
}
.themeSub3 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-radius: 50%;
    background:#FFC0D9;
}

