#height-comparison-tool hr {
  max-width: none!important
}
#height-comparison-tool p {
  margin-top: 0
}
#height-comparison-tool button > span {
  font-size: 15px!important;
}

.position-absolute {
    position: absolute!important;
}

.text-break {
	word-break: break-word !important;
	white-space: break-spaces !important;
	font-size: 15px;
}

.custom-create-button {
    font-size: 1.75rem;
}

/* Scale*/
@media (max-width: 576px){
    .custom-create-button {
        font-size: 2.75rem;
    }
    #figure-container{
        justify-content: flex-start!important;
        overflow-x: auto!important;
        overflow-y: hidden!important;
        max-width: 74%;
        margin-left: 10%;
    }
    .figure-name {
        justify-content: unset!important;
    }
    #fig-0 {
        margin-left: -20%;
    }
    /*.new-fig {
        margin-bottom: 55px!important;
    }
    #base-fig-group {
        margin-bottom: 55px!important;
    }*/
}
#scale-container {
    position: absolute;
    bottom: 0;
    margin: 0 1%;
    width: 98%;
}
.scale {
    font-weight: 400;
    line-height: 15px;
    position: relative;
    transition-property: height;
    transition-duration: 2s;
    height: 34px;
}
.scale-mark-left {
    position: absolute;
    bottom: 3px;
    left: 0;
}
.scale-mark-right {
    position: absolute;
    bottom: 3px;
    right: 0;
}
.cmScaleLine {
    border: 0.35px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}
#fig-0 {
    width: 100%;
}
#fig-0 .figure-name {
    display: none;
}

/* -- MAIN CONTAINER CONTENT -- */
#main-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;  
}

#figure-container {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  height: 100%;
  overflow: visible;
  align-items: flex-end;
  z-index: 1;
}

#base-male-fig, #base-female-fig, #base-car-fig, #base-door-fig, #base-couch-fig, #base-closet-fig, #ruler-container, #ruler-container-mobile {
  display: none;
}

#base-editMenu {
  display: none;
}

#base-fig-group {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.new-fig {
  display: inline-block;
  margin: 0px 10px;
  height: 100%;
  text-align: center;
  z-index: 10;
}
.car-figure, .door-figure, .couch-figure, .closet-figure {
    opacity: 0.2;
}

.edit-menu {
  background-color: #fff!important;
  display: inline-block;
  border: 5px solid;
  border-radius: 25px;
  width: 200px;
  height: auto;
  z-index: 99;
  position: absolute;
}

.figure-img {
  height: 100%;
  width: auto;
  /*max-width: 100%;*/
  margin: 0px;
}

.figure-name {
  width:100%;
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.name-value {
  float: left;
}

.edit-btn {
  display: inline-block;
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.close-btn {
  color: red;
  font-weight: bold;
  font-size: 1.5em;
  float: right;
}

#create-fig {
    width: 90%;
    margin: auto;
}
.create-fig-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    height: 32px;
    padding-top: 5px;
    color: #fff;
    background: #d33a2c;
    text-align: center;
}
.col-4 > label {
    background: #f2f2f2;
    width: 100%;
    margin: auto;
    cursor: pointer;
    padding: 6%;
    border-radius: 3px 0 0 3px;
    text-align: center;
}
.col-8 > input {
    width: 100%;
    height: 100%;
    outline: 0;
    padding-bottom: 0;
    padding-left: 5px;
    border: none;
    border-bottom: 0.5px solid #e9e9e9;
}
.half-input {
    max-width: 100%;
    padding-left: 6px;
    height: 100%;
    border: none;
    border-bottom: 0.5px solid #e9e9e9;
}
.half-label {
    height: 100%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addInput {
    margin: auto;
}
.addInput .addInput-gender {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.addInput .addInput-gender__input {
    display: none;
}
.addInput .addInput-gender__label {
    background: #f2f2f2;
    width: 50%;
    cursor: pointer;
    padding: 3%;
    border-radius: 3px 0 0 3px;
    text-align: center;
}
.addInput .addInput-gender__input:checked+label {
    background: #0069d9;
    color: #fff;
}
.addInput .addInput-gender__label:first-of-type {
    border-right: none;
}
.addInput .addInput-gender__label:last-of-type {
    border-radius: 0 3px 3px 0;
}
