body,
html {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "poppins";
  min-height: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  height: auto;
  margin-left: 5px;
  max-height: 1%;
  max-width: 1%;
  min-height: 6px;
  min-width: 6px;
  padding-left: 5px;
  width: auto;
}
::-webkit-scrollbar-thumb {
  background: #b9b9b9;
  border-radius: 4px;
}

element.style {
}
<style>
.css-4plepo.MainLayout-container {
    overflow-y: auto;
    position: relative;
    table-layout: fixed;
}
* {
    box-sizing: border-box;
}
*, [class*=MuiButton], [class*=MuiTypography] {
    font-family: gotham,proxima-nova,arial,san-serif;
}
user agent stylesheet
div {
    display: block;
}
<style>
.css-aoeo82 {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 1px -1px, rgb(0 0 0 / 14%) 0px 1px 1px 0px, rgb(0 0 0 / 12%) 0px 1px 3px 0px;
}
body {
    background: #f9f9f9;
    background: var(--bg-color);
    color: #777;
    color: var(--text-color);
    font-family: gotham,arial,san-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    margin: 0;
}
:root {
    --main-color: #c0291b;
    --date-today: grey;
    --date-active: #5f5acc;
    --text-color: #777;
    --text-color-light: #7c828d;
    --text-color-dark: #343434;
    --border-color: #eee;
    --bg-color: #f9f9f9;
    --bg-color-light: #fafbfc;
    --neutral-color: #fff;
    --leaves: #a7bed3;
    --holidays: #5687e1;
    --buttons: #776ce6;
    --active: #5f5acc;
    --complete-bg: #d3fdd6;
    --complete-font: #239b61;
    --exceed-bg: #ffe985;
    --exceed-font: #313131;
    --inc-bg: #f2c6cd;
}
::-webkit-scrollbar {
    height: auto;
    margin-left: 5px;
    max-height: 1%;
    max-width: 1%;
    min-height: 6px;
    min-width: 6px;
    padding-left: 5px;
    width: auto;
}
::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div {
  font-family: "poppins";
}
h1 {
  font-size: calc(210% - 0.1vw);
}
/* settings */
/* ::-webkit-scrollbar {
  display: none;
} */
p {
  font-size: 16px;
  line-height: 25px;
}
.normal-btn-text {
  text-transform: none !important;
  font-size: 15px !important;
  padding: 1.5rem 2.6rem !important;
}

/* Green */
.btn-outline-success {
  border-color: #04aa6d;
  color: green;
}

.btn-outline-success:hover {
  background-color: #04aa6d;
  color: white;
}

/* Blue */
.btn-outline-info {
  border-color: #2196f3;
  color: dodgerblue;
}

.btn-outline-info:hover {
  background: #2196f3;
  color: white;
}
.color-primary{
  color: #214186 !important;
}

/* Orange */
.btn-outline-warning {
  border-color: #ff9800;
  color: orange;
}

.text-gray {
  color: #979797;
}
.btn-outline-warning:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.btn-outline-danger {
  border-color: #f44336;
  color: red;
}

.btn-outline-danger:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.btn-outline-default {
  border-color: #e7e7e7;
  color: black;
}

