.dt-button {
    background-color: var(--wp--preset--color--primary);
    border-radius: 0;
    border-width: 0;
    color: var(--wp--preset--color--contrast);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.dt-button:hover {
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
}

.dt-input {
    background-color: var(--wp--preset--color--white);
    border: 2px solid var(--wp--preset--color--primary);
    color: var(--wp--preset--color--contrast);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.333em + 2px) calc(0.667em + 2px);
}

.dt-input:hover {
    border-color: var(--wp--preset--color--contrast);
}

.py-5{
    padding: 16px;
}
.notice-success{
    background-color: #6dff6d50;
    border:2px solid #008000;
    border-radius: var(--wp--custom--border--radius);
}
.notice-error{
    background-color: #ff6d6d50;
    border:2px solid #800000;
    border-radius: var(--wp--custom--border--radius);
}
input[type="submit"]{
    background-color: #48bf52;
    color: white;
    border-radius: 0px;
    padding:20px 85px;
}
input[type="submit"]:hover{
    background-color: white;
    color: #48bf52;
    border: 1px solid #48bf52;
}
.add_lesson_button{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 75px !important;
    padding-right: 75px !important;
    color: white !important;
    border-top-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-color: #48bf52 !important;
    border-style: solid !important;
}

.add_lesson_button:hover{
    background: rgba(73,191,83,0.23) !important;
    color: #48bf52 !important;
}

.dt-error-container {
    padding-left: 10px;
    padding-right: 10px;
}

.dt-error {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 33px;
    padding-right: 33px;

    border: 1px solid var(--wp--preset--color--error);
    border-radius: 10px;
}