@import url("../ajax/libs/trix/1.3.1/trix.min.css");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

body {
    font-family: "Nunito Sans", sans-serif;
    color: #686d79;
    font-size: 19px;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5 {
    color: #4e5462;
}

h2 a {
    color: #4e5462;
}

h1 {
    font-size: 35px;
    margin-top: 1rem;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 29px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

//NOTICES
.introduction {
    color: #8d6e63;
    background-color: #f3e5f5;
    border: 1px solid #ab47bc;
    border-radius: 4px;
    padding: 15px;
    margin: 12px 0;
    font-size: 16px;
}

.error {
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 4px;
    padding: 15px;
    margin: 12px 0;
    color: #ef5350;
    font-size: 16px;
}

.success {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    border-radius: 4px;
    padding: 15px;
    margin: 12px 0;
    color: #66bb6a;
    font-size: 16px;
}

.info {
    background-color: #e1f5fe;
    border: 1px solid #b3e5fc;
    border-radius: 4px;
    padding: 15px;
    margin: 12px 0;
    color: #29b6f6;
    font-size: 16px;
}

.notice,
.ramka {
    padding: 15px;
    margin: 12px 0;
    color: #ff9800;
    background-color: #fff3e0;
    border: 1px solid #ffcc80;
    border-radius: 4px;
    font-size: 16px;
}

.notice a {
    color: #ff9800;
    font-weight: 600;
    text-decoration: underline;
}

.notice a:hover {
    color: #ccc;
}

.closebtn {
    margin-left: 15px;
    color: #bdbdbd;
    font-weight: bold;
    float: right;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: #424242;
}

.closex {
    margin-right: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closex:hover {
    color: red;
}

.main {
    min-height: 500px;
    position: relative !important;
    padding: 15px 0 60px 0;
}

@media only screen and (min-width: 1000px) {
    .main {
        min-height: 500px;
    }
}

.btn,
.btn:focus,
.btn-large,
.btn-small {
    background-color: #2096f3;
    text-transform: none;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #1d87db;
}

.btn:active,
.btn-large:active,
.btn-small:active {
    background-color: #1d87db;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus {
    background-color: #1d87db;
}

h2 a:hover {
    color: #1d87db;
}

.image-small img {
    max-width: 150px;
}

.blog img {
    width: 200px;
    border: 6px solid #eee;
    border-radius: 4px;
    float: left;
    margin: 7px 15px 15px 0;
}

.blog-post img {
    width: 320px;
    border-radius: 4px;
    float: right;
    margin: 10px 0 10px 10px;
}

.slide img,
.one-course img {
    max-width: 100%;
    height: auto;
}

.alert-success {
    color: #66bb6a;
    font-size: 17px;
}

.alert-info {
    color: #42a5f5;
    font-size: 17px;
}

.alert-error {
    color: #ef5350;
    font-size: 17px;
}

textarea {
    height: 200px;
}

.field {
    margin: 15px 0;
}

checkbox {
    display: block;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: static !important;
    left: 0px !important;
    margin-right: 3px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4c8fdf;
    box-shadow: 0 1px 0 0 #4c8fdf;
}

.small {
    font-size: 17px;
    color: grey;
}

select {
    display: block;
    opacity: 1 !important;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 16px;
}

.page-footer {
    padding-top: 50px;
    min-height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-footer a {
    color: #fff;
    font-size: 16px;
}

.page-footer a:hover {
    color: #ffb74d;
}

.page-footer h3 {
    color: #ffb74d;
}

.page-footer li {
    padding: 1px 0;
}

.footer-copyright {
    font-size: 16px !important;
}

.tiny-image {
    max-width: 150px;
    margin: 10px 0;
    border-radius: 4px;
    display: block;
}

.very-tiny-image {
    max-width: 30px;
    display: block;
    padding: 1px;
}

.phrase-image {
    width: 200px;
    border: 5px solid #eee;
    border-radius: 4px;
    float: left;
    margin: 7px 15px 15px 0;
}

.homepage .btn-large {
    margin-top: 15px;
}

.switch {
    margin: 20px 0;
}

.switch label input[type="checkbox"] {
    opacity: 0 !important;
}

label a#audio {
    margin-left: 15px;
}

.switch label input[type="checkbox"]:checked+.lever {
    background-color: #90caf9;
}

.switch label input[type="checkbox"]:checked+.lever:after {
    background-color: #2096f3;
}

label {
    font-size: 16px;
}

.avatar {
    object-fit: cover;
    margin: 0;
    border-radius: 50%; 
}

.name img,
.avatar-lang {
    object-fit: cover;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 10px;
}

.gems {
    margin-right: 0 !important;
}

.spacing {
    margin: 0 -5px 0 30px !important;
}

.contributor-name,
.post-date {
    color: #686d79;
}

textarea#post_seo_description,
textarea#page_seo_description {
    height: 50px;
}

textarea#user_bio {
    height: 75px;
}

textarea#post_content,
textarea#page_content {
    height: 400px;
}