.btn-outline-default:hover {
  background: #e7e7e7;
}
.bg-primary {
  background: #184990 !important;
}
.text-yellow-2 {
  color: #ffeb9d;
}
.pad0 {
  padding: 0;
}
.mar0 {
  margin: 0;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.top70 {
  margin-top: 70px;
}

.top80 {
  margin-top: 80px;
}

.top90 {
  margin-top: 90px;
}

.top100 {
  margin-top: 100px;
}

.pad10 {
  padding: 10px;
}

.pad20 {
  padding: 20px;
}

.pad30 {
  padding: 30px;
}

.pad40 {
  padding: 40px;
}

.pad50 {
  padding: 50px;
}

.pad60 {
  padding: 60px;
}

.pad70 {
  padding: 70px;
}

.pad80 {
  padding: 80px;
}

.pad90 {
  padding: 90px;
}

.pad100 {
  padding: 100px;
}

.pad-top10 {
  padding-top: 10px;
}

.pad-top20 {
  padding-top: 20px;
}

.pad-top30 {
  padding-top: 30px;
}

.pad-top40 {
  padding-top: 40px;
}

.pad-top50 {
  padding-top: 50px;
}

.pad-top60 {
  padding-top: 60px;
}

.pad-top70 {
  padding-top: 70px;
}

.pad-top80 {
  padding-top: 80px;
}

.pad-top90 {
  padding-top: 90px;
}

.pad-top100 {
  padding-top: 100px;
}

.pad-left10 {
  padding-left: 10px;
}

.pad-left20 {
  padding-left: 20px;
}

.pad-left30 {
  padding-left: 30px;
}

.pad-left40 {
  padding-left: 40px;
}

.pad-left50 {
  padding-left: 50px;
}

.pad-left60 {
  padding-left: 60px;
}

.pad-left70 {
  padding-left: 70px;
}

.pad-left80 {
  padding-left: 80px;
}

.pad-left90 {
  padding-left: 90px;
}

.pad-left100 {
  padding-left: 100px;
}

.pad-top100 {
  padding-top: 100px;
}

.pad-right10 {
  padding-right: 10px;
}

.pad-right20 {
  padding-right: 20px;
}

.pad-right30 {
  padding-right: 30px;
}

.pad-right40 {
  padding-right: 40px;
}

.pad-right50 {
  padding-right: 50px;
}

.pad-right60 {
  padding-right: 60px;
}

.pad-right70 {
  padding-right: 70px;
}

.pad-right80 {
  padding-right: 80px;
}

.pad-right90 {
  padding-right: 90px;
}

.pad-right100 {
  padding-right: 100px;
}

.pad-bottom10 {
  padding-bottom: 10px;
}

.pad-bottom20 {
  padding-bottom: 20px;
}

.pad-bottom30 {
  padding-bottom: 30px;
}

.pad-bottom40 {
  padding-bottom: 40px;
}

.pad-bottom50 {
  padding-bottom: 50px;
}

.pad-bottom60 {
  padding-bottom: 60px;
}

.pad-bottom70 {
  padding-bottom: 70px;
}

.pad-bottom80 {
  padding-bottom: 80px;
}

.pad-bottom90 {
  padding-bottom: 90px;
}

.pad-bottom100 {
  padding-bottom: 100px;
}

.responsive-pad-3 {
  padding: 8% 6%;
}
.f-13 {
  font-size: 13px;
}
.lh-110 {
  line-height: 110%;
}
.lh-120 {
  line-height: 120%;
}
.lh-130 {
  line-height: 130%;
}
.hero-header {
  font-size: 60px;
  line-height: 90px;
}
.header-1 {
  font-size: 5rem;
  line-height: 6rem;
}

.header-2 {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
.maxw-100 {
  max-width: 100%;
}
.header-3 {
  font-size: 2.2rem;
  line-height: 3rem;
}
.ptb-0-prl-1 {
  padding: 30px 35px;
}
.header-4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
}
.header-4-1 {
  font-size: 2rem;
  line-height: 3rem;
}
.nega-50-d {
  margin-top: 0;
}

.header-5 {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.header-6 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.responsive-header-text {
  font-size: 3.8vw;
}
p.responsive-text {
  font-size: 1vw;
}
.c-lead {
  font-weight: 600;
}
.g1-primary {
  color: #184990;
}
.g1-secondary {
  color: #cc2030;
}
.btn-g1-secondary {
  background-color: #cc2030;
  color: #fff;
}

.app-container {
  height: 100%;
}

.wrapper {
  display: block;
  height: 100vh;
}
div#ms--main--nav.is_blank_nav {
  position: relative !important;
}
.homepage-logo-wrapper {
  min-height: 20px;
  display: flex;
  height: 100px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.homepage-logo-wrapper img {
  position: absolute;
  margin-left: 6%;
  /* max-width: 100px; */
}
a {
  color: #184990;
  text-decoration: none;
}

.bg-secondary {
  background-color: #f2fcff !important;
}
.bg-third {
  background-color: #f1f6ff;
}
.bg-fourth {
  background: #e8f1ff;
}
.bg-light-yellow {
  background: #fffbeb;
}
.margin-hero {
  margin-top: 20rem;
}

.padding-hero {
  padding-top: 10rem;
}
.bg-light-blue {
  background: linear-gradient(
    90deg,
    rgba(32, 72, 157, 0.05) 0%,
    rgba(32, 72, 157, 0.05) 100%
  );
}

.width-100 {
  width: 100%;
}

/* animations */
.pulsate-css {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;

  /* you dont need the stuff below, but its what I used to create the loading circle */
  border: 3px solid #999;
  border-radius: 30px;
  height: 18px;
  width: 18px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: auto;
}
.lds-ellipsis div {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* end animation  */

.btn {
  font-size: 16px;
  font-weight: 500;
  padding: 0.7em 2.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-round {
  border-radius: 50px;
}

.btn-secondary {
  background-color: #cc2030;
  border-color: #cc2030;
  color: #f1f1f1;
}
.btn-primary {
  background-color: #184990;
  border-color: #184990;
}
.btn-primary-light {
  background-color: #77a3e4;
  border-color: #77a3e4;
  color: #fff;
}

.footer-signature {
  position: absolute;
  bottom: 2%;
  width: 100%;
  text-align: center;
}

.form-control {
  border-radius: 0;
  /* box-shadow: 0px 8px 8px 1px rgb(0 0 0 / 7%); */
  box-shadow: 0px 4px 4px 2px rgb(0 0 0 / 6%);
  border-color: #f1f1f1;
}
.form-control.is-invalid {
  border-color: red;
}

.invalid-feedback {
  color: red;
}
.form-group label {
  font-size: 16px;
  font-weight: 500;
}
table#results-suvey::-webkit-scrollbar {
  display: block;
}
table#results-suvey tbody td {
  font-size: 14px;
  color: #777777;
}
table#results-suvey .parent-text-small {
  font-size: 10px;
  color: #000;
}
.card-input-element {
  display: none;
}

.card-input {
  /* margin: 10px;
  padding: 25px; */
  margin: auto;
  width: 100%;
  text-align: center;
  box-shadow: 0px 8px 8px 1px rgba(0, 0, 0, 0.07);
}

.card-input:hover {
  cursor: pointer;
}

.card-input-element:checked + .card-input {
  background-color: #f1f6ff;
  color: #184990;
}
.card-input-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  justify-content: space-around;
}
.card-input-group label {
  width: 100%;
}

#site--contents,
#ms--main--body {
  height: initial;
  display: block;
  min-height: 100%;
}

#mobile-nav-wrapper .navbar-nav > li > a {
  font-size: 18px;
}

.card-input .choices {
  padding: 20px;
}
label,
.control-label {
  color: #000;
}

div#ms--main--nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.user-nav-icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 25px;
  /* background: #f1f1f1; */
  text-align: center;
}
.user-nav-icon img {
  width: 100%;
}

.menu-bar {
  position: fixed;
  bottom: 0;
  box-shadow: 4px 2px 9px 2px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 100%;
  margin: 0;
  z-index: 12;
}
.menu-bar ul {
  background-color: #fff;
  padding-inline-start: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row: 1;
  list-style-type: none;
  align-items: center;
  justify-items: center;
  margin: 0;
}
.menu-bar ul li {
  align-self: center;
  width: 100%;
  height: 60px;
  text-align: center;
  display: grid;
  position: relative;
}
.menu-bar ul li.active:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid #184990;
  content: "";
}
.menu-bar ul li img {
  /* filter: invert(); */
  min-width: 20px;
}
.icon-subtitle {
  font-size: 10px;
  margin-top: -4px;
  color: #184990;
  transition: all 0.5s;
}
.btn-xs {
  padding: 7px 14px;
  font-size: 10px;
  margin: 10px 0;
}
.btn-md {
  padding: 12px 18px;
  font-size: 12px;
  margin: 10px 5px;
}
.menu-bar a {
  padding-top: 12px;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-items: center;
}
.card-box {
  box-shadow: 4px 2px 9px 2px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.dashboard-menu {
  grid-gap: 6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: -40px;
}
.dashboard-menu .dash-menu.active {
  background-color: #184990;
}
.dashboard-menu .dash-menu {
  background-color: #7ca3dc;
  padding: 10px;
  font-size: 12px;
}
.dashboard-menu .dash-menu div {
  margin-top: 10px;
}
.dashboard-menu .dash-menu p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff;
}

