/*
Theme Name: Donat Child
Theme URI: https://wordpress.themeholy.com/donat
Template: donat_theme
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Donat - Charity &amp; Donation WordPress Theme
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.0.0.1753100138
Updated: 2025-07-21 12:15:38

*/

.wpcf7-form-control-wrap label {
    display: flex;
    align-items: center;
}

.wpcf7-form-control-wrap input[type="radio"],
.wpcf7-form-control-wrap input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    display: grid;
    place-content: center;
    opacity: 1;
    visibility: visible;
    margin-right: 5px;
}

.wpcf7-form-control-wrap input[type="radio"]::before,
.wpcf7-form-control-wrap input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em rebeccapurple;
}

.wpcf7-form-control-wrap input[type="radio"]:checked::before,
.wpcf7-form-control-wrap input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.wpcf7-submit {
    background-color: rgba(234, 184, 86, 1);
    color: #fff;
}

#close-baseline,
.close-btn {
    outline: none;
    border: none;
    border-radius: 20px;
    background: #eab856;
    color: #fff;
    width: 29px;
    font-size: 24px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.masterstudy-course-player-assignments__edit-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.masterstudy-course-player-assignments__templates {
    width: max-content;
}