@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

body {
  background-color: #f7f7f7;
  font-family: "Roboto", sans-serif;
}

.body-container {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}

  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold;
  }

    .grants-page .card .card-title img {
      width: 100px;
      height: 100px;
    }

  .grants-page .card label {
    color: #6b6b6b;
    font-weight: bold;
  }

/* login page styling */

.login-page {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 90px 52px;
  justify-content: center;
}

  .login-page .title {
    font-size: 28px;
    font-weight: 700;
  }

  .login-page .info-text,
  .form-check-label {
    font-size: 16px;
  }

  .login-page label {
    font-size: 12px;
    font-weight: 500;
  }

  .login-page .form-box {
    max-width: 567px;
    padding: 48px 60px 70px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 18, 242, 0.1);
  }

    .login-page .form-box .login-form {
      margin-top: 37px;
    }

    .login-page .form-box .logo {
      margin-bottom: 45px;
      max-width: 100%;
    }

    .login-page .form-box .form-control {
      height: 50px;
      background: #fcfcfc;
      border: 1px solid #ddd;
      box-sizing: border-box;
      border-radius: 7px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      color: #9f9f9f;
    }

.btn-primary {
  min-width: 142px;
  height: 44px;
  background: #7773a1;
  border: 1px solid #7773a1;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 18, 242, 0.2);
  border-radius: 11px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    background: #605c88 !important;
    border: 1px solid #605c88;
  }

.btn-outline-primary {
  min-width: 142px;
  height: 44px;
  background: #fff;
  color: #7773a1;
  border: 1px solid #7773a1;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 18, 242, 0.2);
  border-radius: 11px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

  .btn-outline-primary:hover,
  .btn-outline-primary:focus,
  .btn-outline-primary:active {
    background: #fff !important;
    color: #7773a1 !important;
    border: 1px solid #605c88;
  }

.custom-btn-group > div {
  flex-basis: 49%;
}

.conditional-text {
  line-height: 1;
}

.external-account-btn {
  line-height: 1.85;
}

.popover {
  width: 276px;
  border-radius: 12px;
  box-shadow: 0 0 15px 4px rgb(0 0 0 / 15%);
  padding: 14px 22px;
  border: 0;
  position: absolute !important;
  left: -100px !important;
  top: 0px !important;
}

  .popover p {
    margin-bottom: 4px;
    color: rgba(91, 91, 91, 0.7);
    white-space: nowrap;
  }

    .popover p:last-child {
      margin-bottom: 0;
    }

    .popover p span:first-child {
      font-weight: 300;
    }

  .popover .badge {
    color: white;
    background: #8787ab;
    padding: 4px 10px;
    font-weight: 100;
    font-size: inherit;
    border-radius: 7px;
  }

  .popover span:first-child {
    width: 70px;
  }

  .popover a,
  .popover span {
    color: rgba(91, 91, 91, 1);
    display: inline-block;
  }

  .popover a {
    margin-left: 10px;
  }

    .popover a:hover {
      text-decoration: underline;
      color: #33bdf1;
    }

.info-popover {
  width: 28px;
  margin-top: 32px;
  margin-left: 48px;
  cursor: pointer;
}

.popover span:nth-child(2) {
  margin-left: 10px;
}

.arrow {
  left: 225px !important;
}

.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgb(0 0 0 / 5%);
}

/* header start */
.header-wrapper {
  min-height: 94px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
}

.signout-btn {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: rgba(119, 115, 161, 1);
}

  .signout-btn:hover {
    color: rgba(119, 115, 161, 1);
  }
/* header end */
/* roles page start */

.roles-page .nav-pills {
  position: relative;
}

  .roles-page .nav-pills .nav-link {
    font-size: 14px;
    min-width: 112px;
    height: 40px;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    background-color: #fff;
    color: rgba(194, 195, 208, 1);
    position: relative;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
  }

    .roles-page .nav-pills .nav-link .icon {
      margin-right: 6px;
    }

    .roles-page .nav-pills .nav-link svg path {
      fill: rgba(194, 195, 208, 1);
    }

    .roles-page .nav-pills .nav-link::before {
      content: "";
      position: absolute;
      width: 64px;
      height: 2px;
      background: #fff;
      left: auto;
      right: auto;
      top: 0;
      opacity: 0;
      border-radius: 22px;
      -webkit-border-radius: 22px;
      -moz-border-radius: 22px;
      -ms-border-radius: 22px;
      -o-border-radius: 22px;
    }

    .roles-page .nav-pills .nav-link.active {
      background: #fff;
      color: #5d5c8d;
      border: 1px solid #fff;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
    }

      .roles-page .nav-pills .nav-link.active svg path {
        fill: #5d5c8d;
      }

      .roles-page .nav-pills .nav-link.active::before {
        background: #7773a1;
        opacity: 1;
      }

