@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
========================================================*/

.navigation-menu-bar a.dropdown-arrow-down::after {
    top: 0px;
    right: 0;
    border: none;
    font-size: 12px;
    content: "\f0d7";
    line-height: 9px;
    margin: 0 0 0 5px;
    position: relative;
    font-family: "fontAwesome";
}

.navigation-menu-bar a.dropdown-arrow-right::after {
    top: 50%;
    right: 9px;
    border: none;
    font-size: 12px;
    content: "\f0da";
    line-height: 9px;
    position: absolute;
    margin: -4px 0 0 0;
    font-family: "fontAwesome";
}

.btn-primary {
    background: #1FB53A;
    border-color: #1FB53A;
}

.btn-primary:hover {
    background: #1caa36;
    border-color: #1caa36;
}

.inner-section {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1300px;
    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: #1FB53A;
    border-radius: 10px;
}

.outer-section {
    position: relative;
}

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

.modal {
    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;
}

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

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

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

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

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

header {
    z-index: 999;
    padding: 10px !important;
    position: relative;
}

#header {
    padding: 12px 20px;
    position: relative;
    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;
}

.logo-set img {
    height: 50px;
}

.navigation-menu-bar .inner-nav nav ul {
    display: flex;
    padding: 0 20px 0 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.navigation-menu-bar .inner-nav nav ul>li {
    padding: 0 3px 2px;
    position: relative;
}

.navigation-menu-bar .inner-nav nav ul li a {
    color: #111111;
    font-size: 14px;
    padding: 5px 3px;
    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: #1FB53A;
}

.navigation-menu-bar .inner-nav nav ul li ul {
    position: absolute;
    padding: 0;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    left: 50%;
    transform: translate(-50%, 5px);
    width: 140px;
    overflow: hidden;
    display: none;
    transition: all 0.3s;
    z-index: 99;
    top: 21px;

}

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

.navigation-menu-bar .inner-nav nav ul li ul li a {
    margin: 0;
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 8px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #EAEAEA;
}

.navigation-menu-bar .inner-nav nav ul li:hover ul {
    display: block;
}

.navigation-menu-bar .inner-nav nav ul li ul li a:hover {
    background: #1fb53a;
    color: #FFF;
}

.navigation-menu-bar .inner-nav nav ul li ul li:last-child a {
    border: none;
}

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

#result_search h4.h3-basic01 {
    line-height: 1;
    font-size: 46px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 10px 20px 12px 75px;
    font-family: 'Poppins-Regular';
    border-bottom: 2px solid #000;
    background: #FFFFFF url("https://cdn-icons-png.flaticon.com/512/711/711319.png") no-repeat scroll left 10px center / 46px;
}

#result_search .search-list .item {
    margin: 0 0 30px;
}

#result_search .search-list .item h3 a {
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4;
    background-image: linear-gradient(#1FB53A, #1FB53A), linear-gradient(#1FB53A, #1FB53A);
    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';
}

#result_search .search-list .item p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    font-family: 'Poppins-Regular';
}

#result_search .search-list .item h3 a:hover {
    animation: lineLoop-animation 2s linear infinite;
}

@keyframes lineLoop-animation {
    0% {
        background-position: 100% 100%, -25px 100%;
        background-size: 100% 2px, 0 2px;
    }

    100% {
        background-position: calc(100% + 25px) 100%, 0 100%;
        background-size: 0 2px, 100% 2px;
    }
}

/* ===== 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: #1FB53A;
}

.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: #1FB53A;
    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: #1FB53A;
    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 {
    margin: 50px 0;
    text-align: center;
}

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

.home-more-set h1 span {
    color: #1FB53A !important;
}

.home-more-set h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #1FB53A;
    margin: 0 0 15px;
}

.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: 30px 20px;
    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 .mopd-data-facts .views-element-container>div>div {
  width: 100%;
} */

.data-facts .views-element-container>div>div {
    width: 100%;
}

.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: 20px 30px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 6px 28px -6px rgba(0, 174, 239, 0.12);
}

.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: 20px;
    line-height: 30px;
    font-family: Poppins-Bold;
}

.data-fact-head h3 {
    font-size: 16px;
    margin: 5px 0 0 0;
}

.data-fact-details h1 {
    color: #1FB53A;
    font-size: 50px;
    line-height: 50px;
    padding: 15px 0 10px;
    font-family: 'Poppins-Medium';
}

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

.mopd-data-facts ul {
    display: flex;
    margin: 0 0 20px;
    background: #FFFFFF;
    border-radius: 20px;
    list-style-type: none;
    box-sizing: border-box;
    padding: 15px 15px 20px;
    align-items: flex-start;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 6px 28px -6px rgba(0, 174, 239, 0.12);
}

.mopd-data-facts ul li {
    display: flex;
    list-style-type: none;
    align-items: flex-start;
    width: calc(50% - 50px);
}

.mopd-data-facts ul li.both-arrow {
    width: 100px;
    padding: 0 20px;
}

.mopd-data-facts ul li.both-arrow img {
    width: 100%;
}

.mopd-data-facts ul li>img {
    width: 70px;
    height: 70px;
}

.mopd-data-facts ul li .mopd-details {
    padding: 0 0 0 15px;
    box-sizing: border-box;
    width: calc(100% - 78px);
}

.mopd-data-facts ul li .mopd-details h5 {
    margin: 0;
    color: #1FB53A;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.mopd-data-facts ul li .mopd-details h5 span {
    color: #000000;
}

.mopd-data-facts ul li .mopd-details h1 {
    margin: 8px 0;
    color: #1FB53A;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.mopd-data-facts ul li .mopd-details h1 span {
    color: #1FB53A;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

.mopd-data-facts ul li .mopd-details>p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}

/* ===== 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: #000000;
    overflow: hidden;
    transform: scale(1);
    border-radius: 24px;
    transition: all 0.5s;
    align-items: flex-end;
    padding: 36px 0 0 36px;
    background: #f6f6f6 url(../img/bg_resource.png) no-repeat scroll center center / cover;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 10px -7px #000;
}

.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: #000;
    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(0, 0, 0, 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: #1FB53A;
    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: #1FB53A;
}

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

.resource-block-full ul li {
    color: #1FB53A;
}

.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 #b9ffc6;
    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: #1FB53A;
    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: #1FB53A;
    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: #1FB53A;
    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 40px;
}

.indicater-bx .indicater-select-bx {
    padding: 20px 40px 0;
    max-width: 1300px;
}

.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 #b9ffc6;
}

.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 {
    margin: 20px 0 0;
}

.about-more a {
    margin: 0 0;
    display: inline-block;
    background: #1FB53A;
    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 40px;
    margin: 0 auto;
    max-width: 1300px;
    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: #1FB53A;
    align-items: center;
    border-radius: 50px;
    box-sizing: border-box;
    justify-content: center;
    border: 2px solid #1FB53A;
}

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: #1FB53A;
    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: #1FB53A;
}

.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: #1FB53A;
    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 #1FB53A;
    text-transform: uppercase;
}

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

.a2a_kit.addtoany_list {
    display: none;
}


/* ===== 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 p {
    margin: 0 0 5px;
    font-family: 'Poppins-Medium';
}

.footer-top .logo img,
.footer-top .mtndp-logo img {
    width: auto;
    height: 50px;
    object-fit: contain;
}

.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: #1FB53A;
    font-size: 44px;
    line-height: 44px;
    font-family: Inter-ExtraBold;
}

.footer-bottom {
    padding: 0 15px;
    background: #1FB53A url("../img/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("../img/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: #1FB53A;
}

.sitemap-menus nav ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-links ul li {
    margin: 0 0 10px;
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}

.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-Regular;
}

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

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

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

.copyrights a {
    color: #fff;
}

.col-md-3 .footer-links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.col-md-3 .footer-links ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.col-md-4.address-code {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col-md-4.address-code>a {
    order: 2;
    margin: 40px 0 0 0;
}

.col-md-4.address-code>div:nth-child(2) {
    order: 3;
    width: 100%;
}

div#block-mtndpsierra-visitorcounter-2 ul {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #2bb945;
    border-radius: 6px;
    background: #1fb53a12;
    font-size: 14px;
}

section.user-administration-page>div div[data-drupal-messages] {
    background: #ffffff;
    position: fixed;
    right: 20px;
    top: 112px;
    padding: 10px 15px;
    border-radius: 10px;
    max-width: 800px;
    text-align: center;
    border: 1px solid #EAEAEA;
    box-shadow: 0 0 10px -5px #00000047;
    font-size: 12px;
    color: #111111;
    z-index: 99999;
    min-width: 300px;

}

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

section.user-administration-page>div div[data-drupal-messages]>div:first-child {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 10px;
    border-bottom: 1px solid #EAEAEA;
    padding: 0 0 10px;
}

section.user-administration-page>div div[data-drupal-messages]>div:first-child em.placeholder {
    font-size: 14px;
}


.vis-dashboard-outer.init-vis-indicator .highcharts-exporting-group {
    display: none;
}

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

.vis-dashboard-outer.init-vis-indicator .row .col-md-4:last-child h4 span {
    color: #177d28;
    font-size: 24px;
}

.slick-slide:nth-child(2) .slides p {
    font-size: 50px !important;
    line-height: 50px !important;
}

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


/* ====================== 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 .darkGreen .circleBox {
    background: #006400;
}

.monitoring-main .darkGreen .circleBox+span {
    color: #006400;
}

.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 #006400;
    color: #006400;
}

.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;
    /* overflow: auto; */
    margin-top: 7px;
}

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

