@font-face {
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-family: Poppins-Regular;
}

@font-face {
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  font-family: Poppins-Medium;
}

@font-face {
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
  font-family: Poppins-SemiBold;
}

@font-face {
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-family: Poppins-Bold;
}

@font-face {
  src: url("../fonts/Poppins/Poppins-Black.ttf");
  font-family: Poppins-Black;
}

@font-face {
  src: url("../fonts/Inter/Inter-SemiBold.ttf");
  font-family: Inter-SemiBold;
}

@font-face {
  src: url("../fonts/Inter/Inter-Medium.ttf");
  font-family: Inter-Medium;
}

@font-face {
  src: url("../fonts/Inter/Inter-Bold.ttf");
  font-family: Inter-Bold;
}

@font-face {
  src: url("../fonts/Inter/Inter-ExtraBold.ttf");
  font-family: Inter-ExtraBold;
}

@font-face {
  src: url("../fonts/Overpass/Overpass-SemiBold.ttf");
  font-family: Overpass-SemiBold;
}

@font-face {
  src: url("../fonts/Overpass/Overpass-Bold.ttf");
  font-family: Overpass-Bold;
}

@font-face {
  src: url("../fonts/Overpass/Overpass-Black.ttf");
  font-family: Overpass-Black;
}

body {
  margin: 0;
  padding: 0;
  color: #111111;
  font-size: 14px;
  min-width: 320px;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: Poppins-Regular !important;
  transition: all 0.3s ease-in-out;
}

*,
ul,
li {
  margin: 0;
  padding: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
table,
input,
figure,
button,
select {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

ul,
li {
  list-style: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  cursor: pointer;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #D9D9D9;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #929292
}

input,
select,
textarea {
  transition: all 0.3s;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* ===== Common CSS
========================================================*/

.btn-primary {
  background: #00AEEF;
  border-color: #00AEEF;
}

.btn-primary:hover {
  background: #00a2de;
  border-color: #00a2de;
}

.inner-section {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
  box-sizing: border-box;
}

.h1-basic01 {
  font-size: 40px;
  margin: 0 0 40px;
  line-height: 50px;
  position: relative;
  text-align: center;
  align-items: center;
  flex-direction: column;
  font-family: Inter-Bold;
  justify-content: center;
}

.h1-basic01 span {
  height: 4px;
  width: 140px;
  display: block;
  margin: 15px auto 0;
  background: #00AEEF;
  border-radius: 10px;
}

.outer-section {
  position: relative;
}

.sample-text {
  color: #333333;
  font-size: 16px;
  margin: 0 0 26px;
  line-height: 150%;
}

.modal {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8) !important;
}

/* ===== Landing Page CSS
========================================================*/

#workspace_selection {
  padding: 30px;
  overflow-y: auto;
  max-height: 100%;
  min-height: 100vh;
  background: url("../img/bg_welcome.png") no-repeat scroll center center / cover;
}

.workspace-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.workspace-dropdown {
  font-family: Overpass-Black;
}

.workspace-dropdown .dropdown-toggle {
  gap: 10px;
  border: none;
  display: flex;
  font-size: 20px;
  line-height: 30px;
  align-items: center;
  border-radius: 10px;
  background: #FFDB52;
  padding: 10px 20px 8px;
  justify-content: space-between;
}

.workspace-dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #FFDB52;
}

.workspace-dropdown .dropdown-menu li a {
  color: #111111;
  display: block;
  font-size: 16px;
  line-height: 26px;
  background: #FFDB52;
  padding: 8px 20px 6px;
  font-family: Overpass-Bold;
}

.workspace-dropdown .dropdown-menu li a:hover {
  background: #FFFFFF;
}

.logo-set img {
  width: auto;
  height: 60px;
  object-fit: contain;
}

.workspace-welcome {
  display: flex;
  color: #FFFFFF;
  padding: 30px 0;
  align-items: flex-end;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 130px);
}

.inner-workspace-welcome {
  max-width: 560px;
}

.inner-workspace-welcome h1 {
  font-size: 80px;
  margin: 0 0 10px;
  line-height: 80px;
  font-family: Overpass-Black;
}

.inner-workspace-welcome h6 {
  font-size: 30px;
  line-height: 37px;
  font-family: Overpass-SemiBold;
}

/* ===== Header CSS
========================================================*/

header {
  position: relative;
  padding: 20px 20px 10px;
}

#header {
  padding: 12px 20px;
  background: #FFFFFF;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-bottom: 5px solid #EFEEEC;
}

.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation-menu-bar .inner-nav nav ul {
  flex-wrap: wrap;
  padding: 0 20px;
  transition: all 0.3s;
  justify-content: flex-end;
}

.navigation-menu-bar .inner-nav nav ul li {
  margin: 0 2px;
}

.navigation-menu-bar .inner-nav nav ul li a {
  padding: 5px;
  color: #111111;
  font-size: 14px;
  line-height: 24px;
  font-family: Inter-Medium !important;
  text-transform: capitalize;
}

.navigation-menu-bar .inner-nav nav ul li a:hover,
.navigation-menu-bar .inner-nav nav ul li a.active,
.navigation-menu-bar .inner-nav nav ul li a.is-active {
  color: #00AEEF;
}

a.search-btn {
  width: 32px;
  height: 32px;
  display: flex;
  color: #111111;
  min-width: 32px;
  font-size: 16px;
  background: #00AEEF;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
}

div#block-cpdsierra-content h2 {
  display: none;
}

#result_search .search-list .item h3 a {
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  background-image: linear-gradient(#00AEEF, #00AEEF), linear-gradient(#00AEEF, #00AEEF);
  background-position: 100% 100%, -30px 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px, 0 1px;
  display: inline-block;
  overflow-wrap: anywhere;
  padding: 0 0 5px 0;
  margin: 0 0 12px;
  font-family: 'Poppins-Medium';
}

/* ===== Home Banner CSS
========================================================*/

.home-banner {
  padding: 0 20px;
}

.inner-home-banner {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: calc(100vh - 140px);
}

.inner-home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-home-banner h1 {
  top: 50%;
  right: 50px;
  width: 100%;
  color: #FFFFFF;
  font-size: 65px;
  max-width: 600px;
  line-height: 80px;
  position: absolute;
  text-align: center;
  font-family: Poppins-Bold !important;
  transform: translateY(-50%);
}

/* ===== Breadcrumb CSS
========================================================*/

.breadcrumb-view {
  margin: 10px 0 20px 0;
  box-sizing: border-box;
}

.breadcrumb-view ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb-view ul li,
.breadcrumb-view ul li a {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  font-family: Poppins-Medium;
}

.breadcrumb-view ul li+li {
  margin: 0 0 0 10px;
  padding: 0 0 0 15px;
}

.breadcrumb-view ul li+li::before {
  left: 0;
  width: 6px;
  content: "";
  height: 20px;
  position: absolute;
  background: url("../img/icon_arrow-right.png") no-repeat scroll left center / 6px;
}

.breadcrumb-view ul li a {
  opacity: 0.4;
  color: rgba(0, 0, 0, 0.8);
}

.breadcrumb-view ul li a:hover {
  opacity: 1;
  color: #00AEEF;
}

.top-navigation {
  padding: 0 10px;
  transition: all 0.3s;
}

.top-navigation ul {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 10px 0;
  flex-wrap: wrap;
  max-width: 1250px;
  transition: all 0.3s;
  list-style-type: none;
  justify-content: center;
}

.top-navigation ul>li {
  position: relative;
  transition: all 0.3s;
  list-style-type: none;
}

.top-navigation ul>li+li {
  margin: 0 0 0 60px;
}

.top-navigation ul>li>a {
  display: flex;
  color: #3d85c6;
  font-weight: bold;
  align-items: center;
  padding: 38px 0 10px;
  transition: all 0.4s;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}

.top-navigation ul>li>a img {
  top: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  display: flex;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  align-items: center;
  transition: all 0.4s;
  justify-content: center;
}

.top-navigation ul>li>a span {
  font-size: 12px;
  line-height: 20px;
  margin: -1px 0 0 0;
  transition: all 0.4s;
}

.top-navigation ul ul {
  left: 50%;
  margin: 0;
  opacity: 0;
  width: auto;
  display: block;
  visibility: hidden;
  border-radius: 2px;
  position: absolute;
  background: #3d85c6;
  transition: all 0.4s;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px 12px 0;
  border: 1px solid #f5f5f5;
  justify-content: flex-start;
  transform: translate(-50%, -10px);
  z-index: 99;
}

.top-navigation ul>li ul li,
.top-navigation ul>li ul li+li {
  margin: 0 0 0 30px;
  list-style-type: disc;
}

.top-navigation ul>li ul li::marker {
  color: #ffffff;
  font-size: 10px;
}

.top-navigation ul>li ul li a {
  border: none;
  opacity: 0.9;
  color: #ffffff;
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  white-space: nowrap;
  padding: 6px 0 !important;
}

.top-navigation ul>li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}

.top-navigation ul>li ul li a:hover {
  opacity: 1;
}

.top-navigation.scrolled {
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  padding: 0 15px;
  margin: 0 0 10px;
  background: #ffffff;
  border-bottom: 1px solid #cae6ff;
}

.about-set.scrolled {
  padding-top: 30px;
}

.top-navigation.scrolled ul>li>a {
  padding: 10px 0 10px 26px;
}

.top-navigation.scrolled ul>li>a img {
  left: 0;
  top: 50%;
  width: 20px;
  height: auto;
  font-size: 18px;
  line-height: 18px;
  justify-content: flex-end;
  transform: translateY(-50%);
}

/* ===== Home More CSS
========================================================*/

.home-more-set {
  text-align: center;
  margin: 50px 0 0;
}

.home-more-set h1 {
  font-size: 50px;
  max-width: 900px;
  line-height: 70px;
  margin: 0 auto 30px;
  font-family: Inter-Bold;
}

.home-more-set h1 span {
  color: #00AEEF !important;
}

.home-more-set p {
  margin: 0 auto;
  color: #666666;
  font-size: 24px;
  max-width: 1100px;
  line-height: 40px;
}

/* ===== Data Facts CSS
========================================================*/

.data-facts {
  margin: 50px 0;
  background: #FFFFFF;
  padding: 50px 0 40px;
  border-radius: 70px 70px 0px 0px;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: 0px -10px 50px rgba(0, 174, 239, 0.08);
}

.data-facts .views-element-container>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.data-facts .views-element-container>div .views-row {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
}

.data-facts .views-element-container>div .views-row .views-field {
  height: 100%;
}

.data-fact-details {
  height: 100%;
  padding: 30px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 20px;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 6px 28px -6px rgba(0, 174, 239, 0.12);
}

.data-fact-details:hover {
  transform: scale(1.03) translate3d(0, 0, 0);
  background-color: white;
  box-shadow: 5px 5px 25px -15px rgba(0, 0, 0, 0.55);

}

.data-fact-head {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-fact-head img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.data-fact-head h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: Poppins-Bold;
}

.data-fact-details h1 {
  color: #00AEEF;
  font-size: 50px;
  line-height: 50px;
  padding: 26px 0 16px;
  font-family: Poppins-SemiBold;
}

.data-fact-details p {
  padding: 0 30px;
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.4);
}

/* ===== Latest Resources CSS ========================================================*/

.latest-resources {
  margin: 0 0 50px;
}

.latest-resources .views-element-container>div {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
}

.latest-resources .views-element-container>div>div {
  width: calc(50% - 15px);
}

.latest-resources .views-element-container>div>div .resource-block {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  color: #FFFFFF;
  overflow: hidden;
  transform: scale(1);
  border-radius: 24px;
  transition: all 0.5s;
  align-items: stretch;
  padding: 36px 0 0 36px;
  background: #111111 url(../images/bg_resource.png) no-repeat scroll center center / cover;
}

