.elementor-8705 .elementor-element.elementor-element-0116fde > .elementor-widget-container{margin:22px 0px 0px 0px;}.elementor-8705 .elementor-element.elementor-element-0116fde{text-align:center;}.elementor-8705 .elementor-element.elementor-element-0116fde .elementor-heading-title{font-family:"Quicksand", Sans-serif;font-size:54px;font-weight:400;text-decoration:none;color:var( --e-global-color-4c87097 );}.elementor-8705 .elementor-element.elementor-element-704f600 > .elementor-widget-container{margin:0px 0px -6px 0px;}.elementor-8705 .elementor-element.elementor-element-704f600{text-align:center;font-family:"Quicksand", Sans-serif;font-size:41px;font-weight:400;text-decoration:none;color:var( --e-global-color-4c87097 );}.elementor-8705 .elementor-element.elementor-element-ac770ef > .elementor-widget-container{margin:0px 0px 0px 20px;}.elementor-8705 .elementor-element.elementor-element-ac770ef{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-decoration:var( --e-global-typography-primary-text-decoration );}.elementor-8705 .elementor-element.elementor-element-6a85ee9 > .elementor-widget-container{margin:0px 0px 0px 60px;}.elementor-8705 .elementor-element.elementor-element-6a85ee9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(0px/2);}.elementor-8705 .elementor-element.elementor-element-6a85ee9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(0px/2);}.elementor-8705 .elementor-element.elementor-element-6a85ee9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(0px/2);}.elementor-8705 .elementor-element.elementor-element-6a85ee9 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-0px/2);}.elementor-8705 .elementor-element.elementor-element-6a85ee9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-0px/2);}.elementor-8705 .elementor-element.elementor-element-6a85ee9 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-8705 .elementor-element.elementor-element-6a85ee9 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-8705 .elementor-element.elementor-element-6a85ee9{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-8705 .elementor-element.elementor-element-6a85ee9 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-8705 .elementor-element.elementor-element-6a85ee9 .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8705 .elementor-element.elementor-element-6a85ee9 .elementor-icon-list-text{transition:color 0.3s;}.elementor-8705 .elementor-element.elementor-element-98ddbe0 > .elementor-widget-container{margin:0px 0px 0px 20px;}.elementor-8705 .elementor-element.elementor-element-98ddbe0{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-decoration:var( --e-global-typography-primary-text-decoration );}.elementor-8705 .elementor-element.elementor-element-5b3579e > .elementor-widget-container{margin:0px 0px 0px 20px;}.elementor-8705 .elementor-element.elementor-element-5b3579e{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8705 .elementor-element.elementor-element-a6d68e3 > .elementor-widget-container{margin:0px 0px 50px 20px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-90d9281 *//*radio design*/
/* Base styles for the radio button inside .tracing-mod */
.tracing-mod .trace-radio input[type="radio"] {
    width: 25px; /* Adjust size as needed */
    height: 25px; /* Adjust size as needed */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #298eaf; /* Outline color */
    vertical-align: middle;
    position: relative;
}

/* Inner circle (unchecked state) */
.tracing-mod .trace-radio input[type="radio"]::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}
/* Inner dot (checked state) */
.tracing-mod .trace-radio input[type="radio"]:checked::after {
    content: '';
    display: inline-block;
    width: 70%; /* Adjust size as needed for inner dot */
    height: 70%; /* Adjust size as needed for inner dot */
    border-radius: 50%;
    background-color: #298eaf; /* Inner dot color */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*end: radio design*/

.tracing-mod{
    width: 30%;
    display: flex;
    float: left;
    align-items: center;
    justify-content: left;
    position: relative;
}
.kid-name{
    width: 50%;
    float: left;
}
.gen-submit{
    width: 20%;
    float: left;
}
.gen-submit input[type="submit"]{
    border: 1px solid #298eaf;
}
.tracing-mod label:nth-of-type(2) {
    margin-left: 10px;
}
.tracing-mod label {
  color: black;
  font-weight: normal;
  font-size: 17px;
  cursor: pointer;
}
.pencil-options{
    font-size: 15px;
    position: absolute;
    top: 100%;
    background: white;
    padding: 10px;
    width: 420px;
    left: 48%;
    z-index: 1;  
}
.pencil-options .option-item{
    margin-bottom: 10px;
}
.pencil-options ul {
  list-style: none;
  padding-left: 5px;
}
.pencil-options ul li label{
    color: #000000;
    font-weight: normal;
    font-size: 14px;
}
.pencil-options ul li input[type="radio"]{
    accent-color: #298eaf !important;
}
.etshidden{
    display: none;
}

.topBoxWorksheet {
    background-color: #f4e2b4;
    border-radius: 40px;
    margin-bottom: 50px;
    padding: 20px 50px;
    width: 100%;
    float: left;
}

.topBoxWorksheet > div > * {
    min-height: 60px;
}

.name-input {
    max-width: 100%;
    font-size: 22px;
    font-family: Quicksand;
}

/* Styles for tablets and smaller devices */
@media (max-width: 768px) {
    .input-sec{
        display: flex;
        flex-direction: column;
    }
    .topBoxWorksheet{
        padding: 20px 30px;
    }
    .tracing-mod{
        width: 100%;
        display: block;
        float: left;
        align-items: center;
        justify-content: left;
        position: initial;
        order: 2;
    }
    .kid-name{
        width: 100%;
        float: left;
        order: 1;
        margin-bottom: 12px;
    }
    .gen-submit{
        width: 100%;
        float: left;
        order: 3;
    }
    .gen-submit input[type="submit"]{
        width: 100%;
        margin-right: 0px;
    }
    .pencil-options{
        position: initial;
        top: 0;
        left: 0;
        margin: 10px auto;
        float: left;
        width: 100%;
    }
}

.topBoxWorksheet .kid-name input,
.topBoxWorksheet .gen-submit input {
    margin-top: auto;
    margin-bottom: auto;
    height: 60px
}

.mr-4 {
    margin-right: 24px;
}

.mb-4 {
    margin-bottom: 24px
}

.worksheetGeneratorForm {
    margin: 25px 10px;
}

.pb-1 {
    padding-bottom: 1em;
}

.small {
    font-size: small;
}

.fr {
    text-align: right;
    padding-top: 30px
}

.w1 {
    width: 250px;
}

.w2 {
    width: 300px;
}
.tableFormWorksheet{
    width: 100%;
}
.tableFormWorksheet td{
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top !important;
    border: none;
    text-align: left;
    background-color: transparent !important;
}
.tableFormWorksheet td > div {
    display: flex
}
.tableFormWorksheet td > div > * {
    padding: 5px 15px;
    margin: auto 5px;
}
#preview, #preview-small-screens {
    border: solid 1px #878d90;
    border-radius: 3px;
}

#preview {
    margin-left: 25px;
    width: 300px;
    max-width: calc(100% - 25px);
}
#preview-small-screens {
    margin-top: 25px;
    width: 100%;
    max-width: 400px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.preview-small-screens {
    display: none;
}

.tableFormWorksheet h2, .tableFormWorksheet h3 {
    color: #e55231;
    text-align:center;
}

.tableFormWorksheet h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 0px;
}