p.summary-desc-value {
    color: #3d85c6;
}

/* user-administration */

.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 0px 50px 0px;
}

.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 #00b847;
    color: #00b847 !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: #00b847 !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: #00b847;
    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 {
    color: #FFF;
    padding: 25px;
    background: #f6f6f6;
    text-align: center;
    border-radius: 20px;
    width: calc(50% - 15px);
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 10px -7px #000;
}

.dashboard-lists .views-element-container>div .views-row .field-content .dashboard-head {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
    padding: 0 0 14px;
    border-bottom: 2px solid #1fb53a;
}

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

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

.dashboard-lists .views-element-container>div .views-row .field-content .dashboard-head h2 {
    margin: 0;
    display: flex;
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    line-height: 44px;
    color: #1fb53a;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 100px);
}

.dashboard-lists .views-element-container>div .views-row .field-content .dashboard-head p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #000;
}

.dashboard-lists .views-element-container>div .views-row .field-content>p {
    font-size: 16px;
    /* margin: 0 0 20px; */
    line-height: 26px;
    color: #000;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -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 20px 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: #1FB53A;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    display: none;
    right: 5px;
    top: 5px;
}

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

#header.scrolled .logo-set img {
    height: 35px;
}

#header.scrolled .navigation-menu-bar .inner-nav nav ul li a {
    font-size: 14px;
    padding: 5px;
    text-align: left !important;
}

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

.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, #f0fff3 0%, #f0fff3 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: 400px;
    border: 1px solid #1FB53A;
}

#latest_learning_block .col-md-6 figure img {
    width: 100%;
    height: 100%;
    object-position: top;
    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: #1FB53A;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin: 22px 0 14px;
    text-transform: uppercase;
}

.learning-block-bg a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.learning-block-bg p {
    color: #6c757d;
    font-size: 14px;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.learning-block-bg ul.learning-tags,
.learning-tags-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 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: #1FB53A;
    margin: 0 15px 10px 0;
}

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

.filter-tags h4 {
    color: #1FB53A;
    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 30px;
}

.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%, #1FB53A 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: #1FB53A;
    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: #daffe1;
    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: #34e253;
    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: #1FB53A;
    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;
}

.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;
}

.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, #daffe1 0%, #daffe1 100%) !important;
}

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

.inner-resources:hover {
    transform: scale(1.02);
    filter: drop-shadow(0px 0px 18px rgba(107, 107, 107, 0.2));
}

.inner-resources:hover figure img {
    transform: scale(1.05);
}

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

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

.current-blog-img {
    height: 440px;
    overflow: hidden;
    margin: 30px 0 60px;
    border-radius: 10px;
    position: relative;
}

.learning-blurb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    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 {
    color: #333333;
    font-size: 26px;
    line-height: 30px;
    font-family: Poppins-Bold;
}

.blog-title p {
    font-size: 14px;
    line-height: 30px;
    font-family: 'Poppins-Regular';
}

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

.related-blogs-tags h2 {
    color: #1FB53A;
    padding: 20px 0;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
}

.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, #daffe1 0%, #daffe1 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 {
    margin: 0 0 20px;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    border: 1px solid #b9ffc6;
    box-sizing: border-box;
    padding: 0 15px;
}

.inner-section .library-filter form .js-form-item input:focus,
.inner-section .library-filter form .js-form-item select:focus,
.filter-tag-search>div>div form .js-form-item.js-form-type-textfield input:focus,
.indicater-select-bx .select-bx .select2-container--default .select2-selection--single:focus,
.dashboard-search form .js-form-item input:focus {
    border: 1px solid #1e9233;
}

.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: #daffe1;
    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: #34e253;
    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: #1FB53A;
    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-mtndpsierra-content .views-element-container>div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#learning_faces .filter-tag-results #block-mtndpsierra-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: #1FB53A !important;
}

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

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

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

.learn-ext-link-button a {
    color: #1FB53A;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 16px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #1FB53A;
    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: #1FB53A;
    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;
    border-radius: 40px !important;
}

.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;
}

.enabler-class,
.gamechanger-class {
    text-align: center;
    max-width: 1350px;
    margin: 0 auto;
}

.gamechanger-class img,
.enabler-class img {
    width: 100%;
    height: auto;
}

.inner-game-changer {
    margin: 50px auto;
    max-width: 1220px;
    padding: 44px 30px 66px;
    background: #FFFFFF url("../img/logo_water_mark.png") no-repeat scroll center center / auto 100%;
    border-radius: 40px;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 0px 50px rgba(31, 181, 58, 0.1);
}

.changers-list ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0 20px;
    justify-content: space-between;
}

.changers-list ul li {
    width: 160px;
    position: relative;
    transition: all 0.3s;
    list-style-type: none;
}

.changers-list ul li figure {
    margin: 0;
    z-index: 9;
    width: 160px;
    height: 160px;
    display: grid;
    transition: all 0.3s;
    position: relative;
    border-radius: 50%;
    background: #FFFFFF;
    place-content: center;
    box-sizing: border-box;
    border: 5px solid #1FB53A;
}

.changers-list ul li figure img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.changers-list ul li+li::before {
    top: 0;
    left: -73%;
    z-index: 1;
    width: 90%;
    content: "";
    height: 50px;
    transition: all 0.3s;
    position: absolute;
    background: url("../img/img_arrow_next.png") no-repeat scroll 0 0 / contain;
}

.changers-list ul li p {
    gap: 5px;
    display: flex;
    color: #000000;
    padding: 15px 0px 0;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
    transition: all 0.3s;
    font-family: Inter-Medium;
}

.changers-list ul li p span {
    color: #000000;
    font-size: 34px;
    line-height: 34px;
    transition: all 0.3s;
    font-family: Poppins-Bold;
}

.tearm-way {
    display: flex;
    align-items: center;
}

.tearm-year {
    z-index: 3;
    width: 150px;
    height: 150px;
    display: grid;
    padding: 20px;
    color: #14982C;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background: #FFFDF8;
    place-content: center;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: Inter-Bold;
    border: 6px solid #FFDB52;
}

.tearm-arrow {
    position: relative;
    width: calc(100% - 300px);
    transition: all 0.3s;
}

.arrow-direction {
    position: relative;
}

.arrow-inner-direction {
    z-index: 2;
    height: 44px;
    color: #14982C;
    transition: all 0.3s;
    font-size: 20px;
    line-height: 33px;
    position: relative;
    text-align: center;
    margin: 0 0 0 -10px;
    box-sizing: border-box;
    width: calc(100% - 30px);
    text-transform: uppercase;
    border-top: 4px dashed #FFDB52;
    border-left: 4px dashed #FFDB52;
    border-bottom: 4px dashed #FFDB52;
    background: rgba(255, 219, 82, 0.12);
}

.arrow-direction svg {
    z-index: 1;
    top: -7px;
    right: 13px;
    transition: all 0.3s;
    position: absolute;
    transform: rotate(-136deg);
}

.tearm-arrow p {
    width: 100%;
    bottom: -70px;
    color: #000000;
    font-size: 22px;
    margin: 10px 0 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    font-family: Inter-Bold;
}

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

.enabler-button-head {
    position: relative;
    text-align: center;
}

.enabler-button {
    color: #1FB53A;
    margin: 0 auto;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 8px;
    padding: 8px 30px 9px;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #1FB53A;
    font-family: Poppins-SemiBold;
}

.enabler-child-lists {
    position: relative;
}