.pagination {
    position: absolute;
    bottom: 18px;
    font-size: 16px;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

table {
    font-size: 18px;
}

.main ul:not(.browser-default) {
    padding-left: 20px;
}

.main ul li {
    font-size: 18px;
    display: list-item;
    list-style-type: disc;
    padding-left: 10px;
}

.blog-filter {
    margin: 25px 0;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 8px 10px;
}

.blog-filter label {
    display: block;
    margin: 20px 0;
    font-size: 16px;
}

blog-filter label #text {
    color: red !important;
    padding: 5px 0 0 0;
}

.hidden {
    display: none;
}

.accent {
    background: #fff8e1 !important;
    border: 1px dotted #ddd;
    padding: 0 4px;
    line-height: 1.2em;
}

.foreign {
    background: #e1f5fe !important;
    border: 1px dotted #ddd;
    padding: 0 4px;
}

.english {
    font-style: oblique;
    font-size: 14px;
    color: grey;
}

.incorrect {
    background: #fbe9e7 !important;
    border: 1px dotted #ddd;
    padding: 0 4px;
}

.correct {
    background: #e8f5e9 !important;
    border: 1px dotted #ddd;
    padding: 0 4px;
}

.bigger {
    font-size: 24px;
    width: 420px;
    margin: 28px auto;
}

.bigger br {
    content: "A" !important;
    display: block !important;
    margin-bottom: 1em !important;
}

strong {
    font-weight: 600;
}

.participant-image {
    width: 125px;
    vertical-align: middle;
    border: 5px solid #eee;
}

.participant-tiny-image {
    height: 75px;
    vertical-align: middle;
    border: 3px solid #eee;
    margin-bottom: 7px;
}

a.orange-box,
a.orange-box:visited,
a.red-box,
a.red-box:visited,
a.blue-box,
a.blue-box:visited,
a.purple-box,
a.purple-box:visited,
a.delete,
a.delete:visited,
a.edit,
a.edit:visited {
    color: white;
}

a:hover.orange-box,
a:hover.blue-box,
a:hover.purple-box,
a:hover.red-box,
a:hover.delete,
a:hover.edit {
    background-color: #ccc;
}

.orange-box,
.red-box,
.blue-box,
.purple-box,
.edit,
.delete {
    font-size: 15px;
    display: inline-block;
    clear: both;
    padding: 4px 8px;
    line-height: 15px;
    border-radius: 2px;
    color: white;
    margin-bottom: 12px;
    transition: background-color 0.3s;
}

.purple-box {
    background-color: #ba68c8;
}

.orange-box {
    background-color: #ffa726;
}

.edit {
    background-color: #bdbdbd;
}

.delete {
    background-color: #ef5350;
}

.red-box {
    background-color: #ef5350;
}

.blue-box {
    background-color: #2196f3;
}

.scrollable {
    border: 1px solid #eee;
    height: 150px;
    /* or any value */
    overflow-y: auto;
}

