.dev-bar {
    background-color: darkred;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.loading-container {
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    background: url('/assets/images/loading.gif') center center no-repeat #fff;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.loading-text {
    width: 500px;
    text-align: center;
}

.input-error {
    color: darkred;
}

.nav-link p {
    display: inline-block;
    text-wrap: nowrap;
}

.nav-item-sub {
    width: 200px;
}

.table-message {
    text-align: center;
    margin-top: 10px;
}

.plan-container {
    display: flex;
}

.plan-center-container {
    flex-grow: 1;
    margin-right: 10px;
}

.plan-sidebar {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    background-color: #efefef;
    border-radius: 5px;
}

.plan-sidebar-container {
    position: sticky;
    top: 10px;
}

.plan {
    overflow-y: scroll;
}

.plan {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.plan::-webkit-scrollbar {
    display: none;
}

.card-inner .card-title {
    font-size: 0.9rem;
}

.card-inner .card-body {
    font-size: 0.8rem;
}

.card-inner .card-header .card-tools {
    padding: 0;
    margin: 0;
}

.plan-photos-container {
    position: relative;
    overflow: hidden;
}

.plan-photos-container img:first-of-type {
    position: relative;
	width: 100%;
	left: 0;
	top: 0;    
}

.plan-photos-container img {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
}

.plan-photos-photo-canvas:first-of-type {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.plan-photos-photo-canvas {
	position: absolute;
	width: 100%;
    height: 100%;
	left: 100%;
	top: 0;
    container-type: size;
}

.plan-photos-photo-canvas-tag {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.plan-photos-photo-canvas-tag-label {
    position: relative;
    color: #fff;
    font-size: 10px;
    z-index: 1;
    cursor: pointer;
    width: fit-content;
    text-wrap: nowrap;
    bottom: 15px;
    padding-left: 3px;
    padding-right: 3px;    
}

.plan-photos-photo-canvas-tag.sickness {
    border: 1px solid rgb(156, 6, 6);
}

.plan-photos-photo-canvas-tag.sickness .plan-photos-photo-canvas-tag-label {
    background-color: rgb(156, 6, 6);
    border: 1px solid rgb(156, 6, 6);
}

.plan-photos-photo-canvas-tag.treatment {
    border: 1px solid #6161db;
}

.plan-photos-photo-canvas-tag.treatment .plan-photos-photo-canvas-tag-label {
    background-color: #6161db;
    border: 1px solid #6161db;
}

.plan-photos-photo-canvas-tag.active {
    border: 1px solid rgb(134, 99, 3);
    z-index: 2;
}

.plan-photos-photo-canvas-tag.active .plan-photos-photo-canvas-tag-label {
    z-index: 2;
    background-color: rgb(134, 99, 3);
    border: 1px solid rgb(134, 99, 3);
}

.plan-photos-button {
    border-radius: 50%;
    opacity: 0.3;
    background-color: #000;
    color: #fff;
    float: left;
    font-size: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 20;
}

.plan-photos-button:hover {
    opacity: 0.5;
}

.plan-photos-button-prev-photo {
    position: absolute;
    top: 50%;
    left: 0;
}

.plan-photos-button-next-photo {
    position: absolute;
    top: 50%;
    right: 0;
}

.plan-photos-button-add {
    position: absolute;
    bottom: 0;
    left: 0;   
}

.plan-photos-button-remove {
    position: absolute;
    bottom: 0;
    left: 75px;
}

.plan-photos-button-wide {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
	box-shadow: 0px 10px 14px -7px #276873;
	background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color: #599bb3;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 13px 32px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #3d768a;
}

.plan-photos-button-wide:hover {
	background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color: #408c99;
    color: #ffffff;
}

.plan-stages-container {
    display: flex;
    justify-content: space-between;
}

.plan-stage {
    display: block;
    flex: 1;
    color: #000;
    font-weight: bold;
    border-top: 3px solid #007bff;
    border-bottom: 3px solid #007bff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.plan-stage.active {
    background-color: #cae7ff; 
}

.plan-stage-content {
    margin-top: 25px;
}

.plan-tag-selector-teeths-contianer {
    width: 70%;
    float: left;
}

.plan-tag-selector-teeths-section {
    float: left;
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;;
}

.plan-tag-selector-teeths-teeth {
    float: left;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 3px solid #fff;
}

.plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-healthy.png) top center no-repeat;
    height: 100%;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.missing .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-missing.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.worn .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-worn.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.veneer .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-veneer.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.root-treated .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-root-treated.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.radix .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-radix.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.parapulpal-pin .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-parapulpal-pin.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.implant-abutment .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-implant-abutment.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.implant .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-implant.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.fractured .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-fractured.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.filling-inlay .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-filling-inlay.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.filling-composite .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-filling-composite.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.filling-amalgamat .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-filling-amalgamat.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.discolored .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-discolored.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.denture .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-denture.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.caries .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-caries.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.bridge .plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-bridge.png) top center no-repeat;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth.selected {
    border: 3px solid #007bff;
    border-radius: 5px;
}

.plan-tag-selector-teeths-teeth-number {
    text-align: center;
    font-size: 1vw;
}

.plan-tag-selector-selectors-container {
    width: 30%;
    float: left;
}

.plan-tag-selector {
    background-color: gray;
    border-radius: 50px;
    color: #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 11px;
}

.plan-tag-selector-sub-list-open {
    float: right;
    margin-right: 10px;
    line-height: 1.5;
    width: 5%;
    text-align: right;
}

.plan-tag-selector-sub-list {
    position: absolute;
    top: 35px;
    left: 10px;
    list-style: none;
    padding-left: 0;
    color: #000;
    width: calc(100% - 20px);
    box-shadow: 8px 9px 24px -14px rgba(66, 68, 90, 1);
    text-align: left;
    z-index: 1;
}

.plan-tag-selector-sub-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    background-color: #fff;
    font-size: 12px;
}

.plan-tag-selector-sub-list li:hover {
    background-color: #e5e5e5;
}

.plan-tag-field {
    background-color: #e5e5e5;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 20px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.plan-tag-field:last-of-type {
    margin-bottom: 0;
}

.plan-tag-field-teeth-number {
    background-color: #fff;
    border-radius: 50px;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    text-align: center;
    margin-left: 10px;
}

.plan-tag-field-tag-container {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.plan-tag-field-button-tag-add {
    margin-right: 10px;
    margin-left: auto;
}

.plan-tag-field-tag {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

.plan-tag-field-tag-button-remove {
    margin-left: 5px;
}

.plan-tag-attributes-container {
    font-size: 12px;
}

.plan-tag-attribute-group {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(206 211 213);
    padding-bottom: 5px;
}

.plan-tag-attribute-group:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.plan-tag-attribute label {
    margin-bottom: 0;
    font-weight: normal !important;
}

.result {
    margin-left: 100px;
}

.result-section {
    width: 100%;
    float: left;
    display: flex;
}

.result-section-image {
    width: 80px;
}

.result-section-text {
    flex-grow: 1;
    font-size: 14px;
    margin-left: 25px;
    padding-top: 30px;
}

.tick {
    background: url('/tick-white.png') center left no-repeat;
    background-size: 25px;
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tick-green {
    background: url('/tick-green.png') center left no-repeat;
    background-size: 25px;
}

.tick-red {
    background: url('/tick-red.png') center left no-repeat;
    background-size: 25px;
}

.underline {
    border-bottom: 1px solid #edeae9;
    padding-bottom: 5px;
}