﻿/*#region Major Colour Codes*/
/*$blue_primary: #263856;
$light_blue_primary: #3064ab;*/
/*$yellow_primary: #ffb635;*/
/*$ash_primary: #778491;*/
/*$light_ash_primary: #f5f5f5;*/
/*-----V2 color palette---------*/
/*---New color palette was introduced on May 2022---*/
/*NOTE: Please refer to variable.scss file inside style_v2 section for exact names of the colors*/
.country-parent ul {
  padding: 0;
  margin: 0;
}

.country-parent ul li {
  min-width: 50px;
  text-align: center;
}

.dateBox {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 150px;
  max-height: 55px;
  border-radius: 9px !important;
  -webkit-box-shadow: 0px 10px 15px -5px rgba(119, 132, 145, 0.73);
  -moz-box-shadow: 0px 10px 15px -5px rgba(119, 132, 145, 0.73);
  box-shadow: 0px 10px 15px -5px rgba(119, 132, 145, 0.73);
}
.dateBox .dayNum {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  margin-top: 7px;
  color: #00dae5 !important;
}
.dateBox .monthName {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  margin-top: 7px;
  color: #0060b6 !important;
}
.dateBox .dayName {
  font-size: 15px;
  font-weight: bold;
  color: #666666 !important;
  margin: 0;
}

.dateBox:hover {
  cursor: pointer;
}

.date-filter {
  background: none !important;
}

.date-filter li {
  display: inline-block;
  vertical-align: top;
}

.cd-timeline-img {
  background: #00dae5;
  border-radius: 25px !important;
}

.subTitle, .subValue {
  display: inline-block;
}

.subTitle {
  font-size: 18px;
  color: #0060b6;
  text-transform: uppercase;
}

.subValue {
  font-size: 32px;
  font-weight: bold;
  color: #ffb635;
}

.count-number {
  display: inline-block !important;
}

.wrapper {
  background: white;
  padding: 5px 25px;
  margin: 5px;
  border: 2px solid #d4d6d8;
}

.orangeText {
  color: #00dae5;
}