.dashboard-stripe {
    position: relative;
    background-color: #424242;
    font-size: 16px;
    margin-top: 0;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.dashboard-stripe i.material-icons {
    font-size: 20px;
    position: relative;
    top: 5px !important;
    margin-right: 2px;
}

.dashboard-stripe a,
a:visited.dashboard-stripe {
    color: #ddd !important;
    margin-right: 7px;
}

.dashboard-stripe a:hover {
    color: #ffb74d !important;
}

.user-profile {
    text-align: center;
    margin-bottom: 15px;
}

.name {
    font-size: 25px;
    display: block;
}

.bio {
    background: #f7f7f7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 20px auto 32px auto;
    max-width: 70%;
    padding: 15px;
    position: relative;
    display: block;
}

.bio::after {
    border-left: 20px solid transparent;
    border-top: 40px solid #f7f7f7;
    bottom: -40px;
    content: "";
    position: absolute;
    left: 40%;
}

.published-posts {
    text-align: center;
    background-color: #fcfcfc;
    border: 1px dashed rgb(227, 226, 226);
    width: 35%;
    margin: 0 auto;
    padding: 15px;
}

.published-posts a:hover,
.dashboard a:hover {
    color: orange;
}

a:hover.btn {
    color: white !important;
}

.fab,
.fas {
    margin: 10px 5px 0 0;
    transition: color 0.3s;
}

.fa-facebook {
    color: #4267b2;
}

.fa-twitter {
    color: #2196f3;
}

.fa-whatsapp {
    color: #4fce5d;
}

.fa-envelope {
    color: #ffa726;
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-whatsapp:hover,
.fa-envelope:hover {
    color: #ccc;
}

.transcript {
    margin: 20px 0 50px 0;
    background-color: #f8f8f8;
    padding: 1px 10px 12px 10px;
    border-radius: 5px;
    border: 1px dashed #eee;
}

audio::-webkit-media-controls-panel {
    background-color: #f8f8f8;
}

#error_explanation {
    color: red;
}

.answer,
.comment {
    border-top: 1px solid #eee;
    padding: 15px 0 10px 0;
}

.comment p {
    line-height: 28px;
    margin: 12px;
}

.comment-details {
    font-size: 15px;
    color: #aaa;
    margin: 0;
}

textarea#comment_body,
textarea#question_content,
input#question_title {
    border-color: #eee;
}

.question {
    border-bottom: 1px solid #eee;
    padding: 25px 0 45px 0;
    margin: 25px 0;
}

.flag {
    width: 60px;
    float: left;
    margin: 0 12px 0 0;
    display: block;
    border: 2px solid #eee;
}

span.question-title {
    font-size: 24px;
}

.question-text {
    overflow: auto;
}

.question-time {
    color: #aaa;
    font-size: 16px;
}

.comments {
    font-size: 18px;
    color: #aaa;
    float: right;
    margin-left: 20px;
}

span.accent.white {
    color: white;
}

ul.topic-filter li {
    list-style-type: none;
    padding: 12px;
    width: 100%;
    transition: background-color 0.5s;
    border-radius: 4px;
}

