/* By Uk */
@font-face {
  font-family: OpenSans-ExBold;
  src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf");
}

@font-face {
  font-family: OpenSans-Bold;
  src: url("../fonts/open-sans/OpenSans-Bold.ttf");
}

@font-face {
  font-family: OpenSans-Regular;
  src: url("../fonts/open-sans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: OpenSans-Light;
  src: url("../fonts/open-sans/OpenSans-Light.ttf");
}

@font-face {
  font-family: OpenSans-Semibold;
  src: url("../fonts/open-sans/OpenSans-Semibold.ttf");
}

@font-face {
  font-family: noah-ExtraBold;
  src: url("../fonts/noah/Noah-ExtraBold.ttf");
}

@font-face {
  font-family: noah-Bold;
  src: url("../fonts/noah/Noah-Bold.ttf");
}

.bg-white {
  background-color: #ffffff;
}

button:disabled {
  cursor: not-allowed !important;
}

.mb {
  margin-bottom: 40px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.title {
  font-family: OpenSans-SemiBold;
  font-size: 40px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .title {
    font-size: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .title {
    font-size: 32px;
  }
}
.inptfailname {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 50%;
}

.subtitle {
  font-size: 14px;
  text-align: center;
  width: 90%;
}

.btn,
.d-header .d-header-btn,
.d-btn,
.d-test-box .btn-add-question {
  width: 180px;
  height: 45px;
  background-color: #ed7633;
  font-family: OpenSans-Semibold;
  outline: none;
  color: #ffffff;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn:hover,
.d-header .d-header-btn:hover,
.d-btn:hover,
.d-test-box .btn-add-question:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 15px #ed77337a;
  box-shadow: 0px 4px 15px #ed77337a;
}

.btn-outline {
  width: 180px;
  height: 45px;
  background-color: #ffffff;
  font-family: OpenSans-Semibold;
  outline: none;
  color: #000000;
  border: 1px solid #ed7633;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn-outline:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 15px #ed77337a;
  box-shadow: 0px 4px 15px #ed77337a;
}

.top-dot {
  background-color: #dae0fb;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: -20%;
}

.custom-breadcrumb .breadcrumb {
  background-color: rgba(237, 119, 51, 0.15) !important;
  padding: 1% 11%;
  height: 50px;
  margin: 0;
}

.custom-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #151515 !important;
}

.custom-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #a9a9a9;
}

/* .dashboard {
  padding: 5% 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */
.dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashboard .sidebar {
  width: 290px;
  max-height: 200vh;
  background-color: #F2E7DC;
  -webkit-box-shadow: 2px 3px 10px rgba(119, 119, 119, 0.1);
  box-shadow: 2px 3px 10px rgba(119, 119, 119, 0.1);
}

.dashboard .sidebar .sidebar-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.dashboard .sidebar .sidebar-list.sidebar-list-sub {
  background-color: #e9ecef;
}

.dashboard .sidebar .sidebar-list.sidebar-list-sub .sidebar-link {
  padding-left: 38px;
}

.dashboard .sidebar .sidebar-list .sidebar-item {
  position: relative;
}

.dashboard .sidebar .sidebar-list .sidebar-item a[data-toggle] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 10px;
}

.dashboard
  .sidebar
  .sidebar-list
  .sidebar-item
  a[data-toggle][aria-expanded="true"] {
  border-color: #ed7633;
  color: #ed7633;
  background-color: rgba(237, 119, 51, 0.15);
}

.dashboard
  .sidebar
  .sidebar-list
  .sidebar-item
  a[data-toggle][aria-expanded="true"]
  span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dashboard .sidebar .sidebar-list .sidebar-item a[data-toggle] span {
  -webkit-transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dashboard .sidebar .sidebar-list .sidebar-item div[data-parent] {
  background-color: #fff2f2;
}

.dashboard .sidebar .sidebar-list .sidebar-item div[data-parent] .sidebar-link {
  font-size: 12px;
  padding-left: 20px;
}

.dashboard .sidebar .sidebar-list .sidebar-item #accordion-body {
  display: none;
  background-color: #fff2f2;
}

.dashboard
  .sidebar
  .sidebar-list
  .sidebar-item
  #accordion-body.accordion-body-acitve {
  -webkit-transition: all 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: all 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  display: block;
}

