/*===================weather===================*/

.weat-card {
  text-align: center;
  background: #92afd9;
  padding: 20px 10px;
}

.weat-card .is-location {
  text-align: center;
  font-size: 1.2em;
  color: #F1F8E9;
  font-weight: 300;
  padding-bottom: 0;
}

.weat-card .section-main {
  text-align: center;
  width: 100%;
  height: 100%;
}

.weat-card .is-title.is-degree {
  font-size: 5.5em;
  font-weight: 100;
}

.weat-card .is-degree {
  color: #fff;
}

.weat-card .is-degree:after {
  content: '°';
  position: absolute;
  color: #fafafa;
}

.weat-card .section-days {
  width: 100%;
  height: auto;
  margin-top: 0px;
  color: #E1F5FE;
  padding: 5px 0;
  position: relative;
}

.weat-card .is-day {
  padding: 0 10px;
}

.weat-card .column:not(:last-child) {
  border-right: 2px solid #83a1cc;
}

.weather-icon {
  color: #fff;
  font-size: 3.5em;
}


/*==============calendar========================*/

.calendar {
  background: #4285f4;
  overflow: hidden;
}

.calendar-root {
  padding: 20px 15px;
  height: 100%;
}

.calendar-body {
  background: inherit;
  box-shadow: 0 -83px 212px 30px #295398;
  margin: -20px -15px 0 -15px;
  padding: 20px;
  z-index: 2;
}

.calendar-event {
  padding: 20px;
  margin: 0 -15px -10px;
  background: #4285f4;
  z-index: 1;
}

.calendar-event .list {
  padding: 15px 0;
  margin-bottom: 0!important;
  color: #90CAF9;
}

.calendar-event .list:hover {
  color: #fff;
}

.list:not(:last-child) {
  border-bottom: 1px solid #03A9F4;
}

.list .list-icon {
  padding-right: 20px;
}

.month {
  padding: 10px 15px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label {
  overflow-wrap: break-word;
  max-width: 100%;
}

.month {
  margin: 0;
  color: #E0F7FA;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
}

.month:before,
.month:after {
  font-size: 12px;
  margin-top: 2px;
}

.month:before {
  content: '❮';
  float: left;
}

.month:after {
  content: '❯';
  float: right;
}

.weekdays,
.days {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.weekdays li {
  color: #E0F7FA;
  text-align: center;
}

.days {
  margin: 0;
}

.days .outdate {
  color: #81D4FA;
}

.weekdays li,
.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  padding: 4px 2px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
}

.days li {
  font-size: 12px;
  color: #E3F2FD;
  cursor: pointer;
}

.days li:hover {
  color: #FF9800;
  background: rgba(100, 181, 246, 0.34);
}

.days li span {
  padding: 6px;
}

.days li .event:after {
  content: '';
  display: inline-block;
  width: 2px;
  border: 2px solid #FF9800;
  height: 2px;
  border-radius: 50%;
  position: absolute;
}

.days li .active {
  padding: 6px;
  background: #0277bd;
  color: white !important;
  border-radius: 50%;
}


/*===========quotest=================*/

.custom-quotes span {
  color: #000;
}

.custom-quotes span:before {
  content: open-quote;
}

.custom-quotes span:after {
  content: close-quote;
}


/*===============dash===============*/

.root-row {
  height: 30em;
  max-height: 50%;
  margin-bottom: 5px;
}

.sub-row {
  display: flex;
  flex-direction: column;
}

.sub-row2 {
  margin: 5px 0px;
  flex-grow: 1;
  color: #fff;
  text-align: center;
  background-color: #494949;
}


/*core ui*/

.panel {
  min-height: 60px;
}

.panel-heading {
  min-height: 30px;
}

.panel-body {
  min-height: 60px;
}

/* dropdown-menu */
.dropdown:hover>.dropdown-menu {
  display: block;
}