.enabler-child-lists ul {
    gap: 20px;
    display: flex;
    margin: 30px 0 0 0;
    padding: 26px 0 0 0;
    position: relative;
    justify-content: space-between;
}

.enabler-child-lists ul::before {
    top: 0px;
    left: 88px;
    content: "";
    height: 30px;
    position: absolute;
    border: 4px solid #1fb53a;
    width: calc(100% - 176px);
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.enabler-child-lists ul::after {
    left: 50%;
    top: -30px;
    width: 4px;
    content: "";
    height: 30px;
    position: absolute;
    margin: 0 0 0 -1px;
    background: #1fb53a;
}

.enabler-child-lists ul li {
    width: 180px;
    transition: all 0.3s;
    position: relative;
    padding: 54px 0 0 0;
    list-style-type: none;
    box-sizing: border-box;
}

.enabler-child-lists ul li .arrow-up-line {
    top: 4px;
    left: 50%;
    width: 4px;
    z-index: 6;
    height: 54px;
    position: absolute;
    background: #1FB53A;
    transform: translateX(-50%);
}

.enabler-child-lists ul li .arrow-up-line::before {
    top: -4px;
    left: -12px;
    content: "";
    position: absolute;
    border-top: 0 solid transparent;
    border-bottom: 26px solid #1FB53A;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.enabler-child-lists ul li .arrow-up-line::after {
    left: 50%;
    top: -30px;
    width: 4px;
    content: "";
    height: 30px;
    position: absolute;
    margin: 0 0 0 -2px;
    background: #1fb53a;
}

.enabler-child-lists ul li:first-child .arrow-up-line::after,
.enabler-child-lists ul li:last-child .arrow-up-line::after {
    display: none;
}

.enabler-child-lists ul li figure {
    z-index: 4;
    width: 136px;
    height: 136px;
    display: grid;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    background: #FFFFFF;
    place-content: center;
    transform: rotate(-45deg);
    border: 4px solid #1FB53A;
    border-right: 4px solid #FFFFFF;
}

.enabler-child-lists ul li figure::before {
    right: 10px;
    content: "";
    width: 15px;
    height: 15px;
    bottom: 12px;
    position: absolute;
    border-radius: 50px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 4px solid #1FB53A;
}

.enabler-child-lists ul li h1 {
    top: 30%;
    margin: 0;
    z-index: 5;
    right: -10px;
    font-size: 44px;
    line-height: 44px;
    position: absolute;
    font-family: Inter-Bold;
    transform: rotate(45deg);
    color: rgba(31, 181, 58, 0.3);
}

.enabler-child-lists ul li figure img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    transform: rotate(45deg);
}

.enabler-description {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    min-height: 120px;
    text-align: center;
    margin: -30px 0 0 0;
    box-sizing: border-box;
    padding: 44px 18px 22px;
    border-radius: 60px 60px 0px 0px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 219, 82, 0.6) 100%);
}

/*! =============================Slider for home============================================== !*/

.dfa-products-list {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
}

.dfa-products-list .slick-slider {
    border-radius: 30px;
    overflow: hidden;
    height: calc(100vh - 140px);
}

.dfa-products-list .slick-slider,
.slick-track {
    border-radius: 30px;
    overflow: hidden;
    height: calc(100vh - 110px);
}

.dfa-products-list .slick-slider .slick-arrow {
    opacity: 1;
    bottom: 24px;
    top: auto;
    right: 20px;
}

.dfa-products-list .slick-slider .slick-arrow.slick-prev {
    left: auto;
    right: 66px;
}

.slick-slide {
    position: relative;
}

.slick-initialized .slick-slide div {
    height: 100%;
}

.slick-slide .slides p {
    left: 0;
    bottom: 0;
    z-index: 999;
    color: #FFF;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 20px 70px;
    font-family: 'Poppins-SemiBold';
    background-image: linear-gradient(to bottom, #00000000 0%, #000000 70%, #000000 100%);
}

.slick-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/*------------------Accessibility-------------------------*/

.accessibility-modal-footer .accessibility-footer-wrapper {
    background-color: #00cc35 !important;
    display: none !important;
}

.accessibility-modal-footer .accessibility-footer-report-link a {
    font-size: 0px !important;
}

.accessibility-modal-header,
.accessibility-modal-footer .accessibility-footer-report-link {
    background-color: #00cc35;
}

/*------------------MTNDP Snapshot-------------------------*/

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

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

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

.level-arrow::before {
    top: -7px;
    left: -11px;
    content: "";
    position: absolute;
    border-bottom: 18px solid #000;
    border-top: 0 solid transparent;
    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: #000000;
    transform: rotate(45deg);
}

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

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

.goal-name-bar {
    color: #003ea4;
    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: #003ea4;
    box-sizing: border-box;
    text-transform: uppercase;
    border-width: 3px 3px 3px 5px;
    border-radius: 0px 6px 0px 0px;
}

.goalcorner-left {
    top: -5px;
    left: -44px;
    content: "";
    position: absolute;
    border-right: 35px solid #003ea4;
    border-top: 27px solid transparent;
    border-bottom: 26px solid transparent;
    height: 44px;
}

.level-bars.mid-term-vision .goal-name-bar {
    color: #0891B2;
    border-color: #0891B2;
}

.level-bars.mid-term-vision .goalcorner-left {
    border-right-color: #0891B2;
}

.level-bars.national-goal-vision .goal-name-bar {
    color: #1FB53A;
    border-color: #1FB53A;
}

.level-bars.national-goal-vision .goalcorner-left {
    border-right-color: #1FB53A;
}

.level-bars.game-changers-vision .goal-name-bar {
    color: #0B5FFF;
    border-color: #0B5FFF;
}

.level-bars.game-changers-vision .goalcorner-left {
    border-right-color: #0B5FFF;
}

.level-bars.enablers-vision .goal-name-bar {
    color: #F59E0B;
    border-color: #F59E0B;
}

.level-bars.enablers-vision .goalcorner-left {
    border-right-color: #F59E0B;
}

.level-bars.problem-vision .goal-name-bar {
    color: #DC2626;
    border-color: #DC2626;
}

.level-bars.problem-vision .goalcorner-left {
    border-right-color: #DC2626;
}

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

.goal-inner-description {
    margin: 0 0 0 30px;
    border-radius: 6px;
    background: #003ea4;
    box-sizing: border-box;
    padding: 10px 15px 12px;
    width: calc(100% - 30px);
    border: 2px solid #003ea4;
}

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

.level-bars.mid-term-vision .goal-inner-description {
    background: #0891B2;
    border-color: #0891B2;
    padding: 10px 20px 12px;
}

.level-bars.national-goal-vision .goal-inner-description {
    border-radius: 6px;
    box-sizing: border-box;
    border: 2px solid #1FB53A;
    background: rgb(31 181 58 / 4%);
}

.level-bars.game-changers-vision .goal-inner-description {
    border-radius: 6px;
    box-sizing: border-box;
    border: 2px solid #0B5FFF;
    background: rgb(11 95 255 / 4%);
}

.level-bars.enablers-vision .goal-inner-description {
    border-radius: 6px;
    box-sizing: border-box;
    border: 2px solid #F59E0B;
    background: rgb(245 158 11 / 4%);
}

.level-bars.problem-vision .goal-inner-description {
    border-radius: 6px;
    background: #DC2626;
    box-sizing: border-box;
    border: 2px solid #DC2626;
}

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

.level-bars.long-term-vision .goal-inner-description h1 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.level-bars.mid-term-vision .goal-inner-description h6,
.level-bars.problem-vision .goal-inner-description h6 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-family: 'Poppins-Medium';
}

.level-bars.problem-vision .goal-inner-description h6 {
    color: #FFF;
}

.national-goal-vision-list ul,
.game-changer-vision-list ul {
    gap: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.national-goal-vision-list ul li {
    flex: 1;
    padding: 16px;
    min-width: 150px;
    border-radius: 6px;
    box-sizing: border-box;
    background: rgba(124, 205, 211, 0.15);
}

.national-goal-vision-list ul li figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #7CCDD3;
    box-sizing: border-box;
}

.national-goal-vision-list ul li figure img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.national-goal-vision-list ul li:nth-child(2) {
    background: rgba(80, 153, 168, 0.15);
}

.national-goal-vision-list ul li:nth-child(2) figure {
    background: #5099A8;
}

.national-goal-vision-list ul li:nth-child(3) {
    background: #E3F0F8;
}

.national-goal-vision-list ul li:nth-child(3) figure {
    background: #5EA0CF;
}