.dashboard .sidebar .sidebar-list .sidebar-item #accordion-body .sidebar-link {
  font-size: 12px;
  padding-left: 20px;
}

.dashboard .sidebar .sidebar-list .sidebar-item .sidebar-link {
  color: #6a707e;
  text-decoration: none;
  font-size: 14px;
  font-family: OpenSans-SemiBold;
  display: block;
  padding: 15px 5px 15px 10px;
  border-left: 3px solid transparent;
  -webkit-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.66);
  transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.66);
}

.dashboard .sidebar .sidebar-list .sidebar-item .sidebar-link.active {
  border-color: #ed7633;
  color: #ed7633;
  background-color: rgba(237, 119, 51, 0.15);
}

.dashboard .sidebar .sidebar-list .sidebar-item .sidebar-link:hover {
  background-color: rgba(237, 119, 51, 0.15);
}

.dashboard .dashaboard-main {
  padding: 2% 2%;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.dashboard .dashaboard-main .dashboard-data {
  border-radius: 3px;
  min-height: 170px;
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 3px 10px rgba(119, 119, 119, 0.1);
  box-shadow: 2px 3px 10px rgba(119, 119, 119, 0.1);
  background: linear-gradient(200.78deg, #e36cd9 8.53%, #fe60ae 91.47%), #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard .dashaboard-main .dashboard-data.d-bg1 {
  background: linear-gradient(200.78deg, #9a56ff 8.53%, #d78afd 91.47%), #ffffff;
}

.dashboard .dashaboard-main .dashboard-data.d-bg2 {
  background: linear-gradient(200.78deg, #23bdb8 8.53%, #43e794 91.47%), #ffffff;
}

.dashboard .dashaboard-main .dashboard-data .dashboard-count {
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 35px;
  font-family: OpenSans-Bold;
}

.dashboard .dashaboard-main .dashboard-data .dashboard-name {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}

.d-title {
  color: rgba(59, 59, 59, 0.98);
  font-family: OpenSans-SemiBold;
  font-size: 35px;
}

.custom-table {
  border: 1px solid rgba(255, 255, 255, 0.671);
}

.custom-table.custom-table1 tbody tr:nth-child(odd) {
  background-color: rgba(237, 118, 51, 0.06);
}

.custom-table.custom-table1 tbody tr td {
  padding: 19px 14px;
}

.custom-table .thead-bg {
  background-color: rgba(237, 118, 51, 0.06);
}

.custom-table .thead-bg.thead-bg-white {
  background-color: #ffffff;
}

.custom-table .thead-bg th {
  font-family: OpenSans-SemiBold;
  font-size: 16px;
  color: #464a53;
}

.custom-table tbody tr td {
  font-size: 14px;
  color: #464a53;
}

.custom-table tbody tr td .d-dot {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #71d875;
  display: inline-block;
}

.custom-table tbody tr td .table-icons {
  width: 30px;
  min-height: 30px;
  margin: 2px;
  font-size: 12px;
  font-family: OpenSans-Semibold;
  background-color: transparent;
  outline: none;
  border: 1px solid #ed7633;
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.custom-table tbody tr td .table-icons:hover {
  color: #ffffff;
  background-color: #ed7633;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 15px #ed77337a;
  box-shadow: 0px 4px 15px #ed77337a;
}

.d-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-grp {
  position: relative;
  margin-bottom: 18px;
}

.d-grp .d-label {
  color: #151515;
  width: 100%;
  font-family: OpenSans-Semibold;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1;
}

.d-grp .d-inp {
  width: 100%;
  border-radius: 4px;
  height: 45px;
  padding: 10px 12px;
  border: 2px solid #d1d1d1;
  outline: none;
  font-size: 14px;
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.d-grp .d-inp.error {
  border: 2px solid #fc1500 !important;
}

.d-grp .d-inp.d-inp1 {
  height: auto !important;
}

.d-grp .d-inp:focus {
  border: 2px solid #d1d1d1;
}

.d-btn {
  border-radius: 4px;
}

.qtn-btn {
  background-color: transparent;
  width: auto;
  margin-left: 15px;
  color: #abafb3;
  font-family: OpenSans-Semibold;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}

.qtn-btn:focus {
  outline: none;
}

.d-update-pwd {
  color: #a9a9a9;
  font-size: 12px;
}

.d-pwd-update {
  border-radius: 12px;
  border: 1px solid #d1d1d1;
  padding: 20px 20px 25px 20px;
}

.d-test-title {
  color: #151515;
  font-family: OpenSans-Semibold;
  margin-bottom: 20px;
}

.d-test-box {
  background-color: rgba(237, 118, 51, 0.06);
  padding: 15px;
  margin-bottom: 40px;
}

.d-test-box.d-test-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 40vh;
}

.d-test-box .btn-add-question {
  width: 70px;
  border-radius: 4px;
}

.d-test-box .d-attach-title {
  color: #6a707e;
  margin-bottom: 10px;
}

.d-test-box .d-attach-title i {
  color: #ed7633;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 5px;
}

.d-test-box .d-test-attach-para {
  color: rgba(59, 59, 59, 0.98);
  margin-bottom: 15px;
}

.d-test-box .d-test-attach {
  width: 70%;
  height: 45px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #ed7633;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.d-test-box .d-test-attach .d-test-inp {
  height: 100%;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  opacity: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  z-index: 1;
}

.d-test-box .d-test-attach .d-test-label {
  cursor: pointer;
  background-color: #ed7633;
  height: 44px;
  position: relative;
  top: -1px;
  width: 100px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
}

.d-test-box .d-test-attach .filename {
  position: absolute;
  margin-bottom: 0;
  top: 5px;
  left: 4px;
  z-index: 0;
}
.explore-card {
  width: 230px;
  min-height: 220px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
}

.filepath {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .explore-card {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .explore-card {
    width: 100%;
  }
}

.explore-card .explore-box {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 7% 5%;
}

.explore-card .explore-box .explore-title {
  font-family: OpenSans-Bold;
  font-size: 18px;
  color: rgba(59, 59, 59, 0.98);
  margin-bottom: 18px;
}

.explore-card .explore-box .explore-list {
  list-style: none;
  margin: 1% 0%;
  padding-left: 0px;
}

.explore-card .explore-box .explore-list .lihoriz {
  font-family: OpenSans-Regular;
  font-size: 13px;
  color: rgba(59, 59, 59, 0.98);
  /* position: relative; */
  /* margin-bottom: 10px; */
  list-style-type: none;
}

.profile-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3% 0px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #031943;
  padding: 2px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.profile-pic:hover .upload-pic {
  opacity: 1;
}

.profile-pic .profile-pic-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-pic .upload-pic {
  background-color: rgba(43, 45, 48, 0.62);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.profile-pic .upload-pic label {
  color: #ffffff;
  font-family: Poppins-Regular;
  font-size: 12px;
  text-align: center;
}

.profile-pic .upload-pic .upload-pic-inp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  appearance: none;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.bcd-header {
  padding: 3% 4%;
  background-color: rgba(237, 118, 51, 0.06);
}

.bcd-header .bgc-goback {
  text-decoration: none;
  color: #151515;
  font-size: 14px;
  margin-bottom: 5px;
}

.bcd-header .bgc-goback:hover {
  color: #ed7633;
}

.bcd-header .bcd-title {
  margin-bottom: 0;
  font-size: 24px;
  color: #000000;
}

.bcd-main {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bcd-main .bcd-sidebar {
  width: 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(237, 118, 51, 0.06);
}

.bcd-main .bcd-sidebar .bcd-sidebar-header {
  width: 100%;
  border-top: 1px solid #ed7633;
  border-bottom: 1px solid #ed7633;
  padding: 20px 15px;
}

.bcd-main .bcd-sidebar .bcd-sidebar-header .bcd-sidebar-title {
  color: #000000;
  font-family: OpenSans-Semibold;
  font-size: 16px;
  margin-bottom: 6px;
}

.bcd-main .bcd-sidebar .bcd-sidebar-header .bcd-sidebar-subtitle {
  color: #000000;
  margin-bottom: 0;
  font-size: 12px;
}

.bcd-main .bcd-sidebar .bcd-sibar-count {
  padding: 20px 15px;
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bcd-main .bcd-sidebar .bcd-sidebar-menu {
  margin: 0;
  padding: 20px 15px;
  list-style-type: none;
  position: relative;
}

.bcd-main .bcd-sidebar .bcd-sidebar-menu .bcg-sidebar-item {
  position: relative;
}

.bcd-main
  .bcd-sidebar
  .bcd-sidebar-menu
  .bcg-sidebar-item:nth-last-child(1)
  .bcd-sidebar-link::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 0px;
  height: 0%;
  z-index: 0;
}

.bcd-main .bcd-sidebar .bcd-sidebar-menu .bcg-sidebar-item .bcd-sidebar-link {
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  color: #6a707e;
}

.bcd-main
  .bcd-sidebar
  .bcd-sidebar-menu
  .bcg-sidebar-item
  .bcd-sidebar-link::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6a707e;
  -webkit-box-shadow: 0px 0px 1px 4px rgba(104, 111, 125, 0.479);
  box-shadow: 0px 0px 1px 4px rgba(104, 111, 125, 0.479);
  z-index: 2;
}

.bcd-main
  .bcd-sidebar
  .bcd-sidebar-menu
  .bcg-sidebar-item
  .bcd-sidebar-link::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 1px;
  height: calc(100% + 16px);
  background-color: #6a707e;
  z-index: 0;
}

.bcd-main
  .bcd-sidebar
  .bcd-sidebar-menu
  .bcg-sidebar-item
  .bcd-sidebar-link.active {
  color: #151515;
}

.bcd-main
  .bcd-sidebar
  .bcd-sidebar-menu
  .bcg-sidebar-item
  .bcd-sidebar-link.active::before {
  background-color: #ed7633;
  -webkit-box-shadow: 0px 0px 1px 4px rgba(237, 118, 49, 0.479);
  box-shadow: 0px 0px 1px 4px rgba(237, 118, 49, 0.479);
}

.bcd-main
  .bcd-sidebar
  .bcd-sidebar-menu
  .bcg-sidebar-item
  .bcd-sidebar-link.active::after {
  background-color: #ed7633;
}

.bcd-main
  .bcd-sidebar
  .bcd-sidebar-menu
  .bcg-sidebar-item
  .bcd-sidebar-link
  .bcd-sidebar-link-name {
  font-family: OpenSans-Semibold;
  margin-bottom: 4px;
  font-size: 16px;
}

.bcd-main
  .bcd-sidebar
  .bcd-sidebar-menu
  .bcg-sidebar-item
  .bcd-sidebar-link
  .bcd-sidebar-link-time {
  font-size: 12px;
  margin-bottom: 0;
}

.bcd-main .bcd-box {
  width: 100%;
  position: relative;
  height: auto;
}

.bcd-main .bcd-box .bcd-box-header {
  width: 100%;
  padding: 3% 3%;
  background-color: #ed7633;
}

.bcd-main .bcd-box .bcd-box-header .bcd-box-header-title {
  margin-bottom: 17px;
  color: #ffffff;
  font-family: OpenSans-Semibold;
  font-size: 16px;
}

.bcd-main .bcd-box .bcd-box-header .bgc-progress {
  background-color: rgba(255, 255, 255, 0.411);
  border-radius: 30px;
  height: 13px;
  margin-bottom: 6px;
}

.bcd-main .bcd-box .bcd-box-header .bgc-progress .progress-bar {
  border-radius: 0px 30px 30px 0px;
}

.bcd-main .bcd-box .bcd-box-header .progress-label {
  font-size: 12px;
  color: #ffffff;
}

.bcd-box-data {
  width: 100%;
  position: relative;
}

.bcd-box-data .bcd-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-evenly;
}

.bcd-box-data .bcd-box-top .bcd-btn {
  cursor: pointer;
  border: 0px;
  outline: none;
  width: 200px;
  height: 40px;
  font-size: 14px;
  background-color: #3ce09b;
  color: #fff;
}

.bcd-display-data {
  padding: 0% 0% 3% 3%;
}

.bcd-display-data .bcd-box-content {
  font-size: 14px;
  color: #000000;
  margin: 12px 0px;
  line-height: 1.7;
  text-align: justify;
  padding-right: 10px;
}

.pending-eve.pending-eve {
  border-bottom: 1px solid #ed7633 !important;
}

.pending-eve.pending-eve .nav-link {
  color: #151515;
}

.pending-eve.pending-eve .nav-link.active,
.pending-eve.pending-eve .nav-item.show {
  border-color: #ed7633;
  border-bottom-color: #ffffff;
  color: #ed7633;
}

.nav-linkdd:hover {
  color: #ed7633;
}

.nav-linkdd {
  padding: 0.5rem 1.5rem;

  font-size: 14px;
  font-family: OpenSans-Bold;
}

/*# sourceMappingURL=dashboard.css.map */
