/* 
--azul
escuro: #334172
claro: #7fc8e9
regular: #66b2cc

--cinza
regular: #3E6C84
*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
/* range1 */
.custom-range1{
    width: 70%;
    cursor: "pointer"
}
 
/* range */ 

.custom-range {
    width: 80%;
}

.custom-range::-moz-range-track {
    height: 1px
}

.custom-range::-moz-range-thumb {
    /* background-color: #4EBE00; */
    background-color: #67AE3E;
    height: 1.2em; 
    width: 1.2em;
}

.custom-range::-webkit-slider-runnable-track {
    height: 1px;
    position: relative;
}

.custom-range::-webkit-slider-thumb {
    background-color: #67AE3E;
    height: 1.2em;
    width: 1.2em;
    position: absolute;
    top: -5px;
}


.custom-p {
    display: block;
}

.custom-button { 
    height: 1em;
    width: 5.5em;
    line-height: 1em;
    padding: 0 0;
    border: none;
    color: #7fc8e9;
    font-size: 1.3em;
}

.no-margin {
    margin-bottom: 0 !important;
}

.custom-input {
    border: none;
    border-bottom: 1px solid #000;
    width: 7em;
}

.custom-input:focus {
    border: none;
}

.custom-info {
    border-radius: 50%;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.75em;
    background-color: #3E6C84;
    color: #fff;
}

.custom-info:hover {
    cursor: pointer;
}

.custom-infoL {
    border-radius: 50%;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.75em;
    background-color: #3E6C84;
    color: #fff;
}

.custom-infoL:hover {
    cursor: pointer;
}

.custom-info-flex {
    border-radius: 50%;
    padding: 0 5px;
    /* position: absolute; */
    /* top: 10px;
    right: 10px; */
    font-size: 0.75em;
    background-color: #3E6C84;
    color: #fff;
}

.custom-info-flex:hover {
    cursor: pointer;
}

.selfie-info {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 5px;
}

.custom-select {
    text-align: center;
    text-transform: capitalize;
}

.custom-select option {
    text-transform: capitalize;
}

.custom-select:first-child {
    width: 95%;
}

.custom-table {
    padding: 0 0 !important;
    border: 1px solid #000 !important; 
}

.custom-table-status tr:nth-child(2n) {
    padding-bottom: 15px !important;
}

.c-table-borderless td {
    border-top: none !important;
}

.c-table-bordered td, .c-table-bordered th {
    border: 1px solid #000 !important;
}

.c-table td, .c-table th {
    padding: 0 0 !important;
}

.result-table td:last-child {
    width: 40% !important;
}

.is-valid {
    background: none !important;
}

.drop-box img {
    width: 2em;
    height: 2em;
}

.drop-box {
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    border: none;
}

.drop-box:hover {
    cursor: pointer;
}

.drop-box:focus {
    border-color: #7fc8e9;
}

.drop-box .box {
    border: 2px dashed rgba(0, 0, 0, 0.3);
    margin: 0 0;
    height: 100px;
}

.drop-box .span-del {
    line-height: 100px;
    color: red;
}

.img-button {
    position: absolute;
    left: 5px;
    text-align: center;
    z-index: 1000;
    font-size: 1em;
    border-radius: 15px;
    background-color: #fff;
    opacity: 0.5;
    height: 1.5em;
    width: 1.5em;
}

@media (min-width: 800px) {
    fieldset {
        height: 620px;
    }

    fieldset .form {
        height: 450px;
        position: relative;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .form:hover {
        overflow-y: auto;
    }

    form {
        height: 660px;
    }
}

@media (max-width: 700px) {
    .buttons {
        margin: 0 auto;
    }

    .display-4 {
        font-size: 1.6em;
    }
    
    .simulator {
        margin: none;
    }
    
    .custom-info {
        font-size: 0.7em;
        padding: 0 0.35em;
        position: absolute;
        top: 10px;
        right: -10px;
        margin-left: 1em;
    }
    
    .custom-p {
        position: relative;
        margin-bottom: 5px;
    }
    
    .card {
        border: none;
    }
    
    .custom-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-overflow: '';
    }

    .custom-title-section {
        font-size: 1.2em;
    }

    .custom-status h5 {
        font-size: 0.88em;
    }

    .custom-status h6 {
        font-size: 0.77em;
    }
    
    .c-table td, .c-table th {
        padding: 0 0;
    }
    
    .c-table td:last-child {
        width: 60%;
    }
    
    .c-table .custom-td {
        padding: 0.5em 1em;
    }

    .drop-box {
        margin-bottom: 2px !important;
    }

    .drop-box .box {
        height: 70px;
    }

    .drop-box .span-del {
        line-height: 70px;
    }

    .custom-image {
        margin: 0 auto !important;
    }

    .detailed-td {
        font-size: 0.7em
    }

    .selfie-info {
        position: relative;
        top: -2px;
        right: 0;
        margin-left: 5px;
    }

    .custom-font{
        color: #3E6C84
    }
}
