/* Code By Webdevtrick ( https://webdevtrick.com ) */
html,
body,
.container {
  height: 100%;
}
body {
    font-family: 'Montserrat' !important;
    font-size: 14px !important;
    background: #F9F9F9 !important;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
  font-family: 'Montserrat' !important;
  
}
img, svg {
  vertical-align: middle !important;
}
.topbar .navbar-nav .nav-link {
  padding: 0px 10px 0px 0px !important;
}
.form-control, .form-select {
  
  height: 40px;
  padding: .375rem .75rem !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #ced4da !important;
}

.form-control:focus { 
  border-color: #D1DFEF;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #eff2f5 !important;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff; 
}
.form-select:disabled {
  background-color: #ffffff;
} 
.nav-link {
  color: #2c6eb0;
 }
 .btn-check:focus+.btn, .btn:focus {
   box-shadow: none;
 }
#wrapper {
  display: flex;
}
#content-wrapper {
  width: 100%
}
.sidebar  {
  background-color: #fff;
    min-height: 100%;
    width: 300px;
    border-right: 1px solid #EDEDED;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
}
.sidebar-brand {
  text-align: center;
  border-bottom: 1px solid #D1DFEF;
  margin-bottom: 10px;
  display: block;
}
.sidebar-brand img {
  padding: 5px; 
  width: 100px;
}
.sidebar .nav-link { 
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.sidebar .nav-item {
  padding: 0px 15px;
  margin: 5px 10px;
} 
.sidebar .nav-item.active, .sidebar .nav-item:hover {
  background-color: #2c6eb0;
  border-radius: 8px;
  transition: all ease-in-out 0.1s;
  }
  .sidebar .nav-item.active .nav-link,   .sidebar .nav-item:hover .nav-link {
    color: #fff;
    font-weight: 600;
    transition: all ease-in-out 0.1s;
  }
  .sidebar .nav-item.active .nav-link path,   .sidebar .nav-item:hover .nav-link path {
    fill: #fff;
  }
  .sidebar .navbar-nav {
    padding-bottom: 75px;
    overflow: auto;
    height: 80vh;
  }

  .dropDown-home{
    right: 0 !important;
  }


  .menu-toggle {
    visibility: hidden;
    font-size: 0;
    background: none;
    border: none;
    width: 30px;
    height: 25px;
    position: relative;
    margin-left: 10px;
  }
  
  .menu-toggle,
  .menu-toggle:before,
  .menu-toggle:after {
    border-top: 3px solid #2c6eb0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  
  .menu-toggle:before,
  .menu-toggle:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
  }
  
  .menu-toggle:before {
    top: 7px;
  }
  
  .menu-toggle:after {
    top: 17px;
  }
  
  .menu-toggle.toggled-on {
    border-top-color: transparent;
  }
  
  .menu-toggle.toggled-on:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
  }
  
  .menu-toggle.toggled-on:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
  }
  .svgIcon {
    vertical-align: middle;
    margin-right: 5px;
  }
  .topbar {
    border-bottom: 1px solid #D1DFEF !important;
    padding: 0px 10px !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99 !important;
    background-color: #F9F9F9 !important;
  }
  .img-profile {
    background-color: #E2F0FE;
    padding: 5px;
    width: 40px;
    height: 40px;
  }
  .topbar .navbar-nav {
    align-items: center !important;
  }
  .user-name {
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
    color: #333;
  }
  .topbar-divider {
    width: 1px !important;
    background-color: #D1DFEF !important;
    height: 50px !important;
    margin: 0px 10px !important;
  }
  .topbar .notification{
    color: #2c6eb0 !important;
    font-size: 20px !important;
  }
  .title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .addButton, .btn-primary {
    background: #2c6eb0 !important;
    color: #fff !important;
    font-size: 15px !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 5px 15px !important;
  }
  .btn:hover {
    background: #2967a5 !important;
    color: #fff !important;
  }
  .btn-secondary {
    background: #E2E2E2 !important;
    color: #333 !important;
    border: none !important;
    font-size: 15px !important;
  }
  .btn-secondary:hover {
    background: rgb(219, 219, 219) !important; 
    color: #333 !important;
   
  } 
  .subtitle {
    color: #777;
    margin-bottom: 0;
    font-size: 14px !important;
  }
  .campaign-list .nav-tabs {
    background: #fff;
    display: inline-flex;
    border: 1px solid #D1DFEF;
    border-radius: 8px;
  }
  .campaign-list .nav-tabs .nav-link {
    min-width: 100px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    border-right: 1px solid #D1DFEF !important;
  }
  .campaign-list .nav-tabs .nav-link:last-child { 
    border-right: none !important;
  }
  .campaign-list .nav-tabs .nav-item.show .nav-link, .campaign-list .nav-tabs .nav-link.active, .campaign-list .nav-tabs .nav-link:hover {
    color: #2c6eb0; 
    background-color: transparent;
    border-color: transparent; 
}
.campaign-list .nav-tabs .nav-link:focus, .campaign-list .nav-tabs .nav-link:hover {
  border-color:  transparent; 
}
.campaign-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.searchbar {
  width: 40% !important; 
}
.searchbar .input-group-text {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #EDEDED;
}
.searchbar .form-control {
  border-radius: 8px;
  border: 1px solid #EDEDED;
  font-size: 14px;
  padding: 10px;
}
.campaign-card .campaign-details {
  margin-bottom: 0;
  padding-left: 0px;
}
.campaign-card {
  margin-bottom: 10px;
}
.campaign-card .campaign-details li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #ECECEC;
  padding: 0px 15px;
}
.campaign-card .campaign-details li:first-child {
  padding-left: 0;
}
.campaign-card .campaign-details li:last-child {
  border-right: 0;
}
.campaign-card  .card-title {
  font-size: 16px;
  font-weight: 600;
}
.campaign-card .card-text {
  font-size: 14px;
  color: #666;
}
.campaign-card .label  {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin-bottom: 5px;
}
.campaign-card .label-value  {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
}
.campaign-card .active {
color: #93aa17;
}
.campaign-card .archived {
  color: #FA0000;
}
.menu-icon {
  border: 1px solid #EDEDED;
  padding: 10px 15px;
  display: block;
}
.menu-icon img {
  width: 6px;
}
.campaign-card .dropdown-menu  .dropdown-icon {
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.campaign-card .dropdown-menu .view {
  width: 18px;
}
.campaign-card .dropdown-menu li {
  border-bottom: 1px solid #DADADA;
  font-size: 14px;
  padding: 5px 0px;
  
}
.campaign-card .dropdown-menu li a {
  font-weight: 600;
  color: #333;
}
.campaign-card .dropdown-menu li:last-child {
  border: none;
}

/* edit page */
.add-campaign-card {
  border: 1px solid #EDEDED;
}
.campaign-add .form-control, .form-select {
  font-size: 14px;
}
.campaign-add .form-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.campaign-add .image-upload-area {
  width: 110px;
  height: 100%;
  border: 1px solid #ECECEC;
  padding: 10px;
  margin-top: 10px; 
  position: relative;
}
.close-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  cursor: pointer;
}
.campaign-add .leftcontent .file {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
}
.campaign-add .leftcontent .file input {
  position: absolute;
    opacity: 0;
    top: 0; 
    left: 0;
    padding: 4px;
    right: 0; 
}
.campaign-add .input-group-text {
  background: #fff; 
  border-right: none;
  padding-right: 0px;
  height: 40px;
}
.campaign-add .input-group>.form-control  { 
  border-left: none !important;
}
.leftcontent {
  border-right: 1px solid #DADADA;
  padding: 20px;
}
.preview-card {
  padding: 20px;
}
.preview-card .card {
  background: #F7FBFF;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.preview-card .card .card-body {
  background-color: inherit !important; 
}