.latest-resources .views-element-container>div>div .resource-block .resource-block-details {
  padding: 0 30px 30px 0;
  box-sizing: border-box;
  width: calc(100% - 260px);
}

.latest-resources .views-element-container>div>div .resource-block .resource-block-details h3,
.latest-resources .views-element-container>div>div .resource-block .resource-block-details h3 a {
  color: #FFFFFF;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 24px;
  font-family: Inter-Bold;
}

.latest-resources .views-element-container>div>div .resource-block .resource-block-details p {
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 20px;
  font-family: Poppins-Medium;
  color: rgba(255, 255, 255, 0.6);
}

.latest-resources .views-element-container>div>div .resource-block .resource-block-details>a,
.redirect-link {
  gap: 12px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  background: #00AEEF;
  border-radius: 50px;
  align-items: center;
  display: inline-flex;
  padding: 6px 16px 7px;
  font-family: Poppins-Medium;
}

.latest-resources .views-element-container>div>div .resource-block figure {
  width: 260px;
  height: 250px;
  overflow: hidden;
  border-radius: 24px;
}

.latest-resources .views-element-container>div>div .resource-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.resource-block-full {
  border-radius: 24px;
  background: #EAEAEA;
  padding: 22px;
  display: flex;
  margin: 0 0 20px;
  align-items: flex-start;
}

.resource-block-full figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.resource-block-full .resource-block-details {
  width: calc(100% - 210px);
  box-sizing: border-box;
  padding: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}


.resource-block-full .resource-block-details h3,
.resource-block-full .resource-block-details h3 a {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #111111;
}

.resource-block-full .resource-block-details p {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}


.resource-block-full .resource-block-details>a {
  padding: 7px 15px;
  border-radius: 50px;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #00AEEF;
}

.resource-block-full ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.resource-block-full ul li {
  color: #00AEEF;
}

.resource-block-full ul li strong {
  color: #111111;
}

.resource-block-full figure {
  width: 210px;
  height: 260px;
  overflow: hidden;
  border-radius: 14px;
}

.resource-block-full .resource-block-details h3,
.resource-block-full .resource-block-details h3 a {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #111111;
}


.inner-section .library-filter form,
.inner-section .library-filter form .js-form-item {
  position: relative;
}

.inner-section .library-filter form {
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.inner-section .library-filter form .js-form-item.js-form-type-textfield {
  width: 100%;
}

.inner-section .library-filter form .js-form-item.js-form-type-select {
  width: calc(33.33% - 7px);
}

.inner-section .library-filter form .js-form-item label {
  display: none;
}

.inner-section .library-filter form .js-form-item input,
.inner-section .library-filter form .js-form-item select {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  padding: 0 15px;
}

.inner-section .library-filter form .form-actions {
  width: 100%;
}

.inner-section .library-filter form .form-actions input {
  min-width: 200px;
  height: 40px;
  background: #00AEEF;
  border: none;
  line-height: 40px;
  border-radius: 50px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 16px;
}

/* =====  Metadata
========================================================*/

.search-bx {
  position: relative;
}

.search-bx p input {
  width: 100%;
  height: 45px;
  display: block;
  font-size: 16px;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 43px;
  border-radius: 50px;
  padding: 0 35px 0 20px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #EAEAEA;
}

.input-group-append {
  top: 4px;
  right: 5px;
  width: 36px;
  height: 36px;
  position: absolute;
}

.input-group-append button {
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  color: #ffffff;
  font-size: 18px;
  margin: 0 0px 0 0;
  background: #00AEEF;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}

.radio-bx.checkbox-field input {
  width: 17px;
  height: 17px;
}

.submittion.know-more {
  height: 35px;
  color: #ffffff;
  font-size: 16px;
  padding: 0 14px;
  min-width: 120px;
  line-height: 35px;
  text-align: center;
  border-radius: 2px;
  background: #00aeef;
  display: inline-block;
  text-transform: uppercase;
}

.indicater-select-bx {
  border-top: 1px solid #eaeaea;
  max-width: 1230px;
  margin: 0 auto;
  padding-top: 20px;
}

.indicater-bx .container {
  width: 100%;
  max-width: 100%;
}

.indicater-bx .outer-section .inner-section {
  padding: 0;
}

.indicater-select-bx {
  margin: 0 auto;
  max-width: 1230px;
  padding: 20px 0 0 0;
  border-top: 1px solid #eaeaea;
}

.select-bx .select2 {
  width: 100% !important;
}

.indicater-select-bx .select-bx label {
  font-size: 1rem;
  margin: 0 0 5px;
  font-weight: 700;
}

.indicater-select-bx .select-bx .select2-container--default .select2-selection--single,
.dashboard-search form .js-form-item input {
  width: 100%;
  height: 45px;
  display: block;
  font-size: 16px;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 43px;
  background: #ffffff;
  border-radius: 50px;
  padding: 0 45px 0 15px;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
}

.dashboard-search form .js-form-item input {
  padding: 0 75px 0 15px;
}

.dashboard-search form .js-form-item .form-actions {
  top: 5px;
  right: 5px;
  width: 55px;
  height: 35px;
  overflow: hidden;
  position: absolute;
}

.about-more a {
  margin: 10px 0;
  display: inline-block;
  background: #00aeef;
  padding: 8px 15px;
  border-radius: 50px;
  color: #FFF;
  text-transform: uppercase;
}

.indicater-select-bx .select-bx .select2-container--default .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  padding: 0 0 0;
  line-height: 43px;
}

.indicater-select-bx .select-bx .select2-container--default .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  width: 30px;
}

.indicater-select-bx .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  padding: 0;
  line-height: 40px;
}

.indicater-select-bx .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 8px;
  width: 20px;
  height: 45px;
  position: absolute;
}

section.non-crimnal-bx>.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1230px;
  box-sizing: border-box;
}

section.non-crimnal-bx .border-non-bx {
  background: #f4f4f4;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.non-crimnal-bx .border-non-bx h3 {
  font-size: 24px;
  line-height: 28px;
  box-sizing: border-box;
  width: calc(100% - 210px);
}

section.non-crimnal-bx .border-non-bx .list-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section.non-crimnal-bx .border-non-bx .list-button li {
  position: relative;
}

section.non-crimnal-bx .border-non-bx .list-button li a {
  width: 40px;
  height: 40px;
  margin: 0 6px 6px;
  display: flex;
  font-size: 17px;
  color: #ffffff;
  overflow: hidden;
  line-height: 40px;
  background: #00AEEF;
  align-items: center;
  border-radius: 50px;
  box-sizing: border-box;
  justify-content: center;
  border: 2px solid #00AEEF;
}

section.non-crimnal-bx .border-non-bx .list-button li .socialmedia {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 14px;
  width: 100px;
  border: 1px solid #eaeaea;
  top: 100%;
  right: 0;
  margin: 0;
  box-sizing: border-box;
  z-index: 9999;
}

section.non-crimnal-bx .border-non-bx .list-button li.share:hover .socialmedia {
  display: block;
}

section.non-crimnal-bx .border-non-bx .list-button li .socialmedia .a2a_kit {
  display: flex;
  flex-wrap: wrap;
}

section.non-crimnal-bx .border-non-bx .list-button li .socialmedia .a2a_kit a {
  background: none;
  border: none;
  margin: 0px;
  padding: 0;
  width: 38px;
  height: 38px;
  border-radius: 0;
}

.crimnal-list li strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  padding: 0 0 0 26px;
  margin: 12px 0 0.5rem;
}

.crimnal-list li strong::before {
  left: 0;
  top: 2px;
  z-index: 9;
  color: #00AEEF;
  font-size: 20px;
  content: "\f058";
  position: absolute;
  font-family: "fontAwesome";
}

.crimnal-list li p {
  font-size: 16px;
  line-height: 24px;
}

.crimnal-list li .list-data p {
  padding: 0 0 4px 32px;
  position: relative;
}

/* ===== Login CSS
========================================================*/

#user_Login .login-bg {
  padding: 44px;
  background: #00AEEF;
}

.login-bg .login-text h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 26px 0;
}

.login-bg .login-text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
}

.login-bg .login-form {
  padding: 40px 40px;
  border: 3px solid #ffffff;
}

.login-form form .js-form-item {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}

.login-form form .js-form-item label {
  color: #ffffff;
  display: block;
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 150%;
}

.login-form form .js-form-item input {
  width: 100%;
  height: 50px;
  border: none;
  margin: 0 0 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 50px;
  background: #ffffff;
  box-sizing: border-box;
}

.login-form form .form-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form form .form-actions input {
  height: 50px;
  border: none;
  color: #00AEEF;
  font-size: 20px;
  min-width: 170px;
  line-height: 46px;
  text-align: center;
  background: #ffffff;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 2px solid #00AEEF;
  text-transform: uppercase;
}

/* ===== 
========================================================*/

.a2a_kit.addtoany_list {
  display: none;
}

/* ====================== Secure Dashboard ====================================== */

.monitoring-main {
  padding-top: 80px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gird-20 {
  flex: 1;
  width: 30%;
}

.monitoring-main .dropdown-menu {
  transform: translate3d(5px, 200px, 0px) !important;
  transform: -webkit-translate3d(5px, 200px, 0px) !important;
}

.monitoring-main .servicesBox .circleBox {
  width: 135px;
  height: 135px;
  line-height: 150px;
  color: #fff;
  background: #eee;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.monitoring-main .servicesBox .circleBox span[class^="icon-"] {
  font-size: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.monitoring-main .servicesBox .circleBox .icon-user-management {
  font-size: 4rem !important;
}

.monitoring-main .servicesBox .circleBox+span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 30px;
  display: block;
}

.monitoring-main .lightGreen .circleBox {
  background: #8dc63f;
}

.monitoring-main .lightGreen .circleBox+span {
  color: #8dc63f;
}

.monitoring-main .lightBlue .circleBox {
  background: #44c8f5;
}

.monitoring-main .lightBlue .circleBox+span {
  color: #44c8f5;
}

.monitoring-main .darkBlue .circleBox {
  background: #006cb7;
}

.monitoring-main .darkBlue .circleBox+span {
  color: #006cb7;
}

.monitoring-main .gird-20 a:hover .lightOrange .circleBox {
  background: #fff;
  border: 1px solid #ffc20e;
  color: #ffc20e;
}

.monitoring-main .gird-20 a:hover .lightOrange .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .darkOrange .circleBox {
  background: #fff;
  border: 1px solid #f58220;
  color: #f58220;
}

.monitoring-main .gird-20 a:hover .darkOrange .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .lightGreen .circleBox {
  background: #fff;
  border: 1px solid #8dc63f;
  color: #8dc63f;
}

.monitoring-main .gird-20 a:hover .lightGreen .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .lightBlue .circleBox {
  background: #fff;
  border: 1px solid #44c8f5;
  color: #44c8f5;
}

.monitoring-main .gird-20 a:hover .lightBlue .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .darkGreen .circleBox {
  background: #fff;
  border: 1px solid #00a76d;
  color: #00a76d;
}

.monitoring-main .gird-20 a:hover .darkGreen .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .magenta .circleBox {
  background: #fff;
  border: 1px solid #ee3d96;
  color: #ee3d96;
}

.monitoring-main .gird-20 a:hover .magenta .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .wheat .circleBox {
  background: #fff;
  border: 1px solid #b18b4e;
  color: #b18b4e;
}

.monitoring-main .gird-20 a:hover .wheat .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .darkBlue .circleBox {
  background: #fff;
  border: 1px solid #006cb7;
  color: #006cb7;
}

.monitoring-main .gird-20 a:hover .darkBlue .circleBox+span {
  color: #5091d4;
}

.monitoring-main .dropdown-menu {
  border: none;
  border-top: 1px solid #ccc;
  width: 380px;
  padding: 0;
  position: relative !important;
  top: -200px !important;
  margin-bottom: 60px;
  border-radius: 0;
}

.monitoring-main .dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #ddd;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 10px;
  top: -15px;
}

