* {
    margin: 0;
    padding: 0;
  }
  
  html {
    overflow-x: hidden;
  }
  
  body {
    background: #E5E5E5;
    font-family: 'Poppins' !important;
    /* padding-top: 4.5rem; */
  }
  
  .bg-color {
    background-color: white !important;
  }
  
  /* navbar sidebar*/
  .navbar-header {
    background: white;
    min-height: 120px;
  }
  
  .dropdown-logout img {
    cursor: pointer;
  }
  
  .nav-link:hover {
    transition: all 0.4s;
  }
  
  .dashboard-bar-main {
    width: 100%;
    display: flex;
  }
  
  .nav-link {
    color: white !important;
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
    padding-left: 20px !important;
  }
  
  .nav-second-level li {
    list-style: none !important;
    background: transparent !important;
  }
  
  .nav-link-collapse:after {
    float: right;
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 60px;
    padding-top: 5px;
  }
  
  .nav-link-show:after {
    float: right;
    content: '\f106';
    font-family: 'FontAwesome';
    padding-left: 60px;
    padding-top: 5px;
  }
  
  .nav-item ul.nav-second-level {
    padding-left: 0;
  }
  
  .nav-item ul.nav-second-level>.nav-item {
    padding-left: 20px;
  }
  
  .has-search-input .form-control {
    padding-left: 3.175rem;
  }
  
  .has-search-input .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    padding-left: 15px;
    padding-right: 10px;
  }
  
  .search-field-outer {
    width: 100%;
    margin: 0 auto;
  
  }
  
  .search-field {
    border-radius: 5px;
    height: 52px;
    border: 1px solid #7579E5;
    outline: none;
    box-shadow: none;
  }
  
  .search-field:active,
  .search-field:focus {
    border: 1px solid #7579E5;
    outline: none;
    box-shadow: none;
  }
  
  .search-field-inner .fa-search {
    color: #7579E5 !important;
    font-size: 20px;
  }
  
  .search-field-inner input::placeholder {
    color: #9BA9B0;
    font-size: 15px;
  }
  
  .profile img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 5px;
    object-fit: cover;
  }
  
  .profile span {
    color: white;
    font-size: 16px;
  }
  
  .logo-header img {
    width: 116px;
    height: 110px;
    position: absolute;
    top: 17px;
  }
  .logo-header h1{
    position: absolute;
      top: 92px;
      left: 59px;
      font-size: 16px;
      letter-spacing: 0px;
      color: black;
      font-weight: bold;
      font-family: revert;
  
  }
  
  .content-wrapper {
    margin-top: 121px;
  }
  
  .sidenav .nav-item .nav-link {
    color: #7579E5 !important;
    font-size: 18px !important;
    font-weight: 700;
  }
  
  .sidenav {
    padding-top: 100px;
  }
  
  .separator img {
    display: none;
  }
  @media screen and (max-width:1005px) and (min-width:992px){
  .separator{
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  }
  
  .fa-bars {
    color: #7579E5 !important;
  }
  
  .search-field {
    margin-bottom: 10px;
  }
  
  @media (min-width:1110px) {
    .navbar-header-right-section {
      margin-right: 55px;
    }
  }
  
  @media (min-width: 992px) {
    .search-field {
      margin-bottom: 0px;
    }
  
    .separator img {
      display: block;
    }
  
    .logo-header img {
      margin-left: 55px;
    }
  
    .sidenav {
      position: absolute;
      top: 26px;
      left: 0;
      height: calc(100vh - 3.5rem);
      margin-top: 5.8rem;
      background: white;
      box-sizing: border-box;
      width: 250px;
      padding-top: 50px;
      padding-left: 13px;
      overflow-y: auto;
  
    }
  
    /* / width / */
    .sidenav::-webkit-scrollbar {
      width: 0px;
    }
  
    /* / Track / */
    .sidenav::-webkit-scrollbar-track {
      background: #7579E5;
    }
  
    /* / Handle / */
    .sidenav::-webkit-scrollbar-thumb {
      background: #7579E5;
    }
  
    /* / Handle on hover / */
    .sidenav::-webkit-scrollbar-thumb:hover {
      background: #7579E5;
    }
  
    .sidenav .nav-item {
      margin-top: 8px;
      margin-bottom: 8px;
      border-radius: 5px;
      padding-left: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      width: 225px;
      position: relative;
  
    }
  
    .sidenav .nav-item.active {
      background: #7579E5
    }
  
    .sidenav .nav-item:hover {
      background: #7579E5
    }
  
    .hover-image {
      display: none;
    }
  
    .sidenav .nav-item:hover .active-image,
    .sidenav .nav-item.active .active-image {
      display: none !important;
    }
  
    .sidenav .nav-item:hover .hover-image,
    .sidenav .nav-item.active .hover-image {
      display: block !important;
    }
  
    .sidenav .nav-item:hover .sidenav-item,
    .sidenav .nav-item.active .sidenav-item {
      display: flex !important;
  
    }
  
    .sidenav .nav-item:hover .nav-link,
    .sidenav .nav-item.active .nav-link {
      color: white !important;
    }
  
    .search-field-outer {
      width: 30%;
      margin: 0 auto;
      margin-left: 50px;
      margin-right: 10px;
  
    }
  
    .content-wrapper {
      margin-left: 250px;
      margin-top: 121px;
    }
  
    .navbar-collapse {
      padding-left: 15% !important;
    }
  
    /* .navbar-header-right-section{
  padding-right: 70px;
  } */
    .logout-dropdown {
      left: -150px !important;
    }
  
    .header-text-field-inner {
      padding-left: 50px;
    }
  
  
  }
  
  @media screen and (max-width:1330px) and (min-width:992px) {
    .header-text-field-inner {
      padding-left: 100px;
    }
  }
  
  /* media query end */
  .header-text-field-inner h1 {
    font-size: 28px;
    font-weight: bold;
  }
  
  .logout-dropdown {
    left: -110px;
  }
  
  .search-field,
  .search-field-inner {
    width: 100% !important;
  }
  
  .navbar-expand-lg .sidenav {
    flex-direction: column;
  }
  
  .nav-link-text {
    padding-left: 15px !important;
  }
  
  .dropdown-menu .fa-sign-out {
    color: #7579E5;
  }
  
  .dropdown-menu .logout {
    font-size: 14px;
    color: #A8A8A8;
  }
  
  /* notification */
  .notification-dropdown {
    left: -165px !important;
    border-radius: 10px;
    max-width: 400px;
  }
  
  @media (max-width: 992px) {
    .notification-dropdown {
      left: -165px !important;
      border-radius: 10px;
      width: 165px;
    }
    .logo-header h1{
      position: absolute;
        top: 92px;
        left: 10px;
        font-size: 16px;
        letter-spacing: 0px;
        color: black;
        font-weight: bold;
        font-family: revert;
    
    }
  }
  
  @media (max-width:440px) {
    .notification-dropdown {
      left: -165px !important;
      border-radius: 10px;
      width: 180px;
    }
  
    .notification-profile p span {
      color: #7579E5;
      font-size: 12px;
      font-weight: bold;
      padding-right: 5px;
    }
  
    .notification-profile p {
      font-size: 12px;
    }
  }
  
  .notification-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  
  .notification-profile p span {
    color: #7579E5;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
  }
  
  .notification-profile p {
    color: #A8A8A8;
    margin-bottom: 0px;
  }
  
  .notification-profile p:hover {
    text-decoration: none !important;
    border-bottom: none !important;
  
  }
  
  .notification-area:hover {
    text-decoration: none !important;
    border-bottom: none !important;
  
  }
  
  .notification-profile:hover {
    background-color: gainsboro !important;
  }
  
  .notification-profile p:hover {
    text-decoration: none !important;
    border-bottom: none !important;
  
  }
  
  .notification-area:hover {
    text-decoration: none !important;
    border-bottom: none !important;
  
  }
  
  .notification-profile:hover {
    background-color: gainsboro !important;
  }
  
  .notification-profile {
    border-bottom: 1px solid gainsboro !important;
    padding-left: 20px;
  }
  
  .notification-area:last-of-type .notification-profile {
    border-bottom: none !important;
  }
  
  
  /* navbar sidebar end */
  /* select plan */
  .lds-logo img {
    width: 130px;
  }
  
  .select-plan-logo {
    padding-top: 40px;
  }
  
  .select-plan-bg {
    background: url('../images/plan-bg.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 100%;
  }
  
  .select-plane-title h1 {
    font-size: 45px;
    font-weight: 500;
    color: white;
    padding-bottom: 30px;
  }
  
  .basic-plan-content .fa-minus {
    font-size: 10px;
  }
  
  .basic-plan {
    background: linear-gradient(208.32deg, #20AFFF 4.29%, #D3EFFF 54%, #FFFFFF 117.27%);
    border-bottom-left-radius: 120px;
    border-top-right-radius: 120px;
    width: 90%;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 991px) and (min-width:768px) {
    .basic-plan {
      background: linear-gradient(208.32deg, #20AFFF 4.29%, #D3EFFF 54%, #FFFFFF 117.27%);
      border-bottom-left-radius: 120px;
      border-top-right-radius: 120px;
      width: 70%;
      margin: 0 auto;
    }
  }
  
  
  .basic-plan-content {
    padding-top: 15px;
  }
  
  .basic-plan-content h1 {
    color: rgba(80, 80, 80, 1);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 8px;
  
  }
  
  .basic-plan-content h2 {
    color: rgba(80, 80, 80, 1);
    font-size: 41px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  
  .basic-plan-content h2 sub {
    color: rgba(80, 80, 80, 1);
    font-size: 17px;
    font-weight: 500;
  }
  
  @media only screen and (max-width:350px) {
    .basic-plan-content h1 {
      color: rgba(80, 80, 80, 1);
      font-size: 45px;
      font-weight: 700;
      padding-right: 10px;
    }
  
    .basic-plan-content h2 {
      color: rgba(80, 80, 80, 1);
      font-size: 35px;
      font-weight: 500;
    }
  }
  
  .basic-plan-content p {
    color: black;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
  
  }
  
  .choose-plan-btn {
    padding-top:35px;
    padding-bottom: 10px;
  }
  
  @media screen and (max-width: 1199px) and (min-width:992px) {
    .choose-plan-btn {
      padding-top: 35px;
      padding-bottom: 10px;
    }
  }
  
  .choose-plan-btn a {
    text-decoration: none;
  }
  
  .choose-plan-btn a button {
    background: #30B5FF;
    font-size: 17px;
    color: white;
    font-weight: 700;
    border: 2px solid white;
    width: 150px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
  }
  
  .basic-plan-content p i {
    padding-right: 2px;
  }
  
  .premium-plan {
    background: linear-gradient(150.72deg, #00D7FF -20.63%, #000000 134.45%);
  
  }
  
  .premium-plan-content h1,
  .premium-plan-content h2,
  .premium-plan-content p,
  .premium-plan-content h2 sub {
    color: white;
  }
  
  .premium-choose-plan-btn a button {
    background-color: white;
    border: 2px solid rgba(1, 130, 154, 1);
    color: rgba(1, 130, 154, 1);
    
  
  }
  
  .premium-choose-plan-btn {
    padding-top:79px;
  }
  
  .premium-plan-content p:last-of-type {
    margin-bottom: 0px;
  }
  
  /* dashboard page */
  .dashboard-inner-bg {
    background-color: white;
    border-radius: 10px;
  }
  
  .dashboard-summary-left h1 {
    font-size: 30px;
    font-weight: bold;
  }
  
  .dashboard-summary-left p {
    color: #969BA0;
    font-size: 22px;
  }
  
  .dasboard-summary-right-content h1 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  
  .dasboard-summary-right-content p {
    font-size: 18px;
    margin-bottom: 0px;
  }
  
  .dashboard-summary-right .image-outer {
    background-color: #7579E5;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    position: relative;
  }
  
  .dashboard-summary-right .image-outer img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  
  @media screen and (max-width:560px) and (min-width:446px) {
    .dashboard-summary-left h1 {
      font-size: 20px;
    }
  
    .dashboard-summary-right .image-outer {
      background-color: #7579E5;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      position: relative;
    }
  
    .dasboard-summary-right-content h1 {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 0px;
    }
  
    .dasboard-summary-right-content p {
      font-size: 12px;
      margin-bottom: 0px;
    }
  
    .dashboard-summary-left p {
      font-size: 16px;
    }
  }
  
  @media screen and (max-width:445px) {
    .dashboard-summary-left h1 {
      font-size: 20px;
    }
  
    .dashboard-summary-right .image-outer {
      background-color: #7579E5;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      position: relative;
    }
  
    .dasboard-summary-right-content h1 {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 0px;
    }
  
    .dasboard-summary-right-content p {
      font-size: 12px;
      margin-bottom: 0px;
    }
  
    .dashboard-summary-left p {
      font-size: 16px;
    }
  
    .dashboard-summary-right {
      flex-direction: column;
      justify-content: center;
    }
  
  
  }
  
  /* summary card */
  .summary-card-content-inner{
    flex-wrap: wrap;
  }
  .summary-card-content-inner p{
    display: flex;
    align-items: center;
   
  }
  .summary-card-content h1 {
    font-size: 20px;
    color: white;
    padding-top: 25px;
  }
  
  .summary-card-content p {
    font-size: 22px;
    color: white;
    margin-bottom: 0px;
  }
  
  .summary-card-tithing {
    background: linear-gradient(237.32deg, #8602FB 42.39%, #7579E5 97.24%);
  
  }
  
  .summary-card {
    width: 209px;
    margin-bottom: 2%;
    min-height: 139px;
    align-items: center;
    border-radius: 15px;
  }
  
  .summary-card:last-of-type {
    margin-right: 0px;
  }
  
  @media screen and (min-width:992px) {
    .summary-card-list {
      display: flex;
      justify-content: space-around;
    }
  }
  
  @media screen and (max-width:991px) {
    .summary-card-list {
      align-items: start;
      display: grid;
      grid-gap: 50px;
      grid-template-columns: repeat(auto-fit, 209px);
      justify-content: center;
    }
  
    .dashboard-bar-main {
      flex-wrap: wrap;
      padding-top: 90px;
      position: relative;
    }
  }
  
  @media screen and (max-width:1680px) and (min-width:1470px) {
    .summary-card {
      width: 180px;
      margin-bottom: 2%;
      min-height: 130px;
      align-items: center;
      border-radius: 15px;
    }
  
    .summary-card-content h1 {
      font-size: 16px;
      color: white;
    }
  
    .summary-card-content p {
      font-size: 22px;
      color: white;
  
    }
  
    .summary-card img {
      width: 50px;
    }
  
    .humanitarian-aid {
      left: 116px !important;
    }
  
  }
  
  @media screen and (max-width:1469px) and (min-width:1246px) {
    .summary-card {
      width: 135px;
      margin-bottom: 2%;
      min-height: 120px;
      align-items: center;
      border-radius: 15px;
    }
  
    .summary-card-content h1 {
      font-size: 13px;
      color: white;
    }
  
    .summary-card-content p {
      font-size: 16px;
      color: white;
    }
  
    .summary-card img {
      width: 40px;
      padding-right: 4px;
    }
  
    .humanitarian-aid {
      left:77px !important;
      top: 38px;
    }
  
  }
  
  @media screen and (max-width:1245px) and (min-width:1100px) {
    .summary-card {
      width: 115px;
      margin-bottom: 2%;
      min-height: 105px;
      align-items: center;
      border-radius: 15px;
    }
  
    .summary-card-content h1 {
      font-size: 10px;
      color: white;
    }
  
    .summary-card-content p {
      font-size: 12px;
      color: white;
    }
  
    .summary-card img {
      width: 45px;
    }
  
    .humanitarian-aid {
      left: 68px !important;
      top: 38px;
    }
  
  }
  @media screen and (min-width:1680px) {
    .general-m{
         /* width: 55px */
    }
  }
  @media screen and (max-width:991px) {
    .general-m{
         /* width: 55px */
    }
  }
  
  @media screen and (max-width:1099px) and (min-width:992px) {
    .general-m{
      /* width: 35px !important; */
  }
    .summary-card {
      width: 100px;
      margin-bottom: 2%;
      min-height: 90px;
      align-items: center;
      border-radius: 15px;
    }
  
    .summary-card-content h1 {
      font-size: 9px;
      color: white;
    }
  
    .summary-card-content p {
      font-size: 12px;
      color: white;
    }
  
    .summary-card img {
      width: 38px;
    }
  
    .humanitarian-aid {
      left: 59px !important;
      top: 33px;
    }
  
  }
  
  @media screen and (max-width:767px) {
    .dasboard-summary-right-content h1 {
      font-size: 16px;
    }
  }
  
  @media screen and (max-width:606px) {
    .summary-card-list {
      justify-content: center !important;
  
    }
  }
  
  .summary-card-fast {
    background: linear-gradient(63.74deg, #FF5B5B -46.25%, #A82A1B 57.48%);
  
  }
  
  .summary-card-general {
    background: linear-gradient(243.73deg, #200EFF 47.76%, #3D4150 131.89%);
  
  }
  
  .summary-card-word {
    background: linear-gradient(241.28deg, #5AD539 43.48%, #4EFF39 104.72%);
  
  }
  
  .summary-card-aid {
    background: linear-gradient(239.99deg, #FFBF26 49.36%, #FFE9B7 118.52%);
    position: relative;
  }
  
  /* .summary-card-aid .summary-card-content {
    width: 60%;
  } */
  
  .humanitarian-aid {
    position: absolute;
    left: 130px;
  }
  
  .summary-card-others {
    background: linear-gradient(241.83deg, #0B5F01 50.13%, #292929 132.14%);
  
  }
  
  /* donation  */
  .donation-section-content {
    background-color: white;
    border-radius: 15px;
    border: 2px solid #E0E1F2;
  }
  
  .donation-section-header {
    display: flex;
    justify-content: space-between;
  }
  
  .donation-section-header h1 {
    font-size: 20px;
    font-weight: bold;
  }
  
  .donation-section-header a {
    text-decoration: none;
    color: #7579E5;
    font-size: 13px;
  }
  
  .donation-section-table-header {
    display: flex;
    justify-content: space-between;
  }
  
  .donation-section-table-header h1 {
    font-size: 16px;
    color: black;
    font-weight: bold;
  }
  
  .donation-list {
    width: 100% !important;
    border-bottom: 2px solid #DBDDE6 !important;
  }
  
  .donation-section-content .donation-list:last-of-type {
    border-bottom: none !important;
  }
  
  .donation-section-table-header h1:nth-of-type(2) {
    margin-left: 40px !important;
  }
  
  .donation-section-table-header p {
    font-size: 14px;
    color: #3D3D3D;
    margin-bottom: 0px;
    padding-top: 14px !important;
    padding-bottom: 14px;
  }
  
  @media screen and (max-width: 380px) {
  
    .donation-section-header h1 {
      font-size: 14px;
    }
  
    .donation-section-header a {
      font-size: 10px;
    }
  
    .donation-section-table-header h1 {
      font-size: 12px;
  
    }
  
    .donation-section-table-header p {
      font-size: 10px;
    }
  
    .arrow-right {
      width: 7px !important;
    }
  
    .donation-section-table-header h1:nth-of-type(2) {
      margin-left: 28px !important;
    }
  
  }
  
  .individual-reports h1:nth-of-type(2) {
    margin-left: 9px !important;
  }
  /* shareapp-modal-content */
  .shareapp-modal-content{
    max-width: 300px;
    margin: 0 auto;
  }
  /* income edit modal */
  .income-edit-modal-body {
    padding: 1.6rem !important;
  }
  
  /* @media screen and (max-width:1167px) {
    .modal-dialog.modal-dialog-centered-edit {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }
  } */
  
  @media screen and (max-width:767px) {
    .modal-dialog.modal-dialog-centered-small {
      margin: 4.5rem 1.5rem;
    }
  
    .modal-dialog.modal-dialog-centered-edit {
      margin: 13.5rem auto;
      /* margin-top: 13.5rem ;
      margin-bottom: 13.5rem ; */
    }
  
    .calendar input,
    .selected-item {
      height: 50px !important;
    }
  
    .calendar img {
      top: 45px !important;
    }
  
    .dollar-symbol .dollar {
      top: 45px !important;
  
    }
  
    .dollar-symbol input,
    .calendar input {
      font-size: 16px !important;
    }
  
    .selected-item:after {
      top: 0px !important;
    }
  
    .selected-item {
      padding: 10px !important;
      padding-left: 12px !important;
      font-size: 16px !important;
    }
  
  
  }
  
  
  @media screen and (max-width:440px) {
    .income-modal h1 {
      font-size: 24px !important;
    }
  
    .modal-labels label {
      font-size: 14px !important;
    }
  }
  
  .income-modal h1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
  }
  
  .income-modal {
    position: relative;
    border-bottom: none;
  }
  
  .income-modal button {
    position: absolute;
    opacity: 1;
    top: -17px;
    right: -16px;
  }
  .income-edit-modal{
    overflow-y: scroll;
  }
  .income-edit-modal .modal-dialog {
    max-width: 600px !important;
    max-height: 1104px !important;
    /* height: 504px !important; */
  }
  
  .income-edit-modal .modal-dialog .modal-content {
    /* height: 504px !important; */
    border: none !important;
    border-radius: 15px;
    position: relative;
    background-color: white;
  }
  
  .reminder-body {
    height: 400px;
    overflow-y: scroll;
  }
  
  .reminder-body::-webkit-scrollbar {
    width: 2px;
  }
  
  ::-webkit-calendar-picker-indicator {
    filter: invert(1);
  }
  
  .calendar {
    position: relative;
  }
  
  .calendar img {
    position: absolute;
    right: 17px;
    top: 45px;
    width: 30px;
    cursor: pointer;
  }
  
  .calendar input {
    height: 60px;
    background: #f3f1f1;
    border: none;
    color: #656565;
    font-size: 16px;
    
  }
  
  .calendar input:focus,
  .calendar input:active {
    outline: none;
    box-shadow: none;
    border: none;
    background: #FBFBFB;
  }
  
  /* delete-modal-content */
  .delete-modal-content {
    max-width: 618px !important;
    margin: 0 auto;
  }
  
  .delete-modal-btn {
    width: 75%;
    margin: 0 auto;
  }
  
  @media only screen and (max-width:568px) {
    .delete-modal-btn {
      flex-direction: column;
  
    }
  
    .delete-modal-btn a button {
      margin-bottom: 10px !important;
    }
  }
  
  .delete-modal-btn a {
    text-decoration: none;
  }
  
  .delete-modal-btn a button {
    border: 1px solid #6806F7;
    color: #6806F7;
    width: 192px;
    height: 48px;
    font-size: 22px;
    border-radius: 5px;
    background: transparent;
    margin-bottom: 50px;
  }
  
  .delete-modal-btn a button:hover {
    background-color: #6806F7;
    color: white;
  }
  
  .delete-modal-btn a button.active {
    background-color: #6806F7;
    color: white;
  }
  
  .delete-modal-body img {
    padding-bottom: 69px;
  }
  
  .delete-modal-body p {
    margin-bottom: 0px;
    padding-bottom: 62px;
    width: 50%;
    margin: 0 auto;
  }
  
  /* add donation modal */
  .dollar-symbol input {
    padding-left: 45px;
    background-color: #f3f1f1 !important;
  }
  
  .dollar-symbol img {
    position: absolute;
    left: 10px;
    top: 52px;
    width: 11px;
  }
  
  .pay-on-lds {
    background-color: transparent !important;
    border: 1px solid #7579E5 !important;
    color: #7579E5 !important;
  }
  
  
  @media only screen and (min-width:508px) {
    .donation-modal-button {
      display: flex;
      justify-content: space-around;
      width: 320px;
      margin: 0 auto;
      /* margin-top: 100px; */
    }
  }
  
  @media only screen and (max-width:436px) {
    .pay-on-lds {
      margin-bottom: 10px;
    }
  }
  
  /* edit donation modal */
  .edit-donation-total h1 {
    font-size: 16px;
    color: black;
    text-transform: uppercase;
  }
  
  /* dropdown */
  .income-select select {
    word-wrap: normal;
    width: 100%;
    height: 86px;
    border: none;
    background: #FBFBFB;
    -webkit-appearance: none;
    padding-left: 13px;
    color: #656565;
    font-size: 20px;
  }
  
  .income-select select option {
    text-transform: capitalize;
  }
  
  .income-select select:focus,
  .income-select select:active {
    border: none;
    outline: none;
    box-shadow: none;
  }
  
  .income-select {
    position: relative;
  }
  
  .income-select img {
    position: absolute;
    right: 17px;
    top: 36px;
  }
  
  .note textarea {
    width: 100%;
    height: 80px;
    background: #f3f1f1;
    border: 1px solid #7579E5;
    resize: none;
  }
  
  .note textarea:active,
  .note textarea:focus {
    border: 1px solid #7579E5;
    outline: none;
    box-shadow: none;
  }
  
  .save-btn a {
    text-decoration: none;
  }
  
  .save-btn a button {
    background-color: #7579E5;
    border: none;
    color: white;
    font-size: 16px;
    width: 150px;
    height: 35px;
    border-radius: 10px;
  }
  
  /* custom select */
  .acess-level-select select:focus {
    outline: 0;
  }
  
  .acess-level-select {
    width: 100%;
    position: relative;
  }
  
  
  .acess-level-select select {
    display: none;
  }
  
  .selected-item {
    height: 60px;
    background: #f3f1f1;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #656565;
    font-weight: 400;
    font-size: 'Open Sans', sans-serif;
    cursor: pointer;
    z-index: 99;
  }
  
  .selected-item:after {
    /* content: url(../images/angle-down.svg); */
    content: '';
    background: url(../images/angle-down.svg) no-repeat;
    background-size: contain;
    /* font-size: 9px; */
    /* color: #7579E5; */
    position: absolute;
    right: 23px;
    width: 17px;
    height: 14px;
    top: 55px;
    /* transition: 0.5s; */
    /* font-family: "Font Awesome" !important; */
    /* font-weight: 900; */
  }
  
  @media screen and (max-width:767px) {
    .selected-item:after {
      content: '';
      background: url(../images/angle-down.svg) no-repeat;
      background-size: contain;
      position: absolute;
      right: 23px;
      width: 17px;
      height: 14px;
      top: 20px !important;
  
    }
  }
  
  
  .arrowanim.selected-item:after {
    transform: rotate(180deg);
  }
  
  .all-items .item {
    background: #FFFFFF;
    padding: 7px 20px;
    color: #2B2B2B !important;
    font-size: 16px !important;
    border-top: 1px solid #D9D9D9;
    cursor: pointer;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
  }
  
  .all-items .item:first-of-type,
  .all-items .item:nth-of-type(2) {
    border-top: none;
  }
  
  .all-items .item:first-of-type {
    padding: 0px 20px;
  }
  
  .all-items .item:hover {
    background: #ffffffdb;
  
  }
  
  .all-items {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    z-index: 100;
    border: 1px solid #D9D9D9;
  }
  
  .all-items-hide {
    display: none;
  }
  
  /* setting */
  /* remindar modal */
  .reminder-header-text h1 {
    color: #7579E5;
    font-size: 22px;
    margin-bottom: 0px;
  }
  
  .reminder-header-text h2 {
    color: #424242;
    font-size: 14px;
    margin-bottom: 0px;
  }
  
  .reminder-body h1,
  .reminders-body h1 {
    color: #2B2B2B;
    font-size: 22px;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0px;
    cursor: pointer;
  }
  
  .reminder-body h1:last-of-type,
  .reminders-body h1:last-of-type {
    border-bottom: none;
    padding-bottom: 30px;
  }
  
  .reminder-modal-body img {
    padding-bottom: 35px;
  }
  
  /* email export modal */
  .email-export-body {
    width: 408px;
    margin: 0 auto;
  }
  
  .email-export-body label {
    font-size: 16px;
    color: black;
  }
  
  .email-export-body input {
    width: 100%;
    border: 1px solid #7579E5;
    border-radius: 5px;
    height: 52px;
  }
  
  .email-export-btn {
    width: 408px !important;
    padding-bottom: 50px;
    padding-top: 20px;
  }
  
  @media only screen and (max-width:568px) {
    .email-export-body {
      width: 80%;
    }
  
    .reminder-body h1,
    .reminders-body h1 {
      color: #2B2B2B;
      font-size: 22px;
      border-bottom: 1px solid #D9D9D9;
      padding: 10px 0px;
      cursor: pointer;
    }
  
    .reminder-body h1:last-of-type,
    .reminders-body h1:last-of-type {
      border-bottom: none;
      padding-bottom: 30px;
    }
  
    .reminder-modal-body img {
      padding-bottom: 35px;
    }
  
    /* email export modal */
    .email-export-body {
      width: 408px;
      margin: 0 auto;
    }
  
    .email-export-body label {
      font-size: 16px;
      color: black;
    }
  
    .email-export-body input {
      width: 100%;
      border: 1px solid #7579E5;
      border-radius: 5px;
      height: 52px;
    }
  
    .email-export-btn {
      width: 408px !important;
      padding-bottom: 50px;
      padding-top: 20px;
    }
  
    @media only screen and (max-width:568px) {
      .email-export-body {
        width: 80%;
      }
  
      .email-export-btn {
        text-align: center !important;
        width: 100% !important;
      }
    }
  
    /* custom checkbox */
    .sub-checkbox-inner {
      display: block;
      margin-bottom: 15px;
    }
  
    .sub-checkbox-inner input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer;
    }
  
    .sub-checkbox-inner label {
      position: relative;
      cursor: pointer;
      font-size: 18px;
    }
  
    .sub-checkbox-inner label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid #6806F7;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      padding: 10px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 5px;
    }
  }
  
  /* custom checkbox */
  .sub-checkbox-inner {
    display: block;
    margin-bottom: 15px;
  }
  
  .sub-checkbox-inner input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .sub-checkbox-inner label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
  }
  
  .sub-checkbox-inner label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #6806F7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .sub-checkbox-inner input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #6806F7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  .sub-checkbox {
    width: 408px;
    margin: 0 auto;
  }
  
  @media only screen and (max-width:568px) {
    .sub-checkbox {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      margin-top: 30px;
    }
  }
  
  @media only screen and (max-width:568px) {
    .sub-checkbox {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      margin-top: 30px;
    }
  }
  
  .subs-btn {
    margin-bottom: 40px !important;
  }
  
  /* color plugin */
  .color-picker input {
    border: none !important;
    border-radius: 30px !important;
    height: 32px !important;
    text-shadow: none !important;
    color: transparent !important;
  }
  
  /* setting profile */
  .update-user {
    display: none;
  }
  
  .data-icons-basic {
    justify-content: end !important;
  }
  
  .data-icons-basic .inc-icon:last-of-type {
    padding-right: 10px;
  }
  
  @media only screen and (max-width:380px) {
    .basic-profile-heading h2 {
      font-size: 10px;
    }
  
    .data-icons-basic .inc-icon:last-of-type {
      padding-right: 0px;
    }
  
  }
  
  
  /* setting navbar */
  
  @media screen and (max-width:1208px) and (min-width:992px) {
    .navbar-header-right-section-setting {
      margin-right: 0px !important;
    }
  
  }
  
  @media screen and (max-width:1121px) and (min-width:992px) {
    .separator-setting {
      margin-right: 2px !important;
      margin-left: 2px !important;
    }
  }
  
  
  /* .calendar */
  .ui-datepicker .ui-datepicker-header {
    background-color: white !important;
  }
  
  .ui-datepicker {
    width: 250px !important;
  }
  
  .ui-datepicker-month,
  .ui-datepicker-year,
  .ui-datepicker th {
    color: #7579E5 !important;
  }
  
  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    border: 1px solid #7579E5 !important;
    background: #7579E5 !important;
    color: white !important;
  }
  
  .ui-state-default,
  .ui-widget-content {
    border: 1px solid #c5c5c5;
    background: white !important;
    font-weight: normal;
    color: #7579E5 !important;
  }
  
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active,
  .ui-button:active,
  .ui-button.ui-state-active:hover {
    border: 1px solid #7579E5 !important;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
  }
  
  .ui-datepicker .ui-datepicker-next .ui-icon {
    background: url('../images/nexts.svg') !important;
  
    background-repeat: no-repeat !important;
    left: 26px;
    top: 17px;
  }
  
  .ui-datepicker .ui-datepicker-prev .ui-icon {
    background: url('../images/prev.svg') !important;
  
    background-repeat: no-repeat !important;
    left: 12px;
    top: 17px;
  }
  
  @media screen and (max-width: 340px) {
    #ui-datepicker-div {
      left: 24px !important;
    }
  }
  
  @media screen and (max-width:1042px) and (min-width:992px) {
    .profile-setting {
      margin-right: 1px !important;
    }
  
    .separator-setting {
      margin-right: 1px !important;
      margin-left: 1px !important;
    }
  }
  
  @media screen and (max-width:1012px) and (min-width:992px) {
    .navbar-header-setting {
      padding-right: 0px !important;
      padding-left: 0px !important;
    }
    .logo-header h1 {
      left: 47px;
    }
  
  
  }
  
  @media screen and (max-width: 599px) {
    .reminder-body {
      height: 250px;
      overflow-y: scroll;
    }
  }
  
  /* social */
  .fa:before {
    font-family: 'FontAwesome';
   
  }
  .round div{
    width: 50px;
    height: 50px;
    position: relative;
    color: white;
    border-radius: 50%;
  }
  .round:nth-of-type(1) div{
    background-color: #3b5998;
  }
  .round:nth-of-type(2) div{
    background-color: #00aced;
  }
  .round:nth-of-type(3) div{
    background-color:  #007bb6;
  }
  .round div .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .share-links a{
    cursor: pointer;
  }
  
.table-more-btn {
  display: flex;
  justify-content: center;
}

.table-more-btn button {
  width: 100px;
  height: 38px;
  color: white;
  background: #7579E5 !important;
  border: none;
  border-radius: 10px;
  margin-top: 20px;
}

.alert-success-year {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.checkbox-mark::before {
  border: 1px dotted red !important;
}

.DropdownCss *{
  background: #FFFFFF;
  padding: 7px 20px;
  color: #2B2B2B !important;
  font-size: 16px !important;
  border-top: 1px solid #D9D9D9 !important;
  cursor: pointer !important;
  font-weight: 400 !important;
  line-height: 27px;
  }
  .DropdownCss{
      border: none;
      height: 60px;
  background: #f3f1f1;
  padding: 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #656565;
  font-weight: 400;
  font-size: 'Open Sans', sans-serif;
  cursor: pointer;
  z-index: 99;
  width: 100% !important;
  }