.preview-card .card-header { 
  background-color: inherit;
  border-bottom: none;
  font-size: 15px;
  font-weight: 600;
  padding: 15px;
  
}
.preview-card p {
  font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}
.preview-card h6 {
  font-size: 14px;
}
.preview-card h6 img {
  margin-right: 5px;
  vertical-align: middle;
}
.preview-card .preview-title {
  font-size: 16px;
  font-weight: 600;
}
.link-copy {
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.copied-link {
  color: #2C6EB0;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;

}
.link-copy  .btn-outline-primary {
  color: #333;
    border-color: #EDEDED;
    font-size: 14px;
}
.link-copy  .btn-outline-primary:hover {
  color: #fff;
}
.link-copy  .btn-group {
  margin: 0px 10px;
}
.backimage {
  margin-right: 5px;
  cursor: pointer;
}

/* Upload Image Start */
.tb-img-view {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tb-container {
  width: 100%;
  position:relative;
}
.tb-container img {
  width: 200px;
  height: auto;
  display: none;
  margin-bottom: 30px;
}
.tb-container input {
  display: none;
}
.tb-container label {
  width: 200px;
  height: 45px;
  background: #fff;
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 auto;
  border: 1px solid #ced4da;
}
/* Upload Image End */

/* Dashboard page css */

.card {
  border: inherit !important;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 13px 5px;
  width: 100%;
}
.card-header {
  background-color: inherit !important;
  border-bottom: none !important;
}
.card-footer {
  background-color: inherit !important;
  border-top: none !important;
}
.card-body{
  background-color: inherit !important;
}
.page-link {
  font-size: 15px !important;
  color: #3776B7 !important;
  font-weight: 600 !important;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  text-decoration: none !important;
  background-color: var(--bs-pagination-bg) !important;
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color) !important;
  transition: color .15s , background-color .15s , border-color .15s , box-shadow .15s !important;
}
.refer-card:hover {
  background: #3776b7 !important;
  color: #fff !important;
  transition: all ease-in-out 0.2s !important;
}
.refer-card p {
  font-size: 16px;
  color: #000;
}
.refer-card:hover p {
  color: #fff;
}
.refer-card:hover button,
.refer-card button:hover {
  background-color: #fff !important;
  color: #3776b7 !important;
}
.card-list .card {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.card-list .card-title {
  margin-bottom: 0.5rem;
  color: #3776b7;
  font-size: 32px;
}
.card-list .card-body {
  flex: inherit;
}
.card-list p {
  color: #777;
  margin-bottom: 0px;
  font-size: 13px;
}
.card-list .card-text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.card-list .card-text.active {
  color: #37A924;
}
.card-header {
  background-color: transparent;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}
.card-footer {
  background-color: transparent;
  border-top: none;
}
.icon-img {
  background-color: #3776b7;
  border-radius: 8px;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.card-header h5 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}
.btn-filter, .btn-filter.show, .btn-filter:hover {
  background-color: #93aa17 !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 13px !important;
  display: flex !important;
  align-items: center !important;
  min-width: 100px;
}
.btn-filter img {
  margin-right: 5px !important;
}
.filter-count {
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 25px;
  display: inline-block;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  margin-left: 15px;
}
.table-head-primary {
  background-color: #3776b7;
  color: #fff;
}
.table-head-primary tr th {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 10px 15px !important;
}
.table tr td {
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 10px 15px !important;
  line-height: 24px !important;  
  vertical-align: middle !important;
}

.progress { 
  height: 22px !important; 
  font-size: 13px !important;
  background-color: #B5B5B5 !important;
  border-radius: 15px !important; 
  position: relative !important;
  min-width: 200px !important;
  font-weight: 600 !important;
}
.progress-bar { 
  color: #fff !important; 
  background-color: #93AA17 !important;  
  border-radius: 15px !important;
}
.progress-value {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
}
.action-icon {
  padding-left: 0;
  margin-bottom: 0;
}
.action-icon li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}

/* for pie chart */

.chart {
  padding: 0px;
}
.pie-chart {
  position: relative;
  font-size: 2em;
  border-radius: 50%;
}
.pie-chart--donut:after {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  content: "";
}
.pie-chart__value {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  transform: translate(-50%, -50%);
  z-index: 1;
}
[data-chart="2"] .pie-chart {
  width: 250px;
  height: 250px;
  margin: 20px auto;
  background-color: #f2f2f2;
  background: conic-gradient( #f2f2f2 50deg);
  background: conic-gradient(  #ffcc33 50deg, #ffcc33 120deg, #93aa17 120deg );
  background: conic-gradient(  #ffcc33 50deg, #ffcc33 120deg, #93aa17 120deg, #93aa17 220deg, #93aa17 220deg
  );
  background: conic-gradient(   #ffcc33 50deg, #ffcc33 120deg, #93aa17 120deg, #93aa17 220deg, #93aa17 220deg, #93aa17 360deg
  );
}

[data-chart="2"] .pie-chart--donut:after {
  width: 160px;
  height: 160px;
}
.color-details {
  padding-left: 0; 
  margin-bottom: 0px;
}
.color-details li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 15px; 
}
.color-details li::before {
  content: "";
  margin-right: 5px;
  background: #3776b7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.color-details li:nth-child(2)::before {
  background: #ffcc33;
}
.color-details li:nth-child(1)::before {
  background: #93aa17;
} 
.country-flag {
  margin: 0;
  padding-left: 0;
}

.country-flag li {
 list-style: none;
 display: inline-block; 
 margin: 5px 10px 5px 0px;
}
.country-flag li p {
  margin: 0px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.country-flag li h6 {
  margin: 0px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.year-chart .color-details {
  margin-top: 5px;
}
.year-chart .color-details li {
  margin: 5px 0px 5px 15px;
}
.year-chart .color-details li:nth-child(1)::before {
  background: #3776B7;
} 
.year-chart .color-details li:nth-child(2)::before {
  background: #93aa17;
} 
.year-chart .color-details li:nth-child(3)::before {
  background: #E89800;
}



/* responsive  style */
 
@media only screen and (max-width: 767px) {
  .campaign-card .campaign-details li {
    padding: 15px 15px 15px 0px;
    margin-right: 10px;
}
}
@media only screen and (max-width: 991px) {
  .sidebar {
    background-color: #fff;
    min-height: 100%;
    width: 100%;
    border-right: 1px solid #EDEDED;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    display: none;
}
.menu-toggle {
  visibility: visible;
}
.show {
  display: inline-block;
}
.campaign-card .campaign-details li {
  padding: 15px 15px 15px 0px;
    margin-right: 10px;
}
}

#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white background */
  z-index: 9999; /* ensure the loader is on top of other elements */
  display: none; /* initially hidden */
}
 
.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite; /* Spin animation */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
 
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* scrollbar custom */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
  background-color: #F5F5F5;
  border-radius: 8px;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  background-color: #999;
  border-radius: 8px;
}

/* scrollbar end */

div.progress{
  height: 14px !important;
  margin-bottom: 5px !important;
  margin-top: 10px;
}
.progress-bar{
  background-color: #93aa17 !important;
}
.highlight-color {
  color: #93aa17;
  margin-right: 5px;
}
.goal-heading {
  font-weight: 500;
  margin-top: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.image-area{
  display: flex;
    justify-content: center;
    align-items: center;
   
}

.page-item.active .page-link, .page-item:hover .page-link {
  border-radius: 0 !important;
  z-index: 3;
  color: #fff !important;
  background-color: #93aa17 !important;
  border-color: #93aa17 !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
  background-color: #93aa17 !important;
}

.border-table {
  border: 1px solid #EDEDED !important;
}

.border-radius-8{
  border-radius: 8px !important;
}

table {
  border-collapse: collapse !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}  
.table>tbody {
  background-color: #fbfbfc !important;
}

.filter-btn-li{
  margin-left: 16px !important;
    width: 85% !important;
    text-align: center !important;
    background-color: #2c6eb0 !important;
    border-radius: 4px !important;
}

.filter-button{
  color: #fbfbfc !important;
}

/* User Portal CSS*/

/* Code By Webdevtrick ( https://webdevtrick.com ) */

.user-portal .xrm-attribute-value>img{
  height: 70px !important;
}
.user-portal .form-control:focus { 
  border-color: #D1DFEF;
  outline: 0;
  box-shadow: none;
  border: 1px solid #eff2f5 !important;
}
.user-portal .form-control:disabled,.user-portal .form-control[readonly] {
  background-color: #ffffff; 
}
.user-portal .form-select:disabled {
  background-color: #ffffff;
} 
 
.user-portal .nav-link {
  color: #2c6eb0;
 }
 .user-portal .btn-check:focus+.btn, .user-portal .btn:focus {
   box-shadow: none;
 }
 .user-portal .btn-primary {
    background: #2c6eb0 !important;
    color: #fff !important;
    font-size: 15px !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 5px 15px !important;
    font-family: 'Montserrat' !important;
  }
  .user-portal .btn:hover {
    background: #2967a5;
    color: #fff;
  }
  .user-portal .btn-secondary {
    background: #E2E2E2 !important;
    color: #333 !important;
    border: none !important;
    font-size: 15px !important;
    border-radius: 4px !important;
  }
  .user-portal .btn-secondary:hover {
    background: rgb(219, 219, 219); 
    color: #333;
   
  }
  .user-portal header {
    border-bottom: 1px solid #BDD2E8;
  }
  .user-portal .brand img {
    width: 85px;
  }
  .user-portal .loginbtn {
    min-width: 100px;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 25px;
  }
    
  .user-portal .campaign-top-head {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: start;
    border-radius: 12px;
    background-color: #FFF;
}
.user-portal .campaign-top-head .nav-tabs .nav-link {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding: 10px 0px;
  margin: 0px 25px;
}
.user-portal .campaign-top-head  .nav-tabs {
  border-bottom: inherit;
}
.user-portal .nav-tabs .nav-item.show .nav-link, .user-portal .nav-tabs .nav-link.active, .user-portal .nav-tabs .nav-link:focus, .user-portal .nav-tabs .nav-link:hover {
  color: #2967a5;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #2967a5;
  
}
.user-portal .user-campaign-card  {
  box-shadow: 0px 0px 12px 1px #77777729;
  background: #FFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  position: relative;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 14px !important;
}
.user-portal .user-campaign-card .card-title { 
  font-size: 15px;
  font-weight: 600;  
  margin:10px 0px 0px;
  color: #0E5A9D;
}
.user-portal .user-campaign-card  p {
  font-size: 13px;
    color: #666;
    margin: 10px 0px 15px;
}
.user-portal .user-campaign-card h6 {
  font-size: 14px;
}
.user-portal .user-campaign-card h6 img {
  margin-right: 5px;
  vertical-align: middle;
}
.user-portal .user-campaign-card .preview-title {
  font-size: 16px;
  font-weight: 600;
}
.user-portal .user-campaign-card button {
  width: 100%;
  display: block;
  height: 40px;
}
.user-portal .user-campaign-card .card-footer {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.user-portal .user-campaign-card .card-body {
  padding-bottom: 0px;
  border-radius: 10px;
}
.user-portal .user-info {
  max-width: 100% !important;
  margin: 0 auto;
  text-align: center;
}
.user-portal .payment {
  max-width: 100% !important;
  margin: 0 auto;
  text-align: center;
}
.user-portal .user-info  .btn-outline-primary, .user-portal .payment-details  .btn-outline-primary{
  color: #333;
    border-color: #EDEDED;
    font-weight: 600;
    font-size: 15px;
    padding: 4px 20px;
}
.user-portal .user-info .btn-group {
  margin: 10px 0px 30px;
}
.user-portal .user-info .btn-outline-primary.active, .user-portal .user-info .btn-outline-primary:hover, .user-portal .payment-details .btn-outline-primary.active, .user-portal .payment-details .btn-outline-primary:hover  {
  color: #2967a5;  
  background-color: #fff;
}
.user-portal .form-control, .user-portal .form-select { 
  height: 40px;
  padding: .375rem .75rem !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #eff2f5 !important;
}

.user-portal .form-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.user-portal .user-info .card {
  border: 1px solid #EDEDED;
  padding: 5px 5px 0px;
}
.user-portal .back-arrow {
  width: 9px;
  margin-right: 5px;

}
.user-portal .user-info .btn {
  margin: 5px;
}
.user-portal .payment .card {
  border: 1px solid #EDEDED;
}
.user-portal .payment .user-campaign-card {
  border: none;
  padding: 15px 20px;
}
.user-portal .payment  .payment-details {
  padding: 15px 20px;
}
.user-portal .chip {
  padding: 6px 12px;
  background-color: #EDEDED;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin: 4px;
  color: #666;   
  font-size: 14px;
  cursor: pointer; 
  min-width: 29.5%;
  border:none !important;
}
.user-portal .chip:hover, .user-portal .chip.active {
  background-color: #2967a5;
  color: #fff;
}
.user-portal .input-group-text {
  border: 1px solid #EDEDED;
  background: #fff; 
  font-size: 14px;
  height: 40px;
}
.user-portal .input-amount {
  border-right: none !important; 
  border-left: none !important; 
}
.user-portal .option-2 .input-amount {
  border-right: 1px solid #EDEDED; 
} 
.user-portal .card-option-3 {
  background-color: #2967a5;
}
.user-portal .option-3 {
  border: 1px solid #2C6EB0 !important;
}
.user-portal .card-option-3 .card {
  background-color: #2967a5;
  border: none;
  padding: 20px 0px;
}
.user-portal .card-option-3 .card-header {
  color: #fff;
    font-size: 18px;
    margin: 10px 0px 10px;
    background: transparent;
    border: none;
}
.user-portal .card-info {
  max-width: 700px;
}
.user-portal .card-info .card {
  border: 1px solid #2C6EB0;
  padding: 10px;
}
.user-portal .donation-amount {
  font-size: 20px;
  color: #2C6EB0; 
  font-weight: 600;
}
.user-portal .heart-icon {
  width: 15px;
  margin-right: 5px;
}
.user-portal .amount-dropdown {
  width: 80px;
  margin-left: 15px;
}

/* banner css */

.user-portal .banner {
  background: #F5FAFF;
  padding: 80px 0px; 
  margin-bottom: 30px;
}

.user-portal .banner-tittle {
  color: #2C6EB0;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.user-portal .banner-paragraph {
  font-size: 16px;
  color: #666;
  width: 90%;;
}
.user-portal .banner .banner-paragraph {
  width: 80%;
}
.user-portal .banner .date, .user-portal .banner-2 .date {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}
.user-portal .banner .date img, .user-portal .banner-2 .date img {
  margin-right: 10px;
}
.user-portal .banner .btn, .user-portal .banner-2 .btn {
  min-width: 180px;
}
.user-portal .banner-2 {
    padding: 100px 0px;
    background-image: url('../user-donation-layout');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 30px;
 
}
.user-portal .banner-2 .banner-tittle, .user-portal .banner-2 .date, .user-portal .banner-2 .banner-paragraph {
  color: #fff;
}
.user-portal .date-range {
  display: flex;
  margin: 20px 0px 40px;
}

/* Donation Page */

.user-portal .your-donation-page { 
  background-color:  #F9F9F9;
  padding: 30px 0px;
}
.user-portal .card-header {
  background-color: transparent !important;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}
.user-portal .searchbar {
  width: 40%;
}
.user-portal .searchbar .input-group-text {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #EDEDED;
}
.user-portal .searchbar .form-control {
  border-radius: 8px;
  border: 1px solid #EDEDED !important;
  font-size: 14px;
  padding: 10px;
}
.user-portal .btn-filter, .user-portal .btn-filter.show, .user-portal .btn-filter:hover {
  background-color: #93aa17;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.user-portal .user-portal .filter-count {
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 25px;
  display: inline-block;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  margin-left: 15px;
}
.user-portal .btn-filter img {
  margin-right: 5px;
}
.user-portal .icon-img {
  background-color: #3776b7;
  border-radius: 8px;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.user-portal .table-head-primary tr th {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
}
.user-portal .table-head-primary {
  background-color: #3776b7;
  color: #fff;
}
.user-portal .table tr td {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  line-height: 24px;
  vertical-align: middle;
}
.user-portal .card-footer { 
  background-color: inherit;
  border-top: none;
}
.user-portal .border-table {
  border: 1px solid #EDEDED;
}


/* new banner image design */
.user-portal .support-doc {
  background-color: #F5FAFF;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
} 
.user-portal .support-doc h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px;
}
.user-portal .support-doc .carousel-indicators [data-bs-target] { 
  width: 15px;
  height: 15px; 
  margin-right: 5px;
  margin-left: 5px;  
  border-top: initial !important;
  border-bottom: initial !important;
  border-radius: 25px;
}
.user-portal .support-doc .carousel-dark .carousel-indicators [data-bs-target] {
background-color: #2C6EB0;
}
.user-portal .support-doc .carousel-item {
  padding: 10px 0px 10px;
}
.user-portal .support-doc .carousel-indicators {
  position: relative;
  margin-bottom: 0px;
}
.user-portal .donate-card-area .card {
  background-color: #fff;
  border: 1px solid #dddada;
  border-radius: 10px;
  padding: 20px 0px 20px;
  margin-bottom: 25px;
}
.user-portal .donate-card-area .page-link { 
  color: #3776B7; 
}
.user-portal .page-link:focus {
  box-shadow: none;
  outline: none;
}
.user-portal .card-footer {
  border-top: none;
  background-color: transparent;
}
.user-portal .pagination {
  justify-content: center;
}
.user-portal .card-header {
  background-color: transparent;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.user-portal .card-body {
  padding: 10px;
}
.user-portal .list-group-item {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px 0px;
}
.user-portal .icon-img {
  background-color: #3776b7;
  border-radius: 8px;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.user-portal .card-header h5 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}
.user-portal .message-card {
  background-color: #EFEFEF;
  padding: 10px;
}
.user-portal .message-card p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}
.user-portal .message-card p a {
  color: #3776B7;
text-decoration: none;
}
.user-portal .donate-card-area figure { 
  background-color: aliceblue;
  width: 40px;
  height: 40px;
  margin-bottom: 0px; 
  border-radius: 50px;
}
.user-portal .donor-img {
  display: flex;
  align-items: center;
}
.user-portal .donor-img h6 {
  margin-bottom: 0px;
  font-weight: 16px;
  margin-left: 10px;
}
.user-portal .amount {
  font-size: 18px;
  margin-bottom: 0px;
  color: #3776B7;
}
.user-portal .location-card {
  padding: 10px 5px !important;
}

.user-portal .location-card article {
  margin-left: 10px;
}
.user-portal .location-card article .user-type {
  margin-left: 0px;
  font-size: 14px;
  font-weight: 400;
}
.user-portal .location-card article .user-name {
  margin: 5px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #3776B7;
}
.user-portal .location-card article .user-location {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
} 
.user-portal .total-supporter {
  font-size: 16px;
  margin-bottom: 0px;
  color: #3776B7;
}
.user-portal .raised-amt {
  font-size: 18px;
  margin: 5px 0px 0px;
  font-weight: 400;
}
.user-portal .highlighttest {
  font-size: 16px; 
  font-weight: 600;
  color: #3776B7;
}
.user-portal .location-card .list-group-item {
  border-bottom: 1px solid #efebeb;
    padding-bottom: 10px;
}
.user-portal .location-card .list-group-item:last-child {
  border-bottom: none;
    padding-bottom: 0px;
}
.user-portal .donate-card-area .location-card figure {
  background-color: aliceblue;
  width: 60px;
  height: 60px; 
  border-radius: 50px;
}
.user-portal .circle-card .percent {
  position: relative; 
}

.user-portal .circle-card svg {
  height: 80px;
  width: 80px;
}
.user-portal .circle-card svg circle {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 8;
  stroke-linecap: round;
} 
.user-portal .circle-card svg circle:last-of-type {
  stroke-dasharray: 512px;
  stroke-dashoffset: calc(512px - (512px * var(--percent)) / 238);
  stroke: #93AA17;
}
.user-portal .percent-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  right: 0;
  font-weight: 600;
  margin-bottom: 0px;
}
.user-portal .location-card .list-group-item {
  padding-top: 10px;
}
.user-portal .doantion-page-new .message-card-top {
  background-color: #E26D6D;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.user-portal .doantion-page-new .message-card-top p {
 color: #fff; 
 font-size: 14px;
 font-weight: 500; 
 margin-bottom: 0px;
}
.user-portal .doantion-page-new .message-card-top p img {
  vertical-align: top;
}
.user-portal .doantion-page-new .top-title {
  font-size: 30px;
  line-height: 38px;
  color: #000;
  margin-bottom: 20px;
}
.user-portal .doantion-page-new .support-doc {
  margin-top: 25px;
}
.user-portal .doantion-article {
  text-align: center;
  margin-top: 25px;
}
.user-portal .doantion-article h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.user-portal .doantion-article p {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
/* read more  */
.user-portal .readmore {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  padding: 0.25rem 1.25rem 0.25rem 0.75rem;
  background: #2b2d42;
  text-align: center;
  opacity: 1;
  pointer-events: initial;
  color: #fff;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  transition: all ease-in-out 0.325s;
  transition-delay: 0.5s;
}
.user-portal .readmore:after {
  content: "+";
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.user-portal .discription {
  position: relative;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  overflow: hidden;
  max-height: 262px; 
  color: #000;
  background: linear-gradient(137.85deg, #ffffff 13.92%, #fff 84.77%);
  backdrop-filter: blur(4px);
  cursor: pointer; 
  transition: all ease-in 0.5s;
}
.user-portal .discription:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  box-shadow: inset 0px -4rem 12px -1rem rgba(250, 250, 250, 0.9);
  pointer-events: none;
  transition: all ease-in 0.5s;
} 
.user-portal .discription.active {
  height: auto;
  max-height: 700px;
  cursor: initial;
  overflow-y: visible;
  transition: all ease-out 0.5s;
}
.user-portal .discription.active:before {
  box-shadow: none;
} 
.user-portal .discription.active .readmore {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}
.user-portal .btn-secoundary {
  height: 38px;
  border: 1px solid #2C6EB0;
  color: #2C6EB0;
  background-color: #fff;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  padding: 0px 10px;
  line-height: 35px;
}
.user-portal .doantion-page-new .donate-card-area .card {
  margin-bottom: 20px;
}
.user-portal .qr-section {
  text-align: center;
  padding-top: 15px;
}
.user-portal .qrimg  {
  position: relative;
  width: 187px;
  height: 189px;
  margin: 15px auto;
}
.user-portal .genrateQR {
  position: absolute;
  top: 45%;
  left: 10px;
  right: 10px;
}
.user-portal .qr-section h5 {
  font-size: 18px;
}
.user-portal .pay-type li {
  list-style: none;
  margin: 5px 5px 0px;
  display: inline-block;
}
.user-portal .pay-type li a img {
  box-shadow: 0px 0px 3px 0px #0000003d;
  border-radius: 50px;
  scale: 1;
}
.user-portal .pay-type li a img:hover {
  scale: 1.1;
  transition: all ease-in-out 0.3s;
}
.user-portal .doantion-page-new .qr-card .btn {
width: 100%;
}

/* responsive  style */
@media only screen and (max-width: 470px) { 
  .user-portal .campaign-top-head .nav-tabs .nav-link {
  font-size: 15px; 
  margin: 0px 5px;
}
} 
@media only screen and (max-width: 767px) { 
  .user-portal .campaign-img {
    height: 200px; 
  }
  .user-portal .banner, .user-portal .banner-2 { 
    padding: 30px 0px; 
    text-align: center;
  }
  .user-portal .banner .date, .user-portal .banner-2 .date {
    justify-content: center;
  }
  .user-portal .banner .banner-paragraph {
    width: 100%;
  }
  
} 
@media only screen and (max-width: 991px) {
  .user-portal .date-range {
    display: block;
    margin: 20px 0px 20px;
  } 
  .user-portal .banner-2 {
    padding: 90px 0px;
  }
} 

#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white background */
  z-index: 9999; /* ensure the loader is on top of other elements */
  display: none; /* initially hidden */
}
 
.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite; /* Spin animation */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
 
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 
.user-portal .image-area {
  width: 100%;
    height: 260px;
    background-color: #f9fafb;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
}
.user-portal .image-area img {
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.user-portal .goal-heading {
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 5px;
  font-size: 16px;
  display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-portal .static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: 'Montserrat' !important;
}

.user-portal div.progress{
  height: 14px !important;
  margin-bottom: 5px !important;
}
.user-portal .progress-bar{
  background-color: #93aa17 !important;
}
.user-portal .highlight-color{
  color: #93aa17;
  margin-right: 5px;
}

.user-portal .paraFormate{
  display: -webkit-box;
    max-width: 100%;
    height: 34px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-portal .paraFormate:after {
  content: "\02026";
  position: relative;
  top: 2.4em;
  right: 5px;
  width: 3em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
  text-align: right;
  vertical-align: bottomm;
}

.user-portal .user-campaign-card h6.date{
  font-size: 13px;
}

.user-portal .static-top.navbar .menu-bar > .navbar-nav > li > a{
  font-weight: 500 !important;
  font-size: 15px !important;
}

.user-portal .navbar-dark .navbar-nav > li > a:hover, .user-portal .navbar-dark .navbar-nav > li.dropdown > a:hover {
  background-color: inherit !important;
  color: #2967a5 !important;
  text-decoration: none !important;
  transition: all ease-in-out 0.3s;
}

.user-portal .page-item.active .page-link, .user-portal .page-item:hover .page-link {
  border-radius: 0 !important;
  z-index: 3;
  color: #fff !important;
  background-color: #93aa17 !important;
  border-color: #93aa17 !important;
}

.user-portal .page-link {
  border: 1px solid #dee2e6 !important;
}

.user-portal .pagination>.active>a, .user-portal .pagination>.active>a:focus, .user-portal .pagination>.active>a:hover {
  background-color: #93aa17 !important;
}

.user-portal .border-table {
  border: 1px solid #EDEDED !important;
}

.user-portal .border-radius-8{
  border-radius: 8px !important;
}

.user-portal .transparent-bg {
  background-color: transparent !important;
}


.user-portal table {
  border-collapse: collapse !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}  
.user-portal .table>tbody {
  background-color: #fbfbfc !important;
}

.user-portal .filter-btn-li{
  margin-left: 16px !important;
    width: 85% !important;
    text-align: center !important;
    background-color: #2c6eb0 !important;
    border-radius: 4px !important;
}

.user-portal .filter-button{
  color: #fbfbfc !important;
}

.upcoming-header{
  font-size: 22px;
    font-weight: 600;
    color: #2c6eb0;
}

.topbar .nav-item .dropdown-toggle::after {
  border-top: 6px solid !important;
  border-right: 6px solid transparent !important;
  border-bottom: 0;
  border-left: 6px solid transparent !important;
}

.topbar .navbar-nav .nav-link.show {
  color: #2c6eb0 !important;
}


/* Home Page style */


/* banner section stayle */

.banner-section .carousel-caption {
  max-width: 515px;
  margin-right: auto;
  position: relative;
  bottom: inherit;
  left: 50px;
  right: inherit;
  padding: 30px;
  background: rgba(0, 0, 0, 0.72);
  filter: blur(0.2px);
  -o-filter: blur(0.2px);
  -ms-filter: blur(0.2px);
  -moz-filter: blur(0.2px);
  -webkit-filter: blur(0.2px);
  text-align: left;
  top: 50%;
transform: translateY(-50%);
}
.banner-section .carousel-caption h1 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  color: #fff;
}
.banner-section .carousel-caption p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 20px 0px;
  color: #fff;
}
.banner-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 100%;
  bottom: 50px;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #256fa0;
} 

.banner-section .carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.1);
}
.hero-img-1 {
  background: url("../banner-img.jpg") no-repeat;
  background-size: cover;
  height: 100%;
}
.hero-img-2 {
  background: url("../banner-img-1.jpg") no-repeat;
  background-size: cover;
  height: 100%;
}
.hero-img-3 {
  background: url("../banner-img-2.jpg") no-repeat;
  background-size: cover;
  height: 100%;
}
.hero-img-4 {
  background: url("../banner-img-3.jpg") no-repeat;
  background-size: cover;
  height: 100%;
}
.carousel-indicators {
  margin-bottom: 1rem;
}
.banner-section .carousel-inner {
  height: 650px;
  border-radius: 25px;
}
 
.title {
  color: #256fa0;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  padding: 0px 25px;
  margin-bottom: 25px;
}
.sub-title {
  color: #aaae57;
  font-size: 20px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section-padding {
  padding: 60px 0px;
}

.grediant-card { 
  background: #F3F3EE;  
  border-radius: 0px;
  border: none;
  padding: 20px;
  text-align: left;
  margin: 12px 0px;
  box-shadow: 0px 2px 3px 0px rgb(196 201 117 / 73%);
  border: 0.84px solid; 
  border-image-source: linear-gradient(180deg, rgba(170, 174, 87, 0) 0%, #AAAE57 100%); 
}

.grediant-card .card-heading,
.card-heading {
  color: #484949;
  font-size: 20px;
  line-height: 28px;
  margin-top: 15px;
  font-weight: 600;
}
.grediant-card .card-img {
  margin-bottom: 0px;
}
.grediant-card .card-paragraph,
.card-paragraph {
  color: #575859;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
 
.fundraiser {
  text-align: center;
}
.fundraiser .card-heading {
  color: #484949;
}
.fundraiser .card {
  position: relative;
}
.circle-icon {
  background: #DFDFDF;
  width: 86px;
  height: 86px;
  display: block;
  border-radius: 100%;
  line-height: 86px;
  text-align: center;
}
.circle-icon img {
  width: 48px;
}
/* tabs-views */
.tabs-views {
  background-color: #256FA0;
}
.tabs-views .nav-pills {
  background-color: #fff;
}
.tabs-views .nav-pills .nav-link {
  cursor: pointer;
}
.tabs-views .nav-pills .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  color: #666 !important;
  border-top: 5px solid transparent;
}
.tabs-views .nav-pills .nav-link.active,
.tabs-views .nav-pills .show > .nav-link {
  background-color: inherit !important;
  color: #AAAE57 !important;
  border-top: 5px solid #AAAE57;
  border-radius: 0;
  transition: all ease-in-out 0.3s;
}  
.tabs-views article aside .left-text {
  background-color: #fff; 
  width: 60%;
  position: relative;
  min-height: 500px;
}
.tabs-views  article aside .left-text .v-align-center {
  width: 100%;
  padding: 60px;
}
.tabs-views .v-align-center h1 {
font-size: 28px;
margin-bottom: 15px;
}
.tabs-views .v-align-center p {
  font-size: 16px;
  margin-bottom: 15px;
  }
.tabs-views article figure {
  position: absolute;
  right: 0;
  z-index: 10;
  visibility: visible;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  transform-origin: right center;
}
.tabs-views article figure img {
  visibility: visible;
  display: block !important;
}
.tabs-views article aside {
  padding: 0; 
  width: auto !important;
  background: transparent;
  margin: auto;
  float: none;
  position: relative;
  z-index: 11;
}
.load-ele.in  {
  opacity: 1;
  transform: translateY(0); 
}
.tabs-views  article {
  min-height: 500px;
  padding: 100px 0;  
}

/* Explore our features */

.our-features {
  text-align: center;
}
.features-option .card-heading {
  color: #256fa0;
}
.features-option {
  padding: 25px;
}
.section-centerd {
  display: flex;
  justify-content: center;
}

/* mid banner  */

.mid-banner {
  text-align: center;
  padding: 50px;
  background: url("../images/mid-banner.jpg") center no-repeat;
  background-size: cover;
}
.mid-banner .title {
  color: #fff;
  max-width: 895px;
  margin: 0px auto 20px;
}
.btn-secoundary {
  background-color: #fff;
  color: #829c4c !important;
  font-size: 16px;
  font-weight: 500;
}
.content-align {
  display: flex;
  align-items: center;
}
.inner-details {
  margin-top: 15px;
  max-width: 440px;
}
.inner-details .card-heading {
  color: #256fa0;
}
.other-sec article .title  {
  font-size: 26px;
  margin-bottom: 20px;
}

 
/* Testimonials */
.testimonials {
  text-align: center; 
}
.testimonials .card {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
  border:none;
  box-shadow: 0px 0px 10px 0px #0000001A;

}
.testimonials .card .circle-icon {
  margin: 0 auto;
  margin-top: -65px;
}
.testimonials .carousel-item {
  padding: 110px 0px 50px;
}
.testimonials .circle-icon img {
  width: 100%;
  border-radius: 50px;
  height: 100%;
}
.testimonials .carousel-control-next-icon, .testimonials .carousel-control-prev-icon { 
  border-radius: 50px;
  background-image: url("../images/icon/left-arrow.png");
  width: 45px;
  height: 45px; 
} 
.testimonials .carousel-control-next-icon { 
  transform: rotate(180deg);
}
.testimonials .carousel-control-next, .testimonials .carousel-control-prev {
  opacity: 1;
}
.shape-img {
  margin-left: 200px;
  padding: 50px;
  padding-top: 0px;
}
.testimonials .carousel-inner {
   margin-top: 50px;
}

/* footer css */

.footer {
  background: #222222;
  padding: 50px 0px 30px;
}
.footer-link a {
  color: #fff !important;
  line-height: 35px;
  font-size: 16px;
  transition: all 0.5s;
  text-decoration: none;
  font-weight: 300;
}

.footer-link a:hover {
  color: #256fa0;
}

.contact-info {
  color: #fff;
  font-size: 16px;
  max-width: 600px;
}

.footer-social-icon {
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: #222c32;
  display: inline-block;
}
.footer-social-icon:hover {
  background-color: #aaae57;
  transition: all ease-in-out 0.3s;
}
.footer-heading {
  font-size: 18px;
  color: #fff;
} 
.btn-secondary,
.btn-secondary:hover {
  background-color: #fff;
  border: 1px solid #3776b7;
  color: #3776b7 !important;
}

/* Login Page*/

.signinpage {
  background: url(/donation_loginin) !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 30px 0px;
  position: relative;
  height: 100vh;
}

.signinpage::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.35);
}
.signinpage .container {
  max-width: 600px;
}

.signinpage .page-content {
  border-radius: 10px;
  margin-top: 0px;
  background: #fdfff6d9;
  padding: 15px;
  position: relative; 
  border-top: 3px solid #2967a5;
}
.signinpage .left-section {
  display: none;
}
.signinpage #external-login-heading {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
  white-space: nowrap;
  padding-bottom: 0px;
  border-bottom: none;
}
.signinpage .btn.icon-btn {
  border: 1px solid #cdcbcb !important;
  border-radius: 100% !important;
  height: 45px !important;
  width: 45px !important;
  min-width: 45px;
  line-height: 42px !important;
  text-align: center !important;
  display: block !important;
  background-image: url(/azuread_icon) !important;
  background-repeat: no-repeat !important;
  background-color: #f7f7f7 !important;
  margin: 0px auto;
  background-position: center !important;
  scale: 1;
}
.signinpage .btn {
  height: 40px;
  display: block;
  width: 100%;
  border-radius: 10px !important;
  background-color: #2967a5 !important;
}
.signinpage #external-login-heading::before, .signinpage #external-login-heading::after {
  display: inline-block;
  content: "";
  border-top: 1px solid #E0E0E0;
  width: 100%;
  margin: 0 1rem;
}
.signinpage #external-login-heading::before, .signinpage #external-login-heading::after {
  display: inline-block;
  content: "";
  border-top: 1px solid #E0E0E0;
  width: 100%;
  margin: 0 1rem;
}
.signinpage label.col-form-label.required:after {
  content: '* ';
  color: red !important;
  white-space: nowrap;
  margin-left: 5px;
}
.signinpage .portal-form h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: start;
}
.signinpage .login-heading-section {
  border-bottom: inherit;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-align: left;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
}
label.col-form-label.required:before {
  display: none;
}
.signinpage a.forgot-btn {
font-size: 16px;
font-family: 'Montserrat' !important;
}
.signinpage .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: 16px !important;
  line-height: 1.5;
  max-width: 100%;
  display: inline-block;
  flex: inherit;
  text-align: left;
  font-weight: 400 !important;
}
.signinpage .checkbox label, .radio label { 
  font-size: 16px;
}
.signinpage input[type=checkbox], .signinpage input[type=radio] { 
  width: 18px;
  height: 18px;
}
.signinpage  a.nav-link[role="tab"]:not(.active) {
  color: #ffffff !important;
  font-family: 'Montserrat' !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  font-size: 16px !important;
}
.signinpage .nav-tabs .nav-link.active, .signinpage .nav-tabs .nav-link:hover, .signinpage a.nav-link[role="tab"]:not(.active):hover {
  color: #000 !important;
  background-color: #e1e5d5;
  border: 2px solid #2967a5 !important;
  font-size: 16px;
  text-decoration: none !important;
}
.signinpage .nav-account {
  margin-top: 15px !important;
  border: none !important;
}
.signinpage  .brand-login {
  height: 80px !important;
  width: 86px !important;
  margin: 0 auto; 
  background-repeat: no-repeat;
  display: block !important;
  background-size: contain;
  background-image: url(/brand-logo.svg) !important;
  cursor: pointer;
 
}
.signinpage .mb-3 {
  margin-bottom: 10px !important;
}
/* sign up page */
.signuppage #SubmitButton {
  margin-top: 10px;
}

