@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/1.2/css/weather-icons.min.css);

.draggable {
    touch-action: none !important;
    user-select: none !important;
}

#weather_wrapper {
    width: 100% !important;
    max-width: 100px !important;
    min-height: 59px !important;
    margin: 0 auto !important;
    padding: 2px !important;
    border-radius: 6px !important;
    background: rgb(42, 178, 234) !important;
    color: #fff !important;
}
.secondary {
    background: rgb(230, 230, 230) !important;
    color: #000 !important;
}
#weather_wrapper .temp {
    font-size: 22px !important;
}
#weather_wrapper .city {
    display: block !important;
    font-size: 12px !important;
}
#weather_wrapper .info-date {
    display: block !important;
    font-size: 10px !important;
}
#weather_wrapper .icon {
    min-width: 30px !important;
}

/** Questions **/
.question-title {
    font-size: 20px !important;
    font-weight: bold !important;
    display:block !important;
    color: #F6943F;
}

.question-response {
    font-size: 18px !important;
}

/** Modal Adjust **/

/* Important part */
.modal-dialog-scroll {
    overflow-y: initial !important
}

.modal-body-scroll {
    height: 65vh !important;
    overflow-y: auto !important;
}

/*** Text btn orange ***/
.btn-orange {
    background: linear-gradient(180deg, rgba(233,124,12,1) 25%, rgba(249,160,60,1) 63%) !important;
}

.btn-h {
    min-height: 47px !important;
    line-height: 47px !important;
    text-align: center !important;
}

.btn-inline {
    display: inline-block !important;
    min-width: 90px !important;
    text-align: center !important;
}

.btn-blue {
    background: #120A8F;
    color: #fff !important;
}

.text-blue {
    color: #120A8F !important;
}

.btn-radius {
    border-radius: 6px !important;
    padding: 5px !important;
}

.border-orange {
    border: 2px solid rgba(233,124,12,1) !important;
}

.text-gradient-orange {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(233,124,12,1)), to(rgba(249,160,60,1))) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/** Hide Vlibras **/
[vw] [vw-access-button] .access-button {
    display: none !important;
}

.grecaptcha-badge {
    display: none !important;
}