.national-goal-vision-list ul li:nth-child(4) {
    background: rgba(133, 154, 217, 0.15);
}

.national-goal-vision-list ul li:nth-child(4) figure {
    background: #859AD9;
}

.national-goal-vision-list ul li:nth-child(5) {
    background: rgba(160, 144, 204, 0.15);
}

.national-goal-vision-list ul li:nth-child(5) figure {
    background: #A090CC;
}

.national-goal-vision-list ul li p {
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    margin: 14px 0 0 0;
}

.game-changer-vision-list ul li {
    flex: 1;
    min-width: 150px;
    padding: 16px 0 0;
    box-sizing: border-box;
}

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

.game-changer-vision-list ul li figure img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

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

.game-chager-thoughts {
    position: relative;
}

.up-arrow {
    width: 100%;
    height: 50px;
    background: rgb(11 95 255 / 25%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.game-changer-vision-list.enablers-vision-list .up-arrow {
    background: rgb(245 158 11 / 24%);
}

.game-chager-thoughts>p {
    display: flex;
    padding: 10px;
    font-size: 14px;
    min-height: 120px;
    line-height: 18px;
    align-items: center;
    border-style: solid;
    justify-content: center;
    box-sizing: border-box;
    font-family: 'Poppins-Medium';
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 15px 15px;
    border-color: rgb(11 95 255 / 4%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(11 95 255 / 25%) 100%);
}

.game-changer-vision-list.enablers-vision-list .game-chager-thoughts>p {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(245 158 11 / 25%) 100%);
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: rgba(162, 144, 205, 0.4);
    border-radius: 0px 0px 15px 15px;
}

.game-changer-vision-list.enablers-vision-list ul li>p {
    min-height: 56px;
}

.game-changer-vision-list.enablers-vision-list>p {
    min-height: 150px;
}

/* Conatct Us ================================================================= */

div#contact-page .inner-section {
    position: relative;
    padding: 60px 70px;
    background: #1FB53A;
    box-shadow: 0px -10px 50px rgba(0, 174, 239, 0.08);
    border-radius: 10px;
}

div#contact-page .inner-section form {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 700px;
    background: #F2F2F2;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 10px 40px 10px rgba(255, 255, 255, 0.2);
    border-radius: 0px 0px 30px 30px;
    margin: 0 auto;
    padding: 80px 100px 50px;
}

div#contact-page .inner-section form label {
    display: none;
}

div#contact-page .inner-section form input,
div#contact-page .inner-section form textarea {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 181, 58, 0.4);
    border-radius: 8px;
    margin: 0 0 20px;
    font-size: 17px !important;
    line-height: 50px;
    padding: 0 20px;
}

div#contact-page .inner-section form textarea {
    height: 140px;
    padding: 0 20px;
}

div#contact-page .inner-section form .form-actions {
    display: flex;
    gap: 16px;
}

div#contact-page .inner-section form .form-actions input {
    color: #FFFFFF;
    background: #1fb53a;
    border-radius: 50px;
    width: 100%;
    text-transform: uppercase;
    font-family: Poppins-SemiBold;
    margin: 0;
}

.contact-info {
    position: relative;
    margin: 0 0 -50px;
}

.contact-inner-details {
    gap: 14px;
    height: 100%;
    display: flex;
    padding: 30px;
    min-height: 240px;
    border-radius: 10px;
    background: #FFFFFF;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 20px -18px #000;
}

.contact-inner-details i {
    height: 60px;
    color: #1fb53a;
    font-size: 60px;
    line-height: 60px;
}

.contact-inner-details h6 {
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

.contact-inner-details p,
.contact-inner-details p a {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-family: Poppins-Regular;
}


.contact-inner-details p a:hover {
    color: #1FB53A;
}

div#contact-page .inner-section form div#edit-markup p {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin: 0 0 20px;
}

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

.dfa-dashboard-container {
    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);
    border-radius: 30px 30px 0 0;
}

.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: 80px 70px 130px;
    background-color: #f2f4f2;
}

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

.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: 0 0 14px;
}

.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");
}

.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%, rgba(100, 215, 135, .6), 60%, rgba(0, 60, 50, .6));
}

.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;
}

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

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

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

.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 #74E19A;
    box-shadow: 0 4px 10px -10.5px Gray;
    font-family: Poppins-Bold !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;
}

.dfa-viz-bootstrap p.summary-desc-text span {
    color: #177d28;
    font-family: 'Poppins-Medium' !important;
}

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

.dfa-viz-bootstrap .dfa-narr-html-container p span {
    line-height: 26px;
    color: #3B4835 !important;
    font-size: 18px !important;
    background: none !important;
    font-weight: 300 !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: #177d28;
    font-size: 50px;
    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 .partition_section,
.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 {
    flex: 1;
}

.vis-dashboard-outer .dfa-chart-holder .dfa-chart-wrapper .partition_wrapper .partition_section:first-child {
    min-width: 340px;
}

.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: 12px;
    font-family: 'Poppins-Regular' !important;
    font-weight: normal;
}

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

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

.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;
}

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

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

.dfa-viz-bootstrap .dfa-card-header .dfa-acrdn-progress-perc .flex-wrapper {
    display: flex;
    width: 52px !important;
    height: 52px !important;
    flex-flow: row nowrap;
}

.dfa-viz-bootstrap .dfa-card-header .dfa-acrdn-progress-perc .single-chart {
    width: 100%;
    justify-content: space-around;
    height: 100%;
}

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

.dfa-viz-bootstrap .dfa-acrdn-h5 {
    display: flex;
    margin: 0 0 0 -20px;
    flex-direction: column;
    overflow: visible !important;
    align-items: center;
    box-sizing: border-box;
    width: 100% !important;
    padding: 0 0 0 0 !important;
    cursor: pointer;
}

