.course_title {
    color: #204146;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: bold;
}

input.form-select {
    border: 1px solid #c2e2eb;
    height: 48px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
}
.date_birthday {
    margin-top: 9px;
    font-size: 18px;
    font-weight: 600;
    color: #188bab;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("/assets/images/date.png") no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.form-textarea {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    border: 1px solid #c2e2eb;
    height: 100px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
}
.form-textarea:focus {
    color: #c2e2eb;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.title-colord {
    color: #188bab;
}

#toggleCheckbox {
    /* Increase width and height to make it larger */
    width: 30px;
    height: 30px;
    /* You can adjust the size as needed */
    margin-right: 10px; /* Optional: Add some spacing to the label */
}
.blockElement {
    color: #204146;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-right: 13px !important;
}