.monitoring-main .dropdown-menu:after {
  content: "";
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 10px;
  top: -14px;
}

.monitoring-main .dropdown-menu a {
  width: 50%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #333;
}

.monitoring-main .dropdown-menu a:hover {
  color: #658fca;
}

.monitoring-main .dropdown-menu a:before {
  content: ">";
  margin-right: 8px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 10px;
  position: relative;
  top: 1px;
}

.monitoring-main .dropdown-menu.business {
  border-top: 1px solid #8dc63f;
}

.monitoring-main .dropdown-menu.business:before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.business:after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.business a {
  border-bottom: 1px solid #8dc63f;
  color: #8dc63f;
}

.monitoring-main .dropdown-menu.business a:before {
  color: #8dc63f;
}

.monitoring-main .dropdown-menu.business a:hover:before {
  color: #8dc63f;
}

.monitoring-main .dropdown-menu.business:before {
  border-bottom: 15px solid #8dc63f;
}

.monitoring-main .dropdown-menu.data {
  border-top: 1px solid #44c8f5;
  left: inherit !important;
  right: 0;
}

.monitoring-main .dropdown-menu.data:before {
  left: inherit;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.data:after {
  left: inherit;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.data a {
  border-bottom: 1px solid #44c8f5;
}

.monitoring-main .dropdown-menu.data a:before {
  color: #44c8f5;
}

.monitoring-main .dropdown-menu.data a:hover:before {
  color: #44c8f5;
}

.monitoring-main .dropdown-menu.data:before {
  border-bottom: 15px solid #44c8f5;
}

.middleSection.monitoring-main {
  width: 80%;
  margin: 0 auto;
  min-height: 350px;
  text-align: center;
}

.middleSection.monitoring-main .gird-20 {
  width: 33%;
}

.gird-20 {
  width: 20%;
  float: left;
  padding: 0px 15px;
}

.securedashmalawi span.dropdownSubmenu {
  display: grid;
  float: left;
  width: 50%;
}

.monitoring-main .dropdown-menu a {
  width: 50%;
}

.securedashmalawi ul.dropdownMenu li a {
  font-size: 9px !important;
  display: flex;
}

.securedashmalawi span.dropdownSubmenu a {
  width: 100% !important;
  color: #8dc63f !important;
}

.securedashmalawi div#block-monapidatabosblock .searchContainer a {
  color: #8dc63f;
}

.securedashmalawi div#block-monapidataseedatablock .searchContainer a {
  color: #44c8f5;
}

.securedashmalawi {
  padding-bottom: 0;
}

.securedashmalawi {
  min-height: 260px !important;
}

.securedashmalawi ul.dropdownMenu li a {
  padding-left: 20px !important;
}

.middleSection.monitoring-main .searchContainer {
  max-height: 200px;
  margin-top: 7px;
}

.middleSection.monitoring-main ul.dropdownMenu {
  list-style: none;
  display: contents;
}

.user-administration-page .views-exposed-form {
  margin-top: 20px;
  margin-bottom: 30px;
}

.user-administration-page .views-exposed-form .js-form-type-textfield {
  margin-bottom: 30px;
  position: relative;
}

.user-administration-page .form-text {
  width: 100%;
  height: 45px;
  margin: 0 !important;
  padding: 10px;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom: 1px solid #000;
}

.user-administration-page .views-element-container {
  min-height: calc(100vh - 155px);
  padding: 10px 50px 50px 50px;
}

.user-administration-page .views-exposed-form .js-form-type-select {
  width: 30%;
  display: inline-block;
  padding-right: 20px;
}

.user-administration-page .form-select {
  width: 100%;
  height: 45px;
  margin: 0 !important;
  padding: 10px;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.user-administration-page .views-exposed-form #edit-submit-user-administration {
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  padding: 11px 40px;
  background-color: #fff;
  border: 2px solid #69ccf7;
  color: #69ccf7 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.user-administration-page .views-exposed-form #edit-submit-user-administration:hover {
  background: #69ccf7 !important;
  color: #fff !important;
}

.user-administration-page .views-exposed-form div#edit-actions {
  display: contents;
}

.user-administration-page table.cols-5 {
  width: 100%;
}

.user-administration-page table.cols-5 thead tr {
  background: #69ccf7;
}

.user-administration-page table.cols-5 thead tr th {
  background: #69ccf7;
  color: #fff;
  padding: 10px;
}

.user-administration-page table.cols-5 tbody tr td {
  padding: 10px;
  border: 1px solid #ddd;
}

.user-administration-page table.cols-5 tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.pager ul.pager__items.js-pager__items {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 10px 0
}

.pager ul.pager__items.js-pager__items li {
  margin: 0 3px;
  padding: 5px
}

.pager ul.pager__items.js-pager__items li a {
  color: #658fca;
}

.pager ul.pager__items.js-pager__items li.pager__item.is-active a {
  color: #3b3b3b;
}

.dashboard-lists ul {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.dashboard-lists ul li {
  padding: 30px;
  text-align: center;
  background: #000;
  border-radius: 20px;
  width: calc(50% - 15px);
  color: #FFF;
}

.dashboard-lists ul li .dashboard-head span:first-child {
  width: 300px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto 20px;
  display: block;
}

.dashboard-lists ul li .dashboard-head h2 {
  font-size: 28px;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 38px;
}

.dashboard-lists ul li .dashboard-head span:last-child {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 27px;
}

.dashboard-lists ul li .dashboard-head span:first-child img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.dashboard-lists ul li>p {
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dashboard-lists .views-element-container>div {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.dashboard-lists .views-element-container>div .views-row {
  padding: 30px;
  text-align: center;
  background: #000;
  border-radius: 20px;
  width: calc(50% - 15px);
  color: #FFF;
}

.dashboard-lists .views-element-container>div .views-row .field-content .dashboard-head span {
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 27px;
}

.dashboard-lists .views-element-container>div .views-row .field-content .dashboard-head span img {
  width: 300px;
  height: 100px;
  display: block;
  object-fit: contain;
  margin: 0 auto 20px;
}

.dashboard-lists .views-element-container>div .views-row .field-content .dashboard-head h2 {
  font-size: 28px;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 38px;
}

.dashboard-lists .views-element-container>div .views-row .field-content>p {
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* ====================== Secure Dashboard End ====================================== */

#searchFull .modal-dialog {
  width: 70%;
  max-width: 70%;
  box-sizing: border-box;
}

#searchFull .modal-content {
  border: none;
  background: none;
}

#searchFull .modal-dialog .modal-body {
  padding: 0;
}

.full-search form {
  position: relative;
}

.full-search form>div>input {
  width: 100%;
  height: 60px;
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
  border-radius: 0;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  background: none;
  text-align: center;
  border: none;
  border-bottom: 2px solid #FFF;
  color: #FFFFFF;
}

.full-search form>div>button {
  width: 50px;
  height: 50px;
  border: none;
  display: flex;
  color: #ffffff;
  font-size: 18px;
  margin: 0 0px 0 0;
  background: #00AEEF;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
}

.logo-set a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.number-of {
  padding: 7px 15px;
  border-radius: 50px;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #00AEEF;
}

.number-of a {
  color: #FFF;
}

.resource-share-icon {
  display: flex;
  width: 100%;
  padding: 12px 0 0 0;
  border-top: 1px solid #E3E3E3;
  justify-content: flex-end;
  flex-direction: column;
}

.resource-share-icon small {
  text-align: right;
  margin: 0 2px 8px 0;
  font-size: 14px;
  line-height: 16px;
}

.resource-block-full.resource-block-full-detailed .a2a_kit.addtoany_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.resource-block-full.resource-block-full-detailed figure {
  width: 280px;
  height: 360px;
}

.resource-block-full.resource-block-full-detailed .resource-block-details {
  width: calc(100% - 280px);
  box-sizing: border-box;
  padding: 20px 26px;
}

.resource-block-full.resource-block-full-detailed .a2a_kit.addtoany_list a {
  padding: 0;
}

.resource-block-full.resource-block-full-detailed .a2a_kit.addtoany_list a span {
  border-radius: 50%;
  padding: 4px;
}

.resource-block-full.resource-block-full-detailed {
  padding: 0;
  box-sizing: border-box;
  background: #FBFAF9;
  border: 2px solid rgba(0, 174, 239, 0.1);
  border-radius: 16px;
}


/*! ==================== Learning Page Style !*/

.learning-block-bg {
  height: 100%;
  padding: 24px 38px;
  background: linear-gradient(360deg, #dbf8ff 0%, #ecfbff 100%);
}

#latest_learning_block {
  margin: 30px 0 60px;
}

#latest_learning_block .row {
  margin: 0;
}

#latest_learning_block .col-md-6 {
  padding: 0;
}

#latest_learning_block .col-md-6 figure {
  height: 100%;
  border: 1px solid #028bcc;
}

#latest_learning_block .col-md-6 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learning-block-bg small {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.learning-block-bg small i {
  margin: 0 8px;
}

.learning-block-bg small i:first-child {
  margin: 0 8px 0 0;
}

.learning-block-bg h2,
.learning-block-bg a {
  display: block;
  color: #0665ae;
  margin: 24px 0;
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: bold;
}

.learning-block-bg p {
  color: #6c757d;
  font-size: 14px;
  line-height: 150%;
}

.learning-block-bg ul.learning-tags,
.learning-tags-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}

.learning-block-bg ul.learning-tags li,
.learning-tags-box ul li {
  padding: 6px;
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
  border-radius: 5px;
  background: #028bcc;
  margin: 0 15px 10px 0;
}

.filter-tags {
  display: flex;
  margin: 0 0 10px;
  align-items: center;
  justify-content: space-between;
}

.filter-tags h4 {
  color: #0665ae;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: Poppins-Bold;
}

.filter-tag-search {
  width: 384px;
  height: 44px;
  display: flex;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #bfc1c5;
}

.filter-tag-search input {
  height: 42px;
  border: none;
  padding: 0 12px;
  font-size: 16px;
  line-height: 42px;
  box-sizing: border-box;
  width: calc(100% - 54px);
  margin: 0;
}

.filter-tag-search {
  width: 100%;
  margin: 0 0 15px;
}

.filter-tag-search input::placeholder {
  color: #94979e;
}

.filter-tag-search button {
  width: 54px;
  border: none;
  height: 42px;
  display: flex;
  color: #ffffff;
  font-size: 17px;
  cursor: pointer;
  line-height: 42px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0e69c1 0%, #028bcc 100%);
}

.dashboard-search form .form-actions {
  position: absolute;
  right: 5px;
  height: 35px;
  top: 5px;
  width: 65px;
}

.dashboard-search form .form-actions input {
  border: none;
  height: 100%;
  width: 100%;
  color: #FFF;
  background: #00aeef;
  border-radius: 50px;
}

.dashboard-search form,
.dashboard-search form .js-form-item {
  width: 100%;
  position: relative;
}

.filter-tags-selection ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.filter-tags-selection ul li {
  color: #333333;
  cursor: pointer;
  font-size: 13px;
  min-width: 90px;
  overflow: hidden;
  line-height: 18px;
  position: relative;
  margin: 0 0 10px 0;
  padding: 10px 30px;
  text-align: center;
  border-radius: 5px;
  background: #dbf8ff;
  text-transform: capitalize;
  transition: all 0.35s ease;
}

.filter-tags-selection ul li+li {
  margin: 0 0 10px 20px;
}

.filter-tags-selection ul li:hover,
.filter-tags-selection ul li.active,
.filter-tags-selection ul li.is-checked {
  color: #ffffff;
  background: #81c8ec;
  padding: 10px 48px 10px 12px;
}

.filter-tags-selection ul li i {
  top: 0;
  right: 0;
  opacity: 0;
  width: 0px;
  height: 100%;
  display: flex;
  color: #ffffff;
  visibility: hidden;
  text-align: center;
  position: absolute;
  align-items: center;
  background: #86e8ff;
  transition: all 0.35s ease;
  justify-content: center;
}

