/* By Uk */

@font-face {
  font-family: Poppins-ExBold;
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Light;
  src: url("../fonts/Poppins/Poppins-Light.ttf");
}

@font-face {
  font-family: Poppins-Semibold;
  src: url("../fonts/Poppins/Poppins-Semibold.ttf");
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/Poppins/Poppins-Medium.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");
}

html {
  scroll-behavior: smooth;
}

.bg-white {
  background-color: #ffffff;
}

.mb {
  margin-bottom: 40px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.title {
  font-family: "Pacifico", cursive;
  font-size: 20px;
  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;
  }
}

.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: #004fd0;
  font-family: Poppins-Semibold;
  outline: none;
  color: #ffffff;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.langbtn{
  width: 120px;
  height: 45px;
  background-color: #004fd0;
  font-family: Poppins-Semibold;
  outline: none;
  color: #ffffff;
  border: 0px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .langbtn{
    width: 160px;
    height: 45px;
    background-color: #004fd0;
    font-family: Poppins-Semibold;
    outline: none;
    color: #ffffff;
    border: 0px;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    overflow-wrap: break-word;
  }
}


.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: Poppins-Semibold;
  outline: none;
  color: #000000;
  border: 1px solid #004fd0;
  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;
}

header {
  width: 100%;
  z-index: 999;
  padding: 0;
  margin: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

header .navbar {
  font-weight: 100;
  padding: 1.5% 11%;
  height: auto;
  top: 1%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media (max-width: 575.98px) {
  header .navbar {
    padding: 3% 2.5%;
    top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .navbar {
    padding: 3% 2.5%;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .navbar {
    padding: 3% 2.5%;
    top: 0;
  }
}

header .navbar.blackto {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 10px rgba(12, 12, 12, 0.145);
  box-shadow: 0px 2px 10px rgba(12, 12, 12, 0.145);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

header .navbar .navbar-toggler {
  outline: none;
}

header .navbar .navbar-brand {
  padding: 0;
  font-size: initial;
}

header .navbar .navbar-brand .logo-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navbar .navbar-brand .logo-media .logo-circle {
  background-color: #004fd0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 7px;
}

header .navbar .navbar-brand .logo-media .logo-name {
  margin: 0;
  font-size: 12px;
  color: #074fdf;
  font-family: Poppins-Bold;
}

header .navbar .custom-navbar-nav {
  position: relative;
}

header .navbar .custom-navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: rgba(59, 59, 59, 0.98);
  font-size: 14px;
  font-family: Poppins-Bold;
}

header .navbar .custom-navbar-nav .nav-item .nav-link:hover {
  -webkit-columns: #000000;
  columns: #000000;
}

@media (max-width: 575.98px) {
  header .navbar .custom-navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0.5rem;
  }
}

header .navbar .custom-navbar-nav .nav-item .nav-link.header-link {
  background-color: rgba(7, 79, 223, 0.329);
  border-radius: 100px;
  color: #074fdf;
}

.sidebar::-webkit-scrollbar {
  width: 5px;
}

.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(87, 87, 87, 0.3);
  box-shadow: inset 0 0 6px rgba(87, 87, 87, 0.3);
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #7176db73;
  border-radius: 6px;
}

.sidebar-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-list .sidebar-item {
  position: relative;
}

.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;
}

.sidebar-list .sidebar-item a[data-toggle][aria-expanded="true"] {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.26);
}

.sidebar-list .sidebar-item a[data-toggle][aria-expanded="true"] span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.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);
}

.sidebar-list .sidebar-item div[data-parent] {
  background-color: rgba(45, 72, 209, 0.418);
}

.sidebar-list .sidebar-item div[data-parent] .sidebar-link {
  font-size: 12px;
  padding-left: 5px;
}

.sidebar-list .sidebar-item .sidebar-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-family: Poppins-Regular;
  display: block;
  padding: 15px 5px 15px 20px;
  border-left: 7px 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);
}

.sidebar-list .sidebar-item .sidebar-link.active {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.26);
}

.sidebar-list .sidebar-item .sidebar-link:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.26);
}

.sidebar-list .sidebar-item .sidebar-link i {
  border-color: #ffffff;
  font-size: 14px;
  margin-right: 12px;
}

#dashboard-applied-jobs-accordion {
  list-style-type: none;
  border-radius: 5px;
  color: white;
  background: linear-gradient(-60deg, #020a53, #024fad, #100242, #0038d2);
  background-size: 500% 500%;
  animation: gradient 10s ease infinite;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#dashboard-applied-jobs-accordion li {
  border-top: 1px solid #23bdb8;
}

#dashboard-applied-jobs-accordion label {
  padding: 15px 25px 0px;
  font-size: 16px;
  width: 100%;
  color: yellow;
  font-weight: bold;
  font-family: Poppins-Regular;
  cursor: pointer;
}

#dashboard-applied-jobs-accordion label + input[type="radio"] {
  display: none;
}

