body {
    /*background-color: aqua;*/
}

.skip-to-content-link {
    display: none;
}

.word-count {
    display: none;
}

.ck.ck-content.ck-editor__editable {
    min-height: 150px;
}

.ck-powered-by {
    display: none;
}

.form-check-input {
    height: 25px;
    padding-right: 10px;
    margin-right: 10px;
}

img {
    max-width: 100%;
}

.dz {
    border: dashed !important;
    background-color: #ccc !important;
    border-radius: 10px !important;
}

.dz:hover {
    background-color: aliceblue !important;
}

.toothdiv {
    position: relative;
    width: 360px;
}

.cursor-pointer {
    cursor: pointer;
}

.tooth {
    position: absolute;
}

.toothdiv .tooth-checkbox {
    position:absolute;
	font-size: 24px;
	cursor: pointer;
    caret-color: transparent;
	/*display: block;*/
    width: auto;
    height: auto;
    max-width: 360px;;
}

.toothdiv .tooth-checkbox input {
    display: none;
}

.toothdiv .tooth-checked {
	display: none;
}

.toothdiv .tooth-hover {
	display: none;
}

/*
.tooth-checkbox input:checked ~ .tooth-checked {
	display: inline;
}

.tooth-checkbox input:checked ~ .tooth-unchecked {
	display: none;
}

.tooth-checkbox:hover input:not(:checked) ~ .tooth-hover {
    display: inline;
}

.tooth-checkbox:hover input:not(:checked) ~ .tooth-checked {
    display: none;
}

.tooth-checkbox:hover input:not(:checked) ~ .tooth-unchecked {
    display: none;
}
*/

.home-block {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: background-color 0.3s;
    text-decoration: none;
    color: #212529;
}

.clickable-block {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: background-color 0.3s;
    text-decoration: none;
    color: #212529;
}

.clickable-block:hover {
    background-color: #e6f3ff;
    text-decoration: none;
}

.cart-badge {
    position: absolute;
    bottom: 5px;
    left: 0px;
    padding: 2px 4px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 11px;
}

.form-signin {
    width: 100%;
    max-width: 640px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.django-ckeditor-widget {
    width: 100%;
    flex: 1;
}

input[type="checkbox"]:disabled {
    accent-color: red; /* This changes the checkbox color */
}

input[type="checkbox"]:disabled + label::before {
    background-color: red; /* Change the background color */
    border-color: red; /* Change the border color */
}