/* responsive  style */
@media only screen and (max-width: 470px) {
  .tab-grid-card .card-header {
    display: block;
  }
  .tab-grid-card .card-header .btn,
  .grid-header .btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .carousel-caption h1,
  .banner h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .banner-section .carousel-caption p,
  .banner p {
    font-size: 13px;
    line-height: 17px;
  } 
  .empower-text article {
    padding: 20px;
  }
  .section-padding {
    padding: 20px 0px;
  }
  .grid-header {
    display: inline-block;
    margin: 15px 0px;
  }
  .grid-header h5 {
    margin-bottom: 15px;
  }  
  .grediant-card {
    margin: 7px 0px;
  } 
  .footer {
    text-align: center;
  }
  .header .navbar .nav-link {
    padding: 10px 15px;
  }
  .mobile-view {
    flex-direction: column-reverse;
  }
  .section-padding {
    padding: 25px 0px;
  }
  .other-sec .section-padding {
    padding: 0px;
  }
  .other-sec .image-v-center img {
    margin-bottom: 15px;
  }
  .carousel-control-next, .carousel-control-prev {
    position: relative;
    display: inline;
    width: 10%;
  }
  .testimonials .carousel-item {
    padding: 70px 0px 10px;
}
.banner-section .carousel-inner {
  height: 480px; 
}
.banner-section .carousel-caption {
  left: 0;
  margin: 10px;
}
.title {
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 600;
}
.sub-title { 
  font-size: 14px !important;
  line-height: 19px !important;
}
.image-v-center { 
  margin-top: 25px;
}
.tabs-views article aside .left-text .v-align-center {
  width: 100%;
  padding: 22px;
}
.tabs-views article {
  min-height: 500px;
  padding: 30px 0;
}
.tabs-views article aside .left-text { 
  width: 100%; 
}
.tabs-views .v-align-center h1 {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
}
.tabs-views .v-align-center p {
  font-size: 14px;
  margin-bottom: 15px;
}
.tabs-views .nav-pills .nav-link {
  line-height: 22px;
}
}
@media only screen and (max-width: 991.5px) {
  .feedback-info {
    position: relative;
    left: inherit;
    width: 100%;
    margin-bottom: 20px;
  } 
  .arrows {
    position: relative;
    text-align: center !important;
  } 
  .userimage {
    margin-bottom: 0px;
    width: 100%;
  }
  .title {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
  }
  .sub-title {
    color: #aaae57;
    font-size: 18px;
    line-height: 28px;
  }
  .empower-text article {
    padding: 25px;
  }
  .card-2 {
    order: 2;
  }
  .card-1 {
    order: 1;
  }
  .header {
    background-color: #fff;
  }
  .header.active {
    background-color: #fff;
    transition: all ease-in-out 0.2s;
    box-shadow: 0px 0.5px 6px 0px #99999954;
  }
  .header .navbar .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0px 5px;
    margin: 5px;
  } 
  .header .navbar {
    padding: 10px 0px;
  }
  .devider {
    display: none;
  }
  .shape-img {
    margin-left: 0px;
    padding: 30px;
    padding-top: 0px;
}
}
@media only screen and (max-width: 1199.5px) {
  .image-v-center {
    display: flex;
    align-items: center;
  }
  .header .navbar .nav-link {
    font-size: 15px;
    padding: 10px 5px;
    margin: 0px 5px;
  }
  .brand-logo {
    width: 175px;
  }
  .notification .badge {
    top: 15px;
  }
}
@media screen and (min-device-width: 991.5px) and (max-device-width: 1199.5px) {
  .feedback-info {
    left: 145px;
  }
}
@media screen and (min-width: 1600px) {
  .tabs-views .tab-content {
    max-width: 1320px;
    margin: 0 auto;
  }
}