﻿.w_temp_super {
    vertical-align: super;
    font-size: 11px;
}

.modal-weather .modal-dialog {
  --bs-modal-width: 1200px;
}

.modal-weather .modal-header .modal-title {
    color: var(--primary, #0765e3);
}

.modal-weather .modal-body [id*="lblWeatherOfDayValue"] {
    color: #182940 !important;
}

.modal-weather .modal-footer .btn {
    margin: 0;
}

.modal-weather .modal-footer .btn.btn-light {
    color: #000 !important;
}