.bg-side {
  --tw-bg-opacity: 1;
  background-color: #f3f3f3;
  border-right: 1px solid #c2c2c2;
}

.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 0 18 / var(--tw-border-opacity));
}

.primary-color {
  color: #E10012;
}

.secondary-color {
  color: #002359;
}

.secondary-color-bg {
  background: #002359 !important;
}

.active_btn {
  background: #002359;
  border-radius: 9999px;
  color: #FFF;
}

.nav-group:hover {
  background: #002359;
  background: #002359;
  border-radius: 9999px;
  color: #FFF;
}

.left-col-nav {
  max-width: 225px;
  width: 95%;
  margin: 0 auto;
}

.align-sizemenu {
  width: 90%;
  margin: 35px auto 0;
}

.side-titles {
  background: #9ba7b9;
  color: #fff;
  text-align: center;
  padding: 7px 5px;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}

.left-count {
  background: #002359;
  color: #fff;
  text-align: center;
  padding: 12px 5px;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}

.left-count svg {
  display: inline-block;
  vertical-align: middle;
}

.count-text {
  display: inline-block;
  font-size: 13px;
}

.side-menu-buttons {
  display: block;
  overflow: hidden;
  background: #fff !important;
  margin: 10px 0px;
  box-shadow: -2px 7px 9px -6px #aeaeae;
  position: relative;
  border-radius: 5px;
  transition: 0.3s;
  width: 100%;
  text-align: center;


}

.side-menu-borders {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #000;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.side-menu-buttons span {
  padding: 6px 8px;
  display: inline-block;
  text-transform: uppercase;
  color: #002359;
  font-weight: 500;
}

.side-menu-buttons svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px 0 10px;
}

.left-menu-wrapper:nth-child(1n) .side-menu-borders,
.project-count:nth-child(1n) .top-menu-borders {
  background: #95d2fe;
}

.left-menu-wrapper:nth-child(2n) .side-menu-borders,
.project-count:nth-child(2n) .top-menu-borders {
  background: #fedf62;
}

.left-menu-wrapper:nth-child(3n) .side-menu-borders,
.project-count:nth-child(3n) .top-menu-borders {
  background: #ee679f;
}

.left-menu-wrapper:nth-child(4n) .side-menu-borders,
.project-count:nth-child(4n) .top-menu-borders {
  background: #dcef3d;
}
.left-menu-wrapper:nth-child(5n) .side-menu-borders,
.project-count:nth-child(5n) .top-menu-borders {
  background: #919191;
}

.side-menu-buttons:nth-child(1n) svg {
  stroke: #ee679f;
}

.side-menu-buttons:nth-child(2n) svg {
  stroke: #fedf62;
}

.side-menu-buttons:nth-child(3n) svg {
  stroke: #95d2fe;
}

.side-menu-buttons:nth-child(4n) svg {
  stroke: #dcef3d;
}

.filter-buttons span {
  font-weight: 500;
  padding: 2px 10px;
  display: inline-block;
  vertical-align: middle;
}

.filter-buttons {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  box-shadow: -6px 4px 11px -4px #b9b9b9;
  margin: 4px 0 0;
  transition: 0.3s;
  padding: 5px 15px;
  border: 0;
}

.filter-buttons svg {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 5px;
}

.filter-buttons:hover {
  cursor: pointer;

}

.side-menu-buttons:hover {
  background: #002359 !important;
  transform: translateX(5px);

}

.side-menu-buttons:hover span {
  color: #fff;
}

.bg-main {
  background: #d8dce3;
}

.top-filter-btns {
  display: inline-flex;
  overflow: hidden;
  background: #fff;
  margin: 10px 0px;
  box-shadow: -2px 7px 9px -6px #aeaeae;
  position: relative;
  border-radius: 5px;
  transition: 0.3s;
  width: 16.43%;
  box-sizing: border-box;
}

.top-filter-btns span {
  padding: 6px 25px;
  display: inline-block;
  text-transform: uppercase;
  color: #002359;
  font-weight: 500;
  /* color: #8d8d8d; */
}

.project-count {
  display: inline-block;
  overflow: hidden;
  background: #fff;
  margin: 0 10px 10px;
  box-shadow: -2px 7px 9px -6px #aeaeae;
  position: relative;
  border-radius: 7px;
  transition: 0.3s;
  width: 31%;
  box-sizing: border-box;
  padding: 7px 0px;
}