ul.topic-filter li img {
    width: 50px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

ul.topic-filter li:hover {
    background-color: #f0f0f0;
}

.leaderboard {
    background-color: #fafafa;
    border-radius: 5px;
    max-width: 100%;
}

.leaderboard h3 {
    padding: 15px 0 0 20px;
    font-size: 22px;
    color: #ff9800;
}

.leaderboard a {
    color: #4e5462;
}

ul.leaderboard-filter li {
    list-style-type: none;
    padding: 12px;
    transition: background-color 0.5s;
    border-radius: 3px;
    width: 100%;
}

ul.leaderboard-filter li img {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

ul.leaderboard-filter li:hover {
    background-color: #f0f0f0;
}

.small-gem {
    width: 26px;
    margin: 0 0 0 15px !important;
}

.question-title a {
    color: #4e5462;
}

.question-title a:hover {
    color: #1d87db;
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
    .published-posts {
        width: 50% !important;
    }

    ul.topic-filter li img {
        width: 35px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1300px) {
    ul.language-filter li img {
        width: 35px !important;
    }
}

div.question-author {
    text-align: center;
    width: 90px;
    margin: 15px 0 -10px 0;
}

div.question-author img {
    margin: 0 auto;
    display: block;
    float: none !important;
}

.question-author-name {
    display: block;
}

.flashcard {
    float: none;
    position: relative;
    max-width: 650px;
    margin: 15% auto;
    color: #8d6e63;
    background-color: #fcf8e4;
    border: 1px solid #faebce;
    border-radius: 4px;
    text-align: center;
    padding: 20px;
}

.flashcard img {
    float: right;
}

.flashcard h2 {
    color: #8d6e63;
}

.phrase {
    font-size: 3em;
    padding-top: 15px;
}

.englishphrase {
    font-size: 1.2em;
}

.pause {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.9em;
    color: #8d6e63;
    border: 1px solid #faebd0;
    padding: 10px;
    border-radius: 18px;
    background-color: #fcf8e5;
}

.pause:hover {
    color: #8d6e63;
    background-color: #faebd0;
    color: white;
}

.vocabulary-list {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px dashed #eee;
    padding: 10px;
    background-color: #f8f8f8;
}

ul.vocab-list {
    column-count: 2;
    padding-left: 5px !important;
}

ul.vocab-list li {
    list-style-type: none !important;
    color: #464c5b;
    padding: 8px 0;
    font-size: 22px;
}

ul.vocab-list a.sm2_button {
    margin-right: 3px;
}

.space-left {
    margin-left: 5px;
}

.grey-phrase {
    color: #aaa;
    font-size: 16px;
}

hr {
    margin: 10px 0;
    border: 0;
    height: 2px;
    background: #eee;
}

input#term {
    border-bottom: 1px solid #eee;
    margin-top: 30px;
}

.fa {
    font-size: 18px;
}

[data-audio] {
    cursor: pointer;
    color: #2196f3;
}

[data-audio].on {
    color: #464c5b;
}

[data-audio]:before {
    content: "\f028";
}

[data-audio].on:before {
    content: "\f028";
}

.chosen-container-single .chosen-search input[type="text"] {
    width: 360px !important;
}

.chosen-container .chosen-results {
    color: #666;
}

ol {
    font-size: 17px;
    padding-inline-start: 30px;
}

ol li {
    padding: 2px 0;
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 14px;
    color: #039be5;
    display: block;
    line-height: 20px;
    padding: 16px 12px;
}

.dropdown-content li>a:hover {
    background-color: #eee;
}

.sidenav li>a>i,
.sidenav li>a>[class^="mdi-"],
.sidenav li>a li>a>[class*="mdi-"],
.sidenav li>a>i.material-icons {
    margin-right: 15px;
}

.stripe-image {
    width: 350px;
}

.fb-page {
    margin: 76px 0 20px 0;
}

#search-form {
    margin-bottom: 15px;
}

.arrows {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.next {
    float: right;
}

img.course-img {
    border: none;
    max-width: 40px !important;
}

.blue-instruction {
    color: #42a5f5;
}

.lesson {
    display: none;
}

td,
th {
    text-align: inherit;
}

tr {
    border-bottom: 1px solid #eee;
}

.row h2 {
    font-size: 26px;
    margin-top: 0;
    padding-top: 0;
}

table {
    color: #686d79;
}

.table:hover,
tr:hover,
td:hover {
    color: #686d79 !important;
}

table :hover {
    color: #686d79;
}

nav li {
    margin-left: 12px;
    font-size: 15px;
}

.dropdown-content li {
    margin-left: 0;
}

.login-signup {
    width: 425px;
    background-color: #fafafa;
    padding: 35px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    margin: 40px auto;
}

.login-signup a {
    font-size: 15px;
}

.login-signup h2 {
    margin: 10px 0 30px 0;
    color: #2196f3;
}

.orange-text {
    color: #ffa726;
}

.login-signup img {
    width: 80%;
}

input#user_email,
input#user_name,
input#user_password {
    border-bottom: 1px solid #e8e8e8;
}

// media queries, ponizej 600px
@media only screen and (max-width: 600px) {
    .login-signup {
        max-width: 100%;
    }

    .bigger {
        font-size: 22px;
        width: 100%;
    }

    .blog img {
        width: 400px;
        margin: 0 0 10px 0;
    }

    .published-posts {
        width: 100% !important;
    }

    .bio {
        max-width: 100% !important;
    }

    .blog-post img {
        margin: 10px 0 0 0;
        float: none;
    }

    .homepage h1 {
        font-size: 65px;
        margin-top: 125px;
    }

    .main {
        min-height: 600px;
    }

    .avatar-small {
        object-fit: cover;
        width: 90px;
        height: 90px;
    }

    .fab,
    .fas {
        margin: 0 5px 0 5px;
    }

    .small {
        line-height: 24px;
    }

    ul.vocab-list {
        column-count: 1;
    }
}

.credit-card {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}

div#card-errors {
    color: red;
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        display: none;
    }
}

