﻿.ico-weather {
    /*width: 8vw;*/
    width: 30px;
}

.ico-weather-sm {
    /*width: 6vw;*/
    width: 20px;
}

.ico-pattern{
    height: 20px;
}

.ico-battery {
    width: 45px;
}

.card-forecast{
    border-color: transparent;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
}

.text-charcoal{
    color: #595757;
}

#table_detail .hidden_row {
    display: none;
}

.w-30{
    width: 30%;
}

.w-45{
    width: 45%;
}

.custom-select{
    color: #595757;
    border-color: #595757;
    border-width: 1px;
    background-color: transparent;
}

.custom-button {
    color: #595757;
    border-color: #595757;
    border-width: 1px;
    background-color: transparent;
}

option{
    background-color: rgba(0, 0, 0, 0.1);
}