.human-years-container {
    width: 100%;
    padding: 20px;
    position: relative;
}

.human-years-container .human-years-controls {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.dog-select {
    width: 100%;
    height: 53px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.nice-select:after {
    border: 0px none !important;
}

.human-years-controls .row {
    padding: 10px 0;
}


.human-years-container .nice-select ul.list {
    width: 100%;
    z-index: 9999;
}

.nice-select.open .list {
    width: 100%;
}

.nice-select .option {
    font-size: 1rem;
}

.nice-select span.current {
    font-size: 1rem;
}
.human-years-container .dog-select input {
    width: 100%;
}

.calc-input input {
        border-radius: 5px;
    border: solid 1px #e8e8e8;
}

.calc-input label, .calc-select label, .calc-dog-toggle label, .meals-per-day-toggle label, .adult-meals-per-day-toggle label {
    font-size: 12px;
}

.human-years-header {
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.human-years-header .size-toggle {
    background: #d1a642;
    border: 2px solid #222;
    flex-basis: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.human-years-header .size-btn:first-child {
    border-left: 0;
}

.human-years-header .size-btn:last-child {
    border-right: 0;
}
.human-years-header .size-btn {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
    border: 1px solid #222;
    border-top: 0;
    border-bottom: 0;
    width: 25%;
}

.human-years-header .size-btn.active {
    background: #ffd36d;
}

.size-btn.small img {
    height: 40% !important;
}

.size-btn.medium img {
    height: 50% !important;
}
.size-btn.large img {
    height: 55% !important;
}
.human-years-header .size-toggle .size-btn img {
    width: auto;
    height: 60%;
    max-height: 100px;
    padding: 10px;
    text-align:center;
}
.human-years-header .size-toggle .size-btn h4 {
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    color: #222;
    margin: 0;
}
.human-years-header .size-toggle .size-btn h5 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    color: #222;
}
.human-years-header .measure-toggle{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    /* height: 35px; */
    justify-content: flex-end;

}

.human-years-header .measure-inner {
    border-radius: 10px;
    min-width: 150px;
}

.human-years-header .measure:first-child {
    border-radius: 10px 0px 0px 10px
}

.human-years-header .measure:last-child {
    border-radius: 0px 10px 10px 0px
}

.human-years-header .measure {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    height: 35px;
    float: left;
    padding: 5px;
}

.human-years-header .measure.toggled {
    background: #222;
}



.measure span {
    color: #222;
}

.measure.toggled span {
    color: #fff;
}

.dog-kind-inner {
height: 53px;
}
.pick-label {
    display: block;
    text-align: center;
    font-size: 20px;
}
.mini-size-toggle {
    width: 100%;
    border: 2px solid #222;
    margin-bottom: 15px;
    border-radius: 20px;
    
}
.mini-size-toggle-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.mini-size-btn {
    background: #d1a642;
    border: 2px solid #222;
    border-top: 0;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 5px;
    flex-basis: 25%;
    font-size: 16px;
}

.inner svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mini-size-toggle-inner .mini-size-btn.active {
    background:#ffd36d;
    
}

.dog-kind:first-child {
    border-radius: 8px 0 0 8px;
}
.dog-kind:last-child {
    border-radius: 0 8px 8px 0;
}

.mini-size-btn:first-child {
border-right: 0;
border-left: 0;
border-radius: 20px 0 0 20px;
}
.mini-size-btn:nth-child(2) {
    border-right: 0;
}
.mini-size-btn:last-child {
    border-left: 0;
    border-right: 0;
    border-radius: 0 20px 20px 0;
}

.dog-kind-inner .dog-kind, .metric-inner .meals-btn {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    height: 53px;
    float: left;
    padding: 5px;
}

.adult-meals-per-day-toggle .metric-inner .meals-btn {
    width: 100%;
    border-right: 0px none !important;
    background: #d1a642 !important;
    color: #222;
}

.dog-kind-inner .dog-kind:first-child, .metric-inner .meals-btn:first-child {
     border-right: 2px solid #ccc;
}

.dog-kind-inner .dog-kind.toggled, .metric-inner .meals-btn.toggled {
    background: #d1a642
}

.dog-kind-inner .dog-kind span, .mini-size-toggle-inner .mini-size-btn span, .metric-inner .meals-btn.toggled span {
    color: #222;
}

.human-years-controls .controls-footer {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.calc-btn {
    width: 250px;
    padding: 10px 5px;
    margin: 0 auto;
    background: #d1a642;
    color: #222;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.human-years-results {
   
    border-radius: 5px;
    min-height: 400px;
    margin-bottom: 60px;
    position: relative;
}

.human-years-results .inner {
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #111;
    z-index: 99;
    align-items: stretch;
    flex-direction: column;
    padding: 0px;
transition: opacity .4s;
}

.inner .output-section {
    border-top: 0px none !important;
}
.inner .input-section, .inner .output-section {
    flex-basis: 50%;
    border: 4px solid #d1a642;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.inner .input-age {
    font-size: 60px;
    font-weight: 600;
    color: #d1a642;
    text-align: center;
    margin: 0;
}

.inner .output-age {
    color: #d1a642;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.inner h5.label {
    font-size: 24px;
    color: #d1a642;
    text-align: center;
    border-bottom: 2px solid #d1a642;
    max-width: 70%;
    padding: 5px;
    margin: 0 auto;
}

.human-years-results .instructions {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #111;
    border: 4px solid #d1a642;
    z-index: 99;
    align-items: center;
    padding: 20px;
}

.instructions h5 {
    font-size: 22px;
    font-weight: 600;
    color: #d1a642;
}

.human-years-results .inner.show {
    opacity: 1;
    transition: opacity .4s;
}

.human-years-results .inner .square {
    background: #f7f7f7;
    display: flex;
    flex-basis: calc(50%);
    justify-content: center;
    flex-direction: column;
    border: 4px solid #ddd;
    padding: 20px 0;
    opacity: 0;
    transition: opacity .4s;
}

.human-years-results .inner .square.show {
    opacity: 1;
    transition: opacity .4s;
}

.human-years-results .inner .square:last-child {
    flex-basis: auto;
    flex-grow: 1;
}
.human-years-results .inner .square.water-max-per-day {
    flex-basis: 50%;
}
.human-years-results .inner .water-pup-per-day.square {
    flex-grow: 1;
    flex-basis: auto;
}

.inner .square .square-title {
    text-align: center;
}

.inner .square .square-value {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.inner .square img {
    width: 100%;
    max-width: 84px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    object-fit: contain;
}
@media (min-width: 320px) and (max-width: 480px) {
    .pick-label {
        color: #fff;
    }
    .human-years-header {
        height: 150px;
    }

    .size-btn img {
        padding: 5px;
    }
    .human-years-header .size-toggle .size-btn h4 {
        font-size: 16px;
        padding: 5px 0;
    }
    .human-years-header .size-toggle .size-btn h5 {
        font-size: 12px;
        padding: 0 0 5px 0;
        flex-basis: 10%;
    }
    #disputo-main-inner p {
        color: #fff;
    }

    .calc-input label,
    .calc-select label,
    .calc-dog-toggle label,
    .calc-metric-toggle label,
    .meals-per-day-toggle label,
    .adult-meals-per-day-toggle label {
        color: #fff;
    }
}