.filter-tags-selection ul li input {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}

.filter-tags-selection ul li:hover i,
.filter-tags-selection ul li.active i,
.filter-tags-selection ul li.is-checked i {
  opacity: 1;
  width: 38px;
  visibility: visible;
}

#learning_faces .inner-resources figure {
  height: 220px;
  margin: 0 0 15px;
}

#learning_faces .resources-content {
  padding: 10px 15px 15px;
}

.resources-content {
  color: #333333;
  background: #ffffff;
  transition: all 0.35s ease;
  padding: 10px 15px 20px;
  filter: drop-shadow(0px 0px 12px rgba(107, 107, 107, 0.12));
}

.inner-resources {
  transition: all 0.35s ease;
  border: 1px solid #eaeaea;
}

.inner-resources figure {
  margin: 0;
  width: 100%;
  height: 324px;
  overflow: hidden;
}

.inner-resources figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  object-position: top;
  transition: all 0.35s ease;
}

.resources-content {
  transition: all 0.35s ease;
}

.resources-content small {
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 150%;
  align-items: center;
  display: inline-flex;
}

.resources-content small i {
  margin: 0 8px;
}

.resources-content small i:first-child {
  margin: 0 8px 0 0;
}

.resources-content h5,
.resources-content a.title-head {
  color: #333333;
  margin: 20px 0 10px;
  font-size: 24px;
  overflow: hidden;
  line-height: 28px;
  transition: all 0.35s ease;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Poppins-Bold;
  min-height: 58px;
}

.resources-content p {
  font-size: 14px;
  margin: 0 0 25px;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 20px;
}

.inner-resources .filter-tags-selection ul {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.inner-resources .filter-tags-selection ul li {
  font-size: 10px;
  cursor: default;
  line-height: 14px;
  padding: 7px 17px;
  color: #333333 !important;
  background: linear-gradient(360deg, #dbf8ff 0%, #ecfbff 100%) !important;
  margin: 0;
}

.inner-resources .filter-tags-selection ul li+li {
  margin: 0;
}

/*! ==================================================================================================== !*/

/*! ==================== Learning Ddetails Page Style !*/

.current-blog-img {
  height: 440px;
  overflow: hidden;
  margin: 30px 0 60px;
  border-radius: 10px;
  /* border: 1px solid #028bcc; */
  position: relative;

}

.learning-blurb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  filter: blur(5px);
}

.current-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
}