.dash-tabs {
  width: 100%;
  text-align: center;
  border: none;
}
.dash-tabs .nav-item {
  width: 50%;
}
.result-tab-container .dash-tabs .nav-item {
  width: auto;
  margin-top: 10px;
}
.dash-tabs .nav-item.active {
  border: none;
  border-bottom: 4px solid #184990;
}
/* .dash-tabs .nav-item.active a {
  border: none;
} */
.dash-tabs .nav-item a {
  color: #184990 !important;
  font-weight: 500;
  font-size: 12px;
  border-radius: 10px 10px 0 0;
  padding: 8px 10px;
}
.dash-tabs .nav-item a:hover{
  color: #184990 !important;
}
.dashboard-progress-wrap {
  display: flex;
  margin-top: 20px;
  grid-auto-columns: minmax(40%, 1fr);
  grid-row: 1fr;
  overflow: hidden;
}
.dashboard-progress-wrap.owl-carousel .owl-stage {
  display: flex;
}

.progress-chart-wrap {
  /* width: 45%; */
  padding: 25px;
  text-align: center;
  background: #f1f6ff;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  height: 100%;
}
.progress-chart-wrap .progress-chart {
  margin: auto;
  margin-bottom: 10px;
  max-width: 60px;
}
.records {
  padding: 20px;
}
.record-wraper {
  background-color: #f0f5fe;
  margin: 8px 0;
  padding: 12px 20px;
  border-radius: 10px;
  color: #184990;
  position: relative;
}
.record-wraper.done:after {
  content: "\f3fe";
  font-family: "Ionicons";
  position: absolute;
  font-size: 20px;
  color: #000;
  right: 20px;
  top: 10px;
}
.record-wraper:after {
  content: "\f401";
  font-family: "Ionicons";
  position: absolute;
  font-size: 20px;
  color: #000;
  right: 20px;
  top: 10px;
}
.profile-wraper-top {
  box-shadow: 4px 2px 9px 2px rgba(0, 0, 0, 0.16);
  padding: 5px;
  /* width: 100px; */
  max-width: 200px;
  border-radius: 50%;
  margin: auto;
}
.profile-wraper {
  border-radius: 50%;
  overflow: hidden;
}
#class-item .container {
  width: 100%;
}

.goal-slider {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  /* display: flex;
  flex-direction: row; */
}

.goal-wrapper {
  /* width: 90%; */
  margin-top: 25px;
  font-size: 2rem;
  background-color: #f1f6ff;
  color: #184990;
  padding: 20px;
  min-height: 160px;
  display: grid;
  /* margin: 10px; */
  border-radius: 10px;
  box-shadow: 4px 2px 9px 2px rgba(0, 0, 0, 0.16);
  position: relative;
}
.goal-wrapper .small-lead-top {
  font-size: 10px;
}
.goal-wrapper .goal-indicator {
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: 15px;
}
.goal-wrapper .goal-title {
  align-self: end;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.goal-wrapper .task-count {
  align-self: end;
  font-size: 10px;
  font-weight: 400;
}
.goal-wrapper.complete {
  background-color: #184990;
  color: #fff;
}

ul.what-youll-get {
  list-style-type: none;
}
ul.what-youll-get li {
  font-size: 20px;
  margin-top: 15px;
}

ul.what-youll-get li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #184990; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 30px;
}

.pointer {
  cursor: pointer;
}

.goal-task-wrapper .task-wrapper {
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 14%);
  border-radius: 10px;
  padding: 20px 15px;
  margin: 15px 0;
}
.goal-task-wrapper .task-wrapper.group-wrap {
  background-color: #f2f2f2;
}
.goal-task-wrapper .task-wrapper.group-wrap .task-progress-bar {
  min-height: 10px;
  border-radius: 4px;
  background-color: #dcdbdb;
  position: relative;
}
.goal-task-wrapper .task-wrapper.group-wrap .task-progress-bar span.progress {
  height: 10px;
  background-color: #184990;
  position: absolute;
  left: 0;
}

.goal-task-wrapper .task-wrapper.task-wrap {
  display: grid;
  grid-template-columns: 10% 90%;
  gap: 10px;

  align-items: center;
}
.goal-task-wrapper .task-wrapper.task-wrap .status-wrap {
  font-size: 1.5em;
}
.goal-task-wrapper .task-wrapper.task-wrap .task-description {
  border-left: 1px solid gray;
  padding-left: 15px;
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 15px;
}
.goal-task-wrapper .task-wrapper.task-wrap .task-description span {
  font-size: 1.5em;
}
.customer-profile-nav {
  padding: 20px 10px;
  background-color: #fff;
  display: flex;
  justify-items: center;
  align-items: center;
}
.customer-profile-nav .nav-image {
  border-radius: 50%;
  overflow: hidden;
  max-width: 80%;
  margin: auto;
  justify-items: center;
  display: flex;
  height: 100%;
}
.customer-profile-nav div[class^="col-xs"] {
  margin: 0;
  padding: 10px;
}
.notif-list {
  padding: 10px;
}