#dashboard-applied-jobs-accordion .content {
  margin-bottom: 15px;
  display: flex;
  padding: 0 15px;
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

#dashboard-applied-jobs-accordion
  label
  + input[type="radio"]:checked
  + .content {
  max-height: 150px;
}

.dashboard-applied-jobs {
  border-radius: 5px;
  color: white;
  background: linear-gradient(-60deg, #025321, #04326b, #000417, #a50468);
  background-size: 500% 500%;
  animation: gradient 10s ease infinite;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: nowrap;
  min-height: 180px;
  position: relative;
  text-overflow: ellipsis;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.dashborad-job-cards-container {
  top: 75px;
  display: flex;
  padding: 0 0px 20px 15px;
  position: absolute;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
}

.dashborad-job-cards-container::-webkit-scrollbar {
  height: 8px;
}

.dashborad-job-cards-container::-webkit-scrollbar-button{
  background: none;
  width: 10%;
}

/* .dashborad-job-cards-container::-webkit-scrollbar-track-piece {
  background: #030303;
  margin-left: 50px;
  margin-right: 50px;
} */


.dashborad-job-cards-container::-webkit-scrollbar-track {
  background-color: #412c2c;
  border-radius: none;
}
.dashborad-job-cards-container::-webkit-scrollbar-thumb {
  background: #76fe5b;
  border-radius: none;
  border: 3px solid #412c2c;
}

.dashborad-job-card {
  padding: 12px 10px 12px;
  background: rgb(214, 214, 214);
  border-radius: 5px;
  min-width: 250px;
  margin-right: 15px;
  font-size: 14px;
  color: #000000;
  font-family: Poppins-Regular;
}

.dashborad-job-card:hover {
  background: #ffffff;
  cursor: pointer;
}

.top-dot {
  background-color: #dae0fb;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: -20%;
}

.custom-breadcrumb .breadcrumb {
  background-color: rgba(7, 79, 223, 0.329);
  padding: 1% 11%;
  height: 50px;
  margin: 0;
}

.custom-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #727272 !important;
}

.custom-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #a9a9a9;
}

.dashboard {
  padding: 5% 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.college {
  -webkit-box-shadow: 1px 1px 15px 0px #0baccc9b;
  -moz-box-shadow: 1px 1px 15px 0px #10d5e39b;
  box-shadow: 1px 1px 15px 0px #063ee59b;
  position: relative;
}

.college img {
  position: absolute;
  top: -30px;
  right: 2px;
}

.dashboard .sidebar {
  width: 230px;
  height: auto;
  -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-item {
  position: relative;
}

.dashboard .sidebar .sidebar-list .sidebar-item .sidebar-link {
  color: #fccb08;
  text-decoration: none;
  font-size: 14px;
  font-family: Poppins-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: #004fd0;
  color: #074fdf;
  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: 0% 2%;
  position: relative;
  width: 100%;
  height: auto;
}

.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: Poppins-Bold;
}

.dashboard .dashaboard-main .dashboard-data .dashboard-name {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}

.d-title {
  color: rgba(7, 79, 223, 0.329);
  font-family: Poppins-SemiBold;
  font-size: 35px;
}

.custom-table {
  border: 1px solid #dddfe1;
  
}

.custom-table.custom-table1 tbody tr:nth-child(odd) {
  background-color: rgba(7, 79, 223, 0.329);
}

.custom-table.custom-table1 tbody tr td {
  padding: 19px 14px;
}

.custom-table .thead-bg {
  background-color: rgba(7, 79, 223, 0.329);
}

.custom-table .thead-bg.thead-bg-white {
  background-color: #ffffff;
}

.custom-table .thead-bg th {
  font-family: Poppins-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;
}

.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: #727272;
  width: 100%;
  font-family: Poppins-Semibold;
  font-size: 11px;
  margin-bottom: 4px;
  line-height: 1;
}

@media screen and (max-width:425) {
  .d-grp .d-label {
    /* color: #727272; */
    color: red;
    width: 250px;
    font-family: Poppins-Semibold;
    font-size: 11px;
    margin-bottom: 4px;
    line-height: 1;
  }
  
}

.d-grp .d-inp {
  width: 100%;
  border-radius: 4px;
  height: 45px;
  padding: 10px 12px;
  border: 1px solid #d1d1d1;
  outline: none;
  font-size: 14px;
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.d-grp .d-inp.d-inp1 {
  height: auto !important;
}

.d-grp .d-inp:focus {
  border: 1px solid #074fdf;
}

.d-btn {
  border-radius: 4px;
}

.qtn-btn {
  background-color: transparent;
  width: auto;
  margin-left: 15px;
  color: #abafb3;
  font-family: Poppins-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: #727272;
  font-family: Poppins-Semibold;
  margin-bottom: 20px;
}

.d-test-box {
  background-color: rgba(7, 79, 223, 0.329);
  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: #074fdf;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 5px;
}

.d-test-box .d-test-attach-para {
  color: rgba(7, 79, 223, 0.329);
  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 #004fd0;
  margin-bottom: 20px;
  padding: 0;
}

.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;
}