.navicons {
    display: flex;
    align-items: stretch;
    /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.navicons li {
    display: block;
    flex: 0 1 auto;
    /* Default */
    list-style-type: none;
    font-size: 16px;
}

@media only screen and (min-width: 992px) {
    .navicons {
        display: none;
    }
}

.sidenav-trigger {
    margin: 0 !important;
    padding: 0 !important;
}

.slide p {
    font-size: 25px;
    margin: 0;
    line-height: 1.5em;
}

.slide p.small {
    color: #ccc;
    line-height: 22px;
    font-size: 17px;
}

.slide img {
    border-radius: 4px;
}

.dottedUnderline {
    border-bottom: 1px dotted;
    display: inline-block;
}

.button {
    padding: 12px 20px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #2096f3 !important;
    border: none;
    border-radius: 4px;
    margin: 12px 0;
}

.button:hover {
    background-color: #1d87db;
}

.button:active {
    background-color: #1d87db;
    box-shadow: 0 5px #bdbdbd;
    transform: translateY(4px);
}

.modal {
    max-width: 500px;
    max-height: 100%;
    overflow: visible;
    margin: 0px auto;
    text-align: center;
    padding: 15px;
    border: 2px solid #ffa726;
    border-radius: 4px;
}

.modal img {
    max-width: 100% !important;
}

// media queries, ponizej 600px
@media only screen and (max-width: 600px) {
    .modal {
        max-width: 100% !important;
    }
}

.breathing {
    margin: 25px 0;
}

.profile-description {
    color: #9e9e9e;
    font-size: 20px;
}

.achievements {
    background-color: #f8f8f8;
    border-radius: 5px;
}

.achievements h3 {
    font-size: 26px;
    color: #ff9800;
}

.achievements-lang {
    width: 50px;
}

.achievements-icon {
    width: 35px;
}

.achievements ul {
    margin-left: none !important;
}

.achievements ul li {
    list-style-type: none;
    padding: 12px 0;
}

.achievements ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.achievements a {
    font-size: 16px;
    font-style: italic;
}

#flash-messages-container {
    position: fixed;
    z-index: 1000;
}

.flash-message {
    background-color: #ffca28 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    font-size: 17px;
    padding: 4px 10px;
    display: inline-block;
    opacity: 0;
    transition: opacity 2s ease;
}

.flash-message.visible {
    opacity: 1;
}

.avatar-container i.fas {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    padding: 0.5em 0.4em !important;
    background-color: #ffa726;
    color: white;
    font-size: 11px;
    line-height: 11px !important;
    height: 22px !important;
}

.avatar-container {
    position: relative;
    padding-top: 10px;
    display: inline-block;
}

.avatar-container img {
    display: block;
}

.questions-cta {
    padding: 1rem;
    padding-top: 0;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.15rem;
    background-color: #fff3e0;
    border-color: #ffb74d;
    border-style: dashed;
    color: #ff9800;
}

.btn-flat {
    color: white;
    text-transform: capitalize;
}

.disable {
    cursor: not-allowed;
    pointer-events: none;
}

.btn-block {
    width: 100%;
}

.mt-20 {
    margin-top: 20px !important;
}

.dropdown-trigger>img.avatar {
    margin-top: 10px;
    margin-bottom: -10px;
}

a.black-link {
    color: #686d79;
    font-size: 20px;
}

a.black-link:hover {
    text-decoration: underline;
}

.tiny-text {
    font-size: 14px;
}

.grey-text {
    color: #ccc;
}

.italic-text {
    font-style: italic;
}

/* Custom margin classes with ten pixels spacing */
.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

#clipboard {
    min-height: 300px;
    /* Adjust the height as needed */
}

/* Custom CSS */
.custom-textarea {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    min-height: 400px;
    width: 100%;
}

.input-field>label {
    position: relative;
}

.note-container {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 4px #00000012;
    /* Delicate shadow */
    padding: 2px 20px;
    margin-bottom: 10px;
}

.note-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 2px;
}

.note-content {
    font-size: 17px;
    line-height: 1.7;
}

.small-textarea {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 100px;
    width: 100%;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.tiny i {
    font-size: 14px !important;
}

.stars {
    color: #ffa726;
    font-size: 18px;
}

.delete {
    border: none;
}

.delete:hover {
    color: white;
    background-color: #ccc;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
    font-size: 1.5rem;
    color: #686d79;
}

.hide {
    opacity: 0;
    animation: fadeOut 1s ease-in-out;
}

.show {
    opacity: 1;
    animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.rounded-4 {
    border-radius: 4px
}

.right {
    float-right;
}

.medium {
    width: 400px;
    max-width: 100%;
}

.radio-toolbar [type="radio"]:not(:checked),
[type="radio"]:checked {
    pointer-events: all;
    opacity: 1;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: block;
    padding: 8px;
    background-color: #fafafa;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    margin: 5px;
    border-radius: 4px;
    /* transition: background-color 0.2s ease, color 0.2s ease; */
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #8bc34a;
    color: white;
}

.header {
    font-size: 44px;
    font-weight: bolder;
}

.header-sm {
    font-size: 36px;
    font-weight: bolder;
}

.color-green {
    color: #4caf50;
}

.color-orange {
    color: orange;
}

.bolder {
    font-weight: bolder;
}