.newCardBox .active-renk .colorToggle:before {
    content: "\e917";
    font-family: 'default' !important;
    position: absolute;
    right: 0px;
    top: 0px;
    /* background-color: #68ba1082; */
    text-align: center;
    color: white;
    font-size: 12px;
    width: 100%;
    height: 100%;
    z-index: 5;
    line-height: 38px;
    border-radius: 5px;
    /* padding-bottom: 7px; */
    background: #5809fb !important;
    background: linear-gradient(90deg, #5809fba3 0%, #992aebb0 100%) !important;
}
.active-renk .colorToggle {
    border: solid 1px #c117ff !important;
}
.colorList div.active-renk.active .colorToggle {
  border-color: #c117ff !important;
  box-shadow: 0px 0px 0px 1px #c117ff !important;
}