.d-test-box .d-test-attach .d-test-label {
  cursor: pointer;
  background-color: #004fd0;
  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;
}

.explore-card {
  width: 230px;
  min-height: 220px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  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: Poppins-Bold;
  font-size: 18px;
  color: rgba(59, 59, 59, 0.98);
  margin-bottom: 18px;
}

.explore-card .explore-box .explore-list {
  list-style: none;
  margin: 3% 0%;
  padding-left: 0px;
}

.explore-card .explore-box .explore-list li {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: rgba(59, 59, 59, 0.98);
  position: relative;
  margin-bottom: 7px;
}

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2% 0% 4% 0%;
  background-color: rgba(7, 79, 223, 0.329);
}

footer .footer-heading {
  color: #fccf23;
  padding: 12px 0px;
  font-family: Poppins-Bold;
  font-weight: 100;
  font-size: 14px;
}

footer hr {
  border-top: 3px solid #004fd0;
}

footer .footer-list {
  position: relative;
  width: 100%;
}

footer .footer-list .footer-li {
  padding: 0px 0px;
  margin: 0;
}

footer .footer-list .footer-li .footer-link {
  color: #fccf23;
  font-size: 14px;
  font-family: Poppins-Regular;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

footer .footer-list .footer-li .footer-link:hover {
  color: #00a2ff;
  text-decoration: none;
}

footer .footer-list .footer-addr {
  padding: 10px 0px 0px 0px;
  margin: 0;
}

footer .footer-list .footer-addr .addr-iocn {
  color: white;
  padding: 0px 10px;
}

@media (max-width: 575.98px) {
  footer .footer-list .footer-addr .addr-iocn {
    padding: 0px 4px;
  }
}

footer .footer-list .footer-addr .addr-details {
  padding: 0;
  margin: 0;
  font-family: Poppins-Regular;
  font-weight: normal;
  font-size: 12px;
  color: white;
}

footer .copyright {
  color: rgba(59, 59, 59, 0.68);
  font-size: 14px;
}

footer .social-media {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer .social-media li {
  margin-right: 25px;
}

footer .social-media .social-list {
  color: rgba(59, 59, 59, 0.68);
  width: 47px;
  height: 47px;
  background-color: #ffffff;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 8px rgba(59, 59, 59, 0.12);
  box-shadow: 0px 2px 8px rgba(59, 59, 59, 0.12);
  -webkit-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

footer .social-media .social-list:hover {
  background-color: #004fd0;
}

footer .social-media .social-list:hover a {
  color: #ffffff;
}

footer .social-media .social-links {
  color: rgba(59, 59, 59, 0.68);
  font-family: Poppins-Bold;
  font-size: 14px;
  display: block;
  text-decoration: none;
}

/* CSS changes for power bi report*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  .powerbi-module-report {
    height: 50px;
  }

  .powerbi-module-report .report-container {
    height: 50px;
  }

  .powerbi-module-report-stats {
    height: 50px;
    width: 100%;
  }

  .powerbi-module-report-stats .report-stats-container {
    height: 50px;
    width: 100%;
  }

  body .main-body .page-body .welcome-widget {
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    width: fit-content;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .welcome-widget .date-of-joining-widget {
    background-color: #253aa3;
    padding: 10px;
    border-radius: 5px;
  }

  .body .main-body .page-body .stat-widget {
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
  }

  .stat-widget-body {
    height: 100px;
    width: 500px;
  }

  .welcome-widget .date-of-joining-widget .sub-label {
    color: white;
    font-size: 0.8rem;
    text-align: center;
  }

  .welcome-widget .date-of-joining-widget .label {
    color: white;
    font-size: 0.4rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
  }

  .welcome-avatar .welcome-avatar-logo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid rgb(4, 11, 88);
  }

  .welcome-content .title {
    color: #2a3050;
    font-size: 0.8rem;
    letter-spacing: 0.03px;
  }

  .welcome-content .sub-title {
    color: #878ba6;
    font-size: 0.5rem;
    letter-spacing: 0.01px;
  }

  .welcome-content .content {
    color: #2a3050;
    font-size: 0.6rem;
    letter-spacing: 0.01px;
    margin-top: 5px;
  }

  .feature-widget {
    width: 100%;
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
  }

  .feature-widget-header {
    width: 100%;
    background-color: #253aa3;
    padding: 14px 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  @media screen and (max-width: 425px) {
    .feature-widget {
      border: 1px solid #253aa34d;
      background-color: white;
      border-radius: 5px;
      zoom: 0.8;
    }
  
    
    .feature-widget-header {
      width: 100%;
      background-color: #253aa3;
      padding: 14px 14px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
  }


  .feature-widget .feature-widget-row-body {
    height: 250px;
  }

  .feature-widget .feature-widget-row-report-body {
    height: 250px;
  }

  .feature-widget .feature-widget-map-body {
    height: 250px;
  }

  .feature-widget .feature-widget-map-report-body {
    height: 250px;
  }

  .feature-widget .feature-widget-large-body {
    height: 120px;
  }

  .feature-widget .feature-widget-large-body-top {
    height: 120px;
  }

  .feature-widget .feature-widget-large-report-body {
    height: 120px;
    width: 100%;
  }

  .feature-widget .feature-widget-body {
    height: 120px;
  }

  .feature-widget .feature-widget-report-body {
    height: 120px;
    width: 100%;
  }

  .feature-widget .feature-widget-small-body {
    height: 500px;
  }

  .feature-widget .feature-widget-small-report-body {
    height: 500px;
    width: 100%;
  }

  .feature-widget-header .label {
    color: white;
    font-size: 1rem;
    flex-direction: column;
    word-wrap: break-word;
    width: 250px;
  }

  .feature-widget .table .table-header {
    color: #8b8b8b;
    font-weight: bold;
    font-size: 0.8rem;
  }

  .feature-widget .table .table-header tr {
    background-color: rgb(226, 226, 226);
    padding: 8px;
  }

  .feature-widget .table .table-header tr td {
    text-align: center;
  }

  .feature-widget .table .table-body tr td {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    font-size: 0.8rem;
    vertical-align: middle;
  }

  .feature-widget .table .table-body tr td .table-btn {
    background-color: #253aa3;
    padding: 6px 10px;
    width: 100%;
    font-size: 0.8rem;
    color: white;
    border-radius: 6px;
    cursor: pointer;
  }

  .feature-widget .table .table-body tr td:first-child {
    text-align: left;
    padding-left: 40px;
  }

  .feature-widget .table .table-body tr:last-child td {
    border-bottom: none;
    padding-bottom: 0px;
  }

  /* Account info widget ---- Start */

  /* .account-info-widget {
    background-color: #253aa3;
    padding: 46px 22px;
    border-radius: 6px;
  } */

  /* .account-info-widget .avatar-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    font-size: 1.5rem;
    font-weight: 200;
    color: #253aa3;
  } */

  /* .account-info-widget .account-info-content {
    flex: 1;
  } */

  /* .account-info-widget .label {
    color: white;
    font-size: 0.8rem;
    margin-left: 15px;
  } */
  /* 
  .account-info-widget .label span {
    font-weight: bold;
  } */

  /* Account info widget ---- End */
  /* University widget ---- Start */

  .univ-widget {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #253aa34d;
    padding-bottom: 10px;
  }

  .univ-widget .univ-header {
    color: white;
    background-color: #253aa3;
    font-size: 1rem;
    height: 50px;
  }

  .univ-widget .univ-body {
    height: 200px;
    width: 300px;
  }

  .univ-widget .univ-header .label {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
  }

  .univ-table {
    padding: 0px 5px;
  }

  .table-universities-header tr td {
    text-align: left;
    font-size: 0.7rem;
    color: #878ba6;
  }

  .table-universities-body tr td {
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    padding: 12px;
    font-size: 0.7rem;
  }

  .table-universities-body tr:last-child td {
    border-bottom: none;
  }

  .univ-btn {
    width: 100%;
    background-color: #253aa3;
    color: white;
    font-size: 0.9rem;
    padding: 6px 10px;
    border-radius: 6px;
    text-align: center;
  }

  /* University widget ---- End */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
  .powerbi-module-report {
    height: 50px;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
  .powerbi-module-report {
    height: 200px;
  }

  .powerbi-module-report .report-container {
    height: 200px;
    width: 100%;
  }

  .powerbi-module-report-stats {
    height: 350px;
    width: 100%;
  }

  .powerbi-module-report-stats .report-stats-container {
    height: 350px;
    width: 100%;
  }

  body .main-body .page-body .welcome-widget {
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
  }

  body .main-body .page-body .stat-widget {
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
  }

  .stat-widget-body {
    height: 270px;
    width: 1250px;
  }

  .welcome-widget .date-of-joining-widget {
    background-color: #253aa3;
    padding: 10px;
    border-radius: 5px;
  }

  .welcome-widget .date-of-joining-widget .sub-label {
    color: white;
    font-size: 0.7rem;
    text-align: center;
  }

  .welcome-widget .date-of-joining-widget .label {
    color: white;
    font-size: 0.9rem;
    text-align: center;
  }

  .welcome-avatar {
    /* padding: 4px;
    border-radius: 50%;
    background-color: #253aa3; */
  }

  .welcome-avatar .welcome-avatar-logo {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid white;
  }

  .welcome-content {
    /* margin-left: 30px; */
  }

  .welcome-content .title {
    color: #2a3050;
    font-size: 1.1rem;
    letter-spacing: 0.06px;
  }

  .welcome-content .sub-title {
    color: #878ba6;
    font-size: 0.8rem;
    letter-spacing: 0.06px;
  }

  .welcome-content .content {
    color: #2a3050;
    font-size: 0.9rem;
    letter-spacing: 0.06px;
    margin-top: 3px;
  }

  .feature-widget {
    width: 100%;
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
  }

  .feature-widget-header {
    width: 100%;
    background-color: #253aa3;
    padding: 14px 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .feature-widget .feature-widget-row-body {
    height: 280px;
  }

  .feature-widget .feature-widget-row-report-body {
    height: 280px;
    width: 100%;
  }

  .feature-widget .feature-widget-map-body {
    height: 1000px;
  }

  .feature-widget .feature-widget-map-report-body {
    height: 1000px;
    width: 100%;
  }

  .feature-widget .feature-widget-large-body {
    height: 350px;
  }

  .feature-widget .feature-widget-large-body-top {
    height: 120px;
  }

  .feature-widget .feature-widget-large-report-body {
    height: 350px;
    width: 100%;
  }

  .feature-widget .feature-widget-body {
    height: 350px;
  }

  .feature-widget .feature-widget-report-body {
    height: 350px;
    width: 100%;
  }

  .feature-widget .feature-widget-small-body {
    height: 400px;
  }

  .feature-widget .feature-widget-small-report-body {
    height: 400px;
    width: 100%;
  }

  .feature-widget-header .label {
    color: white;
    font-size: 1rem;
    flex-direction: column;
    word-wrap: break-word;
    width: 600px;
  }

  .feature-widget .table .table-header {
    color: #8b8b8b;
    font-weight: bold;
    font-size: 0.8rem;
  }

  .feature-widget .table .table-header tr {
    background-color: rgb(226, 226, 226);
    padding: 8px;
  }

  .feature-widget .table .table-header tr td {
    text-align: center;
  }

  .feature-widget .table .table-body tr td {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    font-size: 0.8rem;
    vertical-align: middle;
  }

  .feature-widget .table .table-body tr td .table-btn {
    background-color: #253aa3;
    padding: 6px 10px;
    width: 100%;
    font-size: 0.8rem;
    color: white;
    border-radius: 6px;
    cursor: pointer;
  }

  .feature-widget .table .table-body tr td:first-child {
    text-align: left;
    padding-left: 40px;
  }

  .feature-widget .table .table-body tr:last-child td {
    border-bottom: none;
    padding-bottom: 0px;
  }

  /* Account info widget ---- Start */

  /* .account-info-widget {
    background-color: #253aa3;
    padding: 46px 22px;
    border-radius: 6px;
  }

  .account-info-widget .avatar-circle {
    height: 80px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    font-size: 1.5rem;
    font-weight: 200;
    color: #253aa3;
  }

  .account-info-widget .account-info-content {
    flex: 1;
  }

  .account-info-widget .label {
    color: white;
    font-size: 0.8rem;
    margin-left: 15px;
  }

  .account-info-widget .label span {
    font-weight: bold;
  } */

  /* Account info widget ---- End */
  /* University widget ---- Start */

  .univ-widget {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #253aa34d;
    padding-bottom: 10px;
  }

  .univ-widget .univ-header {
    color: white;
    background-color: #253aa3;
    font-size: 1rem;
    height: 50px;
  }

  .univ-widget .univ-body {
    height: 200px;
    width: 300px;
  }

  .univ-widget .univ-header .label {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
  }

  .univ-table {
    padding: 0px 5px;
  }

  .table-universities-header tr td {
    text-align: left;
    font-size: 0.7rem;
    color: #878ba6;
  }

  .table-universities-body tr td {
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    padding: 12px;
    font-size: 0.7rem;
  }

  .table-universities-body tr:last-child td {
    border-bottom: none;
  }

  .univ-btn {
    width: 100%;
    background-color: #253aa3;
    color: white;
    font-size: 0.9rem;
    padding: 6px 10px;
    border-radius: 6px;
    text-align: center;
  }

  /* University widget ---- End */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
  .powerbi-module-report {
    height: 200px;
  }

  .powerbi-module-report .report-container {
    height: 200px;
    width: 100%;
  }

  .powerbi-module-report-stats {
    height: 280px;
    width: 100%;
  }

  .powerbi-module-report-stats .report-stats-container {
    height: 280px;
    width: 100%;
  }

  body .main-body .page-body .welcome-widget {
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
  }

  body .main-body .page-body .stat-widget {
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
  }

  .stat-widget-body {
    height: 270px;
    width: 1250px;
  }

  .welcome-widget .date-of-joining-widget {
    background-color: #253aa3;
    padding: 10px;
    border-radius: 5px;
  }

  .welcome-widget .date-of-joining-widget .sub-label {
    color: white;
    font-size: 0.7rem;
    text-align: center;
  }

  .welcome-widget .date-of-joining-widget .label {
    color: white;
    font-size: 0.9rem;
    text-align: center;
  }

  .welcome-avatar {
    /* padding: 4px;
    border-radius: 50%;
    background-color: #253aa3; */
  }

  .welcome-avatar .welcome-avatar-logo {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid white;
  }

  .welcome-content {
    /* margin-left: 30px; */
  }

  .welcome-content .title {
    color: #2a3050;
    font-size: 1.1rem;
    letter-spacing: 0.06px;
  }

  .welcome-content .sub-title {
    color: #878ba6;
    font-size: 0.8rem;
    letter-spacing: 0.06px;
  }

  .welcome-content .content {
    color: #2a3050;
    font-size: 0.9rem;
    letter-spacing: 0.06px;
    margin-top: 3px;
  }

  .feature-widget {
    width: 100%;
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
  }

  .feature-widget-header {
    width: 100%;
    background-color: #253aa3;
    padding: 14px 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .feature-widget .feature-widget-row-body {
    height: 280px;
  }

  .feature-widget .feature-widget-row-report-body {
    height: 280px;
    width: 100%;
  }

  .feature-widget .feature-widget-map-body {
    height: 1000px;
  }

  .feature-widget .feature-widget-map-report-body {
    height: 1000px;
    width: 100%;
  }

  .feature-widget .feature-widget-large-body {
    height: 350px;
  }

  .feature-widget .feature-widget-large-body-top {
    height: 120px;
  }

  .feature-widget .feature-widget-large-report-body {
    height: 350px;
    width: 100%;
  }

  .feature-widget .feature-widget-body {
    height: 350px;
  }

  .feature-widget .feature-widget-report-body {
    height: 350px;
    width: 100%;
  }

  .feature-widget .feature-widget-small-body {
    height: 400px;
  }

  .feature-widget .feature-widget-small-report-body {
    height: 400px;
    width: 100%;
  }

  .feature-widget-header .label {
    color: white;
    font-size: 1rem;
    flex-direction: column;
    word-wrap: break-word;
    width: 600px;
  }

  .feature-widget .table .table-header {
    color: #8b8b8b;
    font-weight: bold;
    font-size: 0.8rem;
  }

  .feature-widget .table .table-header tr {
    background-color: rgb(226, 226, 226);
    padding: 8px;
  }

  .feature-widget .table .table-header tr td {
    text-align: center;
  }

  .feature-widget .table .table-body tr td {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    font-size: 0.8rem;
    vertical-align: middle;
  }

  .feature-widget .table .table-body tr td .table-btn {
    background-color: #253aa3;
    padding: 6px 10px;
    width: 100%;
    font-size: 0.8rem;
    color: white;
    border-radius: 6px;
    cursor: pointer;
  }

  .feature-widget .table .table-body tr td:first-child {
    text-align: left;
    padding-left: 40px;
  }

  .feature-widget .table .table-body tr:last-child td {
    border-bottom: none;
    padding-bottom: 0px;
  }

  /* Account info widget ---- Start */

  /* .account-info-widget {
    background-color: #253aa3;
    padding: 46px 22px;
    border-radius: 6px;
  }

  .account-info-widget .avatar-circle {
    height: 80px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    font-size: 1.5rem;
    font-weight: 200;
    color: #253aa3;
  }

  .account-info-widget .account-info-content {
    flex: 1;
  }

  .account-info-widget .label {
    color: white;
    font-size: 0.8rem;
    margin-left: 15px;
  }

  .account-info-widget .label span {
    font-weight: bold;
  } */

  /* Account info widget ---- End */
  /* University widget ---- Start */

  .univ-widget {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #253aa34d;
    padding-bottom: 10px;
  }

  .univ-widget .univ-header {
    color: white;
    background-color: #253aa3;
    font-size: 1rem;
    height: 50px;
  }

  .univ-widget .univ-body {
    height: 200px;
    width: 300px;
  }

  .univ-widget .univ-header .label {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
  }

  .univ-table {
    padding: 0px 5px;
  }

  .table-universities-header tr td {
    text-align: left;
    font-size: 0.7rem;
    color: #878ba6;
  }

  .table-universities-body tr td {
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    padding: 12px;
    font-size: 0.7rem;
  }

  .table-universities-body tr:last-child td {
    border-bottom: none;
  }

  .univ-btn {
    width: 100%;
    background-color: #253aa3;
    color: white;
    font-size: 0.9rem;
    padding: 6px 10px;
    border-radius: 6px;
    text-align: center;
  }

  /* University widget ---- End */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */

  .university-bottm-report-style {
    height: 100%;
    width: 100%;
  }

  .powerbi-module-report {
    height: 200px;
  }

  .powerbi-module-report .report-container {
    height: 200px;
    width: 100%;
  }

  .powerbi-module-report-stats {
    height: 280px;
    width: 100%;
  }

  .powerbi-module-report-stats .report-stats-container {
    height: 280px;
    width: 100%;
  }

  body .main-body .page-body .welcome-widget {
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
  }

  body .main-body .page-body .stat-widget {
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
  }

  .stat-widget-body {
    height: 270px;
    width: 1250px;
  }

  .welcome-widget .date-of-joining-widget {
    background-color: #253aa3;
    padding: 20px;
    border-radius: 5px;
  }

  .welcome-widget .date-of-joining-widget .sub-label {
    color: white;
    font-size: 0.7rem;
    text-align: center;
  }

  .welcome-widget .date-of-joining-widget .label {
    color: white;
    font-size: 0.9rem;
    text-align: center;
  }

  .welcome-avatar {
    /* padding: 4px;
    border-radius: 50%;
    background-color: #253aa3; */
  }

  .welcome-avatar .welcome-avatar-logo {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid white;
  }

  .welcome-content {
    /* margin-left: 30px; */
  }

  .welcome-content .title {
    color: #2a3050;
    font-size: 1.1rem;
    letter-spacing: 0.06px;
  }

  .welcome-content .sub-title {
    color: #878ba6;
    font-size: 0.8rem;
    letter-spacing: 0.06px;
  }

  .welcome-content .content {
    color: #2a3050;
    font-size: 0.9rem;
    letter-spacing: 0.06px;
    margin-top: 3px;
  }

  .feature-widget {
    width: 100%;
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
  }

  .feature-widget-header {
    width: 100%;
    background-color: #253aa3;
    padding: 14px 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .feature-widget .feature-widget-row-body {
    height: 280px;
  }

  .feature-widget .feature-widget-row-report-body {
    height: 280px;
    width: 100%;
  }

  .feature-widget .feature-widget-map-body {
    height: 1100px;
  }

  .feature-widget .feature-widget-map-report-body {
    height: 1100px;
    width: 100%;
  }

  .feature-widget .feature-widget-large-body {
    height: 400px;
  }

  .feature-widget .feature-widget-large-body-top {
    height: 180px;
  }

  .feature-widget .feature-widget-large-report-body {
    height: 400px;
    width: 100%;
  }

  .feature-widget .feature-widget-body {
    height: 400px;
    width: 100%;
  }

  .feature-widget .feature-widget-report-body {
    height: 400px;
    width: 100%;
  }

  .feature-widget .feature-widget-small-body {
    height: 300px;
  }

  .feature-widget .feature-widget-small-report-body {
    height: 300px;
    width: 100%;
  }

  .feature-widget-header .label {
    color: white;
    font-size: 1rem;
    flex-direction: column;
    word-wrap: break-word;
    width: 600px;
  }

  .feature-widget .table .table-header {
    color: #8b8b8b;
    font-weight: bold;
    font-size: 0.8rem;
  }

  .feature-widget .table .table-header tr {
    background-color: rgb(226, 226, 226);
    padding: 8px;
  }

  .feature-widget .table .table-header tr td {
    text-align: center;
  }

  .feature-widget .table .table-body tr td {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    font-size: 0.8rem;
    vertical-align: middle;
  }

  .feature-widget .table .table-body tr td .table-btn {
    background-color: #253aa3;
    padding: 6px 10px;
    width: 100%;
    font-size: 0.8rem;
    color: white;
    border-radius: 6px;
    cursor: pointer;
  }

  .feature-widget .table .table-body tr td:first-child {
    text-align: left;
    padding-left: 40px;
  }

  .feature-widget .table .table-body tr:last-child td {
    border-bottom: none;
    padding-bottom: 0px;
  }

  /* Account info widget ---- Start */

  /* .account-info-widget {
    background-color: #253aa3;
    padding: 32px 22px;
    border-radius: 6px;
  }

  .account-info-widget .avatar-circle {
    height: 80px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    font-size: 1.5rem;
    font-weight: 200;
    color: #253aa3;
  }

  .account-info-widget .account-info-content {
    flex: 1;
  }

  .account-info-widget .label {
    color: white;
    font-size: 0.8rem;
    margin-left: 15px;
  }

  .account-info-widget .label span {
    font-weight: bold;
  } */

  /* Account info widget ---- End */
  /* University widget ---- Start */

  .univ-widget {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #253aa34d;
    padding-bottom: 10px;
  }

  .univ-widget .univ-header {
    color: white;
    background-color: #253aa3;
    font-size: 1rem;
    height: 50px;
  }

  .univ-widget .univ-body {
    height: 200px;
    width: 300px;
  }

  .univ-widget .univ-header .label {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
  }

  .univ-table {
    padding: 0px 5px;
  }

  .table-universities-header tr td {
    text-align: left;
    font-size: 0.7rem;
    color: #878ba6;
  }

  .table-universities-body tr td {
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    padding: 12px;
    font-size: 0.7rem;
  }

  .table-universities-body tr:last-child td {
    border-bottom: none;
  }

  .univ-btn {
    width: 100%;
    background-color: #253aa3;
    color: white;
    font-size: 0.9rem;
    padding: 6px 10px;
    border-radius: 6px;
    text-align: center;
  }

  /* University widget ---- End */
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
  .powerbi-module-report {
    height: 250px;
  }

  .powerbi-module-report .report-container {
    height: 250px;
    width: 200%;
  }

  .powerbi-module-report-stats {
    height: 35vh;
    width: 180vh;
  }

  .powerbi-module-report-stats .report-stats-container {
    height: 280px;
  }

  body .main-body .page-body .welcome-widget {
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
  }

  .welcome-widget .date-of-joining-widget {
    background-color: #253aa3;
    padding: 20px;
    border-radius: 5px;
  }

  .welcome-widget .date-of-joining-widget .sub-label {
    color: white;
    font-size: 0.7rem;
    text-align: center;
  }

  .welcome-widget .date-of-joining-widget .label {
    color: white;
    font-size: 0.9rem;
    text-align: center;
  }

  .welcome-avatar {
    /* padding: 4px;
    border-radius: 50%;
    background-color: #253aa3; */
  }

  .welcome-avatar .welcome-avatar-logo {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid white;
  }

  .welcome-content {
    /* margin-left: 30px; */
  }

  .welcome-content .title {
    color: #2a3050;
    font-size: 1.1rem;
    letter-spacing: 0.06px;
  }

  .welcome-content .sub-title {
    color: #878ba6;
    font-size: 0.8rem;
    letter-spacing: 0.06px;
  }

  .welcome-content .content {
    color: #2a3050;
    font-size: 0.9rem;
    letter-spacing: 0.06px;
    margin-top: 3px;
  }

  .feature-widget {
    width: 100%;
    border: 1px solid #253aa34d;
    background-color: white;
    border-radius: 5px;
  }

  .feature-widget-header {
    width: 100%;
    background-color: #253aa3;
    padding: 14px 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .feature-widget .feature-widget-row-body {
    height: 280px;
  }

  .feature-widget .feature-widget-row-report-body {
    height: 280px;
    width: 100%;
  }

  .feature-widget .feature-widget-map-body {
    height: 1500px;
  }

  .feature-widget .feature-widget-map-report-body {
    height: 1500px;
    width: 100%;
  }

  .feature-widget .feature-widget-body {
    height: 350px;
  }

  .feature-widget .feature-widget-report-body {
    height: 350px;
    width: 100%;
  }

  .feature-widget .feature-widget-small-body {
    height: 400px;
  }

  .feature-widget .feature-widget-small-report-body {
    height: 400px;
    width: 100%;
  }

  .feature-widget-header .label {
    color: white;
    font-size: 1rem;
    flex-direction: column;
    word-wrap: break-word;
    width: 600px;
  }

  .feature-widget .table .table-header {
    color: #8b8b8b;
    font-weight: bold;
    font-size: 0.8rem;
  }

  .feature-widget .table .table-header tr {
    background-color: rgb(226, 226, 226);
    padding: 8px;
  }

  .feature-widget .table .table-header tr td {
    text-align: center;
  }

  .feature-widget .table .table-body tr td {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    font-size: 0.8rem;
    vertical-align: middle;
  }

  .feature-widget .table .table-body tr td .table-btn {
    background-color: #253aa3;
    padding: 6px 10px;
    width: 100%;
    font-size: 0.8rem;
    color: white;
    border-radius: 6px;
    cursor: pointer;
  }

  .feature-widget .table .table-body tr td:first-child {
    text-align: left;
    padding-left: 40px;
  }

  .feature-widget .table .table-body tr:last-child td {
    border-bottom: none;
    padding-bottom: 0px;
  }

  /* Account info widget ---- Start */

  /* .account-info-widget {
    background-color: #253aa3;
    padding: 46px 22px;
    border-radius: 6px;
  }

  .account-info-widget .avatar-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    font-size: 1.5rem;
    font-weight: 200;
    color: #253aa3;
  }

  .account-info-widget .account-info-content {
    flex: 1;
  }

  .account-info-widget .label {
    color: white;
    font-size: 0.8rem;
    margin-left: 15px;
  }

  .account-info-widget .label span {
    font-weight: bold;
  } */

  /* Account info widget ---- End */
  /* University widget ---- Start */

  .univ-widget {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #253aa34d;
    padding-bottom: 10px;
  }

  .univ-widget .univ-header {
    color: white;
    background-color: #253aa3;
    font-size: 1rem;
    height: 50px;
  }

  .univ-widget .univ-body {
    height: 200px;
    width: 300px;
  }

  .univ-widget .univ-header .label {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
  }

  .univ-table {
    padding: 0px 5px;
  }

  .table-universities-header tr td {
    text-align: left;
    font-size: 0.7rem;
    color: #878ba6;
  }

  .table-universities-body tr td {
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    padding: 12px;
    font-size: 0.7rem;
  }

  .table-universities-body tr:last-child td {
    border-bottom: none;
  }

  .univ-btn {
    width: 100%;
    background-color: #253aa3;
    color: white;
    font-size: 0.9rem;
    padding: 6px 10px;
    border-radius: 6px;
    text-align: center;
  }

  /* University widget ---- End */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
  }