.notif-list ul {
  padding-inline-start: 0;
  list-style-type: none;
}
.notif-list ul li.list-group-item {
  border-left: none;
  border-right: none;
  padding: 20px;
  padding-left: 40px;
  position: relative;
}
.notif-list ul li.list-group-item:before {
  content: "\f400";
  font-family: "Ionicons";
  position: absolute;
  left: 15px;
  color: #184990;
}

.notif-list ul .list-group-item:first-child,
.notif-list ul .list-group-item:last-child {
  border-radius: 0 !important;
}
.latest-notif-events {
  padding: 25px;
  background-color: #f1f6ff;
  margin: 0 20px 30px 20px;
  border-radius: 10px;
  box-shadow: 4px 2px 9px 2px rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}
.latest-notif-events .date-specs {
  color: #184990;
  font-size: 14px;
  font-weight: 600;
}
.form-wraper {
  padding: 10px 5px;
  overflow: hidden;
  height: 200px;
  /* display: grid; */
  border-radius: 10px;
  margin-top: 15px;
  position: relative;
  color: #fff;
}
.form-wraper.active .cover-bg.filter-darkblue:after {
  background: #d9e5f8ec;
}
.form-wraper .cover-bg.filter-darkblue:after {
  background: #f3f5f6ef;
}
.social-audit-detials {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  padding: 10px;
  padding: 20px;
}
.form-wraper.active .social-audit-detials .date-form-wraper,
.form-wraper.active .social-audit-detials h3 {
  color: #fff;
}
.form-wraper.active .btn-square-forms {
  border: none;
  background-color: #fff;
}
.social-audit-detials .date-form-wraper {
  /* height: 10%; */
  text-align: center;
  justify-self: center;
  align-self: flex-start;
  width: 100%;
  color: #184990;
}
.social-audit-detials h3 {
  /* height: 70%; */
  font-size: 18px;
  text-align: center;
  margin: 0;
  display: flex;
  align-self: center;
  justify-self: center;
  color: #184990;
}
.form-wraper .btn-square-forms {
  height: 20%;
  padding: 5px 1em;
  border: 1px solid #184990;
  color: #184990;
  text-align: center;
  font-size: 0.9em;
  justify-self: flex-end;
  align-self: flex-end;
  width: 100%;
}
.title-text {
  background-color: #184990;
  color: #fff;
  margin-top: 20px;
  padding: 20px 20px 25px 20px;
  border-radius: 20px;
  justify-content: center;
}
.title-text a {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.title-text a img {
  margin: auto;
}
.title-text a div {
  margin-top: 15px;
  padding: 0 10%;
}
/* .title-text{
  justify-content: center;
  align-items: center;
  margin: 20px;
  border-radius: 20px;
  font-weight: 600;
} */
.btn.btn-light {
  background-color: #fff;
}
#results-survey thead {
  background-color: rgb(233, 233, 233);
}
#results-survey thead th {
  vertical-align: middle;
  padding-right: 35px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  background: none;
  color: #000;
}
#results-survey tbody td .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e7e7e7;
  border-radius: 5px;
  font-weight: normal;
}
.borderless {
  border: none !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.customer-panel {
  transition: all 0.2s;
  background-color: #fff;
  z-index: 12;
  position: fixed;
  top: 60px;
  right: 0;
  box-shadow: 4px 2px 9px 2px rgb(0 0 0 / 16%);
}
.customer-panel.close-panel {
  transform: translateX(100%);
}

.custom-container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100vw;
}
.normal-transparent {
  position: relative;
  width: 100%;
}
.normal-transparent .input-group-btn {
  position: absolute;
  right: 30px;
}
.list-view .btn-container {
  position: absolute;
  top: 20px;
  left: 30px;
}
.normal-transparent .btn {
  background: none;
}
.custom-container .list-view {
  height: 100vh;
  overflow-y: auto;
}
.custom-container .list-view li {
  padding-top: 2px;
}
.custom-container .selected-view {
  height: 100vh;
  background-color: #f2f2f2;
}

#results-survey thead th div.dropdown {
  position: absolute;
  top: 0;
  right: 10px;
  height: fit-content;
  margin: auto;
  bottom: 0;
}
#results-survey thead th div.dropdown button {
  padding: 2px 8px;
  background: none;
}
div#dt-wrapper-option {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
div#dt-wrapper-option .pagination {
  margin: 0;
  margin-left: 15px;
}
div#results-survey_filter {
  display: none;
}
#results-survey_info {
  font-size: 14px !important;
  font-weight: 600;
}
span.ligt-text {
  color: lightgray;
}
.menu-bar ul.grid4 {
  grid-template-columns: repeat(4, 1fr);
}
.menu-bar ul.grid3 {
  grid-template-columns: repeat(3, 1fr);
}
.menu-bar ul.grid2 {
  grid-template-columns: repeat(2, 1fr);
}

#mobile-nav-wrapper .navbar-nav > li > a.lg-text {
  font-size: 40px;
  line-height: 50px;
  /* padding: 10px 35px; */
}
#export-container {
  position: absolute;
  right: 20px;
}
#export-container .dt-button {
  text-transform: none !important;
  font-size: 15px !important;
  padding: 1rem 2.6rem !important;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  background: #fff;
  color: #000;
  border: 0;
  border-radius: 5px;
}

#mobile-nav-inject {
  display: block;
   /* display: grid; */
  height: 70%;
  margin-top: -10px;
  transition: all 0.3s ease-in;
  /* margin-top:2em; */
}
.main-nav-items-v2 .site--nav-buttons {
  display: none;
}
.site--logo a {
  display: inline-block;
  justify-items: center;
  align-items: center;
}
.site--logo .bayan-logo {
  display: none;
}