.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 h5>button {
    text-align: left !important;
    white-space: normal !important;
    width: 100% !important;
    padding: 0 !important;
    left: 0 !important;
    position: relative !important;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper {
    color: #FFFFFF;
    position: absolute;
    left: auto;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper button {
    background: #1fb53a;
    border-radius: 3px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    font-size: 8px;
    color: #FFFFFF;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper button a {
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}

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

.dfa-viz-bootstrap .dfa-legend-filter-content {
    font-size: 12px;
}

.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 {
    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 {
    width: 100%;
}

.vis-dashboard-outer.viz-dashboard-two .dfa-chart-holder>.dfa-row:nth-child(2) {
    display: none;
}

.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-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: 10px !important;
    /*transform: translateY(-78%);*/
    left: auto !important;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
    background: url("/themes/mtndpsierra/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/mtndpsierra/img/right-arrow-circle.png")no-repeat scroll center center / 18px;
}

/*=================================== 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;
}

/* ===== Dashboard modal =====================================================*/

.dfa-viz-bootstrap .dashboard-modal-content {
    padding: 0 !important;
}

.dfa-viz-bootstrap .dashboard-modal-header {
    position: relative;
    padding: 12px 15px !important;
    border-bottom: 2px solid #e4e4e4;
}

.dfa-viz-bootstrap .dashboard-modal-header h2 {
    margin: 0 !important;
}

.dfa-viz-bootstrap .dashboard-modal-header .dashboard-close {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.dfa-viz-bootstrap .dashboard-modal-body {
    overflow-x: hidden;
    box-sizing: border-box;
    min-width: auto !important;
    max-height: 370px !important;
    padding: 12px 15px !important;
}

.dfa-viz-bootstrap .dashboard-modal-body>table {
    width: 100% !important;
}

.dfa-viz-bootstrap .dashboard-modal-body>table tr th,
.dfa-viz-bootstrap .dashboard-modal-body>table tr td {
    padding: 6px 8px !important;
    height: auto !important;
    min-height: 30px !important;
    border: 1px solid #e4e4e4;
    font-size: 10px !important;
    vertical-align: middle;
    /* text-align: center !important; */
    line-height: 15px !important;
    min-width: 80px;
}

.dfa-viz-bootstrap .dashboard-modal-body>table tr th {
    background: #f0f0f0;
}

.dfa-viz-bootstrap .dashboard-modal-body>table tr td {
    font-size: 10px !important;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-wrapper {
    background: #FFF;
    border-radius: 5px;
    padding: 8px;
    margin: 0 0 10px;
    border: 1px solid #EAEAEA;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-wrapper:last-child {
    margin: 0;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-content {
    padding: 9px 0 0 !important;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-content input,
.dfa-viz-bootstrap .dashboard-modal-body .share-embed-content textarea {
    width: calc(100% - 100px) !important;
    height: 35px !important;
    line-height: 33px !important;
    padding: 0 6px !important;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    font-size: 13px;
    box-sizing: border-box;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-content textarea {
    height: 130px !important;
    line-height: 20px !important;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-content button {
    padding: 0 !important;
    width: 90px !important;
    height: 35px !important;
    line-height: 35px;
    color: #FFF;
    background: #ef6145;
    border: none;
    border-radius: 4px;
    font-weight: normal !important;
    letter-spacing: 1px;
    font-size: 14px;
}

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

.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;
    margin: 10px auto 0;
}

.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: 11px 4px !important;
    text-align: center !important;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row .dfa-accordion-section:last-child table {
    margin: 0 auto;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row .dfa-accordion-section:last-child table tbody tr td {
    text-align: left !important;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row .dfa-accordion-section:last-child table tbody tr td:last-child {
    text-align: right !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.vis3,
.vis-dashboard-outer.vis4 {
    padding: 20px 32px 72px;
}

.vis-dashboard-outer.vis3 .dfa-container-fluid,
.vis-dashboard-outer.vis4 .dfa-container-fluid,
.vis-dashboard-outer.vis17 .dfa-container-fluid {
    flex-direction: column;
}

.vis-dashboard-outer.vis3 .dfa-head-holder,
.vis-dashboard-outer.vis3 .dfa-chart-holder,
.vis-dashboard-outer.vis4 .dfa-head-holder,
.vis-dashboard-outer.vis4 .dfa-chart-holder,
.vis-dashboard-outer.vis17 .dfa-head-holder,
.vis-dashboard-outer.vis17 .dfa-chart-holder {
    width: 100%;
    padding: 0;
}

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

.vis-dashboard-outer.vis4 .dfa-chart-holder .dfa-row:nth-child(1) .dfa-tools-section,
.vis-dashboard-outer .dfa-head-holder .dfa-row:nth-child(3) .dfa-col {
    padding: 0;
}

.vis-dashboard-outer.vis2 .dfa-chart-holder .dfa-row:nth-child(2) .dfa-text-left.dfa-dropdown,
.vis-dashboard-outer.vis3 .dfa-chart-holder .dfa-row:nth-child(2) .dfa-text-left.dfa-dropdown,
.vis-dashboard-outer.vis4 .dfa-chart-holder .dfa-row:nth-child(2) .dfa-text-left.dfa-dropdown {
    margin: 0;
}

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

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

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

.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: #1fb53a !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 {
    color: #333;
    font-size: 14px;
    background: #f7fdff;
    padding: 10px !important;
    margin-top: 1px !important;
    border-radius: 0 0 5px 5px;
    border: 1px solid #1fb53a !important;
}

.dfa-viz-bootstrap .dfa-cmbnd-scr-narr-wrapper .input-text-editor h1 {
    font-size: 18px !important;
    font-family: 'Poppins-Medium' !important;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
}

#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: #26b55a;
    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: #26b55a;
    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;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    background-color: #26b55a;
    border: 1px solid #26b55a;
    color: #FFFFFF;
    word-break: break-all;
}

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

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

.dfa-viz-bootstrap .highcharts-tooltip p.db-tophead {
    font-weight: bold;
    font-size: 14px;
}

.db-tooltip-wrapper table td {
    padding: 6px 10px !important;
    font-size: 12px;
    border-bottom: 1px solid #EAEAEA;
}

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

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

.dfa-viz-bootstrap .dashboard-modal-content {
    padding: 0 !important;
}

.dfa-viz-bootstrap .dashboard-modal-header {
    position: relative;
    padding: 12px 15px !important;
    border-bottom: 2px solid #e4e4e4;
}

.dfa-viz-bootstrap .dashboard-modal-header h2 {
    margin: 0 !important;
}

.dfa-viz-bootstrap .dashboard-modal-header .dashboard-close {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.dfa-viz-bootstrap .dashboard-modal-body {
    padding: 12px 15px !important;
    box-sizing: border-box;
    overflow-x: hidden;
    max-height: 370px !important;
}

.dfa-viz-bootstrap .dashboard-modal-body>table {
    width: 100% !important;
}

.dfa-viz-bootstrap .dashboard-modal-body>table tr th,
.dfa-viz-bootstrap .dashboard-modal-body>table tr td {
    padding: 6px 8px !important;
    height: auto !important;
    min-height: 30px !important;
    border: 1px solid #e4e4e4;
    font-size: 10px !important;
    vertical-align: middle;
    /* text-align: center !important; */
    line-height: 15px !important;
    min-width: 80px;
}

.dfa-viz-bootstrap .dashboard-modal-body>table tr th {
    background: #f0f0f0;
}

.dfa-viz-bootstrap .dashboard-modal-body>table tr td {
    font-size: 10px !important;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-wrapper {
    background: #FFF;
    border-radius: 5px;
    padding: 8px;
    margin: 0 0 10px;
    border: 1px solid #EAEAEA;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-wrapper:last-child {
    margin: 0;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-content {
    padding: 9px 0 0 !important;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-content input,
.dfa-viz-bootstrap .dashboard-modal-body .share-embed-content textarea {
    width: calc(100% - 100px) !important;
    height: 35px !important;
    line-height: 33px !important;
    padding: 0 6px !important;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    font-size: 13px;
    box-sizing: border-box;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-content textarea {
    height: 130px !important;
    line-height: 20px !important;
}

.dfa-viz-bootstrap .dashboard-modal-body .share-embed-content button {
    padding: 0 !important;
    width: 90px !important;
    height: 35px !important;
    line-height: 35px;
    color: #FFF;
    background: #ef6145;
    border: none;
    border-radius: 4px;
    font-weight: normal !important;
    letter-spacing: 1px;
    font-size: 14px;
}

/* ===== Child RIghts ========================================================*/

.h5-basic-head-01 {
    font-size: 24px;
    font-family: Poppins-Medium;
    margin: 10px 0px;
}

.child-rights-blocks {
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.2);
}

.child-rights-blocks ul {
    gap: 20px 0;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
}

.child-rights-blocks ul>div {
    padding: 0;
}

.child-rights-blocks .views-element-container>div {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.child-rights-blocks .views-element-container>div .views-row {
    margin: 0 5px 10px;
    width: calc(20% - 10px);
}

.child-rights-blocks .views-element-container>div .views-row>div,
.child-rights-blocks .views-element-container>div .views-row>div>span {
    height: 100%;
    display: block;
}

.rights-block {
    height: 100%;
    display: block;
    position: relative;
    border-radius: 6px;
    padding: 12px 15px;
    background: #FFFFFF;
    transition: all 0.5s;
    box-sizing: border-box;
}

.rights-block img {
    opacity: 1;
    width: 140px;
    height: 140px;
    display: block;
    box-sizing: border-box;
    visibility: visible;
    object-fit: contain;
    transition: all 0.5s;
    object-position: bottom;
    padding: 20px 20px 0 0;
}

.rights-block.child-right-43-54 img {
    padding: 40px 30px 0 0;
}

.rights-block h2 {
    top: 6px;
    right: 8px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    transition: all 0.5s;
    font-family: Poppins-Bold;
    white-space: nowrap;
}

.rights-block p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 15px 0 0;
    min-height: 54px;
    line-height: 22px;
    padding: 6px 0 0 0;
    transition: all 0.5s;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    border-top: 4px solid #FFF;
}

.rights-block:hover img {
    opacity: 0;
    visibility: hidden;
}

.rights-block:hover h2 {
    right: 50%;
    font-size: 66px;
    text-align: center;
    line-height: 150px;
    transform: translateX(50%);
}

.child-right-1 {
    background: #FEDA00 !important;
}

.child-right-2 {
    background: #E5540B !important;
}

.child-right-3 {
    background: #D42487 !important;
}

.child-right-4 {
    background: #682575 !important;
}

.child-right-5 {
    background: #0077AC !important;
}

.child-right-6 {
    background: #005D5D !important;
}

.child-right-7 {
    background: #80BA27 !important;
}

.child-right-8 {
    background: #F4CE00 !important;
}

.child-right-9 {
    background: #E5002B !important;
}

.child-right-10 {
    background: #EB5197 !important;
}

.child-right-11 {
    background: #502C6C !important;
}

.child-right-12 {
    background: #268BBF !important;
}

.child-right-13 {
    background: #00394A !important;
}

.child-right-14 {
    background: #C2D200 !important;
}

.child-right-15 {
    background: #F4C200 !important;
}

.child-right-16 {
    background: #AC172D !important;
}

.child-right-17 {
    background: #EE5E77 !important;
}

.child-right-18 {
    background: #26204E !important;
}

.child-right-19 {
    background: #009EDB !important;
}

.child-right-20 {
    background: #06292F !important;
}

.child-right-21 {
    background: #918B21 !important;
}

.child-right-22 {
    background: #F1B300 !important;
}

.child-right-23 {
    background: #8C1537 !important;
}

.child-right-24 {
    background: #E9839A !important;
}

.child-right-25 {
    background: #064976 !important;
}

.child-right-26 {
    background: #00B0E1 !important;
}

.child-right-27 {
    background: #007838 !important;
}

.child-right-28 {
    background: #3E1E1F !important;
}

.child-right-29 {
    background: #F38B2C !important;
}

.child-right-30 {
    background: #CE112F !important;
}

.child-right-31 {
    background: #9F2685 !important;
}

.child-right-32 {
    background: #124F90 !important;
}

.child-right-33 {
    background: #6BC5EA !important;
}

.child-right-34 {
    background: #01953F !important;
}

.child-right-35 {
    background: #01953F !important;
}

.child-right-36 {
    background: #EB7700 !important;
}

.child-right-37 {
    background: #E4004D !important;
}

.child-right-38 {
    background: #8F175F !important;
}

.child-right-39 {
    background: #295697 !important;
}

.child-right-40 {
    background: #4F87A0 !important;
}

.child-right-41 {
    background: #41A140 !important;
}

.child-right-42 {
    background: #A45419 !important;
}

.child-right-43-54 {
    background: #706E6F !important;
}

#childright-detailspage {
    margin: -116px 0 0 0;
}

#childright-detailspage .childright-indicate {
    height: 100vh;
    display: flex;
    overflow: hidden;
    background: #eaeaea;
    padding: 116px 0 0 0;
    align-items: flex-end;
    box-sizing: border-box;
    justify-content: center;
}

#childright-detailspage .childright-indicate img {
    width: auto;
    margin: 0 0 -10px 0;
    height: calc(100vh - 150px);
}

.child-right-titles {
    text-align: center;
    padding: 30px 20px;
    background: #E8E8E8;
}

.child-right-titles h1 {
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    color: #111111;
    font-family: 'Poppins-Bold';
}

#childright-detailspage .inner-section {
    margin: 40px auto;
}

#childright-detailspage .inner-section>p {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}


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

.user-form {
    display: flex;
    padding: 30px;
    background: #1fb53a;
    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;
}

div#dashboardIndicators4 .dfa-viz-bootstrap .dfa-dropdown,
div#dashboardIndicators5 .dfa-viz-bootstrap .dfa-dropdown,
div#dashboardIndicators6 .dfa-viz-bootstrap .dfa-dropdown,
div#dashboardIndicators7 .dfa-viz-bootstrap .dfa-dropdown,
div#dashboardIndicators8 .dfa-viz-bootstrap .dfa-dropdown,
div#dashboardIndicators9 .dfa-viz-bootstrap .dfa-dropdown,
div#dashboardIndicators10 .dfa-viz-bootstrap .dfa-dropdown {
    margin-top: 0;
}

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;
}


/* ===================Logout Confirm====================== */

.inner-section.confirm-logout-mtndp {
    background: border-box;
    border: 1px solid #00b847;
    border-radius: 20px;
    padding: 40px;
}

.inner-section.confirm-logout-mtndp p {
    padding: 20px;
    text-align: center;
    font-size: 25px;
    color: #00b847;
}

.logout-button-mtndp div#edit-actions {
    text-align: center;
}

.logout-button-mtndp input#edit-submit,
.logout-button-mtndp #edit-cancel {
    font-size: 18px;
    color: #fff;
    background: #1caa36;
    border: #1caa36;
    border-radius: 20px;
    width: 104px;
    padding: 10px;
    text-align: center !important;
}

/* ===================Logout confirmend=================== */


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

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

    .inner-game-changer {
        margin: 30px 15px;
        padding: 40px 10px 66px;
    }

    .enabler-parent {
        padding: 0 20px;
    }

    .changers-list,
    .tearm-way {
        margin: 0 auto;
        max-width: 990px;
        transition: all 0.2s;
    }

    .changers-list ul li+li::before {
        left: -45%;
        width: 68%;
        transition: all 0.3s;
    }

}

#edit-captcha-response--description.description {
    margin: 0 0 10px;
}

.captcha__description.description {
    color: #666;
    margin: 0 0 10px;
}

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

    .child-rights-blocks .views-element-container>div .views-row {
        width: calc(25% - 10px);
    }

}

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

    .dfa-viz-bootstrap .dashboard-modal-body .share-embed-wrapper {
        min-width: 600px;
    }

    .dfa-viz-bootstrap .dashboard-modal-body .share-embed-content {
        flex-direction: column;
    }

    .dfa-viz-bootstrap .dashboard-modal-body .share-embed-content img {
        display: inline-block;
        width: 13%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .dfa-viz-bootstrap .dashboard-modal-body .share-embed-content input,
    .dfa-viz-bootstrap .dashboard-modal-body .share-embed-content textarea {
        margin: 0 0 10px !important;
        width: calc(100% - 0px) !important;
    }

}

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

    header {
        padding: 10px !important;
    }

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

    .logo-set img {
        height: 32px;
    }

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

    .slick-dots {
        z-index: 9;
    }

    .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: #1fb53a;
        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);
    }

    .dfa-products-list {
        padding: 0 10px;
    }

    .dfa-products-list .slick-slider,
    .slick-track {
        border-radius: 10px;
        height: calc(100vh - 400px);
    }

    .slick-slide .slides p {
        padding: 50px 20px 50px;
    }

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

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

    .home-more-set p {
        font-size: 13px;
        line-height: 20px;
    }

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

    .inner-game-changer {
        margin: 20px 15px 30px;
        padding: 20px 10px;
    }

    .enabler-button {
        font-size: 18px;
        padding: 8px 20px 9px;
    }

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

    .data-facts .col-md-12.text-center.mt-4 {
        margin: 0 0 20px !important;
    }

    .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: 10px 0;
    }

    .inner-footer-bottom {
        padding: 0px 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;
    }

    .footer-head-set {
        font-size: 15px;
        margin: 0 0 4px;
        line-height: 20px;
        font-weight: 'Poppins-Medium' !important;
    }

    .copy-right-policy ul li a {
        font-size: 12px;
        line-height: 12px;
    }

    .copyrights {
        font-size: 10px;
        line-height: 10px;
    }

    .address-code p,
    .address-code p a,
    .footer-links>a,
    .footer-links ul li a {
        font-size: 12px;
        margin: 0 0 5px;
        line-height: 20px;
    }

    .col-md-4.address-code>a {
        margin: 0;
        font-size: 14px;
    }

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

    .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: 10px;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0;
    }

    .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__arrow {
        height: 40px;
        width: 35px;
        position: absolute;
    }

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

    section.non-crimnal-bx .border-non-bx h3 {
        width: 100% !important;
        font-size: 18px;
        line-height: 24px;
    }

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

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

    .crimnal-list li strong {
        font-size: 14px;
        margin: 10px 0 4px 0;
    }

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

    .crimnal-list li .list-data p {
        padding: 0;
        font-size: 12px;
        line-height: 20px;
        position: relative;
    }

    .crimnal-list li .list-data br {
        display: none;
    }

    .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: 10px 15px;
        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;
        display: none !important;
    }

    .top-navigation ul {
        gap: 5px 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>li>a img {
        display: none;
    }

    .top-navigation ul>li>a span {
        font-size: 11px !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 {
        margin: 0;
        border: none;
        padding: 6px;
    }

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

    .inner-section-dashboard {
        padding: 8px 0 0 0;
    }

    .profile-topic i {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    .profile-topic h2 {
        font-size: 26px;
        font-weight: 500;
        line-height: 26px;
    }

    .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;
    }

    .dfa-viz-bootstrap .dashboard-modal-content {
        margin: 30% auto 0;
    }

    .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: 18px !important;
        margin: 0 0 0 0 !important;
        line-height: 22px !important;
        padding: 0 0 10px 0 !important;
        font-family: Poppins-SemiBold !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 4px !important;
    }

    .dfa-viz-bootstrap p.summary-desc-text {
        line-height: 22px;
        font-size: 14px !important;
        margin: 5px 0 !important;
    }

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

    .dfa-viz-bootstrap .dfa-narr-html-container p {
        margin: 0 0 6px !important;
    }

    .dfa-viz-bootstrap .dfa-date-label {
        font-size: 9px !important;
        padding: 0px 5px !important;
        color: #333;
    }

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

    .dfa-viz-bootstrap .dfa-narr-html-container p span {
        line-height: 20px;
        font-size: 13px !important;
        margin: 0 0 5px !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: 5px 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 12px 0 6px !important;
        margin: 10px 0 0 !important;
        border-top: 1px solid #eaeaea;
    }

    .dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a {
        font-size: 10px;
        margin: 0 5px !important;
        padding: 0 0 0 25px !important;
    }

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

    .dfa-viz-bootstrap .dfa-cmbnd-scr-legend-content {
        padding: 0 5px !important;
    }

    .dfa-viz-bootstrap .dfa-legend-wrapper,
    .dfa-viz-bootstrap .dfa-legend-filter {
        gap: 3px 6px;
        margin: 0 auto;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex !important;
        padding: 0px 0px 10px !important;
    }

    .dfa-col.dfa-legend-filter {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .dfa-viz-bootstrap .dfa-legend-filter-content {
        margin: 0;
        font-size: 9px;
        padding: 5px 5px !important;
        border-left: 1px solid #EAEAEA;
    }

    .dfa-viz-bootstrap ul.dfa-legends li,
    .dfa-viz-bootstrap .dfa-cmbnd-scr-legend-content b {
        font-size: 9px;
    }

    .dfa-viz-bootstrap ul.dfa-legends {
        gap: 5px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 5px 0 12px !important;
    }

    .dfa-viz-bootstrap ul.dfa-legends li {
        font-size: 10px;
        margin: 0 10px 0 0;
    }

    .dfa-viz-bootstrap ul.dfa-legends .dfa-legend-text {
        font-size: 10px;
    }

    .dfa-viz-bootstrap .dfa-card-header .dfa-acrdn-progress-perc {
        font-size: 16px !important;
    }

    .dfa-viz-bootstrap .dfa-acrdn-parent .dfa-acrdn-head,
    .dfa-viz-bootstrap .dfa-acrdn-child .dfa-acrdn-head {
        font-size: 11px !important;
        font-weight: normal !important;
    }

    .dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label.share-embed a::before {
        padding: 1px 4px 4px 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 .ind_ac_txt {
        width: 50px !important;
    }

    .dfa-viz-bootstrap .ind_ac_val {
        margin-left: 5px !important;
        font-size: 8px;
    }

    .dfa-viz-bootstrap .dfa-card-body .dfa-row.dfa-accordion-row table thead tr th:first-child {
        min-width: 80px;
        padding: 8px 5px !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 {
        font-size: 9px !important;
        padding: 8px 5px !important;
    }

    g.highcharts-axis-labels.highcharts-yaxis-labels text,
    g.highcharts-axis-labels.highcharts-xaxis-labels text {
        font-size: 0.7em !important;
    }

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

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

    .dfa-viz-bootstrap .dfa-info-3col-section .dfa-info-3col-heading {
        padding: 10px 10px 10px 25px !important;
        font-weight: normal !important;
        font-family: 'Poppins-Medium' !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 {
        font-size: 20px !important;
        font-weight: normal !important;
        font-family: 'Poppins-Medium' !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: 12px !important;
        margin: 0px 0 0 0 !important;
    }

    .dfa-viz-bootstrap .dfa-info-3col-section .dfa-info-3col-circle {
        border: none !important;
        width: 37px !important;
        height: 37px !important;
        left: -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-mtndpsierra-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: 5px;
    }

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

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

    .resource-block-full.resource-block-full-detailed figure {
        margin: 15px 0 5px 0;
    }

    #learning_faces .filter-tag-results #block-mtndpsierra-content .views-element-container>div {
        gap: 0;
    }

    #learning_faces .filter-tag-results #block-mtndpsierra-content .views-element-container>div .views-row:last-child .views-field.views-field-nothing span.field-content .mb-4 {
        margin: 0 !important;
    }

    .dashboard-lists .views-element-container>div .views-row .field-content .dashboard-head .dashboard-icon-set {
        margin: 0 0 5px;
    }

    .about-more {
        margin: 10px 0 0;
    }

    .resource-block-full .resource-block-details p {
        font-size: 13px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

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

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

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

    section.non-crimnal-bx>.container {
        padding: 0 10px;
    }

    section.non-crimnal-bx .border-non-bx {
        padding: 12px 10px;
        background: #f4f4f4;
    }

    .footer-top {
        padding: 0;
    }

    .inner-footer-top {
        padding: 15px;
        align-items: flex-end;
    }

    .inner-footer-top img {
        width: auto !important;
        height: 36px !important;
    }

    .home-more-set h3 {
        font-size: 15px;
        line-height: 22px;
    }

    footer {
        margin: 20px 0 0 0;
    }

    .child-rights-blocks .views-element-container>div .views-row {
        width: calc(33.33% - 10px);
    }

    .changers-list ul {
        gap: 20px;
        justify-content: center;
    }

    .enabler-child-lists ul::after,
    .changers-list ul li+li::before,
    .enabler-child-lists ul::before,
    .enabler-child-lists ul li .arrow-up-line::after {
        display: none;
    }

    .enabler-child-lists ul {
        margin: 0;
        gap: 5px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .enabler-child-lists ul li {
        width: 100%;
        margin: 0 0 20px;
        max-width: 300px;
    }

    .enabler-child-lists ul li:last-child {
        margin: 0;
    }

    .data-fact-details {
        padding: 20px 10px 15px;
    }

    .mopd-data-facts ul {
        flex-direction: column;
        opacity: 1 !important;
        transform: none !important;
    }

    .mopd-data-facts ul li {
        width: 100%;
    }

    .mopd-data-facts ul li>img {
        width: 50px;
        height: 50px;
        opacity: 1 !important;
        transform: none !important;
    }

    .latest-resources .views-element-container>div>div .resource-block {
        opacity: 1 !important;
        transform: none !important;
    }

    .mopd-data-facts ul li .mopd-details {
        width: 100%;
        text-align: center;
    }

    .mopd-data-facts ul li .mopd-details h5 {
        gap: 4px;
        display: flex;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .mopd-data-facts ul li .mopd-details h1 {
        gap: 5px;
        display: flex;
        font-size: 26px;
        margin: 8px 0 2px;
        line-height: 30px;
        align-items: center;
        justify-content: center;
    }

    .mopd-data-facts ul li .mopd-details h1 span {
        font-size: 16px;
        line-height: 30px;
    }

    .mopd-data-facts ul li .mopd-details>p {
        font-size: 13px;
        line-height: 20px;
    }

    .data-fact-head h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .data-fact-head h3 {
        font-size: 14px;
        margin: 0;
    }

    .data-fact-head .mei-sub-heads {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .data-fact-details h1 {
        color: #1FB53A;
        font-size: 34px;
        line-height: 30px;
        padding: 10px 0;
        font-family: Poppins-Medium;
    }

    .mopd-data-facts ul li.both-arrow {
        margin: 0 auto;
        padding: 10px 20px;
        transform: rotate(90deg);
    }

    .mopd-data-facts ul li .mopd-details h5 br {
        display: none;
    }

    .mopd-data-facts ul li:last-child>.mopd-details {
        order: 2;
    }

    .mopd-data-facts ul li:last-child>img {
        order: 1;
    }

    .step-up-levels {
        padding: 20px 0 20px 20px;
    }

    .level-arrow {
        left: 20px;
        width: 5px;
    }

    .goalcorner-left {
        top: -2px;
        left: -34px;
        content: "";
        position: absolute;
        border-right: 26px solid #003ea4;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        height: 40px;
    }

    .goal-name-bar {
        color: #003ea4;
        font-size: 15px;
        padding: 6px 15px;
        line-height: 22px;
    }

    .goal-inner-description {
        text-align: left;
        padding: 6px 15px;
    }

    .level-bars.mid-term-vision .goal-inner-description {
        padding: 10px 15px 12px;
    }

    .level-bars.mid-term-vision .goal-inner-description h6,
    .level-bars.problem-vision .goal-inner-description h6 {
        color: #fff;
        font-size: 17px;
        line-height: 25px;
        text-align: left;
        font-family: 'Poppins-Medium';
    }

    .level-bars.mid-term-vision .goal-inner-description h6 strong,
    .level-bars.problem-vision .goal-inner-description h6 strong {
        font-family: 'Poppins-SemiBold';
    }

    .level-bars.long-term-vision .goal-inner-description h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .level-bars {
        margin: 0 0 20px;
    }

    .national-goal-vision-list ul,
    .game-changer-vision-list ul {
        flex-wrap: wrap;
    }

    .national-goal-vision-list ul li,
    .game-changer-vision-list ul li {
        min-width: 160px;
        padding: 0;
    }

    .national-goal-vision-list ul li:first-child,
    .game-changer-vision-list ul li:first-child {
        padding: 15px 0 0 0;
    }

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

    .game-chager-thoughts>p {
        min-height: 80px;
    }

    .game-changer-vision-list ul li>p,
    .game-changer-vision-list.enablers-vision-list ul li>p {
        min-height: auto;
        margin: 14px 0;
    }

    .filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline {
        gap: 10px;
    }

    .filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item,
    .filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item:first-child {
        margin: 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: 16px;
        margin: 0 0 10px;
        line-height: 22px;
        font-family: Inter-SemiBold;
    }

    .tearm-arrow p br {
        display: none;
    }

    .breadcrumb-view {
        margin: 8px -5px 10px;
        box-sizing: border-box;
    }

    div#dashboardIndicators12 .dfa-chart-holder .highcharts-data-labels.highcharts-series-0.highcharts-treemap-series .highcharts-label span,
    div#dashboardIndicators13 .dfa-chart-holder .highcharts-data-labels.highcharts-series-0.highcharts-treemap-series .highcharts-label span,
    div#dashboardIndicators14 .dfa-chart-holder .highcharts-data-labels.highcharts-series-0.highcharts-treemap-series .highcharts-label span {
        font-weight: normal !important;
        font-size: 11px !important;
        line-height: 12px !important;
    }

    .DFA-filter>.filterGroup>div>label {
        margin: 0;
        font-size: 10px;
        line-height: 12px;
        font-family: 'Poppins-Medium' !important;
    }

    .choices__inner {
        font-size: 12px !important;
    }

    .DFA-map .leaflet-popup-pane .leaflet-popup-content {
        width: 300px !important;
    }

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

    .DFA-tooltip .leaflet-popup-content .DFA-tooltipCont label:first-child {
        font-size: 10px !important;
        line-height: 12px !important;
        font-family: 'Poppins-Medium' !important;
    }

    .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
        bottom: -15px !important;
    }

    .DFA-tooltip .leaflet-popup-content .DFA-tooltipCont:first-child label:last-child {
        padding: 0 0 5px;
        font-size: 11px !important;
        line-height: 12px !important;
        font-weight: normal !important;
    }

    .DFA-tooltip .leaflet-popup-content .DFA-tooltipCont label:last-child {
        font-size: 10px !important;
        line-height: 12px !important;
    }

}

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

    .changers-list ul {
        gap: 30px;
    }

}

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

    .child-rights-blocks .views-element-container>div .views-row {
        width: calc(50% - 10px);
    }

    .tearm-way {
        flex-direction: column;
    }

    .tearm-arrow {
        width: 270px;
        height: 270px;
        display: flex;
        margin: 0 0 40px;
        align-items: center;
        justify-content: center;
        transform: rotate(90deg) !important;
    }

    .arrow-direction {
        width: 90%;
        position: relative;
        margin: 0px 20px 0 20px;
    }

    .tearm-arrow p {
        bottom: 0;
        left: 100%;
        top: -10px;
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        transform: rotate(-90deg);
        margin: -10px 0 -10px 0px;
    }

    .dfa-viz-bootstrap .dashboard-modal-body .dfa-download-icons {
        padding: 10px 10px !important;
        text-align: center !important;
        min-width: auto !important;
    }

    .dfa-viz-bootstrap .dashboard-modal-body .dfa-download-label {
        margin: 10px 0 0 0;
    }

    .vis-dashboard-outer>.row>.col-md-12 {
        padding: 0 8px;
    }

}

@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: 5px 10px 10px !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-mtndpsierra-content .views-element-container>div .views-row {
        width: 100%;
    }

    .DFA-filter {
        flex-direction: column;
    }

    .DFA-filter>.filterGroup {
        flex: 1;
        display: flex;
        width: 100%;
    }

    .DFA-filter .resetBar {
        padding: 0 10px 8px 10px;
    }

}

@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;
        display: flex;
        text-align: center;
        align-items: center;
        width: 100% !important;
        justify-content: center;
        padding: 10px 15px 0 !important;
    }

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

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

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

    .resource-share-icon {
        margin: 5px 0 10px 0;
    }

    .resource-share-icon {
        display: flex;
        align-items: center;
        margin: 5px 0 10px 0;
        justify-content: center;
    }

    .resource-block-full.resource-block-full-detailed .a2a_kit.addtoany_list {
        justify-content: center;
    }

    .slick-slide .slides p {
        font-size: 30px;
        line-height: 36px;
    }

    .mopd-data-facts ul li {
        gap: 15px;
        flex-direction: column;
    }

    .mopd-data-facts ul li>img {
        margin: 0 auto;
    }

    .mopd-data-facts ul li .mopd-details {
        width: 100%;
        text-align: center;
    }

    #user_Login .login-bg {
        padding: 10px;
    }

    .login-bg .login-form {
        padding: 20px;
        border: 1px solid #ffffff;
    }

    div#contact-page .inner-section {
        padding: 20px;
    }

    div#contact-page .row .col-md-4 {
        margin: 0 0 15px;
    }

    .contact-inner-details {
        gap: 5px;
        min-height: auto;
        padding: 20px 10px;
    }

    .contact-inner-details i {
        height: 50px;
        font-size: 40px;
        line-height: 40px;
    }

    .contact-info {
        margin: 0;
    }

    div#contact-page .inner-section form {
        padding: 20px 15px;
        border-radius: 10px;
    }

    div#contact-page .inner-section form div#edit-markup p {
        font-weight: 500;
        font-size: 30px;
        line-height: 30px;
    }

    div#contact-page .inner-section form input,
    div#contact-page .inner-section form textarea {
        margin: 0 0 10px;
        padding: 0 14px;
        font-size: 15px !important;
    }

    .dfa-viz-bootstrap .dfa-dropdown .dfa-frmwrk-cntnr,
    .dfa-viz-bootstrap .dfa-dropdown .dfa-ind-cntnr,
    .dfa-viz-bootstrap .dfa-dropdown .dfa-cstm-drpdwn {
        width: 100% !important;
    }

    p.viz-note {
        padding: 0;
    }

    .dfa-viz-bootstrap .dashboard-modal-content {
        max-width: 95%;
    }

    .dfa-viz-bootstrap .dashboard-modal-body {
        max-height: 400px !important;
    }

    .vis-dashboard-outer#dashboardIndicators15 .row .col-md-12 .dfa-container-fluid .dfa-chart-holder .dfa-row:nth-child(2) .dfa-col .dfa-dropdown {
        margin: 5px 0 10px 0;
    }

    .slick-slide:nth-child(2) .slides p {
        font-size: 26px !important;
        line-height: 30px !important;
    }

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

    .workspace-welcome {
        padding: 0px 0;
    }

    .inner-workspace-welcome h6 {
        font-size: 20px;
        line-height: 27px;
        opacity: 1 !important;
        font-family: Overpass-SemiBold;
        transform: none !important;
        color: #FFF;
    }

}

@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 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;
    }

    .dashboard-lists .views-element-container>div .views-row .field-content .dashboard-head {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .dashboard-lists .views-element-container>div .views-row .field-content .dashboard-head h2,
    .dashboard-lists .views-element-container>div .views-row .field-content>p {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .slick-slide .slides p {
        font-size: 20px;
        line-height: 30px;
    }

    .dfa-viz-bootstrap .dashboard-modal-body,
    .dfa-viz-bootstrap .dashboard-modal-body .dfa-download-icons {
        min-width: auto;
    }

}

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

    .child-rights-blocks .views-element-container>div .views-row,
    .vis-dashboard-outer#dashboardIndicators15 .row .col-md-12 .dfa-container-fluid .dfa-chart-holder .dfa-row:nth-child(2) .dfa-col .dfa-dropdown .dfa-drpdwn-menu {
        width: 100%;
    }

    .vis-dashboard-outer#dashboardIndicators15 .row .col-md-12 .dfa-container-fluid .dfa-chart-holder .dfa-row:nth-child(2) .dfa-col .dfa-dropdown {
        flex-direction: column;
    }

}

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

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

    .data-fact-head {
        gap: 10px;
        flex-direction: column;
    }

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

}