.tabs-header {
  padding: 12px 20px 12px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

  .tabs-header .heading {
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
  }

    .tabs-header .heading .info-icon img {
      width: 17px;
    }

  .tabs-header a {
    cursor: pointer;
  }

  .tabs-header .actions .btn {
    font-size: 18px;
    min-width: 151px;
    height: 44px;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    background: #7773a1;
    color: #fff;
    border: 1px solid #7773a1;
    box-shadow: 0px 4px 12px rgb(0 18 242 / 20%);
  }

    .tabs-header .actions .btn:hover {
      color: #fff;
    }

  .tabs-header .actions .search {
    width: 286px;
    height: 44px;
    color: rgba(177, 177, 189, 1);
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(252, 252, 252, 1);
    border-radius: 7px;
  }

    .tabs-header .actions .search:focus,
    .tabs-header .actions .search:active {
      outline: none;
      border-color: #757575;
    }
  .actions > .dropdown {
    width: auto;
    margin-left: 0px;
  }
.actions{
  gap: 1rem;
}
.tab-content {
  background-color: #fff;
  padding: 8px 0;
  border-radius: 0 8px 8px 8px;
  -webkit-border-radius: 0 8px 8px 8px;
  -moz-border-radius: 0 8px 8px 8px;
  -ms-border-radius: 0 8px 8px 8px;
  -o-border-radius: 0 8px 8px 8px;
}

.table-wrapper {
  padding: 0 8px;
}

.roles-table thead th {
  background-color: #e6e5ee;
  color: rgba(113, 111, 131, 1);
  border: 0;
}

.roles-table tbody td {
  border: 0;
  vertical-align: middle;
}

.roles-table thead th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.roles-table thead th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.roles-table tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

.roles-table .actions-col {
  width: 200px;
}

.roles-table tbody tr td:nth-child(4) {
  width: 200px;
}

.roles-table tbody tr td .btn {
  padding: 5px;
  min-width: fit-content;
  width: auto;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

.roles-table tbody tr td .btn-outline-primary {
  color: #7773a1;
  border-color: rgba(119, 115, 161, 1);
}

  .roles-table tbody tr td .btn-outline-primary:hover {
    color: #fff !important;
    background: #7773a1 !important;
  }

    .roles-table tbody tr td .btn-outline-primary:hover svg path {
      fill: #fff;
    }

.roles-table tbody tr td .btn-outline-danger {
  color: rgba(225, 71, 61, 1);
  border-color: rgba(225, 71, 61, 1);
}

  .roles-table tbody tr td .btn-outline-danger:hover {
    color: #fff !important;
    background: rgba(225, 71, 61, 1) !important;
  }

    .roles-table tbody tr td .btn-outline-danger:hover svg path {
      fill: #fff;
    }

.custom-checkbox-row {
  height: 50px;
  background: #fcfcfc;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 12px 14px;
  cursor: pointer;
}
/* roles page end */

.btn-more > svg > circle{
  fill: #7773A1;
}
.btn-more:hover > svg > circle{
  fill: white;
}

@media all and (max-width: 1140px) {
  .login-page .form-box .custom-btn-group, 
  .login-page .form-box .btn {
    display: block !important;
    width: 100%;
  }

  .login-page .form-box .btn-outline-primary {
    margin-top: 15px;
  }
}

@media all and (max-width: 900px) and (min-width: 768px) {
  .login-page {
    padding: 40px;
  }

    .login-page .form-box {
      padding: 40px 30px;
    }

      .login-page .form-box .logo {
        max-width: 75%;
      }

    .login-page .main-heading {
      font-size: 20px;
    }
}

@media (max-width: 500px) {
  .top-row .logo {
    width: 65%;
  }

  .info-popover {
    margin: 0;
  }
}

@media all and (max-width: 480px) and (min-width: 400px) {
  .login-page {
    padding: 30px;
  }

    .login-page .form-box {
      padding: 40px 30px;
    }

    .login-page .title {
      font-size: 20px;
    }

  .popover {
    top: 6px !important;
  }
}

@media all and (max-width: 380px) and (min-width: 320px) {
  .login-page {
    padding: 20px;
  }

    .login-page .form-box {
      padding: 30px;
    }

    .login-page .title {
      font-size: 20px;
    }

  .bs-popover-auto[x-placement^="bottom"],
  .bs-popover-bottom {
    margin-top: 16px !important;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

* {
  margin: 0;
  /*padding: 0;*/
  font-family: "Roboto";
}

.main {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}

/* Header Styles */

.header {
  position: absolute;
  height: 94px;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 30px 30px;
}

.logo-container {
  display: flex;
  flex-direction: column;
  width: 166px;
  height: 44px;
  padding-left: 88px;
  padding-top: 13px;
  cursor: pointer;
}

.logo-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #3a3a41;
  padding-top: 6px;
}

/* User Info Styles */

.user-info-container {
  display: flex;
  align-items: center;
  height: 100px;
}

.profile-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ececed;
}

.user-info-image-text-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-info-text-container {
  display: flex;
  flex-direction: column;
  margin-left: 14px;
}

  .user-info-text-container > span {
    font-weight: 400;
    line-height: 19px;
  }

.username {
  font-size: 16px;
  color: #3a3a41;
}

.userrole {
  font-size: 14px;
  color: #9c9ca0;
  padding-top: 2px;
}

/* Header User Options Dropdown Styles */

.dropdown {
  cursor: pointer;
  width: 30px;
  display: flex;
  justify-content: center;
  margin-left: 30px;
}

  .dropdown > img {
    width: 3.5px;
    height: 15px;
  }

.dropdown-content {
  display: none;
  position: absolute;
  top: 15px;
  right: 0px;
  background: #fff;
  min-width: 137px;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

  .dropdown-content > div {
    display: flex;
    align-items: center;
    padding: 14px 18px;
  }

    .dropdown-content > div:hover {
      background: #f1f1f1;
      border-radius: 10px;
    }

    .dropdown-content > div > a {
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #7773a1;
      padding-left: 18px;
      text-decoration: none;
    }

.dropdown:hover .dropdown-content {
  display: block;
}

/* Body Styles */

.wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow-y: scroll;
  background: #f7f7f7;
}

.mb-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 740px;
  height: 268px;
}

.mb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 268px;
  border-radius: 50%;
  background: #f7f7f7;
  box-shadow: -14px -24px 34px #ffffff, 14px 24px 24px rgba(173, 173, 173, 0.25);
}

