.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: all .3s ease;
}

.weather-detail {
    transition: all .2s ease;
}

.weather-detail:hover {
    transform: scale(1.05);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.bg-gradient-primary {
    background: linear-gradient(45deg, #007bff, #0056b3);
}

.bg-gradient-warning {
    background: linear-gradient(45deg, #ffc107, #d39e00);
}

.bg-gradient-success {
    background: linear-gradient(45deg, #28a745, #1e7e34);
}

.text-primary-light {
    color: #4da3ff;
}

.text-warning-light {
    color: #ffdb4d;
}

.text-success-light {
    color: #48d368;
}

.small {
    font-size: 15px !important;
}


.atf-hlight-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
}

.icon-detail-city {
    width: 60px;
}

.atf-weather-location h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    max-width: 160px;
}

.atf-weather-deg{
    margin-left: 23px;
}

.atf-weather-deg h2{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 60px;
}
.atf-weather-deg .tempcustom{
    line-height: 48px;
    margin-top: 26px;
}



.atf-sub-weather .atf-weather-icon{
    margin-right: 10px;
    width: 16px;
}

.atf-weather-location h5{
    margin-bottom: 0px;
}

.atf-sub-weather .d-inline-flex{ 
    margin-bottom: 10px;
}

.table-responsive.data-hour {
    max-height: 375px;
    overflow-y: auto;
}

.calendar-table td {
    /* width: 14.28%;
    height: 150px; */
    padding: 10px 0px;
}

.calendar-day {
    height: 100%;
}

.calendar-table td:hover {
    background-color: rgba(0,0,0,0.02);
}

.weather-details {
    font-size: 12px;
}

iframe{
    min-height: 300px;
}

.atf-hlight-content{
    position: relative;
}

.time-absolute{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #ffffff;
    background: #4378e2;
    padding: 0px 5px;
    border-radius: 7px;
    font-size: 12px;
}

.table-maxheight{
    max-height: 415px;
    overflow-y: auto;
}

.city-day h2{
    font-size: 20px;
}

.atf-weather-icon .d-flex h2{
    line-height: 105px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 55px;
}

.atf-weather-icon .d-flex img{
    width: 100px;
}

.atf-weather-icon .d-flex h2.temp-min-max{
    font-size: 29px;
    line-height: 24px;
    margin-top: 33px;
}

.atf-weather-icon .d-flex h2.temp-min-max p{
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

canvas{
    position: relative;
}

.search-weather {
    position: relative;
    margin: 0 auto;
}

.form-search-weather input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.search-results a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.search-results a:hover {
    background: #f5f5f5;
}

#searchResults{
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 5px;
}

.search-weather .form-group{
    position: relative;
}


.title-city-weather{
    font-size: 22px;
}

.title-city-18{
    font-size: 18px;
}