.blog-head {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.blog-title {
  width: 100%;
  color: #333333;
  font-size: 28px;
  line-height: 32px;
  font-family: Poppins-Bold;
}

.blog-head ul {
  gap: 14px;
}

.related-blogs-tags h2 {
  color: #0665ae;
  padding: 20px 0;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: Poppins-Bold;
}

.related-blogs-tags .filter-tags-selection ul {
  margin: 0 -10px 60px;
}

.related-blogs-tags .filter-tags-selection ul li,
.related-blogs-tags .filter-tags-selection ul li+li {
  margin: 10px;
  min-width: auto;
  padding: 10px 12px;
}

.related-blogs-lists ul li {
  padding: 10px;
  margin: 0 0 30px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.related-blogs-lists ul li figure {
  width: 90px;
  height: 115px;
  overflow: hidden;
}

.related-blogs-lists ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.related-blogs-lists ul li .relate-blog {
  padding: 0 0 0 16px;
  box-sizing: border-box;
  width: calc(100% - 90px);
}

.related-blogs-lists ul li .relate-blog small {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
}

.related-blogs-lists ul li .relate-blog a {
  color: #333333;
  font-size: 20px;
  margin: 12px 0 0;
  line-height: 24px;
  overflow: hidden;
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  font-family: Poppins-Bold;
}

.related-blogs-lists ul li .relate-blog .filter-tags-selection ul {
  margin: 0;
}

.related-blogs-lists ul li .relate-blog .filter-tags-selection ul li {
  cursor: default;
  font-size: 10px;
  box-shadow: none;
  padding: 5px 10px;
  line-height: 13px;
  margin: 13px 15px 0 0;
  color: #333333 !important;
  background: linear-gradient(360deg, #dbf8ff 0%, #ecfbff 100%);
}

.author-note {
  color: #6c757d;
  font-size: 14px;
  line-height: 160%;
}

.blog-author {
  margin-top: 30px;
  padding: 0 0 0 26px;
  border-left: 2px solid #333333;
}

.blog-author h6 {
  font-size: 16px;
  margin: 0 0 46px;
  line-height: 24px;
}

.blog-author span {
  color: #6c757d;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}

.filter-tag-results .col-md-4 {
  transition: all 0.5s ease;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
}

.filter-tag-results .col-md-4 .inner-resources {
  padding: 10px;
  background: #edeef0;
  border: 1px solid #d5d8dd;
}

#learning_faces .filter-tag-results .col-md-4 .inner-resources .resources-content {
  padding: 0;
  background: none;
  transition: all 0.5s ease;
}

#learning_faces .filter-tag-results .col-md-4 .inner-resources .resources-content a.title-head {
  margin: 0 0 10px;
}

#learning_faces .filter-tag-results .col-md-4 .inner-resources .resources-content figure {
  margin: 20px 0;
}

.filter-tag-results .col-md-4 .inner-resources:hover {
  background: #f5f5f5;
}

.filter-tag-results .col-md-4.hide-other {
  opacity: 0;
  z-index: -1000;
  visibility: hidden;
  transform: translate3d(0px, 0px, 0px) scale3d(0.001, 0.001, 1);
}

.filter-tag-search.learning-filter-tag-search {
  height: auto;
  border: none;
}

.filter-tag-search.learning-filter-tag-search>div {
  width: 100%;
}

.filter-tag-search.learning-filter-tag-search>div>div form {
  display: flex;
  flex-direction: column;
  height: auto;
}

.filter-tag-search>div>div form .js-form-item.js-form-type-textfield input {
  width: 100%;
  height: 45px;
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 43px;
  background: #ffffff;
  border-radius: 50px;
  padding: 0 45px 0 15px;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
}

.filter-tag-search.learning-filter-tag-search>div>div form .fieldgroup {
  display: flex;
  flex-direction: column;
}

.filter-tag-search.learning-filter-tag-search>div>div form .fieldgroup {
  display: flex;
  flex-direction: column;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item {
  color: #333333;
  cursor: pointer;
  font-size: 13px;
  min-width: 90px;
  overflow: hidden;
  line-height: 18px;
  position: relative;
  margin: 0 0 10px 20px;
  padding: 10px 30px;
  text-align: center;
  border-radius: 5px;
  background: #dbf8ff;
  text-transform: capitalize;
  transition: all 0.35s ease;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item:first-child {
  margin: 0 0 10px 0;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item input {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item:hover,
.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item.highlight {
  color: #ffffff;
  background: #81c8ec;
  padding: 10px 48px 10px 12px;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item::before {
  top: 0;
  right: 0;
  opacity: 0;
  width: 0px;
  height: 100%;
  display: flex;
  content: "âœ”";
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
  text-align: center;
  position: absolute;
  align-items: center;
  background: #86e8ff;
  transition: all 0.3s ease;
  justify-content: center;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item:hover::before,
.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item.highlight::before {
  opacity: 1;
  width: 38px;
  visibility: visible;
}

#learning_faces .filter-tag-results #block-cpdsierra-content .views-element-container>div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#learning_faces .filter-tag-results #block-cpdsierra-content .views-element-container>div .views-row {
  width: calc(33.33% - 20px);
  padding: 0;
}

.a2a_kit a .a2a_svg {
  background: #fff !important;
  border-radius: 50px !important;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
  border: 1px solid #eaeaea;
  display: block !important;
  padding: 2px !important;
}

.a2a_kit a .a2a_svg svg path {
  fill: #0665ae !important;
}

.author-post-image {
  overflow: hidden;
  height: 350px;
}

.author-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learn-ext-link-button {
  margin: 15px 0 0 0;
}

.learn-ext-link-button a {
  color: #0665ae;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #0665ae;
  font-family: Poppins-Bold;
}

.mt-smooth-100 {
  margin-top: 100px;
}

.title-bx h2 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.indicater-data p {
  color: #333333;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 15px;
}

.goback-metadata {
  margin: 0 0 10px;
}

.goback-metadata a {
  background: #0665ae;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}

.sample-text {
  color: #333333;
  font-size: 16px;
  margin: 0 0 26px;
  line-height: 150%;
}

.indicater-select-bx {
  border-top: 1px solid #eaeaea;
  padding: 20px 0 0 0;
  max-width: 1230px;
  margin: 0 auto;
}

.select-bx .select2 {
  width: 100% !important;
}

.indicater-select-bx .select-bx label {
  font-size: 1rem;
  font-weight: 700;
}

.indicater-select-bx .select-bx .select2-container--default .select2-selection--single {
  width: 100%;
  height: 45px;
  display: block;
  font-size: 16px;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 43px;
  padding: 0 35px 0 15px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eaeaea;
}

.indicater-select-bx .select-bx .select2-container--default .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  line-height: 43px;
  padding: 0 0 0;
}

.indicater-select-bx .select-bx .select2-container--default .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  width: 30px;
}

.indicater-select-bx .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  padding: 0;
  line-height: 45px;
}

.indicater-select-bx .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* -----------------------------MOnitoring dashboard style------------------------------ */

.dfa-dashboard-container {
  padding: 0 0 1px;
  background: #f2f2f2;
}

.vis-dashboard-outer {
  z-index: 1;
  position: relative;
  margin: 0 72px 72px;
  padding: 20px 32px 32px;
  background-color: white;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
}

.vis-dashboard-outer.init-vis-indicator {
  padding: 32px 20px;
}

.vis-dashboard-outer.init-vis-indicator .row .col-md-4 h4.text-center {
  line-height: 32px;
}

.vis-dashboard-outer.init-vis-indicator .row .col-md-4 h4.text-center #total_Act {
  color: #3d85c6;
  line-height: 0;
  font-size: 2.6rem;
  margin: -4px 0 0 0;
  font-weight: normal;
  display: inline-block;
}

.vis-dashboard-outer.init-vis-indicator .row .col-md-4 g.highcharts-exporting-group {
  display: none;
}

.profile-bg-section {
  position: relative;
}

.profile-topic {
  z-index: 0;
  width: auto;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  text-align: center;
  margin: 0px 0px -50px;
  padding: 100px 70px 130px;
  background-color: #f2f4f2;
}

.profile-topic img {
  z-index: 2;
  width: 70px;
  height: 70px;
  display: block;
  position: relative;
  object-fit: contain;
  margin: 16px auto;
}

.profile-topic i,
.profile-topic h2 {
  z-index: 2;
  display: block;
  color: #FFFFFF;
  font-size: 36px;
  margin: 0 auto;
  line-height: 46px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.profile-topic i {
  font-size: 50px;
  line-height: 50px;
  margin: 16px 0;
}

.section-viz-1 .profile-topic {
  opacity: 0.9;
  background-position: center;
  background-size: cover;
  background-image: url("https://cpd.sierraleone.dataforall.org/sites/cpd/files/inline-images/img_home_banner.png");
}

.section-viz-1.viz-2 .profile-topic {
  background-image: url("/themes/cpdsierra/img/cpd_monitoring.JPG");
  background-position-y: -180px;
}

.profile-topic::after {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  float: left;
  width: 100%;
  content: "";
  bottom: -1px;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, #f2f2f2, 10%, rgb(64 203 255 / 60%), 60%, rgb(0 174 239 / 60%));
}

.dfa-viz-bootstrap>b,
.dfa-viz-bootstrap text,
.dfa-viz-bootstrap table,
.dfa-viz-bootstrap input,
.dfa-viz-bootstrap button,
.dfa-viz-bootstrap table th,
.dfa-viz-bootstrap table td,
.dfa-viz-bootstrap>.chart_holder,
.dfa-viz-bootstrap .dfa-acrdn-head,
.dfa-viz-bootstrap .dfa-dropdown label,
.dfa-viz-bootstrap .dfa-legend-filter-content,
.dfa-viz-bootstrap ul.dfa-legends .dfa-legend-text,
.dfa-viz-bootstrap .dfa-acrdn-parent .dfa-acrdn-head,
.dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a,
.dfa-viz-bootstrap .dfa-card-header .dfa-acrdn-progress-perc .percentage,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-family: Poppins-Regular !important;
  font-size: 14px;
  padding: 0 24px 0 0 !important;
}

.vis-dashboard-outer .dfa-container-fluid {
  display: flex;
}

.vis-dashboard-outer .dfa-head-holder {
  width: 380px;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}

.vis-dashboard-outer .dfa-chart-holder {
  width: calc(100% - 380px);
}

.dfa-viz-bootstrap .dfa-head-container {
  padding: 10px 0 0 0 !important;
}

.dfa-viz-bootstrap h1,
.dfa-viz-bootstrap .dfa-h1 {
  color: #3B4835 !important;
  font-size: 24px !important;
  line-height: 30px !important;
  padding: 0 0 15px 0 !important;
  margin: 0 0 18px 0 !important;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 4px 10px -10.5px Gray;
  font-family: Poppins-SemiBold !important;
}

.dfa-viz-bootstrap h2,
.dfa-viz-bootstrap .dfa-h2,
.dfa-viz-bootstrap p.summary-desc-text {
  color: #363736 !important;
  font-size: 20px !important;
  margin: 0 0 15px !important;
  font-family: Poppins-Medium !important;
  line-height: 36px;
}

.dfa-viz-bootstrap p.summary-desc-text span {
  color: #00AEEF;
  font-size: 40px !important;
}

.dfa-viz-bootstrap .dfa-narr-html-container {
  padding: 0 !important;
}

.dfa-viz-bootstrap .dfa-narr-html-container p span {
  display: block;
  line-height: 26px;
  color: #3B4835 !important;
  font-size: 18px !important;
  background: none !important;
  font-weight: 300 !important;
  margin: 0 0 15px !important;
}

.vis-dashboard-outer.viz-dashboard-two .dfa-viz-bootstrap .dfa-narr-html-container p span,
.vis-dashboard-outer.viz-dashboard-three .dfa-viz-bootstrap .dfa-narr-html-container p span {
  margin: 0 0 40px !important;
}

.dfa-viz-bootstrap .dfa-date-label {
  color: #888;
  font-size: 12px !important;
  padding: 4px 8px !important;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #e3e3e3;
  font-weight: 300 !important;
}

p.summary-desc-value {
  color: #00AEEF;
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  margin: 0 0 10px 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 10px;
  line-height: 16px;
  padding: 0 0 0 17px !important;
}

/*.vis-dashboard-outer .dfa-chart-holder .dfa-chart-wrapper .partition_wrapper {
   width: 100%; 
}

.vis-dashboard-outer .dfa-chart-holder .dfa-chart-wrapper .partition_wrapper:first-child .partition_section .chart_holder {
  margin: 0 auto;
}

.vis-dashboard-outer .dfa-chart-holder .dfa-chart-wrapper .partition_wrapper .partition_section .chart_holder,
.vis-dashboard-outer .dfa-chart-holder .dfa-chart-wrapper .partition_wrapper .partition_section .chart_holder table td {
  max-width: 100% !important;
  width: auto !important;
}

.vis-dashboard-outer .dfa-chart-holder .dfa-chart-wrapper .partition_wrapper .partition_section .chart_holder table td:first-child {
  text-align: center;
  width: 30px !important;
  box-sizing: border-box;
  padding: 0 6px !important;
}

.vis-dashboard-outer .dfa-chart-holder .dfa-chart-wrapper .partition_wrapper .partition_section {
   flex: 1; 
}

.vis-dashboard-outer .dfa-chart-holder .dfa-chart-wrapper .partition_wrapper .partition_section:first-child {
   flex: auto; 
   width: 100%; 
}*/


.dfa-viz-bootstrap .dfa-dropdown .dfa-cstm-drpdwn {
  width: 280px !important;
}

.vis-dashboard-outer .dfa-head-holder .dfa-row:nth-child(3) {
  left: 45px;
  bottom: 32px;
  position: absolute;
}

.vis-dashboard-outer .dfa-head-holder .dfa-row:nth-child(3) .dfa-col {
  padding: 0;
}

.dfa-viz-bootstrap ul.dfa-legends {
  margin: 10px 0 16px !important;
}

.dfa-viz-bootstrap ul.dfa-legends li,
.dfa-viz-bootstrap .dfa-cmbnd-scr-legend-content b {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.dfa-viz-bootstrap .dfa-cmbnd-scr-legend-content i {
  font-size: 11px;
}

/* .dfa-viz-bootstrap .dfa-cmbnd-scr-legend-content b span {
  display: none;
} */

.dfa-col.dfa-legend-filter {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.vis-dashboard-outer.viz-dashboard-one,
.vis-dashboard-outer.viz-dashboard-four,
.vis-dashboard-outer.viz-dashboard-five,
.vis-dashboard-outer.viz-dashboard-six {
  padding-bottom: 70px;
}

.vis-dashboard-outer.viz-dashboard-one .dfa-viz-bootstrap .dfa-tools-section,
.vis-dashboard-outer.viz-dashboard-four .dfa-viz-bootstrap .dfa-tools-section,
.vis-dashboard-outer.viz-dashboard-five .dfa-viz-bootstrap .dfa-tools-section,
.vis-dashboard-outer.viz-dashboard-six .dfa-viz-bootstrap .dfa-tools-section {
  margin: 0;
  padding: 0;
}

.vis-dashboard-outer.viz-dashboard-two .dfa-viz-bootstrap .dfa-tools-section {
  padding: 30px 0;
}

.dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a {
  display: flex;
  align-items: center;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000 !important;
  margin: 0 12px;
  opacity: 0.4;
  padding: 0 0 0 35px !important;
}

.dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a::before {
  left: 0 !important;
  top: 50% !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50px !important;
  padding: 6px !important;
  transform: translateY(-50%) !important;
  border: 1px solid #000 !important;
  box-sizing: border-box !IMPORTANT;
}

.dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label.share-embed a::before {
  padding: 4px 6px 6px 6px !important;
}

.dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a:hover {
  opacity: 1;
}

.vis-dashboard-outer.viz-dashboard-one .dfa-viz-bootstrap .dfa-text-left.dfa-dropdown {
  margin: 10px 0 -50px 0;
}

.vis-dashboard-outer.viz-dashboard-five .dfa-viz-bootstrap .dfa-text-left.dfa-dropdown,
.vis-dashboard-outer.viz-dashboard-six .dfa-viz-bootstrap .dfa-text-left.dfa-dropdown {
  margin: 10px 0 0;
}

.dfa-viz-bootstrap .dfa-dropdown .dfa-multi-drpdwn-menu {
  width: 280px !important;
  position: relative !important;
}

.dfa-viz-bootstrap .dfa-card-header {
  display: flex;
  align-items: flex-start;
  padding: 5px 6px 7px !important;
}

.dfa-viz-bootstrap .dfa-card-header h5:hover i {
  background-size: 19px;
}

.dfa-viz-bootstrap .dfa-card-header .dfa-acrdn-progress-perc {
  margin: 0px !important;
  position: static !important;
  padding: 0 24px 0 0 !important;
  box-sizing: border-box !important;
}

.dfa-viz-bootstrap .dfa-card-header .dfa-acrdn-progress-perc .single-chart svg {
  width: 100% !important;
  transform: translateY(0) !important;
}

.dfa-viz-bootstrap .dfa-acrdn-h5 {
  display: flex;
  margin: 0 0 0 -14px;
  flex-direction: column;
  overflow: visible !important;
  align-items: center;
  box-sizing: border-box;
  width: calc(100% - 61px) !important;
  padding: 6px 0 0 0 !important;
}

.dfa-viz-bootstrap .dfa-card-header h5 {
  min-height: auto;
  padding: 0 !important;
  overflow: visible !important;
  align-items: flex-start !important;
}

.dfa-viz-bootstrap .dfa-card-header.dfa-acrdn-parent .dfa-acrdn-h5 {
  padding: 0 !important;
}

.dfa-viz-bootstrap .dfa-card-header.dfa-acrdn-parent {
  align-items: center !important;
}

.dfa-viz-bootstrap .dfa-card-header h5 i.dfa-icon-circle-down,
.dfa-viz-bootstrap .dfa-card-header h5 i.dfa-icon-circle-right {
  border-radius: 50px;
  position: absolute !important;
  font-size: 16px !important;
  width: 22px;
  height: 22px;
  right: 2px;
  transition: all 0.3s;
  top: 0px !important;
  /*transform: translateY(-78%);*/
  left: auto !important;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 22px;
  background: url("/themes/cpdsierra/img/down-arrow-circle.png")no-repeat scroll center center / 18px;
}

.dfa-viz-bootstrap .dfa-card-header h5 i.dfa-icon-circle-right {
  background: url("/themes/cpdsierra/img/right-arrow-circle.png")no-repeat scroll center center / 18px;
}

.dfa-viz-bootstrap .dfa-card-header h5 i.dfa-icon-circle-down::before,
.dfa-viz-bootstrap .dfa-card-header h5 i.dfa-icon-circle-right::before {
  display: none;


}

.dfa-viz-bootstrap .dfa-card-header h5>button {
  text-align: left !important;
  white-space: normal !important;
  width: 100% !important;
  padding: 0 25px 0 0 !important;
  left: 0 !important;
  position: relative !important;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper {
  left: 0 !important;
  display: flex;
  margin: 3px 0 0 0;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper button {
  background: #00baff !important;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  padding: 3px 4px !important;
  font-size: 9px !important;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 10px;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper button a {
  color: #FFFFFF;
}

.dfa-viz-bootstrap .dfa-card-body {
  padding: 0.3rem 0.5rem !important;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row {
  margin: 0 !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row .dfa-accordion-section {
  width: 50%;
  margin: 0 auto 10px;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table {
  width: 100% !important;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table thead tr th {
  width: auto !important;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table thead tr th,
.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table tbody tr th,
.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table tbody tr td {
  width: auto !important;
  padding: 8px 10px !important;
  text-align: center !important;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table thead tr th:first-child,
.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table tbody tr th:first-child {
  width: 120px !important;
  color: #323232 !important;
  text-align: left !important;
}

.dfa-viz-bootstrap .dfa-card-body table tr th,
.dfa-viz-bootstrap .dfa-card-body table tr td {
  border: 1px solid #d9d9d9;
  color: #323232;
}

.dfa-viz-bootstrap .dfa-legend-filter-content {
  font-size: 12px;
  margin: 0 4px 2px;
  padding: 5px 8px !important;
}

.vis-dashboard-outer.viz-dashboard-one .dfa-container-fluid,
.vis-dashboard-outer.viz-dashboard-four .dfa-container-fluid,
.vis-dashboard-outer.viz-dashboard-five .dfa-container-fluid,
.vis-dashboard-outer.viz-dashboard-six .dfa-container-fluid,
.vis-dashboard-outer.viz-dashboard-seventeen .dfa-container-fluid {
  flex-direction: column;
}

.vis-dashboard-outer.viz-dashboard-one .dfa-head-holder,
.vis-dashboard-outer.viz-dashboard-one .dfa-chart-holder,
.vis-dashboard-outer.viz-dashboard-four .dfa-head-holder,
.vis-dashboard-outer.viz-dashboard-four .dfa-chart-holder,
.vis-dashboard-outer.viz-dashboard-five .dfa-head-holder,
.vis-dashboard-outer.viz-dashboard-five .dfa-chart-holder,
.vis-dashboard-outer.viz-dashboard-six .dfa-head-holder,
.vis-dashboard-outer.viz-dashboard-six .dfa-chart-holder,
.vis-dashboard-outer.viz-dashboard-seventeen .dfa-head-holder,
.vis-dashboard-outer.viz-dashboard-seventeen .dfa-chart-holder {
  width: 100%;
}

.dfa-viz-bootstrap .dfa-info-3col-section {
  background: #edf8ff;
  border: 1px solid #d7d7d7 !important;
}

.dfa-viz-bootstrap .dfa-info-3col-section .dfa-info-3col-heading {
  color: #FFFFFF;
  padding: 10px 10px 10px 35px !important;
  background: #2caffe;
  font-family: 'Poppins-SemiBold' !important;
}

.dfa-viz-bootstrap .dfa-info-3col-section .dfa-info-3col-circle {
  background: #544fc5;
  border: none !important;
}

.dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left,
.dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right {
  padding: 20px !important;
  border-color: #d7d7d7 !important;
}

.dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left p,
.dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right p {
  color: #544fc5;
  font-size: 24px !important;
  line-height: 30px;
  font-family: 'Poppins-SemiBold' ! IMPORTANT;
  margin: 0 !important;
}


.dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left span.dfa-3col-grid-left-label,
.dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left.middle span.dfa-3col-grid-middle-label,
.dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right span.dfa-3col-grid-right-label {
  font-size: 14px !important;
  margin: 4px 0 0 0 !important;
  font-family: 'Poppins-Regular' !important;
  display: block;
}

.dfa-viz-bootstrap ul.dfa-legends .dfa-legend-circle {
  height: 12px !important;
  width: 12px !important;
}

.dfa-viz-bootstrap ul.dfa-legends .dfa-legend-text {
  top: 1px !important;
  font-size: 12px;
  font-family: 'Poppins-Regular' !important;
  font-weight: normal;
}

.dfa-cmbnd-scr-narr-wrapper .modal {
  padding-top: 80px;
}

.dfa-cmbnd-scr-narr-wrapper .modal .modal-header {
  padding: 10px 15px 0;
}

.ramBtn {
  width: 23px;
  height: 23px;
}

.ramBtn i {
  font-size: 16px;
}

.dfa-cmbnd-scr-narr-wrapper .modal .panel-body {
  box-sizing: border-box;
  padding: 15px;
  height: 300px;
  border: none !important;
}

.dfa-cmbnd-scr-narr-wrapper .modal .panel-body .ui-tabs-scrollable ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  border: none !important;
}

.dfa-cmbnd-scr-narr-wrapper .modal .panel-body .ui-tabs-scrollable ul li a {
  color: #666;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  padding: 8px 12px 7px 12px;
  border-bottom: 5px solid #F2F2F2;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper .modal-body .scrolltabs .nav-item.active .nav-link,
.dfa-cmbnd-scr-narr-wrapper .modal .panel-body .ui-tabs-scrollable ul li a:hover {
  color: #00baff !important;
  position: relative !important;
  transition: all 0.3s;
}

.dfa-viz-bootstrap .narrativeDesc {
  height: auto !important;
}

.dfa-viz-bootstrap .dfa-cmbnd-scr-narr-wrapper .input-text-editor {
  font-size: 14px;
  background: #f7fdff;
  padding: 10px !important;
  margin-top: 1px !important;
  border-radius: 0 0 5px 5px;
  border: 1px solid #00baff !important;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table tbody tr:first-child th .ind_ac_val i {
  color: #2e667a;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table tbody tr:nth-child(2) th .ind_ac_val i {
  color: #128dba;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table tbody tr:last-child th .ind_ac_val i {
  color: #00aeef;
}


#id_63bec03c-2cd1-418d-9c9f-75855ef82893_chart_0 .chart_holder table tr td:nth-child(1) {
  display: none;
}

.add_user.globalusercreate-button.btn.btn-primary.rounded-pill a {
  color: #fff;
}

.DFA-filter>.filterGroup {
  padding: 8px 10px !important;
}

.DFA-filter>.filterGroup>div>label {
  float: none;
  margin: 0 0 5px;
  text-align: left;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold' !important;
  line-height: 14px;
}

.choices__inner {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 6px !important;
  vertical-align: middle !important;
  display: flex !important;
  margin: 0 !important;
  min-height: 40px !important;
  align-items: flex-start;
}

.choices__input.choices__input--cloned {
  height: 26px;
  line-height: 24px !important;
  padding: 0 0 0 4px !important;
  text-align: left;
}

.choices__list--dropdown {
  width: 100% !important;
}

.choices__list--dropdown .choices__item {
  font-size: 12px !important;
  line-height: 16px;
  padding: 5px 8px !important;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}

.choices__list--dropdown .choices__item:last-child {
  border: none;
}

.DFA-filter .resetBar {
  order: 4;
  margin: 0 !important;
  padding: 0 10px 8px 0;
  display: flex;
  align-items: self-end;
}

.DFA-filter .resetBar a {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 12px !important;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #FFF !important;
  background: #15b5f0;
  text-decoration: none !important;
}

.DFA-tooltip .leaflet-popup-content {
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 12px;
  flex-direction: column;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont {
  padding: 10px 5px 0 10px;
  display: flex;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont label:first-child {
  width: 140px;
  margin: 0;
  font-family: 'Poppins-SemiBold' !IMPORTANT;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont label:last-child {
  width: calc(100% - 140px);
  margin: 0;
  font-family: 'Poppins-Regular' !important;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont:first-child {
  padding: 10px;
  background: #2196F3;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont:first-child label.attr {
  display: none;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont:first-child label:last-child {
  width: calc(100% - 0px);
  padding: 0;
}

.vis-dashboard-outer.viz-dashboard-one .dfa-viz-bootstrap .dfa-dropdown .dfa-cstm-drpdwn {
  width: 100% !important;
}

.vis-dashboard-outer.viz-dashboard-one .dfa-viz-bootstrap .dfa-dropdown .dfa-cstm-drpdwn .dfa-multi-drpdwn-menu {
  width: 360px !important;
}

.vis-dashboard-outer.viz-dashboard-one .dfa-viz-bootstrap .dfa-dropdown .select2-container--default .select2-selection--multiple {
  box-sizing: border-box;
  padding: 10px 30px 10px 0 !important;
  background-position: right 0 top 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: auto;
  padding: 0 0 0 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 6px 0 0 !important;
  display: flex !important;
  position: relative !important;
  align-items: center;
  border: 1px solid #dcdcdc !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding: 0 !important;
  font-size: 12px !important;
  font-family: Poppins-Regular !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 2px 6px 1px;
  font-family: 'Poppins-Regular' !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  order: 2;
  width: 17px;
  height: 19px;
  border: none !important;
  display: flex !important;
  border-radius: 0 !important;
  position: static !important;
  margin: 0 !important;
  align-items: center;
  padding: 2px !important;
  justify-content: center;
  font-size: 15px !important;
  border-left: 1px solid #cecece !important;
}

.choices__list--multiple {
  gap: 5px;
  flex-wrap: wrap;
  display: flex !important;
}

.choices__list--multiple .choices__item {
  margin: 0 !important;
}

div#\33 WMapDisclaimer,
.highcharts-credits {
  display: none;
}

p.viz-note {
  font-size: 10px;
  text-align: center;
  padding: 0 50px;
  line-height: 14px;
}

.db-tooltip-wrapper table td {
  padding: 15px 10px !important;
  font-size: 12px;
}

.dfa-text-center .partition_wrapper .partition_section {
  flex: 1;
}

.partition_wrapper .partition_section:first-child {
  max-width: 100% !important;
}

/* ===== Footer CSS
========================================================*/

footer {
  margin: 50px 0 0 0;
}

.footer-top {
  padding: 0 15px;
}

.inner-footer-top {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 30px;
  background: #FFFFFF;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
  border-radius: 30px 30px 0px 0px;
  box-shadow: 0px -10px 50px rgba(0, 174, 239, 0.08);
}

.footer-top .logo img {
  height: 70px;
}

.user-counter {
  text-align: center;
}

.user-counter h6 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

.user-counter h1 {
  color: #00AEEF;
  font-size: 44px;
  line-height: 44px;
  font-family: Inter-ExtraBold;
}

.footer-bottom {
  padding: 0 15px;
  background: #00AEEF url("../images/img_unicef_watermark_white.png") no-repeat scroll right bottom / 350px;
}

.inner-footer-bottom {
  padding: 30px;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0px 10px 40px 10px rgba(255, 255, 255, 0.2);
  background: #FFFFFF url("../images/img_unicef_watermark_primary.png") no-repeat scroll right -160px bottom -110px / 350px;
}

.footer-head-set {
  color: #111111;
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 30px;
  text-transform: capitalize;
  font-family: Poppins-SemiBold;
}

.address-code p,
.address-code p a,
.footer-links ul li a {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}

.footer-links ul li a:hover,
.address-code p a:hover {
  color: #00AEEF;
}

.footer-links ul li {
  margin: 0 0 10px;
}

.footer-links ul li a {
  font-size: 14px;
  line-height: 20px;
}

.copy-right-policy {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 30px;
  align-items: center;
  justify-content: space-between;
}

.copy-right-policy ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.copy-right-policy ul li+li {
  margin: 0 0 0 20px;
}

.copy-right-policy ul li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  font-family: Poppins-Black;
}

.copyrights {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 22px;
  font-family: Poppins-Regular;
}

.copyrights span {
  font-family: Poppins-Black;
}

.open-close-menu,
.scroll-top {
  display: none !important;
}

div#block-cpdsierra-visitorcounter-3 ul {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px 5px 10px;
  border: 1px solid #00aeef;
  border-radius: 6px;
  background: #00aeef12;
  font-size: 14px;
}

section.user-administration-page>div div[data-drupal-messages] {
  background: #ff000012;
  position: fixed;
  right: 20px;
  top: 112px;
  padding: 9px 15px 8px;
  border-radius: 10px;
  max-width: 800px;
  text-align: center;
  border: 1px solid #ff6a6a;
  box-shadow: 0 0 10px -5px #000;
  font-size: 13px;
  color: #111111;
  z-index: 99;
  ;
}

section.user-administration-page>div div[data-drupal-messages] em.placeholder {
  opacity: 1;
  background: none;
  color: red;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  min-height: auto;
  display: inline-block;
  text-transform: uppercase;
  word-break: break-all;
}

/*=================================== Saerch listing page============================ */

div#block-mtndpsierra-content h2 {
  display: none;
}

.js-form-item.form-item.js-form-type-search.form-item-keys.js-form-item-keys {
  display: none;
}

#edit-basic #edit-submit {
  display: none;
}

#edit-advanced {
  display: none;
}

a#edit-help-link {
  display: none;
}

/* Captcha */

fieldset.captcha.captcha-type-challenge--image legend {
  display: none;
}

.captcha__description {
  margin: 15px 0;
  font-size: 12px;
  color: #626262;
  border-top: 1px solid #eaeaea;
  padding: 15px 0 0 0;
}

div#contact-page .inner-section form input#edit-captcha-response {
  margin: 0 0 5px;
}

.captcha__image-wrapper img {
  display: block;
  max-width: 100%;
  border: none;
  padding: 0;
  height: 50px;
  margin: 0 0 7px;
}

/* ===== User Form  ========================================================*/

.user-form {
  display: flex;
  padding: 30px;
  background: #00aeef;
  border-radius: 20px;
  flex-wrap: wrap;
}

.user-form>div,
.user-form>div#edit-account>div,
.user-form>div#edit-account>div#edit-pass>div {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px 15px;
}

.user-form>div#edit-account {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.user-form>div .js-form-item {
  display: flex;
  flex-direction: column;
}

.user-form>div .js-form-item label {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Poppins-SemiBold';
  letter-spacing: 1px;
  margin: 0 0 5px;
  display: block;
}

.user-form>div .js-form-item input {
  display: block;
  height: 40px;
  line-height: 38px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  margin: 0 0 2px;
}

.description,
.password-strength__title,
.password-confirm-message {
  font-size: 11px;
  color: #FFF;
  display: block;
  margin: 4px 0 0 0;
}

.user-form>div#edit-account>div#edit-pass {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
}

.user-form>div#edit-account>div#edit-pass>div#edit-pass--description {
  width: 100%;
}

.user-form>div#edit-actions {
  width: 100%;
}

.user-form>div#edit-actions input {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}

form#user-pass-reset input {
  gap: 12px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  background: #00AEEF;
  border-radius: 50px;
  align-items: center;
  display: inline-flex;
  padding: 6px 16px 7px;
  font-family: Poppins-Medium;
  border: none;
  min-width: 100px;
}

form#user-pass-reset p em {
  background: #FFF;
  color: #00aeef;
  opacity: 1;
}

form#user-pass-reset {
  margin: 0 auto;
  color: #666666;
  font-size: 20px;
  max-width: 1100px;
  line-height: 40px;
  text-align: center;
}

/* About TOC ========================================== */

.about-block {
  padding: 20px;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.two-notations ul li {
  margin: 6px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 6px;
  background: #FFFFFF;
  padding: 6px 15px 7px;
  border: 1px solid #EAEAEA;
}

.two-notations ul li.li-developement {
  background: #00adef;
}

.two-notations ul li.li-empowerment {
  background: #8263be;
}

.step-up-levels {
  margin: 0 0 30px;
  position: relative;
  padding: 30px 0 0 40px;
}

.spheres {
  z-index: 9;
  width: 170px;
  left: -100px;
  bottom: 90px;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  white-space: nowrap;
  transform: rotate(-90deg);
}

.level-arrow {
  top: 0;
  left: 35px;
  width: 6px;
  z-index: 1;
  content: "";
  height: 100%;
  position: absolute;
  background: #284E93;
}

.level-arrow::before {
  top: -7px;
  left: -11px;
  content: "";
  position: absolute;
  border-top: 0 solid transparent;
  border-bottom: 18px solid #284E93;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.level-arrow::after {
  left: -4px;
  content: "";
  width: 12px;
  height: 12px;
  bottom: -4px;
  position: absolute;
  background: #284E93;
  transform: rotate(45deg);
}

.level-bars {
  margin: 0 0 26px;
  position: relative;
}

/*=======================================*/

.goal-name-bar {
  color: #003865;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 20px;
  line-height: 26px;
  position: relative;
  font-style: normal;
  background: #FFFFFF;
  border-style: solid;
  display: inline-block;
  border-color: #003865;
  box-sizing: border-box;
  text-transform: uppercase;
  border-width: 3px 3px 3px 5px;
  border-radius: 0px 6px 0px 0px;
}

.goalcorner-left {
  top: -1px;
  left: -44px;
  content: "";
  height: 0px;
  position: absolute;
  border-right: 35px solid #003865;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
}

/*=========================================*/

.goal-inner-description {
  padding: 20px;
  margin: 0 0 0 30px;
  border-radius: 6px;
  background: #eff8ff;
  box-sizing: border-box;
  width: calc(100% - 30px);
  border: 2px solid #338DCB;
}

.cpd-change-strategies .goal-inner-description {
  background: #FFFFFF;
  border-color: #6F97BB;
}

.cpd-systemic-change .goal-inner-description {
  background: #f0f4ff;
  border-color: #A1B1DC;
}

.cpd-goal-area-changes .goal-inner-description {
  background: #f9fdff;
  border-color: #C9DEE4;
}

.cpd-long-term-change .goal-inner-description {
  position: relative;
  background: #00adef;
  border-color: #00adef;
}

/*=========================================*/

.change-strategies-list {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.change-strategies-list li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 6px;
  padding: 2px 10px 3px;
  border: 1px solid gray;
}

.systemic-change-list {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.systemic-change-list li {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: calc(50% - 16px);
  background: url("icon_list_arrow_right.png") no-repeat scroll left 0px top 4px / 14px;
  padding: 0 0 0 22px;
}

/*=========================================*/

.five-column-list ul {
  gap: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.five-column-list>ul>li {
  flex: 1;
  padding: 15px;
  overflow: hidden;
  min-width: 150px;
  background: #0077b6;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 6px -4px rgb(0 0 0 / 0.1), 0 2px 4px -3px rgb(0 0 0 / 0.1);

}

.five-column-list>ul>li figure {
  width: 70px;
  height: 70px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.five-column-list>ul>li figure img {
  width: 60px;
  height: 60px;
  margin: 0 0 5px;
  object-fit: contain;
}

.five-column-list>ul>li>p {
  font-size: 13px;
  min-height: 36px;
  line-height: 18px;
  margin: 14px 0 6px;
  font-family: 'Poppins-Medium';
}

.up-arrow {
  width: 100%;
  height: 50px;
  position: relative;
  background: #eff8ff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.game-chager-thoughts>p {
  display: flex;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  min-height: 70px;
  line-height: 20px;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  justify-content: center;
}

/*=========================================*/

.areas-of-goals ul {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}

.areas-of-goals ul li {
  position: relative;
  padding: 20px 15px;
  border-radius: 8px;
  background: #FFFFFF;
  width: calc(20% - 12px);
  box-sizing: border-box;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.areas-of-goals ul li figure img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.areas-of-goals ul li h5 {
  color: #111111;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  margin: 10px 0 8px;
}

.areas-of-goals ul li p {
  color: #111111;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.areas-of-goals ul li.cpd-survive-thrive {
  background: #FCEFE8;
}

.areas-of-goals ul li.cpd-learn-acquire {
  background: #F4EAFE;
}

.areas-of-goals ul li.cpd-child-protect {
  background: #E9F6FF;
}

.areas-of-goals ul li.cpd-water-hygiene {
  background: #E8FBF7;
}

.areas-of-goals ul li.cpd-social-policy {
  background: #FFF5E6;
}

/*=========================================*/

.cpd-enablers .up-arrow {
  top: -26px;
  right: 5px;
  width: 25%;
  height: 74px;
  position: absolute;
  background: linear-gradient(180deg, #8dd0ff 0%, rgba(255, 255, 255, 0) 100%);
}

.cpd-systemic-change .cpd-enablers .up-arrow {
  background: linear-gradient(180deg, #A1B1DC 0%, rgba(255, 255, 255, 0) 100%);
}

.cpd-goal-area-changes .cpd-enablers .up-arrow {
  background: linear-gradient(180deg, #c9dee4 0%, rgba(255, 255, 255, 0) 100%);
}

/*=========================================*/

.long-term-change figure {
  text-align: center;
}

.long-term-change figure img {
  width: auto;
  height: 80px;
  object-fit: contain;
}

.long-term-change h6 {
  color: #FFFFFF;
  font-size: 28px;
  margin: 20px 0 0 0;
  text-align: center;
  font-weight: normal;
}

.long-term-change ul li {
  color: #FFFFFF;
  font-size: 16px;
  padding: 5px 12px;
  font-weight: bold;
  background: #46ccff;
  border-radius: 20px;
}

/* Legend Style =============================================== */

.legentIndicators ul {
  display: flex;
  list-style: none;
  justify-content: center;
  align-content: center;
  height: 100%;
  margin-bottom: 0;
}

.legentIndicators ul li .circle {
  width: 15px !important;
  height: 15px !important;
  margin-right: 4px;
  border-radius: 50px;
}

.legentIndicators ul li .value {
  font-size: 13px;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 600;
}

.legentIndicators ul li {
  display: flex;
  align-items: center;
}

div#viz-1 .legentIndicators ul {
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

div#viz-1 .legentIndicators ul li {
  margin: 7px 0px;
}

div#viz-1 .legentIndicators ul li .circle.whitecircle {
  border: 1px solid #333;
  background: #fff;
}

/* ul.dfa-legends {
  display: none;
} */

div#viz-3 .legentIndicators ul {
  justify-content: end;
  margin-right: 15px;
}

.legentIndicators ul li {
  margin-left: 15px !important;
}

/* ===== Responsive CSS
========================================================*/

@media screen and (max-width: 1350px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 991px) {

  header {
    padding: 10px;
  }

  #header {
    padding: 10px;
    border-radius: 6px;
  }

  .logo-set img {
    height: 42px;
    border-radius: 5px;
    object-fit: contain;
    transition: all 0.3s;
    width: auto;
  }

  .navigation-menu-bar .inner-nav nav {
    left: 0;
    top: 100%;
    z-index: 99;
    padding: 0px;
    display: none;
    position: absolute;
    background: #fafffb;
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 0 0 6px 6px;
  }

  .navigation-menu-bar .inner-nav nav ul {
    margin: 0;
    padding: 0;
    flex-direction: column;
  }

  .navigation-menu-bar .inner-nav nav ul li {
    margin: 0;
    width: 100%;
  }

  .navigation-menu-bar .inner-nav nav ul li a {
    width: 100%;
    display: block;
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid #EAEAEA;
  }

  a.search-btn {
    padding: 6px;
  }

  .open-close-menu {
    width: 32px;
    height: 32px;
    color: #00aeef;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 12px;
    border-radius: 4px;
    align-items: center;
    background: #FFFFFF;
    transition: all 0.3s;
    justify-content: center;
    display: flex !important;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 10px -7px #666;
  }

  .open-close-menu .fa-solid {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background: #FFFFFF;
    align-items: center;
    transition: all 0.3s;
    justify-content: center;
  }

  .open-close-menu .fa-solid.fa-xmark {
    z-index: 1;
    display: none;
    position: absolute;
  }

  .inner-home-banner {
    height: 400px;
  }

  .inner-home-banner h1 {
    top: auto;
    width: 40%;
    right: 40px;
    bottom: 20px;
    font-size: 48px;
    text-align: right;
    line-height: 60px;
    transform: translateY(0);
  }

  .home-more-set {
    margin: 25px 0 0;
  }

  .home-more-set h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 auto 20px;
  }

  .home-more-set p {
    font-size: 16px;
    line-height: 26px;
  }

  .h1-basic01 {
    font-size: 26px;
    margin: 0 0 30px;
    line-height: 20px;
  }

  .data-facts {
    margin: 30px 0 20px;
    padding: 30px 0 10px;
    border-radius: 20px 20px 0px 0px;
  }

  .data-facts .views-element-container>div .views-row {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }

  .latest-resources .views-element-container>div>div {
    width: 100%;
    padding: 0 0 15px;
  }

  .latest-resources .views-element-container>div {
    gap: 0;
    padding: 0;
  }

  .footer-bottom {
    padding: 15px 15px 0;
  }

  .copy-right-policy {
    padding: 20px;
  }

  .inner-footer-bottom {
    padding: 0px 20px 10px;
    border-radius: 0px 0px 10px 10px;
  }

  .inner-footer-bottom .row>div {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
  }

  .inner-footer-bottom .row>div:last-child {
    border: none;
  }

  .inner-footer-bottom .row .col-md-2.text-center {
    text-align: left !important;
  }

  .copy-right-policy ul {
    margin: 0 0 10px;
    padding: 0 0 10px;
    justify-content: center;
    border-bottom: 1px solid #eaeaea;
  }

  .copy-right-policy {
    text-align: center;
    align-items: center;
    flex-direction: column;
  }

  .latest-resources {
    margin: 0 0 20px;
  }

  .metadata-text-header h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px !IMPORTANT;
  }

  .indicater-select-bx {
    padding: 15px 0 0 0;
  }

  .indicater-select-bx .select-bx label {
    font-size: 14px;
  }

  .indicater-select-bx .select-bx .select2-container--default .select2-selection--single {
    height: 40px;
    display: block;
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 38px;
  }

  .indicater-select-bx .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }

  section.non-crimnal-bx .border-non-bx h3 {
    width: 100% !important;
  }

  section.non-crimnal-bx .border-non-bx .list-button {
    width: 100%;
    margin: 10px 0 0 0;
  }

  section.non-crimnal-bx .border-non-bx {
    padding: 15px;
  }

  section.non-crimnal-bx .border-non-bx .list-button li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin: 0 4px 4px;
  }

  .crimnal-list li strong {
    font-size: 14px;
  }

  .crimnal-list li strong::before {
    top: 0px;
  }

  .dashboard-search form .js-form-item input {
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
    margin: 0 0 15px;
    line-height: 40px;
  }

  .dashboard-lists .views-element-container>div {
    gap: 15px;
  }

  .dashboard-lists .views-element-container>div .views-row {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }

  .dashboard-lists .views-element-container>div .views-row .field-content .dashboard-head h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .top-navigation {
    padding: 6px;
    display: flex;
    position: static;
    align-items: center;
  }

  .top-navigation ul {
    gap: 10px 0;
    padding: 0 0 0 0;
    display: inline-flex;
  }

  .top-navigation>ul>li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .top-navigation>ul>li+li {
    border-left: 1px solid #EAEAEA;
  }

  .top-navigation>ul>li+li {
    margin: 0 0 0 0;
  }

  .top-navigation ul>li>a {
    transition: all 0.3s;
    padding: 2px 0 !important;
  }

  .top-navigation ul ul {
    left: 0;
    max-width: 210px;
    padding: 8px 8px 8px 0;
    transform: translate(0px) !important;
  }

  .top-navigation ul>li ul li a {
    line-height: 15px;
    white-space: normal;
  }

  .top-navigation.scrolled ul>li>a img {
    width: 20px;
    height: auto;
  }

  .profile-topic {
    padding: 20px 20px 80px;
  }

  .dfa-viz-bootstrap .dfa-container-fluid {
    flex-direction: column;
  }

  .vis-dashboard-outer .dfa-head-holder,
  .vis-dashboard-outer .dfa-chart-holder {
    width: 100%;
  }

  .vis-dashboard-outer {
    margin: 0 10px 15px;
  }

  .vis-dashboard-outer.init-vis-indicator {
    padding: 20px;
  }

  .vis-dashboard-outer {
    padding: 20px !important;
  }

  .vis-dashboard-outer.viz-dashboard-one,
  .vis-dashboard-outer.viz-dashboard-four,
  .vis-dashboard-outer.viz-dashboard-five,
  .vis-dashboard-outer.viz-dashboard-six {
    padding-bottom: 40px;
  }

  .vis-dashboard-outer .dfa-head-holder {
    padding: 0;
  }

  .dfa-viz-bootstrap .dfa-head-container {
    padding: 0 !important;
  }

  .dfa-viz-bootstrap h1,
  .dfa-viz-bootstrap .dfa-h1 {
    font-size: 20px !important;
    line-height: 22px !important;
    margin: 0 0 0px 0 !important;
    padding: 0 0 10px 0 !important;
  }

  .dfa-viz-bootstrap h2,
  .dfa-viz-bootstrap .dfa-h2,
  .dfa-viz-bootstrap p.summary-desc-text {
    line-height: 36px;
    font-size: 16px !important;
    margin: 0 0 10px !important;
  }

  p.summary-desc-value {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 0px 0 !important;
  }

  .dfa-viz-bootstrap .dfa-narr-html-container p span {
    line-height: 24px;
    font-size: 16px !important;
    margin: 0 0 10px !important;
  }

  .vis-dashboard-outer.viz-dashboard-two .dfa-viz-bootstrap .dfa-narr-html-container p span,
  .vis-dashboard-outer.viz-dashboard-three .dfa-viz-bootstrap .dfa-narr-html-container p span {
    margin: 0 0 0px !important;
  }

  .vis-dashboard-outer .dfa-head-holder .dfa-row:nth-child(3) {
    margin: 0;
    position: static;
  }

  .dfa-viz-bootstrap .dfa-tools-section {
    text-align: center;
  }

  .dfa-viz-bootstrap .dfa-tools-section,
  .vis-dashboard-outer.viz-dashboard-two .dfa-viz-bootstrap .dfa-tools-section {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0 10px !important;
    margin: 12px 0 0 !important;
    border-top: 1px solid #eaeaea;
  }

  .dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a {
    font-size: 12px;
  }

  .dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a::before {
    width: 25px !important;
    height: 25px !important;
    padding: 4px !important;
  }

  .vis-dashboard-outer.viz-dashboard-one .dfa-viz-bootstrap .dfa-text-left.dfa-dropdown {
    margin: 10px 0;
  }

  .vis-dashboard-outer.viz-dashboard-one .dfa-viz-bootstrap .dfa-text-center {
    overflow-x: auto;
  }

  .dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row {
    flex-direction: column;
  }

  .dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row .dfa-accordion-section,
  .dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row .dfa-accordion-section>.dfa-text-center,
  .vis-dashboard-outer.viz-dashboard-one .dfa-viz-bootstrap .dfa-dropdown .dfa-cstm-drpdwn .dfa-multi-drpdwn-menu {
    width: 100% !important;
  }

  .dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row .dfa-accordion-section>.dfa-text-center {
    overflow-x: auto;
  }

  .dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table thead tr th:first-child {
    min-width: 120px;
  }

  .dfa-viz-bootstrap .dfa-card-header.dfa-acrdn-parent {
    align-items: flex-start !important;
  }

  .dfa-viz-bootstrap .dfa-info-3col-section {
    margin: 10px 0 0 20px !important;
  }

  .middleSection.monitoring-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px;
    justify-content: center;
  }

  #latest_learning_block {
    margin: 20px 0;
  }

  .learning-block-bg {
    padding: 20px 20px 10px;
  }

  .learning-block-bg h2,
  .learning-block-bg a {
    margin: 12px 0;
    font-size: 26px;
    line-height: 30px;
  }

  .learning-block-bg ul.learning-tags,
  .learning-tags-box ul {
    margin: 10px 0 0 0;
  }

  .filter-tag-search {
    margin: 0 0 10px;
  }

  .filter-tag-search>div>div form .js-form-item.js-form-type-textfield input {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item {
    font-size: 12px;
    padding: 5px 20px;
    margin: 0 0 6px 10px;
  }

  .filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item:hover,
  .filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item.highlight {
    padding: 5px 48px 5px 12px;
  }

  #learning_faces .filter-tag-results #block-cpdsierra-content .views-element-container>div .views-row {
    width: calc(50% - 20px);
  }

  .resources-content h5,
  .resources-content a.title-head {
    font-size: 18px;
    line-height: 22px;
    min-height: 44px;
    margin: 0 0 10px 0;
  }

  .resources-content p {
    margin: 0 0 10px;
  }

  #learning_faces .inner-resources figure {
    height: 250px;
    margin: 0 0 15px;
  }

  .inner-resources figure img {
    object-position: center;
  }

  .current-blog-img {
    height: 300px;
    overflow: hidden;
    margin: 10px 0 30px;
  }

  #learning_details .inner-section .row .col-md-8 {
    width: 100%;
  }

  #learning_details .inner-section .row .col-md-4 {
    display: none;
  }

  .current-blog-img {
    height: 300px;
    margin: 0px 0 20px;
    border: none !important;
  }

  .blog-head {
    padding: 10px 0;
  }

  .blog-title {
    font-size: 22px;
    line-height: 30px;
  }

  .author-note {
    margin: 10px 0 !important;
    font-size: 13px;
  }

  .blog-author {
    margin: 15px 0 20px !important;
    padding: 0 0 0 16px;
  }

  .blog-author h6 {
    margin: 0 0 16px;
  }

  .author-post-image {
    height: 300px;
    margin: 0 0 20px !important;
  }

  .inner-section .library-filter form .js-form-item.js-form-type-select {
    width: 100%;
  }

  .inner-section .library-filter form .js-form-item input,
  .inner-section .library-filter form .js-form-item select {
    font-size: 14px;
    padding: 0 15px;
  }

  .resource-block-full {
    padding: 15px;
    border-radius: 10px;
  }

  .resource-block-full .resource-block-details {
    gap: 10px;
  }

  .resource-block-full .resource-block-details h3,
  .resource-block-full .resource-block-details h3 a {
    font-size: 22px;
    line-height: 28px;
  }

  .resource-block-full .resource-block-details p {
    font-size: 14px;
    line-height: 22px;
  }

  .resource-block-full ul {
    gap: 6px 10px;
  }

  .inner-section .library-filter form .form-actions input {
    width: 100%;
  }

  .top-navigation ul>li>a img {
    display: none !important;
  }

  footer {
    margin: 20px 0 0 0;
  }

}