.tableFormWorksheet h3 {
    font-size: 25px;
}

.tableFormWorksheet label {
    color: #000;
    font-weight: normal;
}

.button-material-blue {
    background-color: #6ec1e4;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    text-decoration: none;
    border: none;
    padding: 10px 50px !important;
    float: right;
}

.button-material-blue:hover {
    text-decoration: underline;
    cursor: pointer;
}

.legend-preview {
    margin-left: 25px;
}

.name-input {
    padding: 5px 10px;
}

.name-input:focus {
    border: solid 1px #6ec1e4;
    padding: 6px 11px;
    border-radius: 3px;
    outline: none;
}

@media (max-width: 1250px) {
    .w1 {
        width: 150px;
    }
}

@media (max-width: 850px) {
    .w1 {
        width: 100px;
        max-width: 120px;
    }

    .w2 {
        width: 250px;
    }

    #preview {
        width: 250px;
    }
}

@media (max-width: 600px) {
    .w2 {
        width: 200px;
    }
}

@media (max-width: 500px) {
    .w2 {
        width: 150px;
    }

    .tableFormWorksheet h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.typography-p {
    font-family: var(--e-global-typography-text-font-family ), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight );
    font-size: 16px;
}

.typography-input, .typography-header {
    font-size: 22px;
}/* End custom CSS */