﻿canvas {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.color-btn {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #f2f2f2;
    outline: 2px solid transparent;
}

    .color-btn.active {
        width: 30px;
        height: 30px;
        outline-color: green;
    }
.font-option-buttons {
    max-height: 170px;
    overflow: auto !important;
}
    .font-option-buttons::-webkit-scrollbar {
        width: 5px;
        height: 4px;
        background: #999;
    }
    .font-option-buttons::-webkit-scrollbar-thumb {
        background: #FD0C91;
        border-radius: 50px;
    }
    .font-btn {
    width: 23%;
    float: left;
    margin-right: 1%;
    border: 1px solid #ddd;
    margin-bottom: 1%;
    line-height: 1.5;
    position: relative;
    font-size: 18px;
    text-align: center;
    background: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin: 01%;
    padding: 8px;
    border: 0px solid #ddd !important;
}

    .font-btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        padding: 2px;
        background: -webkit-gradient(90deg, #b1b1b1, #b1b1b1) !important;
        background: linear-gradient(90deg, #b1b1b1, #b1b1b1);
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .font-btn.active:before {
        background: linear-gradient(45deg, #5639e6, #FD0C91, #f4d22a);
        background: -webkit-linear-gradient(45deg, #5639e6, #FD0C91, #f4d22a);
    }

.size-btns .size-btn {
    width: 32%;
    border: 2px solid #e9e9e9;
    text-align: center;
    display: block;
    cursor: pointer;
    background: transparent;
    padding: 10px 18px;
    margin-right: 1%;
    border-radius: 7px;
    position: relative;
    margin: 01%;
    border: 0px solid #ddd !important;
}
    .size-btns .size-btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        padding: 2px;
        background: -webkit-gradient(90deg, #b1b1b1, #b1b1b1) !important;
        background: linear-gradient(90deg, #b1b1b1, #b1b1b1);
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }
    .size-btns .size-btn.active:before {
        background: linear-gradient(45deg, #5639e6, #FD0C91, #f4d22a);
        background: -webkit-linear-gradient(45deg, #5639e6, #FD0C91, #f4d22a);
    }

    .size-btns .size-btn span:nth-child(1) {
        display: block;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .size-btns .size-btn span:nth-child(2) {
        padding: 0 14px;
        display: block;
        line-height: 1.3;
    }
.neon-shape-btns .shape-btn {
    width: 32%;
    border: 2px solid #e9e9e9;
    text-align: center;
    display: block;
    cursor: pointer;
    background: transparent;
    padding: 10px 18px;
    margin-right: 1%;
    border-radius: 7px;
    position: relative;
    margin: 01%;
    border: 0px solid #ddd !important;
}

    .neon-shape-btns .shape-btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        padding: 2px;
        background: -webkit-gradient(90deg, #b1b1b1, #b1b1b1) !important;
        background: linear-gradient(90deg, #b1b1b1, #b1b1b1);
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .neon-shape-btns .shape-btn.active:before {
        background: linear-gradient(45deg, #5639e6, #FD0C91, #f4d22a);
        background: -webkit-linear-gradient(45deg, #5639e6, #FD0C91, #f4d22a);
    }


.add-ons{
    gap:10px;
}
.add-ons .add-ons-single {
    position: relative;

}
    .add-ons .add-ons-single input[type="checkbox"] {
        position: absolute;
        top: -4px;
        left: -4px;
        z-index: 1;
    }
.add-ons .add-ons-single input[type="checkbox"] + label {
    display: block;
    cursor: pointer;
    padding: 20px 18px;
    margin-right: 1%;
    border-radius: 7px;
    
    position: relative;
    border: 2px solid #ddd;
}
    .add-ons .add-ons-single span {
        font-size: 24px;
        display:block;
    }
    .add-ons .add-ons-single input[type="checkbox"]:checked + label {
        border-color: #FD0C91;
    }

@media only screen and (max-width: 576px) {
    .size-btns .size-btn {
        padding: 10px 5px;
    }

    .font-btn {
        font-size: 12px;
    }

    .size-btns .size-btn span:nth-child(2) {
        font-size: 12px;
    }
}