.d1-bayan-bg {
  background: #f2fbff;
}
ul.footer-link {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
  border-bottom: 1px solid #ffffff;
  list-style-type: none;
  padding-inline-start: 0;
  text-align: left;
  padding-bottom: 30px;

  /* justify-content: space-evenly; */
}
ul.footer-link li {
  padding: 10px 0;
  color: #0033a0;
}
ul.footer-link li a {
  color: #0033a0;
}
.tac.sign-sec {
  text-align: left;
  line-height: 30px;
  padding-bottom: 30px;
}
.sdg-landscape-wrapper {
  padding: 1.2em 2em;
  margin: 1em;
  border-radius: 1em;
}
.result-progress {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  width: 100%;
  /* left: 0; */
  /* right: 0; */
}
.result-progress-bar div {
  height: 100%;
  border-radius: 1em;
  background-color: #18488e;
}
.sdg-result-wraper {
}
.result-progress-bar {
  width: 75%;
  min-height: 10px;
  border-radius: 1em;
  background-color: #fff;
  margin-right: 10px;
}
.dash-stream {
  display: block;
  position: relative;
}
.dash-stream .dash-item.dash-item-mini {
  padding: 15px 80px 15px 50px;
}
.dash-stream .dash-item {
  display: block;
  border: 1px solid #f1f1f1;
  padding: 30px 80px 30px 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dash-stream .stream-title {
  font-family: "proxima_novalight", sans-serif;
  font-size: 20px;
  /* color: #ffffff; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dash-stream .arrow-right {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 17px;
  background: #eeeeee;
  border-radius: 20px;
}
.inline-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inline-nav > li {
  display: inline-block;
  margin-right: 13px;
  float: left;
}
.dash-stream .dash-item:hover .arrow-right {
  background: #bdc3c7;
}
.members-management a.btn.btn-square {
  border-radius: 0;
  margin-left: 8px;
  font-size: 11px;
}

.header-wrap {
  padding: 1em 0;
}
.selected-view {
  padding: 20px;
  overflow-y: auto;
}
.selected-list-wrap .select-name {
  margin-right: 10px;
}
.selected-list-wrap {
  display: grid;
  grid-template-columns: 1fr 10fr 1fr;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #fff;
  box-shadow: 4px 2px 9px 2px rgb(0 0 0 / 16%);
  align-items: center;
}

.selected-list-wrap span {
  font-size: 15px;
}

.save-option.saved-content .ion-heart {
  color: #cc2030;
}

.access-req-wrap {
  background-color: #f6f6f6;
  padding: 30px;
}
.access-req-card {
  background-color: #f1f6ff;
  padding: 30px;
  margin-top: 30px;
}
.user-profile-wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8%;
}
.user-profile-wrap .user-img {
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
}
.request-stats-wraper {
  padding: 20px 35px;
}
.request_mesage_notif {
  padding: 10px;
  background-color: rgba(24, 146, 181, 30%);
  border-radius: 5px;
  color: #184990;
}
.request_mesage_notif.warning {
  background-color: #d6b4b4;
  color: #68210b;
}

.class-hero-desc {
  padding: 100px 3em 1.9em 3em;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 9fr;
}

.class-hero-desc .class-date .date {
  color: white;
  font-size: 2.5em;
  font-weight: 700;
  margin-top: 10px;
}
.class-hero-desc .class-date .month {
  color: white;
  font-size: 1.4em;
  font-weight: 600;
}
.class-hero-desc .class-title {
  color: white;
  font-size: 1.8em;
  line-height: 110%;
}
.class-details-wrap {
  padding: 2em;
}

.pillars-container {
  padding: 1em;
  width: 24em;
  color: #fff;
  margin: 1em;
}
.pillars-wrap {
  min-height: 20em;
}

.scrollable-content{
  max-height: 98vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.with-border-lb {
  border-bottom: 1px solid #fff;
}
.support-wraper {
  min-height: 250px;
}
.support-tab-wrap {
  margin-top: -180px;
}
#support.nav-tabs li.active a.nav-link {
  background-color: #184990;
  color: #fff;
}
#support.nav-tabs li a.nav-link span {
  font-size: 1.5em;
  line-height: 102%;
}
#support.nav-tabs li a.nav-link {
  border: 0 !important;
  border-color: none !important;
  background-color: #fff;
  color: #000;
  margin: 2em 1em;
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faqs-accordion .panel-heading .accordion-toggle:after {
  font-family: "Ionicons";
  content: "\f462";
  float: right;
  color: grey;
  position: absolute;
  right: 3%;
  top: 35%;
  height: auto;
}
#faqs-accordion .panel-heading .accordion-toggle.collapsed:after {
  content: "\f2c7";
}

#faqs-accordion {
  border: none;
}
#faqs-accordion .panel.panel-default {
  margin-top: 20px;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}
#faqs-accordion .panel-heading,
#faqs-accordion .panel {
  padding: 0;
  position: relative;
}
#faqs-accordion .panel-heading a {
  padding: 10px 30px;
  font-size: 20px !important;
}
#faqs-accordion .panel-body {
  padding: 0 30px 30px;
}
#faqs-accordion .panel-body {
  background-color: transparent;
  border: none !important;
  font-size: 15px;
}
.support-modals .modal-dialog,
.support-modals .modal-content {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
}
.footer-bayan {
  display: none;
}
.modal.modal-right .modal-dialog.modal-lg {
  right: 0 !important;
}
.footer-bayan .left-text {
  float: left;
}
.footer-bayan .right-text {
}
.footer-bayan .right-text ul {
  display: flex;
  padding-inline-start: 0;
  list-style-type: none;
}
.related-wrap .head-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  text-transform: uppercase;
}
.related-wrap .head-wrap .title {
  color: #cc2030;
  font-size: 1.1em;
}
.related-wrap .title-related {
  font-size: 1em;
  padding: 10px;
}
.related-wrap {
  padding: 20px 40px;
  background: #f1f6ff;
}
.card-image-wrap {
  padding: 0 20px;
}
.img-wrap-square {
  /* max-width: 150px;
  max-height:150px; */
  width: 100%;
  height: 150px;
  margin: auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.underline-color {
  border-bottom: 3px solid #47c4d8;
  width: fit-content;
  margin: auto;
  /* padding: 20px; */
}

.report-box {
  border-radius: 15px;
  box-shadow: 4px 2px 9px 2px rgb(0 0 0 / 16%);
  min-height: 250px;
  margin-top: 25px;
}
.report-box .report-wraper.custom {
  padding: 15px;
  box-shadow: none;
}
.report-box .report-label {
  padding: 5px 0;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 12px;
  border-bottom: 2px solid #f1f1f1;
}
table.report-table.custom {
  max-height: 200px;
  display: block;
  overflow-y: scroll;
  font-size: 12px;
}
.canvas-report-wraper {
  min-height: 200px;
}
.bayan-logo {
  max-width: 215px !important;
}

#mobile-nav-trigger.visible-xs{
  background: #0033A0;
}
.nav-open #nav-trigger span, .fixed-nav-landing #nav-trigger span, body.nav-fixed #nav-trigger span{
  background-color: #fff;
}
#mobile-nav-wrapper .navbar-nav {
  float: none !important;
  margin: 0;
  padding: 0 35px;
  margin-top: 25px !important;
}
.site--logo a img {
  width: 92px;
  min-width: 45px; 
}
body.nav-fixed #main-navigation, body.fixed-nav-landing #main-navigation {
  background: #ffffff; 
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  min-height: 60px;
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
}
.mobile-powered{ 
  display: flex; 
  align-items: center;
    font-size: 10px;
    margin-right: 38px;
    line-height: 16px; 
}
body.nav-fixed  #main-navigation.desktop-nav-bayan{
  display: flex !important;
}
#main-navigation.desktop-nav-bayan .site--logo a img {
  width: 250px; 
}
.social-audit-detials li{
  font-family: 'rubik';
  color: #000;
}
.social-audit-detials li a{
  text-decoration: underline;
}
.social-audit-detials li a:hover{
  color: #77a3e4;
}
.count-header-text{
  text-align: center;
  width: fit-content; 
}