@media screen and (max-width: 768px) {

  .data-facts .views-element-container>div .views-row {
    width: 100%;
    margin: 0 0 14px;
  }

  .dfa-viz-bootstrap .dfa-info-3col-section {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left,
  .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left.middle,
  .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right {
    border: none;
    width: 100% !important;
    padding: 12px 18px !important;
    border-top: 1px solid #d7d7d7 !important;
  }

  .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left {
    border-top: none !important;
  }

  #learning_faces .filter-tag-results #block-cpdsierra-content .views-element-container>div .views-row {
    width: 100%;
  }

  #workspace_selection {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
#workspace_selection::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.25);
}
.inner-workspace-selection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.inner-workspace-selection > div {
    width: 100%;
}
.workspace-header {
    gap: 30px;
    flex-direction: column;
}
.workspace-welcome {
    min-height: auto;
}
.logo-set img {
    height: 90px;
}
.inner-workspace-welcome {
    max-width: 100%;
}
.inner-workspace-selection > div {
    width: 100%;
    text-align: center !important;
}


}

@media screen and (max-width: 640px) {

  .inner-home-banner {
    height: 350px;
  }

  .inner-home-banner h1 {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    padding: 10px 55px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #00000000 0%, #000000 50%, #000000 100%);
  }

  .top-navigation>ul>li {
    width: 33.33%;
  }

  .top-navigation>ul>li+li {
    border-left: 1px solid #EAEAEA;
  }

  .middleSection.monitoring-main {
    flex-direction: column;
  }

  .middleSection.monitoring-main .gird-20 {
    width: 100%;
    margin: 0 0 30px;
  }

  .monitoring-main .dropdown-menu {
    margin: 0 auto;
  }

  .resource-block-full {
    align-items: center;
    flex-direction: column;
  }

  .resource-block-full .resource-block-details {
    order: 2;
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
  }

  .resource-block-full ul {
    width: 100%;
    justify-content: center;
  }

  .resource-block-full figure {
    order: 1;
  }

  .resource-block-full .resource-block-details>a {
    margin: 0 auto;
  }

}

@media screen and (max-width: 580px) {

  .latest-resources .views-element-container>div>div .resource-block {
    padding: 15px;
    text-align: center;
    flex-direction: column;
  }

  .latest-resources .views-element-container>div>div .resource-block .resource-block-details {
    order: 2;
    width: 100%;
    padding: 15px 0 0;
  }

  .latest-resources .views-element-container>div>div .resource-block .resource-block-details h3,
  .latest-resources .views-element-container>div>div .resource-block .resource-block-details h3 a {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 22px;
  }

  .latest-resources .views-element-container>div>div .resource-block .resource-block-details p {
    margin: 0 0 10px;
  }

  .latest-resources .views-element-container>div>div .resource-block figure {
    width: 230px;
    height: 320px;
    margin: 0 auto;
    border-radius: 14px;
  }

  .latest-resources .col-md-12.text-center.mt-4 {
    margin-top: 6px !important;
  }

}

@media screen and (max-width: 480px) {

  .top-navigation>ul>li {
    width: 50%;
  }

}