:root {
  /**************************************  All Colours **********************************/
  --core1: #500669;
  --core2: #E83B8D;
  --secondary1: #A31C86;
  --secondary2: #FF1753;
  --secondary3: #F7A00E;
  --gradient1: #7754A3;
  --gradient2: #E462A5;
  --gradient3: #FDC073;
  --black: #000000;
  --gray900: #282828;
  --gray800: #4b4b4b;
  --gray700: #5e5e5e;
  --gray600: #727272;
  --gray500: #868686;
  --gray400: #a6a6a6;
  --gray300: #BBBBBB;
  --gray200: #DDDDDD;
  --gray100: #e8e8e8;
  --gray50: #f3f3f3;
  --white: #FFFFFF;
  --dynamic-black: #1D1D1D;
  --border-gray-color: #EDEDED;
  --box-shadow-color-1: #32325D40;
  --box-shadow-color-2: #0000004D;
  --border-overlays: #E5E5E533;
  --hope-plum: #CA00B9;
  /************************************** End All Colours **********************************/
  /************************************* Font Family **************************************/
  --font-lexend: "Lexend", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  /************************************* End Font Family **********************************/
  /************************************* Font Size **************************************/
  --font-xx-large: 40px;
  --font-x-large: 36px;
  --font-large: 26px;
  --font-medium: 20px;
  --font-small: 16px;
  --font-x-small: 14px;
  /************************************* End Font Size **********************************/
}

@media (max-width: 767px) {
  :root {
    --font-xx-large: 36px;
    --font-x-large: 32px;
    --font-large: 22px;
    --font-medium: 20px;
  }
}

.background-weather {
  background-color: var(--gray50);
  margin-bottom: 27px;
  border-radius: 10px;
  width: 297px;
}

@media (max-width: 991px) {
  .background-weather {
    margin-top: 30px;
    width: 100%;
  }
}

.weather-widget-plugin {
  background-color: var(--gray50);
  max-width: 100%;
  padding: 11px 22px 18px 22px;
  border-radius: 10px;
}

.weather-widget-dropdown {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.weather-widget-dropdown input {
  background-image: url("../../assets/image/icon-arrow-down-weather.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  width: 100%;
  background-color: var(--white);
  border-color: var(--white);
  border-radius: 10px;
  padding: 12px 9px 12px 9px;
  padding-block: 0px;
  padding-inline: 12px 0px;
  height: 44px;
  border: 0px;
  outline: none;
  padding-right: 0px !important;
  font-family: var(--font-lexend);
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--gray500);
  cursor: pointer;
}

.weather-widget-dropdown input.open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: text !important;
}

.weather-widget-dropdown ul {
  background: var(--white);
  border: 0px;
  overflow-x: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 13px 27px -5px rgba(50, 50, 93, 0.2509803922);
  box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.3019607843);
}

.weather-widget-dropdown ul li {
  padding: 5px 12px;
  font-family: var(--font-lexend);
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--gray900);
}

.weather-widget-dropdown ul li.selected {
  background: var(--gray500);
  color: var(--white);
}

.weather-widget-curr-temp {
  margin-bottom: 22px;
}

.weather-widget-curr-temp .inner {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.inner-data {
  display: none;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.weather-widget-curr-temp .curr-temp-icon {
  margin-right: 31px;
  height: 100%;
}

.weather-widget-curr-temp .curr-temp-icon img {
  height: 50px;
}

.weather-widget-curr-temp .curr-temp-text {
  /* margin-right: 19px; */
}

.weather-widget-curr-temp .curr-temp-text-val {
  font-family: var(--font-lexend);
  font-size: 34px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--dynamic-black);
  margin: 0px;
}

.weather-widget-curr-temp .curr-temp-text-name {
  font-family: var(--font-lexend);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--dynamic-black);
  margin: 0px;
}

.weather-widget-sun {
  margin-bottom: 7px;
}

.weather-widget-sun .inner {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.weather-widget-sun-left,
.weather-widget-sun-right {
  display: block;
  text-align: center;
}

.weather-widget-sun-left img,
.weather-widget-sun-right img {
  margin-bottom: 6px;
}

.weather-widget-sun-left p,
.weather-widget-sun-right p {
  font-family: var(--font-roboto);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--dynamic-black);
  margin: 0px;
}

.weather-widget-sun-center {
  width: 100%;
  padding-left: 11px;
  padding-right: 11px;
}

.weather-widget-sun-center .line {
  background: linear-gradient(90deg, #FF9900 0%, rgba(255, 153, 0, 0) 105.71%);
  width: 100%;
  height: 6px;
}

.weather-widget-plugin .btn-view-full-forecast {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-lexend);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.200000003px;
  text-align: left;
  color: var(--gray700);
  text-decoration: none;
  cursor: pointer;
}

.weather-widget-plugin .btn-view-full-forecast::before {
  content: "";
  background-image: url("../../assets/image/icon-arrow-circle-up-right.svg");
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 14px;
  margin-right: 3px;
}

.days {
  background: linear-gradient(180deg, rgba(228, 228, 228, 0.55) 0%, rgba(239, 239, 239, 0) 184.52%);
  background-blend-mode: multiply;
  padding: 0px 0px;
  border-radius: 5px;
  height: 43px;
}

.days ul {
  padding-left: 3px;
  margin: 0px;
  line-height: 0px;
}

.days ul li {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  list-style: none;
  width: 46px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.days ul li:last-child{
  margin-right: 0px;
}

.days ul li span {}

.days ul li span.day {
  font-family: var(--font-roboto);
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0.005em;
  text-align: left;
  color: #6D6C6C;
  text-transform: uppercase;
  height: 13px;
}

.days ul li span.temp {
  font-family: var(--font-lexend);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #6D6C6C;
  height: 24px;
}

/*# sourceMappingURL=styles.css.map */

.area-forecast {
  background-color: var(--gray50);
  max-height: 400px;
  margin-top: -40px;
  padding-top: 40px;
  border-radius: 10px;
}

.forecast-item {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 22px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid var(--gray200);
}

.forecast-item:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.forecast-time {
  font-family: var(--font-lexend);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.200000003px;
  text-align: left;
  color: var(--gray700);
  margin-bottom: 0px;
  height: 0px;

}

.forecast-icon-with-desc {
  width: 40%;
  display: block;
}

.forecast-img {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  margin: 3px auto 0px;
}

.forecast-desc {
  width: 100%;
  text-align: center;
  display: block;
}

.forecast-desc .item-1 {
  font-family: var(--font-lexend);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.200000003px;
  text-align: center;
  color: var(--gray700);
  margin-bottom: 0px;
}

.forecast-desc .item-2 {
  font-family: var(--font-lexend);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.200000003px;
  text-align: center;
  color: var(--gray700);
  margin-bottom: 0px;
}


.area-forecast img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.loader {
  width: 30px;
  height: 30px;
  border: 4px solid var(--white);
  border-bottom-color: #FCB949;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-top: 20px;
}

.weather-widget-curr-temp,
.weather-widget-sun {
  cursor: pointer;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}