nav.resuts ul{
  padding-inline-start: 0px !important;
}
nav.resuts ul li{
  margin-top: 10px;
}
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* media queries */
/* =============== */

/* // Small devices (landscape phones, 576px and up) */


@media(max-width: 990px){
  .site--logo {  
    display: flex;
    align-items: center;
    padding-left: 15px;
  }
}


@media (max-width: 1280px) {
  .filter-section {
    max-width: 27%;
  }
}
@media (min-width: 1280px) {
  .filter-section {
    width: 20%;
  }
}

@media (min-width: 576px) {
  .header-3 {
    font-size: 2.8rem;
    line-height: 3.7rem;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header-3 {
    font-size: 2.8rem;
    line-height: 3.7rem;
  }
  .maxw-md-80 {
    max-width: 80%;
  }
}

/* // Large devices (desktops, 992px and up) */
/* laptop desktops */
@media (min-width: 992px) {
  .result-content .dash-tabs {
    border-bottom: 8px solid #184990;
  }
  .dash-tabs .nav-item.active {
    border: none;
    border-bottom: 0;
  }
  .dash-tabs .nav-item a {
    background: #7ca3dc;
    color: #fff !important;
  }
  .dash-tabs .nav-item.active a {
    background: #184990;
    /* border-bottom: 0; */
  }
  h1 {
    font-size: calc(300% - 0.1vw);
  }
  .responsive-header-text {
    font-size: 2vw;
  }
  .responsive-pad-3 {
    padding: 5% 3%;
  }
  .footer-bayan {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid lightgray;
    min-height: 60px;
    display: flex;
    padding: 10px 2%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    font-size: 11px;
    color: #184990;
  }
  .footer-bayan .left-text {
    float: left;
  }
  .footer-bayan .right-text {
  }
  .footer-bayan .right-text ul {
    display: flex;
    list-style-type: none;
  }
  .footer-bayan .right-text ul li {
    margin-right: 10px;
  }
  #desktop-navigation {
    z-index: 12;
  }
  .support-wraper {
    min-height: 250px;
  }
  .support-tab-wrap {
    margin-top: -190px;
  }
  #support.nav-tabs li.active a.nav-link {
    background-color: #184990;
    color: #fff;
  }
  #support.nav-tabs li a.nav-link span {
    font-size: 1.5em;
    line-height: 102%;
  }
  #support.nav-tabs li a.nav-link {
    border: 0 !important;
    border-color: none !important;
    background-color: #fff;
    color: #000;
    margin: 1em;
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h-100vh {
    height: 100vh;
  }
  .desktop-72 {
    height: 70vh;
  }
  .desktop-100 {
    height: 100%;
  }
  .with-border-lb {
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
  .pillars-container {
    padding: 1em;
    width: 24em;
    color: #fff;
  }
  .social-audit-detials h3 {
    font-size: 1.3em;
    font-weight: 600;
  }
  .form-wraper .btn-square-forms {
    width: 80%;
    justify-self: center;
    margin: 0 auto;
  }
  .nega-50-d {
    margin-top: -50px;
  }
  .custom-container {
    width: 55vw;
    grid-template-columns: 60% 40%;
  }
  .pad-lg-10 {
    padding-left: 10%;
    padding-right: 10%;
  }
  .logo-desktop-container {
    background-color: #fff;
    /* padding: 20px 0; */
  }
  .header-3 {
    font-size: 3.8rem;
    line-height: 5rem;
  }
  .header-4-1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .ptb-0-prl-1 {
    padding: 50px 80px;
  }

  ul.footer-link {
    margin-top: 30px;
    display: flex;
    width: 100%;
    /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
    border-bottom: 1px solid #0033a0;
    list-style-type: none;
    padding-inline-start: 0;
    text-align: center;
    justify-content: space-evenly;
  }
  ul.footer-link li {
    padding: 30px 0;
    color: #0033a0;
  }
  .tac.sign-sec {
    margin-top: 40px;
    color: #0033a0;
  }

  .-margin-20 {
    margin-bottom: -20%;
  }
  #get-intouch-section {
    padding-bottom: 35px;
  }
  ul.footer-link {
    margin-top: 30px;
    display: flex;
    width: 100%;
    /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
    border-bottom: 1px solid #0033a0;
    list-style-type: none;
    padding-inline-start: 0;
    text-align: center;
    justify-content: space-evenly;
  }
  ul.footer-link li {
    padding: 30px 0;
    color: #0033a0;
    letter-spacing: 2px;
  }
  .tac.sign-sec {
    margin-top: 40px;
    color: #0033a0;
    width: fit-content;
  }
  a.filter-list-btn div {
    padding-left: 20px;
    padding: 15px 25px;
  }
  a.filter-list-btn:before {
    content: "\f3d0";
    position: absolute;
    font-family: "Ionicons";
    transition: all 0.5s;
    font-size: 20px;
    top: 8px;
  }
  a.filter-list-btn[aria-expanded="true"]:before {
    transform: rotate(180deg);
  }
  .search-bar-wrap {
    background: #f1f1f1;
    border-radius: 5px;
  }
  .search-bar-wrap input {
    min-height: 45px;
    box-shadow: none;
    background: none;
  }
  .search-bar-wrap .input-group-btn button {
    min-height: 45px;
    font-size: 20px !important;
    border: 1px solid #f1f1f1;
    border-left: 0;
    background: none;
  }
  .save-content-list ul {
    border-inline-start: 0;
    list-style-type: none;
    padding: 15px 35px;
  }

  .save-content-list ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }

  .filter-section .goal-task-wrapper {
    padding: 21px;
  }
  .filter-section.not-feed {
    top: 20%;
    position: absolute;
  }
  .filter-section {
    right: 5%;
    /* width: 20%; */
    top: 13%;
    position: fixed;
    height: 89%;
    overflow-y: auto;
    padding: 0 20px;
  }
  .content-filter .filter-section {
    width: 18%;
  }
  .filter-section .task-wrapper.task-wrap {
    box-shadow: none;
    padding: 0;
  }
  .filter-section .goal-task-wrapper .task-wrapper.task-wrap .task-description {
    border-left: 1px solid #fff;
    padding: 0 1.3em;
  }

  .goal_wraper {
    margin: 20px;
  }
  .dashboard-menu .card-box.dash-menu div {
    display: grid;
    grid-template-columns: 1fr 3fr;
    min-height: 100%;
    padding: 15px;
    margin: 0;
    font-size: 20px;
  }
  .details-user-wrap.col-md-7 {
    border-left: 1px solid #bebebe;
    padding-left: 54px;
  }

  .dashboard-menu {
    grid-gap: 30px;
  }
  section#desktop-nav-bar-top {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 12;
    height: 60px;
    border-bottom: 1px solid lightgray;
    background: #fff;
  }
  .bayan-logo {
    margin-left: 1em;
  }
  .wrap-puser-profile.row {
    padding: 20px;
    box-shadow: 4px 2px 9px 2px rgb(0 0 0 / 16%);
  }
  #bayan-desktop-wraper .result-tab-container .container {
    width: auto;
  }
  #desktop-nav-bar-top .user-logo-img img {
    width: 30px;
    border-radius: 50%;
  }
  #desktop-nav-bar-top .open > .dropdown-menu {
    display: grid;
  }
  #desktop-nav-bar-top .dropdown-menu a.dropdown-item {
    padding: 10px;
  }
  #desktop-nav-bar-top .user-logo-img {
    box-shadow: 2px 5px 11px 3px rgb(0 0 0 / 8%);
    padding: 2px;
    border-radius: 50%;
  }
  #desktop-nav-bar-top ul li a {
    color: #686868;
    padding: -1px 22px;
    font-size: 14px;
    font-weight: 400;
  }

  #desktop-nav-bar-top .nav > li > a:hover,
  #desktop-nav-bar-top .nav > li > a:focus {
    background: none;
    position: relative;
  }

  #desktop-nav-bar-top .nav > li > a:hover::after,
  #desktop-nav-bar-top .nav > li > a:focus ::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #dcdbdb;
    right: 0;
  }
  .collapsed#desktop-navigation .menus-items {
    padding: 1em;
  }
  .collapsed#desktop-navigation .menus-items .icon-subtitle {
    display: none;
  }
  .collapsed#desktop-navigation {
    width: 6vw;
  }
  #desktop-nav-bar-top .nav > li > a.separator:hover::after,
  #desktop-nav-bar-top .nav > li > a.separator:focus ::after {
    display: none;
  }
  #desktop-nav-bar-top .navbar {
    height: auto;
    min-height: fit-content;
  }

  #bayan-desktop-wraper {
    /* display: flex; */
    position: relative;
  }
  /* .desktop-content-container {
    max-width: 74vw;
    margin-left: 15vw;
    position: relative;
    min-height: calc(100vh - 60px);
  } */
  .desktop-content-container {
    max-width: 68vw;
    margin-left: 20vw;
    position: relative;
    min-height: calc(100vh - 60px);
  }

  .desktop-content-container.full {
    max-width: 84vw;
    margin-left: 16vw;
  }
  section.desktop-content-container.page .container {
    /* width: auto */
  }
  section.desktop-content-container.page {
    width: 85vw;
    margin-left: 6vw;
  }
  .desktop-content-container.report-container {
    max-width: 70vw;
  }
  .desktop-content-container#report-container {
    max-width: 80vw;
    margin-left: 16vw;
  }
  .desktop-content-container.feed {
    max-width: 45vw;
    margin-left: 21vw;
  }
  section.desktop-content-container.page {
    max-width: 83vw;
    width: 94vw;
    margin-left: 16vw;
  }
  #desktop-navigation {
    min-height: 100vh;
    position: fixed;
    width: 16vw;
    background-color: #f5f5f5;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
  #desktop-navigation img {
    min-width: 60px;
    margin: auto;
    /* margin-top: 20px; */
  }
  #desktop-navigation .bayan-logo {
    color: #184990;
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
  }
  .powered-by-d1 {
    position: absolute;
    bottom: 3em;
    /* left: 23%; */
    font-size: 10px;
    text-align: center;
    line-height: 140%;
    padding: 15px;
  }
  #desktop-navigation .menus-items {
    width: 100%;
    /* justify-content: center; */
    /* align-items: center; */
    position: absolute;
    top: 100px;
    /* bottom: 0; */
    /* right: 0; */
    left: 0px;
    height: fit-content;
    margin: auto;
    padding-left: 2em;
  }
  .menus-items li.active a {
    background-color: #fff;
    border-radius: 1em 0em 0em 1em;
  }
  .collapsed .menus-items li.active a {
    background-color: #fff;
    border-radius: 1em;
  }
  #desktop-navigation .menus-items .divider {
    padding: 10px 0;
  }
  .collapsed#desktop-navigation .menus-items .divider span {
    width: 100%;
  }
  #desktop-navigation .menus-items .collapse-btn span {
    transition: all 0.5s;
  }
  .collapsed#desktop-navigation .menus-items .collapse-btn span {
    transform: rotate(180deg);
  }
  #desktop-navigation .menus-items .divider span {
    border-bottom: 1px solid #184990;
    min-height: 2px;
    width: 80%;
    background: #184990;
    display: block;
  }

  .collapsed#desktop-navigation ~ section.desktop-content-container {
    min-width: 94vw;
    margin-left: 6vw;
  }
  .collapsed#desktop-navigation ~ section.desktop-content-container.feed {
    min-width: 56vw;
    margin-left: 11vw;
  }
  #desktop-navigation .menus-items img {
    /* filter: invert(100%); */
  }
  #desktop-navigation .menus-items img:hover {
    filter: invert(0.3);
  }
  #desktop-navigation .menus-items ul {
    list-style-type: none;
    padding-inline-start: 0;
  }
  #desktop-navigation .menus-items li.active a {
    /* font-weight: 600; */
  }
  /* #desktop-navigation .menus-items a {
    font-size: 16px;
    color: #000;
    width: 100%;
    padding: 20px 0;
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
  } */
  /* #desktop-navigation .menus-items a {
    font-size: 16px;
    color: #000;
    width: 100%;
    padding: 20px 0;
    padding-left: 2em;
    display: block;
    position: relative;
    display: flex;
  } */
  #desktop-navigation .menus-items a {
    font-size: 16px;
    color: #000;
    width: 100%;
    padding: 9px 0;
    padding-left: 1.3em;
    display: block;
    position: relative;
    /* padding-left: 35px; */
    display: flex;
    margin: 12px 0px;
    /* justify-content: center; */
  }
  .collapsed#desktop-navigation .menus-items a {
    padding-left: 0;
    justify-content: center;
  }
  /* .modal-backdrop {
    z-index: -1;
  } */
  /* .nav-navigator{
    display: flex;
  } */
  .icon-subtitle {
    font-size: 13px;
    margin-top: 0;
    margin-left: 13px;
  }
  #desktop-navigation .menus-items a span.nav-text {
    margin-left: 10px;
  }
  .ads-learning .text-content {
    font-size: 18px;
    line-height: 30px;
  }
  #desktop-navigation .menus-items a img {
    min-width: 16px;
    max-width: 16px;
  }

  
  /* .fixed-nav-landing{
    padding: 0;
  } */

  /* #desktop-navigation .menus-items ul li.active > a:before {
    position: absolute;
    content: "";
    right: -1px;
    height: 100%;
    width: 5px;
    top: 0;
    background-color: #ffd531;
  } */

  .main-nav-items-v2 .site--nav-buttons {
    display: block;
  }
  .site--logo {
    display: inline-block;
    margin-top: 0;
  }
  .site--logo a {
    padding: 0 0;

    display: flex;
  }
  .site--logo .bayan-logo {
    margin-left: 15px;
    color: #184990;
    font-size: 22px;
    font-weight: 600;
    display: block;
  }
  .site--logo .bayan-logo {
    margin-left: 15px;
    color: #184990;
    font-size: 18px;
    font-weight: 600;
  }
  #mobile-nav-trigger {
    display: none !important;
  }
  .main-nav-items-v2 {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 3vw;
    width: 100%;
  }
  .site--nav-buttons .navbar-nav > li > a {
    border: 1px solid;
    margin: 0 15px;
    padding: 8px 35px !important;
    box-shadow: 2px 5px 11px 3px rgb(0 0 0 / 8%);
    border: none;
    border-radius: 50px;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width:769px) {
  .homepage-logo-wrapper {
    min-height: 20px;
    display: block;
    height: 100px;
    width: 100%;
  }
  .homepage-logo-wrapper img.img-wrap {
    position: absolute;
    margin-left: 6%;
    /* max-width: 100px; */
  }
  .powered-day1{
    width: fit-content;
    position: absolute;
    right: 10%;
    top:40px;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  ul.feed-nav {
    justify-content: space-evenly;
  }
  .section-pad-row {
    min-height: 70vh;
    padding: 15rem !important;
  }
}
@media (max-width: 768px){
  .mobile-mt{
    margin-top:62px;
  }
  .site--logo {
    padding:10px;
    margin-left: 14px;
  }
  #main-navigation.desktop-nav-bayan .site--logo a img{
    max-width: 130px !important;
  }
  #main-navigation.desktop-nav-bayan .site--logo{
    margin-left: 72px;
  }
  .homepage-logo-wrapper  {
   display:flex !important;
   justify-content: space-between;
  }
  .homepage-logo-wrapper .img-wrap, .homepage-logo-wrapper .powered-day1, .homepage-logo-wrapper img {
    position: relative;
  }
  .homepage-logo-wrapper img { 
    margin-left: 10%;
    /* max-width: 100px; */
    max-width: 135px;
  }
  .homepage-logo-wrapper .powered-day1{
    max-width: 80px;
    margin-right: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
/*# sourceMappingURL=main.css.map */
