﻿.badge-container {
    position: relative;
}
.badge {
    background-color: #ff8e00;
    border-radius: 8px;
    display: block;
    min-width: 16px;
    height: 16px;
    line-height: 7px;
    text-align: center;
    font-size: 10px;
    padding: 3px;
    font-weight: bold;
    color: white;
}
.badge-top-left {
    position: absolute;
    top: -8px;
    left: -8px;
}
.badge-top-right {
    position: absolute;
    top: -8px;
    right: -8px;
}
.polar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    left: 50%;
    margin-left: -80px;
}
.polar-square {
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    width: 40px;
    height: 40px;
    margin-right: -20px;
    margin-top: -20px;
}
.polar-rotation-square {
    bottom: 0;
    top: initial;
    margin-bottom: -20px;
}
.polar-left {
    margin-right: 0;
    margin-bottom: -17px;
}
.polar-left:first-child {
    margin-right: 20px;
    margin-bottom: -9px;
}
.polar-right {
    margin-right: -40px;
    margin-bottom: -17px;
}
.polar-right:last-child {
    margin-right: -60px;
    margin-bottom: -9px;
}
.polar-module {
    width: 14px;
    height: 14px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    transition: all ease-in 0.2s;
}
.polar-module-color {
    background-color: #ff8e00;
}
.table-full {
    width: 100%;
}
.td-half-tr {
    width: 50%;
    text-align: center;
}
.arrow-y-back {
    transform: rotate(55deg);
    position: relative;
    left: -15px;
}
.arrow-y-front {
    transform: rotate(55deg);
    position: relative;
    left: 15px;
}
.arrow-z-top {
    transform: rotate(90deg);
}
.arrow-z-bottom {
    transform: rotate(-90deg);
}
.check-box {
    padding: 8px;
}
.arrangement-section {
    border-bottom: 1px solid #848484;
    padding-bottom: 15px;
}
.arrangement-section .toggle-list-item {
    padding-bottom: 0;
}
.div-last-multiple-tab {
    padding: 10px;
    margin-top: -20px;
}
