
.tcul_checkbox{
    content: "" !important;
    top: 4px !important;
    left: 0 !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 16px !important;
    text-align: center !important;
    z-index: -1 !important;
    border-radius: 4px !important;
    border: 1px solid #DBDDE5 !important;
    background: var(--tp-common-white) !important;
    box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06) !important;
    -webkit-transition: all 0.2s 0s ease-out !important;
    -moz-transition: all 0.2s 0s ease-out !important;
    -ms-transition: all 0.2s 0s ease-out !important;
    -o-transition: all 0.2s 0s ease-out !important;
    transition: all 0.2s 0s ease-out !important;
}
.tcul_upload{
    width: 225px !important;
    height: 46px !important;
    font-size: 14px !important;
    color: #4A4E68 !important;
    border-radius: 20px !important;
}

input[type="file"] {
    width: 225px !important;
    height: 46px !important;
    font-size: 14px !important;
    color: #4A4E68 !important;
    border-radius: 20px !important;
}
.tcul_delete{
    position: absolute;
    right: -20px;
    top: 32px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: block;
    z-index: 999;
}
.tpd-setting-cartificate-content .upload-btn {
    border-radius: 8px;
    color: #fff;
    background: #6BDD99;
}
.tpd-new-course-file-content label {
    width: 100% !important;
}
.tp-cta-3-btn button {
    border-radius: 70px !important;
    font-weight: 400 !important;
    padding: 8px 28px !important;
    background: linear-gradient(-90deg, #31b978, #1ab69d);
    /* background: linear-gradient(to right, #2ea386, #32ac8f, #34b495, #38bc9e, #3dc5a7, #42cdb0, #47d5b9); */
}
.tpd-new-course-file-content label {
    background-color: #6BDD99;
}
.tp-cta-3-btn button:hover {
    box-shadow: none;
    background: #1ab69d;
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
@media only screen and (max-width: 767px) {
    .tp-shop-product-tab {
        margin-bottom: 20px !important;
    }
    .tp-cta-3-wrap {
        padding: 30px 10px !important;
        border: 6px solid var(--tp-common-white) !important;
    }
    .tcul_upload{
        width: 100% !important;
    }
    input[type="file"] {
        width: 100% !important;
        height: 46px !important;
    }
}