input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.ar-button-link {
    background-color: rgb(226, 77, 139);
    border-radius: 0.2rem;
    color: #FFFFFF;
    min-width: 5rem;
    padding: 0.4rem 0.8rem;
    text-align: center;
}

.ar-button-link:hover {
    background-color: rgba(226, 77, 139, 0.8);
    color: #FFFFFF
}

.ar-button-link.right {
    position: absolute;
    right: 0;
}

.ar-input-form {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    height: 48px;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px solid #C8CCD4;
    background: none;
    border-radius: 0;
    color: #223254;
    padding: 0 0.5rem;
    transition: all 200ms ease;
}

.ar-input-form::placeholder {
    color: rgba(200, 204, 212, 0.5);
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
}

.ar-input-form:hover {
    background: rgba(34, 50, 84, 0.03);
}

.ar-input-form:focus {
    background: none;
    border-bottom: 2px solid #0077FF;
    outline: none;
}

.credit-score-result {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.credit-score-result .person {
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.credit-score-result .person .cuit {
    font-size: 0.9rem;
}

.credit-score-result .restart {
    bottom: 1.5rem;
    color: #D2D2D2;
    cursor: pointer;
    font-size: 0.8rem;
    position: absolute;
}

.credit-score-result .restart:hover {
    text-decoration: underline;
}

.credit-score-result .risk-label {
    margin: 1rem 0;
}

#credit-score-result,
#cuit-search-section {
    -webkit-animation: fadeIn 500ms;
    -moz-animation: fadeIn 500ms;
    -o-animation: fadeIn 500ms;
    animation: fadeIn 500ms;
}

.gauge {
    background: #E7E7E7;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.09), 0 0 35px 5px rgba(255, 255, 255, 0.29);
    width: 200px;
    height: 100px;
    border-radius: 100px 100px 0 0;
    position: relative;
    overflow: hidden;
    /* safari fix */
    -webkit-transform-style: flat;
    -webkit-transform: translateZ(0px);
}

.gauge.min-scaled {
    transform: scale(0.5);
}

.gauge-center {
    content: '';
    color: #FFFFFF;
    width: 60%;
    height: 60%;
    background: #15222E;
    border-radius: 100px 100px 0 0;
    position: absolute;
    box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, .28);
    right: 21%;
    bottom: 0;
    color: #FFFFFF;
}

.gauge-center::before {
    content: attr(data-before);
    font-size: 1.5em;
    width: 100%;
    padding: 18px 0 0 0;
    text-align: center;
    float: left;
    -webkit-font-smoothing: antialiased;
}

img {
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.needle {
    width: 78px;
    height: 7px;
    background: #15222E;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 100%;
    border-top-right-radius: 5px;
    position: absolute;
    bottom: 4px;
    left: 20px;
    transform-origin: 100% 4px;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.38);
  }

.slice-colors .st.slice-item {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 0;
    border-bottom: 80px solid #000000;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.slice-colors .st.slice-item:nth-child(1) {
    border-bottom-color: #E84C3D;
    left: -2px;
}

.slice-colors .st.slice-item:nth-child(2) {
    border-bottom-color: #E67E22;
    transform: rotate(145deg);
    transform-origin: right;
    top: 23px;
    left: -46px;
    width: 93px;
}

.slice-colors .st.slice-item:nth-child(3) {
    border-bottom-color: #F1C40F;
    transform: rotate(189deg);
    transform-origin: right;
    top: -10px;
    left: -28px;
    border-bottom-width: 139px;
    border-left-width: 60px;
    border-right-width: 45px;
}

.slice-colors .st.slice-item:nth-child(4) {
    border-bottom-color: #9BAA1E;
    transform: rotate(200deg);
    transform-origin: right;
    top: -22px;
    left: 2px;
    width: 100px;
}

.slice-colors .st.slice-item:nth-child(5) {
    border-bottom-color: #1EAA59;
    transform: rotate(240deg);
    transform-origin: right;
    right: 45px;
}

.label-flip-card {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    height: 22rem;
    width: 24rem;
    cursor: pointer;
}

.layout__container.center {
    justify-content: center;
}

.layout__main .layout__content{
    padding: 0 3.75em 5em;
}

@media (max-width: 599px) {
.label-flip-card {
    margin-bottom: 2rem;
    width: 90vw;
}

.layout__container.center {
    margin: 0;
}

.layout__main {
    padding-top: 3.5rem;
}
.layout__main .layout__content{
    padding: 2rem 1.5rem 5rem;
}

.grid-home {
    align-items: center;
    display: flex;
    flex-direction: column;
}
}

.div-flip-card {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    z-index: 20;
}

.div-flip-card.back {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.div-flip-card .back,
.div-flip-card .card-highlight,
.div-flip-card .front {
    background-color: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;   
}

.div-flip-card .back {
    color: #FFFFFF;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.div-flip-card .back .card-highlight {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.div-flip-card .back .close {
    width: 2rem;
    position: absolute;
    height: 2rem;
    top: 0;
    right: 0;
    margin: 0.5rem;
    z-index: 1;
}

.div-flip-card.disabled .back .card-highlight {
    align-items: center;
    color: grey;
    display: flex;
    justify-content: center;
}

.div-flip-card .error_message {
    color: red;
    font-size: 0.9rem;
    margin-top: 1.5rem;
}

.div-flip-card form {
    height: 100%;
    width: 100%;
}

.div-flip-card form .help-input {
    color: grey;
    display: flex;
    font-size: 0.85rem;
    justify-content: flex-end;
}

.div-flip-card .separator {
    background-color: #E24D8B;
    height: 0.1rem;
    margin: 0.5rem 0;
    width: 25%;
}

.div-flip-card .title {
    color: grey;
}

.label-flip-card:hover .div-flip-card:not(.back) {
    box-shadow: 0 20px 20px rgba(50, 50, 50, 0.2);
}

.submit-button {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    background: rgb(204, 20, 127);
    border-color: rgb(204, 20, 127);
    color: rgb(255, 255, 255);
    width: 100%;
    bottom: 0rem;
    height: 3rem;
    left: 0;
    cursor: pointer;
}

/* ---------- Keyframes ---------- */
@-webkit-keyframes fadeIn {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fadeIn {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