.project-count span {
  padding: 0 25px;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  float: none;
  position: relative;
}

.top-menu-borders {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #000;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.bottom-projects {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 19px;
  padding-top: 0;
}

.top-projects {
  color: #002359;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
  padding-bottom: 0;
}

.project-count:nth-child(1n) .bottom-projects {
  color: #ee679f;
}

.project-count:nth-child(2n) .bottom-projects {
  color: #fedf62;
}

.project-count:nth-child(3n) .bottom-projects {
  color: #95d2fe;
}

.project-count:nth-child(4n) .bottom-projects {
  color: #dcef3d;
}

.project-content h1 {
  color: #002359;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}

.project-content h2 {
  color: #002359;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.blue-bg {
  background: #95d2fe;
}

.project-desc {
  font-size: 17px;
  font-weight: 500;
}

.project-desc p {
  margin-bottom: 3px;
}

.project-footer {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.filter-menu-borders {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background: #8d8d8d;
}

.filter-active {
  background: #002359;
}

.filter-active span {
  color: #fff;
}

.filter-active .filter-menu-borders {
  background: #ee679f;
}

.top-filter-btns:hover {
  background: #002359;
}

.top-filter-btns:hover .filter-menu-borders {
  background: #ee679f;
}

.top-filter-btns:hover span {
  color: #fff;
}

.primary-contact {
  border: 2px solid #d2b643 !important;
}

.svg-corner {
  position: absolute;
  top: 10px;
  right: 10px;
}

.primary-contact {
  position: relative;
}

.contact-tiles {
  min-width: 300px;
}

.align-sizemenu label {
  font-size: 16px;
  margin: 4px 0 0;
  padding: 0;
  display: block;
}

.favourite-item {
  cursor: pointer;
}

.lgt-blue {
  background: #ddf4ff;
}

.button-colour {
  background: #103065;
}

.left-bar::before {
  background: #dd1325;
  height: 100%;
  width: 18px;
  content: " ";
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 0.375rem 0 0 0.375rem;
}

.left-bar {
  position: relative;
  font-size: 21px;
  display: block;
  overflow: hidden;
  padding: 13px 30px;
}

.menu-ontop {
  z-index: 99;
}

.tag-title {
  font-size: 12px;
  color: #fff;
  padding: 2px 10px 4px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
}

.tag-title:nth-child(1n) {
  background: #95d2fe;
}

.tag-title:nth-child(2n) {
  background: #ee679f;
}

.tag-title:nth-child(3n) {
  background: #fedf62;
}

.tag-title:nth-child(4n) {
  background: #dcef3d;
}

a.side-menu-buttons.filter-search.active {
  background: #002359 !important;
}

a.side-menu-buttons.filter-search.active span {
  color: #fff;
}

.active-sub {
  color: #fff;
  background: #002359;
  padding: 2px 15px;
  border-radius: 50px;
}

.sub-links {
  transition: 0.3s;
}

.sub-links:hover {
  color: #002359 !important;
  transform: translateX(5px);
}

.dash-tag {
  background: #fedf62;
  padding: 6px 29px;
  border-radius: 0 0 22px 0;
  overflow: hidden;
  display: inline-block;
  font-weight: 600;
}

.third-color {
  color: #ee679f;
}

.third-color-bg {
  background: #ee679f !important;
}

.absolute-tag {
  position: absolute;
  top: 0;
  left: 0;
}
.quickSearch-wrap {margin: 20px 0 20px;overflow: hidden;}

.quickSearch-wrap label {margin-bottom: 7px;display: block;}
.fourth-color-bg {background: #37cb11!important;}

.firth-color-bg {background: #7b7b7b!important;}
.sixth-color-bg {background: #fedf62!important;}
.blue-color-bg {background: #95d2fe!important;}
.orange-color-bg {background: #f6b54c!important;}
.red-color-bg {background: #c53131!important;color:#fff!important;}
.star-fav {display: inline-block;float: right;vertical-align: middle;}
.star-fav span {font-size: 17px;vertical-align: middle;}

.star-fav svg {width: 18px;display: inline-block;}
.background-opacity {
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.custom-editable {
  z-index: 99;
  position: relative;
}

.custom-editable span.secondary-color {
  color: #fff;
}