.warning-img {
  margin-top: -20px;
  margin-left: -12px;
}

.lock-img {
  margin-left: -18px;
}

.error-img {
  margin-top: -20px;
  margin-left: -25px;
}

.success-img {
  margin-top: -20px;
  margin-left: -20px;
}

.mb-text {
  width: 422px;
}

.mb-text > p {
  margin-top: 20px;
  margin-bottom: 30px;
}

.mb-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  color: #3a3a41;
}

.mb-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #3a3a41;
}

.heading {
  font-size: 16px;
  font-weight: 500;
}

.error-detail-container {
  margin-top: 10px;
}

.xbold {
  font-weight: 800;
}

.not-bold {
  font-weight: 400;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border: 1px solid #7773a1;
  box-shadow: 0px 4px 12px rgba(0, 18, 242, 0.1);
  border-radius: 11px;
  cursor: pointer;
  padding: 0 50px;
  background: #7773a1;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

  .button:hover {
    opacity: 0.9;
  }

  .button:active {
    transform: translateY(1px);
  }

.secondary {
  color: #7773a1;
  background: #ffffff;
}

.ib-main {
  width: 675px;
  padding: 25px 30px 30px 30px;
  background: #f2f2f2;
  box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.13);
  border-radius: 16px;
}

.ib-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  color: #3a3a41;
}

.ib-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #3a3a41;
  margin: 7px 0 22px 0;
}

.ib-subtitle-row-1 {
  margin: 16px 0 12px 0;
}

.ib-subtitle-row-2 {
  margin-bottom: 15px;
}

.v-separator {
  border: 1px solid #dddddd;
}

.ib-input-field-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.ib-control-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #6b6b6b;
  margin: 29px 0 10px 0;
}

.mg-top-zero {
  margin-top: 0px;
}

.ib-input-field {
  height: 50px;
  background: #fcfcfc;
  border: 1px solid #dddddd;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 0 14px;
  /*margin-bottom: 10px;*/
}

.buttons-box-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 36px;
}

  .buttons-box-row > a {
    font-weight: 500;
    font-size: 16px;
    color: #7773a1;
  }

  /*.buttons-box-row > button {
    padding: 0 35px;
  }*/

.buttons-box-row-modal {
  display: flex;
  justify-content: center;
}

.allow-button {
  margin-right: 12px;
  padding: 0 35px;
}

.donot-allow-button {
  margin-right: 12px;
  padding: 0 35px;
}

.permissions-container {
  max-height: 500px;
  overflow-y: hidden;
}

  .permissions-container:hover {
    overflow-y: auto;
  }

.permission-box {
  padding: 12px;
  border-radius: 10px;
  background: #ebebeb;
  border: 1px solid #cfcfcf;
  margin-top: 16px;
}

.permission-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #727279;
  padding-top: 5px;
  margin: 0px;
}

/* Custom Checkbox Styles */

.checkbox-container {
  display: block;
  position: relative;
  padding-top: 2px;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #3a3a41;
}

  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background: #cfcfcf;
  border-radius: 5px;
}

.checkbox-container:hover input ~ .checkmark {
  background: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
  background: #272c5c;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-container {
  display: block;
  position: relative;
  padding-top: 2px;
  padding-left: 35px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  user-select: auto;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container .radio-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #ccc;
  border-radius: 50%;
}

.radio-container .radio-mark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #272c5c;
}

.radio-container input:checked~.radio-mark:after {
  display: block;
}

/* Custom Scroll Bar Styles */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgb(190, 190, 190);
}

  ::-webkit-scrollbar-thumb:hover {
    background: rgb(170, 169, 169);
  }
