html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #e3e7fa;
  font-family: Poppins-Regular;

  /* font-family: Poppins-Regular; */
}
* {
  box-sizing: border-box;
}

body .main-body {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button {
  background-color: #181313;
}

::-webkit-scrollbar-corner {
  background-color: #555;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.w-full {
  width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

.bg-primary {
  background-color: #253aa3;
}

.form-control:focus {
  outline: 0px !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #253aa3;
  border-radius: 8px;
}

.btn-secondary:focus,
.btn-primary:focus,
.btn-secondary:active,
.btn-primary:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary:hover {
  background-color: #253aa3 !important;
  color: white !important;
}

.btn-secondary:hover {
  background-color: white !important;
  color: #253aa3 !important;
}

.btn-secondary {
  background-color: #ffffff;
  border-radius: 8px;
  color: #253aa3;
  border-radius: 0px;
  font-size: 0.8rem;
}

p {
  margin: 0px;
}

.bg-grey {
  background-color: #878ba6;
}

/* Side bar and navigation ---- Start */
body .main-body .sidebar {
  display: block;
  width: 240px;
  background-color: #253aa3;
  height: 100vh;
  position: fixed;
  z-index: 1;
  overflow-y: scroll;
  z-index: 1000 !important;
}

body .main-body .sidebar .logo-section {
  width: 100%;
  height: 200px;
  background-color: #253aa3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
}

body .main-body .sidebar .logo-section .logo {
  height: 50px;
  width: 100px;
  border-radius: 5px;
}

body .main-body .sidebar .logo-section .label {
  background-color: white;
  padding: 5px 20px;
  border-radius: 5px;
  color: #253aa3;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -10px;
}

/* 
body .main-body .sidebar nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body .main-body .sidebar nav .nav-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px;
    color: white;
    font-size: 1rem;
    margin-bottom: 10px;
    text-decoration: none;
}

body .main-body .sidebar nav .active {
    background-color: rgba(255, 255, 255, 0.26);
    border-left: 10px solid white;
    padding-left: 20px;
} */

body .main-body .sidebar .logout {
  background-color: white;
  height: 45px;
  border-radius: 22px;
  color: #253aa3;
  margin: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .main-body .sidebar nav .logout .label {
  margin: 0px;
  padding: 3px 0px;
  font-size: 1rem;
  font-weight: 500;
}

body .main-body .sidebar nav .nav-item .nav-item-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

body .main-body .sidebar nav .nav-item .nav-item-container .nav-item-label {
  margin: 0px;
}

body .main-body .sidebar nav .nav-item .nav-item-container .nav-item-icon {
  margin-right: 16px;
}

body .main-body .sidebar nav .nav-item-collapsable-parent {
  margin-bottom: 0px;
}

body .main-body .sidebar nav .nav-item-collapsable-child {
  padding-left: 60px;
  font-size: 0.8rem;
  margin-bottom: 0px;
}

body .main-body .sidebar nav .child-active {
  background-color: rgba(255, 255, 255, 0.26);
  border-left: 10px solid white;
  padding-left: 50px;
}

body
  .main-body
  .sidebar
  nav
  .nav-item-collapsable-child
  .nav-item-container
  .nav-item-icon {
  margin-right: 10px;
}

/* Sidebar and navigation ---- End */

/* Main container and top bar ---- Start */

body .main-body .main-container {
  margin-left: 240px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: '50px';
  flex: 1;
}

body .main-body .main-container .topbar {
  height: 100px;
  width: calc(100% - 240px);
  display: flex;
  align-items: center;
  align-content: center;
  z-index: 999 !important;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  margin: -15px;
  
}
@media screen  and (max-width: 424px){
  .profile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 3px;
    margin-bottom: 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    
  }
  
  
  

}
@media screen  and (min-width: 425px){
  .profile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 3px;
    margin-bottom: 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 85%; */
    
  }
 

}

body .main-body .main-container .topbar .date {
  margin: 0px 10px;
  text-align: center;
  padding: 0px 0px 0px 20px;
  font-size: 0.9rem;
 
}

body .main-body .main-container .topbar .search {
  flex: 1;
  max-width: 440px;
  border: 2px solid #9499b71f;
  border-radius: 12px;
  padding: 3px;
  margin: 0px 10px;
  background-color: #eceff8;
}


body .main-body .main-container .topbar .search .form-control {
  border: none;
  background-color: transparent;
  font-weight: 400;
  margin: 0px 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .input-group{
    width: 140px;
    height: 40px;
    font-size: 9px;
  }
}


body
  .main-body
  .main-container
  .topbar
  .search
  .input-group-append
  .input-group-text {
  background-color: transparent;
  border: none;
  font-weight: 200;
}

.points-btn:focus,
.points-btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.points-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px 10px;
}

.hamburger {
  display: none;
}

.points-btn .btn-label {
  font-size: 0.8rem;
  padding: 0px 10px;
}

.points-btn .points {
  font-weight: bold;
  font-size: 1.2rem;
}

.dropdown-menu-right {
  padding: 0px;
}

.points-container {
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  
}

.points-container .credits-container {
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  padding-top: 40px;
  background-color: #253aa3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px){
  .points-container .credits-container {
     /* Adjust padding for mobile */
    padding-top: 20px; /* Adjust top padding for mobile */
    border-radius: 0; /* Remove border radius for mobile */
    width: auto; /* Adjust width for mobile */
    background-color: #253aa3;
  } 
}

.points-container .credits-container .label-head {
  font-size: 1.2rem;
  color: #fffacb67;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .points-container .credits-container .label-head {
    font-size: 1rem; /* Adjust font size for mobile */
    color: #fffacb67;
  }
}

.points-container .credits-container .label-body {
  font-size: 2.4rem;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
}
@media (min-width: 576px) and (max-width: 767.98px){
  .points-container .credits-container .label-body {
    font-size: 1.8rem; /* Adjust font size for mobile */
    margin-top: 4px; /* Adjust margin top for mobile */
    color: white;
  }
}

.points-container .credits-container .credits-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
}
@media (min-width: 576px) and (max-width: 767.98px){
  points-container .credits-container .credits-body {
    padding: 3px; /* Adjust padding for mobile */
    display: block;
  }
}

.credits-table {
  margin-top: 20px;
}

.credits-table tbody .t-row {
  height: 45px;
  border: 1px solid white;
}

.credits-table tbody .t-row .t-label {
  color: white;
  text-align: right;
  padding: 10px;
  font-size: 0.9rem;
}

.credits-table tbody .t-row .t-value {
  background-color: white;
  color: #253aa3;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.points-container .add-credits-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #253aa3;
  width: 100%;
  font-size: 0.9rem;
  padding: 10px 30px;
}

.points-container .add-credits-container .label {
  margin-left: 10px;
  font-weight: 500;
}

body .main-body .main-container .topbar .profile-avatar-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

body
  .main-body
  .main-container
  .topbar
  .profile-avatar-container
  .profile-name {
  margin: 0px;
  padding-right: 20px;
  font-size: 0.9rem;
}

body
  .main-body
  .main-container
  .topbar
  .profile-avatar-container
  .profile-avatar {
  height: 40px;
  width: 40px;
  background-color: #253aa3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.4rem;
}
.avatar_div {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Main container and top bar ---- End */

/* Main dashboard page ---- Start */

body .main-body .page-body {
  margin-top: 100px;
  flex: 1;
  padding-right: 10px;
  
}

body .main-body .page-body .row {
  margin: 0px;
}


/* Welcome widget ---- Start */
body .main-body .page-body .welcome-widget {
  border: 1px solid #253aa34d;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
}

.welcome-avatar .welcome-avatar-logo {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 2px solid white;
}

.list-of-corporates-card {
  border: 1px solid #253aa34d;
  background-color: white;
  border-radius: 10px;
}

.list-of-corporates-card
  .list-of-corporates-card-image
  .list-of-corporates-card-image-logo {
  height: 90px;
  width: 90px;
  border: 1px solid black;
  border-radius: 5px;
  padding: "20px";
}

.drive-icon-main {
  position: relative;
}

.drive-icon {
  position: absolute;
  top: -20px;
  right: -60px;
  color: rgba(0, 191, 255, 0.138);
}

.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;
}

/* Welcome widget ---- End */

/* Quick widgets --- Start */

.quick-widget {
  border: 1px solid #253aa34d;
  background-color: white;
  border-radius: 5px;
  padding-bottom: 10px;
  width: 32%;
  font-size: 0.9rem;
}

.quick-widget-1 {
  background-color: #fead43;
  width: 100%;
  color: white;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.quick-widget-2 {
  background-color: #5473e8;
  width: 100%;
  color: white;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.quick-widget-3 {
  background-color: #20bdc9;
  width: 100%;
  color: white;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.quick-widget-1 p,
.quick-widget-2 p,
.quick-widget-3 p {
  padding: 10px 15px;
}

.quick-widget .quick-widget-value {
  font-size: 2.5rem;
}

.quick-widget .quick-widget-label {
  font-size: 0.8rem;
}

/* Quick widgets ---- End */

/* Feature widget ---- Start */

.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-header .label {
  color: white;
  font-size: 1rem;
  flex: 1;
}

.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: 80%;
  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;
}

/* Feature widget ---- End */

/* Account info widget ---- Start */

.assessment-main {
  background: rgb(0, 26, 82);
  background: linear-gradient(
    0deg,
    rgb(163, 171, 188) 0%,
    rgb(2, 28, 83) 0%,
    rgb(3, 115, 176) 100%
  );
  border-radius: 5px;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 10px 0px #01233a9b;
  -moz-box-shadow: 1px 1px 10px 0px #0733039b;
  box-shadow: 1px 1px 10px 0px #0114269b;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.prepare-container {
  color: #e9f102;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  display: block;
}

.flip {
  height: 50px;
  overflow: hidden;
}

.flip > div > div {
  color: #e9f102;
  margin-bottom: 45px;
  display: inline-block;
}

.flip div:first-child {
  animation: show 8s linear infinite;
}

.flip div div {
  text-align: center;
  color: #e9f102;
  width: 100%;
  height: 100%;
}
.flip div:first-child div {
  text-align: center;
  color: #e9f102;
  width: 100%;
  height: 100%;
}
.flip div:last-child div {
  text-align: center;
  color: #e9f102;
  width: 100%;
  height: 100%;
}

@keyframes show {
  /* 0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;} */

  0% {
    margin-top: -900px;
  }
  3% {
    margin-top: -810px;
  }
  9.9% {
    margin-top: -810px;
  }
  12.9% {
    margin-top: -720px;
  }
  19.8% {
    margin-top: -720px;
  }
  22.8% {
    margin-top: -630px;
  }
  29.7% {
    margin-top: -630px;
  }
  32.7% {
    margin-top: -540px;
  }
  39.2% {
    margin-top: -540px;
  }
  42.2% {
    margin-top: -450px;
  }
  49.1% {
    margin-top: -450px;
  }
  52.1% {
    margin-top: -360px;
  }
  59% {
    margin-top: -360px;
  }
  62% {
    margin-top: -270px;
  }
  68.9% {
    margin-top: -270px;
  }
  71.9% {
    margin-top: -180px;
  }
  78.8% {
    margin-top: -180px;
  }
  81.8% {
    margin-top: -90px;
  }
  88.3% {
    margin-top: -90px;
  }
  91.3% {
    margin-top: 0px;
  }
  99.9% {
    margin-top: 0px;
  }
  100% {
    margin-top: -900px;
  }
}

/* p {
  position:fixed;
  width:100%;
  bottom:30px;
  font-size:12px;
  color:#999;
  margin-top:200px;
} */

.hidden {
  opacity: 0;
}
.console-container {
  font-family: Khula;
  font-size: 4em;
  text-align: center;
  height: 200px;
  width: 600px;
  display: block;
  position: absolute;
  color: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.console-underscore {
  display: inline-block;
  position: relative;
  top: -0.14em;
  left: 10px;
}

.assess-prepare {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: Poppins-ExBold;
  font-weight: bolder;
  text-transform: uppercase;
}

.account-info-widget {
  font-size: 15px;
  margin-top: 2px;
  text-transform: uppercase;
  font-family: "Poppins-Regular";
  background: linear-gradient(to right, #ffea08 10%, #25aef8 50%, #0ef70e 80%);
  background-color: #000000;
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2.5s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.account-info-widget:hover {
  cursor: pointer;
}

.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 */

/* Notifications widget ---- Start */

.notifications-widget {
  background-color: white;
  border-radius: 6px;
  border: 1px solid #253aa34d;
  padding-bottom: 10px;
}

.notifications-widget .header {
  color: white;
  background-color: #253aa3;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 12px 22px;
  font-size: 1rem;
}

.notifications-widget .header .label {
  margin-left: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.notification-list .notification-list-item {
  padding: 12.5px 8px;
  width: 100%;
  border-bottom: 1px solid #253aa34d;
}

.notification-btn {
  width: 100%;
  background-color: #253aa3;
  color: white;
  font-size: 0.9rem;
  padding: 6px 10px;
  border-radius: 6px;
  text-align: center;
}

.notification-list .notification-list-item .notification-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #253aa3;
  color: white;
  font-size: 1.4rem;
}

.notification-list .notification-list-item:last-of-type {
  border-bottom: none;
}

.notification-list .notification-list-item .notification-content {
  margin-left: 8px;
}

.notification-list .notification-list-item .notification-content .sub-title {
  font-size: 0.7rem;
  flex: 1;
}

.notification-list
  .notification-list-item
  .notification-content
  .title-with-badge {
  width: 100%;
}

.notification-list
  .notification-list-item
  .notification-content
  .title-with-badge
  .icon-badge {
  background-color: #c2c4d1;
  font-size: 0.5rem;
  color: white;
  padding: 1px 2px;
  margin-left: 5px;
  border-radius: 10px;
}

.notification-list
  .notification-list-item
  .notification-content
  .title-with-badge
  .icon-badge
  i {
  margin-right: 5px;
}

.notification-list
  .notification-list-item
  .notification-content
  .title-with-badge
  .title {
  font-size: 0.76rem;
}

/* Notifications 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;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 12px 12px;
  font-size: 1rem;
}

.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 */

/* Stat widget stripe ---- Start */

.stat-widget {
  background-color: #253aa3;
  min-height: 80px;
  border-right: 1px solid white;
  flex: 1;
}

.stat-widget:last-of-type {
  border-right: none;
}

.stat-widget .statNo {
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

.stat-widget .stat-content {
  margin-left: 20px;
  color: white;
  text-transform: uppercase;
}

.stat-widget .stat-content .title {
  font-size: 1rem;
}

.stat-widget .stat-content .sub-title {
  font-size: 0.8rem;
}

.stat-widget .stat-content .sub-title-1 {
  font-size: 1.2rem;
}

/* Stat widget stripe ---- End */

/* Stat info widget stripe ---- Start */

.stat-info-widget {
  width: 32%;
  padding: 24px;
}

.stat-info-widget:first-of-type {
  background: transparent linear-gradient(91deg, #f68b10 0%, #f44e7f 100%) 0% 0%
    no-repeat padding-box;
}

.stat-info-widget:nth-of-type(2) {
  background: transparent linear-gradient(91deg, #8310f6 0%, #12b8d3 100%) 0% 0%
    no-repeat padding-box;
}

.stat-info-widget:nth-of-type(3) {
  background: transparent linear-gradient(91deg, #f610e1 0%, #7b0beb 100%) 0% 0%
    no-repeat padding-box;
}

.stat-info-widget .stat-info-content {
  text-transform: uppercase;
  color: white;
}

.stat-info-widget .stat-info-content .title {
  font-weight: 500;
  font-size: 1rem;
}

.stat-info-widget .stat-info-content .sub-title {
  font-weight: 200;
  font-size: 0.8rem;
}

.stat-info-widget .stat-info-content .stat-info-no {
  font-size: 3rem;
  font-weight: bold;
}

/* Stat info widget stripe ---- End */

.purchase-modal-header {
  border: none;
}

.purchase-modal-header .modal-title {
  text-align: center;
}

.purchase-modal .modal-footer-full-btn {
  background-color: #253aa3;
  color: white;
  font-size: 1rem;
  padding: 15px 18px;
  text-align: center;
  font-weight: bold;
}

.purchase-modal .purchase-modal-header {
  padding: 10px;
}

.purchase-modal .purchase-modal-body {
  padding: 0px 20px;
}

.purchase-modal .purchase-modal-body .label {
  text-align: center;
  color: #cacaca;
  font-size: 0.9rem;
}

.purchase-modal .purchase-modal-body .credits-input {
  width: 60%;
  margin: 20px;
  font-size: 1.5rem;
}

/* JOBS STYLING START */
.published-jobs-section {
  height: 450px;
  overflow-y: scroll;
}

.published-jobs-section .heading {
  text-align: center;
  font-size: 1.2rem;
  color: #2a3050;
  font-weight: 500;
  margin-bottom: 20px;
}

.published-jobs-section .add-job-btn {
  background-color: #253aa3;
  color: white;
  margin-top: 20px;
  padding: 14px 60px;
  text-align: center;
  border-radius: 6px;
  font-size: 0.9rem;
}

.jobs-list-item {
  background-color: white;
  border: 1px solid #253aa34d;
  border-radius: 6px;
  margin-bottom: 10px;
}

.jobs-list-item .item {
  flex: 1;
  padding: 10px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .jobs-list-item .item {
    flex: 1;
    padding: 5px;
    width: 100%;
    zoom:0.9;
    
  }
  .jobs-list-item {
    background-color: white;
    border: 1px solid #253aa34d;
    border-radius: 6px;
    
  }
  

}
.jobs-list-item .job-icon {
  border-radius: 6px;
  color: white;
  padding: 12px;
  font-size: 1.4rem;
}

.job-blue-icon {
  background-color: #5473e8;
}

.job-orange-icon {
  background-color: #fead43;
}

.jobs-list-item .item .job-label {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 20px;
}

.jobs-list-item .item .job-published-date {
  flex: 1;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
}

.jobs-list-item .item .job-dropdown {
  flex: 1;
  border: 1px solid #253aa34d;
  background-color: white;
  font-size: 0.9rem;
  margin: 0px 10px;
}

.vertical-divider {
  width: 1px;
  background-color: #f5f6fa;
  min-height: 60px;
  max-height: 60px;
}

.jobs-list-item .job-list-item-details-container {
  padding: 12px;
}

.jobs-list-item .job-list-item-details-container .job-details-btn {
  border-radius: 6px;
  padding: 6px 30px;
  margin: 10px;
  background-color: #253aa3;
  min-width: 180px;
}

.jobs-list-item .job-list-item-details-container .job-details-btn p {
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.jobs-list-item .job-list-item-details-container .job-details-btn i {
  color: white;
  font-size: 0.8rem;
}

.jobs-saved-section .heading {
  text-align: center;
  font-size: 1.2rem;
  color: #2a3050;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 14px;
  background-color: #aeb1c5e7;
}

.jobs-saved-section-list .no-list-message {
  text-align: center;
  font-size: 1.2rem;
  color: #8e91a5e7;
  font-weight: 500;
  margin-bottom: 20px;
  margin: 12px;
}

.job-details-modal .job-details-modal-header {
  background-color: #253aa3;
}

.job-details-modal .job-details-modal-header .heading {
  font-size: 1.2rem;
  color: white;
  text-align: center;
  font-weight: 500;
}

.job-details-modal .job-details-modal-header button {
  color: white;
}

.job-details-modal .job-details-modal-body {
  padding: 20px;
}

.job-details-modal .job-details-modal-body .header {
  background-color: #253aa3;
  padding: 20px;
  border-radius: 0px;
}

.job-details-modal .job-details-modal-body .header .form-control {
  margin: 0px 10px;
  font-size: 0.9rem;
}

.job-details-modal
  .job-details-modal-body
  .job-details-table
  .job-details-table-header
  tr {
  background-color: rgb(226, 226, 226);
}

.job-details-modal
  .job-details-modal-body
  .job-details-table
  .job-details-table-header
  tr
  td {
  font-size: 0.9rem;
  font-weight: 400;
}

.job-details-modal .job-details-modal-body .job-details-table tbody tr td {
  font-size: 0.9rem;
}

/* Add new jobs section */
.page-body .add-new-jobs-section {
  margin: 0px !important;
}

.add-new-jobs-section .heading {
  text-align: center;
  font-size: 1.2rem;
  color: #2a3050;
  font-weight: 500;
  padding: 10px 20px;
}

.add-new-jobs-section .job-details-form {
  background-color: rgba(135, 139, 166, 0.31);
  padding: 10px 14px;
}

.add-new-jobs-section .job-details-form .form-control {
  max-width: 30%;
  height: 50px;
}

.add-new-jobs-section .add-new-jobs-section-list {
  padding: 12px;
  background-color: white;
}

.add-new-jobs-section
  .add-new-jobs-section-list
  .add-new-jobs-section-item
  .form-control {
  flex: 1;
  margin: 0px 4px;
}

.add-new-jobs-section
  .add-new-jobs-section-list
  .add-new-jobs-section-item
  .sno {
  font-size: 1rem;
  font-weight: 500;
  margin: 10px;
  padding: 4px;
}

.add-new-jobs-section
  .add-new-jobs-section-list
  .add-new-jobs-section-item
  .round-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #253aa3;
  color: white;
  font-size: 1rem;
  margin: 0px 5px 0px 10px;
}

.add-new-jobs-section .job-btn {
  width: 24%;
  background-color: #253aa3;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  padding: 15px 18px;
  margin: 0px 5px;
  border-radius: 6px;
}

.job-publish-modal .job-publish-modal-header {
  background-color: #253aa3;
}

.job-publish-modal .job-publish-modal-header .heading {
  font-size: 1.2rem;
  color: white;
  text-align: center;
  font-weight: 500;
}

.job-publish-modal .job-publish-modal-header button {
  color: white;
}

.job-publish-modal .job-publish-modal-body {
  padding: 20px;
}

.job-publish-modal .job-publish-modal-body .heading-section .header {
  background-color: #253aa3;
  padding: 15px 20px;
  border-radius: 0px;
}

.job-publish-modal .job-publish-modal-body .heading-section .header .label {
  color: white;
  font-size: 0.9rem;
}

.job-publish-modal .job-publish-modal-body .heading-section .header i {
  color: white;
  padding: 0px 10px;
}

.job-publish-modal .job-publish-modal-body .heading-section .body-section {
  flex: 1;
}

.job-publish-modal
  .job-publish-modal-body
  .heading-section
  .body-section
  .job-btn {
  width: 24%;
  background-color: #253aa3;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  padding: 15px 18px;
  margin: 0px 5px;
  border-radius: 6px;
}

.job-publish-modal .job-publish-modal-body .heading-section .job-checkbox {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.job-publish-modal
  .job-publish-modal-body
  .job-publish-table
  tbody
  tr
  td
  .table-item-checkbox {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.job-publish-modal
  .job-publish-modal-body
  .heading-section
  .header
  .form-control {
  margin: 0px 10px;
  font-size: 0.9rem;
  max-width: 180px;
}

.job-publish-modal .job-publish-modal-body .heading-section .header .job-label {
  font-size: 0.9rem;
  color: white;
}

.job-publish-modal
  .job-publish-modal-body
  .heading-section
  .header
  .job-heading-btn {
  font-size: 0.9rem;
  color: white;
  border: 1px solid white;
  border-radius: 6px;
  padding: 6px 10px;
}

.job-publish-modal
  .job-publish-modal-body
  .job-publish-table
  .job-publish-table-header
  tr {
  background-color: rgb(226, 226, 226);
}

.job-publish-modal
  .job-publish-modal-body
  .job-publish-table
  .job-publish-table-header
  tr
  td {
  font-size: 0.9rem;
  font-weight: 400;
}

.job-publish-modal .job-publish-modal-body .job-publish-table tbody tr td {
  font-size: 0.9rem;
}

.publish-selected-btn-container {
  margin-bottom: 20px;
}

.publish-job-checkbox {
  height: 20px;
  width: 20px;
  margin-right: 20px;
}

.publish-selected-btn {
  width: 18%;
  background-color: #253aa3;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  padding: 10px 15px;
  margin: 0px 5px;
  border-radius: 6px;
}

/*jobs section ---- End */

/* Universities section ---- Start */
.universities-section .heading {
  font-size: 1rem;
  font-weight: 500;
}

.universities-filter-section {
  padding: 24px 30px;
  background-color: #253aa3;
  margin-top: 12px;
  border-radius: 6px;
}

.universities-filter-section .filter-input-container {
  flex: 1;
}

.universities-filter-section .filter-input-container .search-univ {
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.universities-filter-section
  .filter-input-container
  .drop-down-inputs-container
  .select-filter {
  font-size: 0.8rem;
  margin: 0px 6px;
  
}

.universities-filter-section
  .filter-input-container
  .drop-down-inputs-container
  .select-filter:first-child {
  margin-left: 0px;
}

.universities-filter-section
  .filter-input-container
  .drop-down-inputs-container
  .select-filter:last-child {
  margin-right: 0px;
}

.universities-filter-section
  .filter-input-container
  .drop-down-inputs-container
  .dividerWord {
  margin: 0px 6px;
  font-size: 0.75rem;
  color: white;
}

.universities-filter-section .filter-search-btn-container .univ-search-btn {
     border-radius: 4px;
    padding: 10px 40px;
    background-color: #20bdc9;
    color: white;
    font-size: 0.8rem;
    margin: 0px 91px -1px 39px;
}

.universities-filter-section .filter-search-btn-container .univ-search-btn p {
  margin-right: 20px;
}

.universities-list-container .heading {
  font-size: 1.2rem;
  color: rgb(124, 124, 124);
  font-weight: 500;
  margin-bottom: 14px;
}

.universities-list-container .filter-chips-list .filter-chip {
  font-size: 0.5rem;
  background-color: #5473e8;
  border-radius: 6px;
  color: white;
  padding: 2px;
  margin: 0px 3px;
}

.universities-list-container .filter-chips-list .filter-chip p {
  padding: 0px 8px;
}

.universities-list-container .filter-chips-list .filter-chip .fas {
  padding: 0px 4px;
}

.university-item {
  padding: 18px 4px;
  background-color: white;
  border: 1px solid rgb(197, 196, 196);
  border-radius: 6px;
  margin-bottom: 14px;
}

.university-item .univ-item-container {
  width: 400px;
 
}

.university-item .univ-item-container .univ-icon {
  padding: 8px;
  border: 1px solid rgb(172, 172, 172);
  border-radius: 6px;
  margin-right: 16px;
}

.universities-list-container {
  width: 100%;
  margin-right: 25px;
}

@media (min-width: 576px) and (max-width: 767.98px) {

  .universities-list-container {
    width: 100%;
    margin-right: 25px;
  }
  

}
.university-item .univ-item-container .univ-icon i {
  font-size: 2rem;
  color: rgb(230, 230, 230);
}

@media (min-width: 320px) and (max-width: 767.98px) {
  .university-item .univ-item-container .univ-icon i {
    font-size: 2rem;
    color: rgb(230, 230, 230);
  }
  

}

.university-item .univ-item-container .univ-basic-info .title {
  font-size: 0.8rem;
  color: black;
  margin-bottom: 3px;
}



.university-item .univ-item-container .univ-basic-info .sub-title {
  font-size: 0.7rem;
  color: grey;
}

@media (min-width: 320px) and (max-width: 767.98px) {

  .university-item .univ-item-container .univ-basic-info .sub-title {
    font-size: 0.7rem;
    color: grey;
  } 

}

.university-item .univ-info-item .title {
  font-size: 0.6rem;
  color: grey;
  margin-bottom: 3px;
  
}

@media (min-width: 320px) and (max-width: 767.98px) {

  .university-item .univ-info-item .title {
    font-size: 0.6rem;
    color: grey;
    margin-bottom: 3px;
  }
  

}

.university-item .univ-info-item .sub-title {
  font-size: 0.7rem;
  color: black;
}

@media (min-width: 320px) and (max-width: 767.98px) {

  .university-item .univ-info-item .sub-title {
    font-size: 0.7rem;
    color: black;
  } 

}

.vertical-divider-2 {
  width: 1px;
  background-color: #e0e0e0;
  min-height: 50px;
  max-height: 50px;
}

@media screen and (max-width:425px){
  .vertical-divider-2 {
    width: 100%;
    min-height: 1px;
    max-height: 1px;
    height: 1px;
    margin: 10px 0; 
  }
 
}

.uni_borders {
  border-right: 2px solid #e0e0e0;
}

.university-item .univ-view-more-btn {
  border-radius: 4px;
  background-color: #253aa3;
  padding: 7px 25px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

.uni_alignments {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Universities section ---- End */

/* Single University ---- Start */
.single-university-section .header .backBtn {
  border-radius: 4px;
  border: 1px solid grey;
  padding: 3px 10px;
  font-size: 0.9rem;
  cursor: pointer;
  
}
@media screen and (max-width:425px){

  .single-university-section .header .backBtn {
    padding: 5px 8px; 
    font-size: 0.8rem; 
    zoom: 0.8;
  }
  .single-university-section .header .title-container {
    margin-left: 10px;
    zoom: 0.8;
  }
  .single-university-section .header .title-container .title {
    text-align: center;
    font-size: 1.2rem;
    color: grey;
    font-weight: 500;
    display: block;
   
    
  }

}

.single-university-section .header .backBtn .btnLabel {
  margin-left: 15px;
  
}

.single-university-section .header .title-container {
  margin-left: 350px;
}

.single-university-section .header .title-container .title {
  text-align: center;
  font-size: 1.4rem;
  color: grey;
  font-weight: 500;
 
}

.single-university-section .university-info-widget {
  border-radius: 4px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-top: 20px;
  background-color: white;
  
}
@media screen and (max-width:425px){
  .single-university-section .university-info-widget {
    border-radius: 4px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-top: 20px;
    background-color: white;
    zoom: 0.9;
  
  } 
}

.single-university-section
  .university-info-widget
  .university-info-plain-stripe {
  height: 60px;
  background-color: #253aa3;
}


.single-university-section .university-info-widget .univ-info .univ-header {
  margin: 0px 0px 0px 30px;
  
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-verticle-border {
  width: 1px;
  background-color: #ccc;
  min-height: 110px;
  max-height: 110px;
 
  
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-header
  .univ-logo {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  margin-top: -30px;
  overflow: hidden;
  border: 2px solid #253aa3;
}

.univ-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-header
  .univ-header-name {
  padding: 14px;
  margin-right: 50px;
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-header
  .univ-header-name
  .title {
  font-weight: 500;
  color: black;
  font-size: 1.4rem;
  text-transform: capitalize;
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-header
  .univ-header-name
  .sub-title {
  font-weight: 400;
  color: grey;
  font-size: 0.9rem;
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-info-widget {
  flex: 1;
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-info-widget
  .univ-info-data-list
  .univ-info-data {
  padding: 10px;
  flex: 1;
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-info-widget
  .univ-info-data-list
  .univ-verticle-border-3 {
  width: 1px;
  background-color: #ccc;
  min-height: 60px;
  max-height: 60px;
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-info-widget
  .univ-info-data-list
  .univ-info-data
  .title {
  color: grey;
  font-size: 0.8rem;
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-info-widget
  .univ-info-data-list
  .univ-info-data
  .sub-title {
  font-size: 0.95rem;
  font-weight: 700;
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-info-widget
  .univ-course-stripe {
  padding: 20px 0px;
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-info-widget
  .univ-course-stripe
  .title {
  padding-left: 50px;
  font-size: 0.8rem;
  color: grey;
}

.single-university-section
  .university-info-widget
  .univ-info
  .univ-info-widget
  .univ-course-stripe
  .sub-title {
  padding-left: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
}

@media screen and (max-width:450px) {
  .university-info-widget ,
  .viewPxMob
  {
    display: flex;
    flex-direction: column;
  }  
}



.single-university-section .univ-profile-container {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #ccc;
  background-color: white;
  
}

.single-university-section .univ-profile-container .profile-bar {
  background-color: #253aa3;
  width: 120px;
  height: 100%;
 
}

.profile-box .univ-profile-container {
  border-left: 30px solid #253aa3;
}

.single-university-section .univ-profile-container .univ-profile {
  /* padding: 20px 20px 20px 40px; */
  padding: 30px 25px;
  border-left: none;
}

.single-university-section .univ-profile-container .univ-profile .title {
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.single-university-section .univ-profile-container .univ-profile .sub-title {
  font-size: 0.8rem;
  color: grey;
}

.single-university-section .univ-quick-widgets-container {
  margin-top: 20px;
}

.single-university-section .univ-quick-widgets-container .univ-quick-widget {
  width: 30%;
  flex: 1;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.single-university-section
  .univ-quick-widgets-container
  .univ-quick-widget:nth-child(2) {
  margin: 0px 30px;
}

.single-university-section
  .univ-quick-widgets-container
  .univ-quick-widget
  .fas {
  color: #253aa3;
  font-size: 3rem;
  padding-top: 20px;
}

.single-university-section
  .univ-quick-widgets-container
  .univ-quick-widget
  .title {
  text-transform: uppercase;
  /* font-size: 1.2rem; */
  padding: 10px 0px 20px 0px;
  font-weight: bold;
}

.single-university-section
  .univ-quick-widgets-container
  .univ-quick-widget
  .quick-widget-btn {
  background-color: #253aa3;
  padding: 10px;
  color: white;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.single-university-section .univ-subscription-history-stripe {
  background-color: #cdd0de;
  width: 100%;
  margin-top: 20px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.single-university-section .univ-subscription-history-stripe .label {
  padding: 12px 0px;
  font-size: 1rem;
  color: black;
  text-align: center;
  font-weight: 700;
}

.single-university-section .univ-subscription-list-container {
  margin-top: 20px;
}

.single-university-section .univ-subscription-list-container .univ-sub-item {
  background-color: white;
  border: 1px solid grey;
  border-radius: 4px;
  width: 100%;
  padding: 17px 10px;
  margin-bottom: 20px;
}

.single-university-section
  .univ-subscription-list-container
  .univ-sub-item
  .sub-type-container {
  width: 30%;
}

.single-university-section
  .univ-subscription-list-container
  .univ-sub-item
  .sub-type-container
  .icon {
  color: #253aa3;
  font-size: 1.8rem;
}

.single-university-section
  .univ-subscription-list-container
  .univ-sub-item
  .sub-type-container
  .sub-label {
  font-size: 1rem;
  margin-left: 30px;
}

.single-university-section
  .univ-subscription-list-container
  .univ-sub-item
  .name-address
  .title {
  font-size: 0.8rem;
  margin-bottom: 3px;
}

.single-university-section
  .univ-subscription-list-container
  .univ-sub-item
  .name-address
  .sub-title {
  font-size: 0.7rem;
  color: grey;
}

.single-university-section
  .univ-subscription-list-container
  .univ-sub-item
  .sub-item-container
  .title {
  font-size: 0.6rem;
  color: grey;
}

.single-university-section
  .univ-subscription-list-container
  .univ-sub-item
  .sub-item-container
  .sub-title {
  font-size: 0.7rem;
}

.single-university-section
  .univ-subscription-list-container
  .univ-sub-item
  .view-info-btn {
  padding: 5px 20px;
  font-size: 0.75rem;
  background-color: #253aa3;
  color: white;
  text-align: center;
  border-radius: 4px;
}

.single-university-section
  .univ-subscription-list-container
  .univ-sub-item
  .vertical-border {
  width: 1px;
  background-color: #d8d8d8;
  min-height: 60px;
  max-height: 60px;
}

.single-university-section .filter-heading .label {
  text-align: center;
  font-size: 1rem;
  color: grey;
  margin-top: 20px;
  font-weight: 500;
}

.single-university-section .search-filter-container {
  padding: 20px 30px;
  background-color: #253aa3;
  border-radius: 4px;
}

.single-university-section .search-filter-container .item {
  flex: 1;
}

.single-university-section .search-filter-container .form-control {
  font-size: 0.85rem;
}

.single-university-section .search-filter-container .item:nth-child(3) {
  flex: 2;
}

.single-university-section .search-filter-container .dividerWord {
  color: white;
  font-size: 0.9rem;
  margin: 0px 20px;
}

.single-university-section .search-filter-container .students-list-btn {
  text-align: center;
  padding: 10px 10px;
  color: white;
  font-size: 0.85rem;
  background-color: #20bdc9;
  border-radius: 4px;
  margin-left: 20px;
}

.single-university-section .search-filter-container {
  margin-top: 20px;
}

.single-university-section
  .search-filter-container
  .four-filters
  .form-control {
  margin: 10px;
  font-size: 0.85rem;
}

/* Single University ---- End */

.btn1 {
  width: 227px !important;
  height: 45px;

  font-size: 11px !important;
}

.spanGreen {
  width: 350px !important;
  font-size: 11px !important;
  border-radius: 10px;
  margin-right: 35px !important;
}

.btn_text {
  color: #8b8b8b;
  /* font-size: 14px; */
}

.aligh_text {
  text-align: right;
  width: 50%;
}

.align_verifed {
  text-align: right;
  width: 50%;
}

.align {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  /* margin-left: 240px ; */
}

.subscribe_body {
  padding: 30px;
}

.subscribe_el1 {
  width: auto;
  display: flex;
  justify-content: space-between;
  background-color: #878ba6;
  padding: 15px;

  color: #3c425f;
}

.subscribe_el1 .bull::before {
  content: "\2022";
  color: #2a3050;
  font-weight: bold;
  display: inline-block;
  /* width: 1em; */
  font-size: 20px;
}

.subscribe_el1 p,
.subscribe_el2 p,
.subscribe_el3 p {
  font-size: 18px;
}

.subscribe_el1 p span {
  font-size: 16px;
}

.subscribe_el2 {
  display: flex;
  justify-content: space-between;
  background-color: #e5e5eb;
  padding: 15px;
  color: #3c425f;
}

.subscribe_el3 {
  display: flex;
  justify-content: space-between;
  background-color: #2a3050;
  padding: 15px;
  color: #d3d5db;
}

.subscription_head {
  color: #253aa3;
  margin-top: -20px;
}

.newStyle {
  width: 140% !important;
}

.hiring {
  width: 220px;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  padding: 10px;
  background-color: #dddfe6;
  border-radius: 5px;
}

.hiring i {
  color: #253aa3;
  font-size: 20px;
  margin-right: 5px;
}

.hiring p {
  font-size: 20px;
  margin-top: -7px;
  text-transform: uppercase;
  color: #2a3050;
}

.model_btn {
  position: absolute;
  bottom: 0;
  background-color: #253aa3;
  width: 140%;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.office {
  display: flex;
  justify-content: center;
  margin: 20px 0px 30px 0px;
  align-items: center;
}

.office i {
  color: #8b8b8b;
}

.case i {
  border: 2px solid #8b8b8b;
  border-radius: 8px;
  font-size: 30px;
  padding: 10px;
  margin-right: 7px;
}
.case {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.location p {
  color: #2a3050;
  font-size: 18px;
}

.location i {
  margin-left: 10px;
  padding-right: 5px;
}

.location {
  font-size: 15px;
  color: gray;
}

.subscribe_card {
  border-left: 13px solid #20bdc9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
  background: #fff;
}

.custom_btn {
  width: 100px !important;
  font-size: 12px !important;
  height: 40px !important;
}

.subscribe_card-body {
  padding: 30px 15px;
}

.card_role {
  width: 75%;
}

.subscribe_card-body button {
  width: 25%;
  padding: 5px 15px;
}

.card_role span {
  font-size: 13px;
  margin-left: 0;
  font-weight: 500;
}

.card_role p {
  margin-left: 6px;
  margin-left: 0;
  font-weight: 700;
}

.bottom_text {
  font-size: 12px;
  /* padding: 7px 0px; */
  padding-bottom: 8px;
}

.token_model .modal-lg {
  max-width: 610px !important;
}

.insight_el1 {
  background-color: #253aa3;
  color: #ffffff;
  padding: 15px 5px;
  width: 95%;

  margin: 0 auto;
  margin-top: 20px;
}

.insight_el1 p span {
  font-size: 14px;
}

.profile_card .btn {
  width: 65px;
  height: 33px;
}


.profile_card .content {
  font-size: 14px;
}

.other-info {
  padding: 0.5% 1% 0.5% 1% !important;
}

.insight_table {
  padding: 15px 5px;
  width: 95%;

  margin: 0 auto;
  text-align: center;
  background-color: #e1e3ec;
  /* #f8f9fe */
}

.insight_table tr {
  padding: 10px 0px;
}

.insight_table tr:first-child {
  color: #a3a6bb;
  background-color: #e1e3ec;
}

.insight_table tr:last-child {
  background-color: #f8f9fe;
}

.insight_table td {
  padding: 10px;
}

.form_row1 {
  width: 95%;
  margin: 20px auto;
}

.insight_container {
  position: relative;
  margin: 0px 10px;
}

.r11 {
  width: 40%;
}

.r12 {
  width: 30%;
}

.r13 {
  width: 30%;
}

.form_overlay {
  position: absolute;
  background-color: #ffffff;
  padding: 0px 5px;

  color: #878ba6;

  left: 20px;
  font-size: 10px;
  width: fit-content;
  top: -18%;
}

.insight_form {
  width: 100%;
  padding: 10px;
  border: 2px solid #999cb4;
  outline: none;
  border-radius: 2px;
}

.r21 {
  width: 25%;
  margin: 0px 5px;
}

.r22 {
  width: 17%;
  margin: 0px 5px;
}

.r23 {
  width: 12.5%;
  margin: 0px 5px;
}

.ro2 {
  left: 4px;
}

.insight_body {
  margin-bottom: 30px;
}

.insight_info {
  position: relative;
}

.info_overly {
  position: absolute;
  background-color: white;
  padding: 2px 3px;
  top: -6%;
  left: 10px;
  font-size: 11px;
}

.info_border {
  border: 2px solid #999cb4;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .info_border {
    
    border: 1px solid #999cb4; 
    padding: 2px; 
  }
}

.info_border ul {
  list-style: none;
  font-size: 15px;
  padding: 3px;
}

.m1 {
  left: 7px;
}

.custon_class {
  margin-top: 20px !important;
}


.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 22px;
  width: 22px;
  /* background-color: #eee; */
  border: 2px solid gray;
}

.radiomark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 25px;
  /* background-color: #eee; */
  border: 2px solid gray;
}

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid gray;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lable {
  font-size: 15px;
  margin-bottom: 10px;
}

.error {
  color: red !important;
}

.profile_card p {
  width: 25%;
}

/*custom styles*/
.u-info-sec {
  margin-top: 10px;
 
}

.profile-main-sec {
  margin: 0 !important;
  justify-content: space-between;

}

.profile-sub-sec {
  padding: 0;
  max-width: 75%;
}

.subcri-sec {
  padding: 0;
  max-width: 31.5%;
}

.lat-notif-sec {
  justify-content: space-between;
}

.lat-notif-card {
  padding: 0;
  margin-bottom: 10px;
  max-width: 31%;
}

.semister_div {
  border-top: 3px dotted #878ba6;
}

.profile .d-label {
  width: 170px !important;
 
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}

.analytics-reports-style {
  height: 100vh;
}

.add_color {
  color: #5473e8 !important;
}

.sub_heading {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}

.add-m {
  top: -5% !important;
}

.float-left {
  display: flex;
  align-items: center;
}

.login-inp-error {
  border-color: #ad0e1e !important;
}

.inp-errors {
  color: #db4437;
  position: absolute;
  top: 47px;
  margin: 0;
  font-size: 12px;
}

.edit_form .d-inp {
  padding: 0 !important;

  border: none !important;
  margin-bottom: 10px !important;
}
@media (min-width: 320px) and (max-width: 767.98px){
  .edit_form .d-inp {
    padding: 0;
    border: none;
    margin-bottom: 10px;

}

}

input[type="date"]:required:invalid::-webkit-datetime-edit {
  color: transparent;
}

input[type="date"]:focus::-webkit-datetime-edit {
  color: black !important;
}

.attachment_edit {
  background-color: #8b8b8b;
  opacity: 0.4;
}

.atach_con {
  position: relative;
}

.atach_text {
  padding-left: 10px;
  position: absolute;
  width: 90%;
  top: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.atachment {
  margin-top: 5px;
}

.datee {
  font-size: 14px;
}

.MuiOutlinedInput-input,
.MuiOutlinedInput-multiline {
  padding: 15px 14px !important;
}

.fade .modal-dialog {
  max-width: 630px !important;
}

.fade .dummy.modal-dialog {
  max-width: 1100px !important;
}

.education .modal-dialog {
  max-width: 800px !important;
}

.lable_hide .form-control {
  border: none !important;
}

.lable_hide .MuiInputLabel-formControl {
  top: -10px !important;
  left: 10px !important;
  font-size: 13px !important;
  z-index: 222;
}

.lable_hide .MuiInputLabel-shrink {
  display: none !important;
}

.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
  border: 2px solid #9499b7 !important;
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #253aa3 !important;
}

.custom_label {
  background: #fff !important;
  z-index: 3 !important;
  padding: 0 30px 0 5px !important;
}

.auto_Edit .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
  padding: 0px !important;
}

.card_img {
  height: 150px !important;
  width: 290px !important;
}

.save .modal-dialog {
  max-width: 320px !important;
}

.verification_btn {
  width: 300px !important;
}

.sud_main {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding-bottom: 50px;
}

.sub_heading {
  position: relative;
  border: 1px solid #fff;
}

/* .header_card {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 15px;
} */

.sud_main .dummy {
  height: 35px;
}

.sub_heading h5 {
  margin-top: 50px;
}

.header_card {
  background-color: #253aa3;
  font-family: Poppins-Medium;
  font-size: 13px;
  outline: none;
  color: #ffffff;
  text-align: center;
  border: 0;
  padding: 16px 12px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 6px;
}

.verification_card {
  border: 1px solid #fff;
  width: 93%;
  margin: 20px auto;
  background-color: #20bdc9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.verification_card .card_header {
  background-color: #253aa3;
  color: white;
  padding: 8px 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card_body {
  position: relative;
  background-color: #20bdc9;
  overflow: hidden;
}

.card_body .d-attach {
  background-color: #fff;
  background-color: #20bdc9;
  margin-top: 10px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: "Select some files";
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  /* -webkit-user-select: none; */
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.typefile {
  border: 2px solid #9499b7;
  background-color: white;
  cursor: pointer !important;
  margin: 10px 10px 7px 10px;
  border-radius: 5px;
}

.atach_lable {
  position: absolute;
  /* top: 20%; */
  margin-top: 5px;
}

.card_history {
  margin-top: 25px;
}

#card_icon {
  font-size: 55px;
  color: #253aa3;
  padding: 10px 0px;
}

.profile_card .header_card {
  margin-top: 37px;
  margin-right: 10px;
  width: 210px;
  text-align: center;
}

.add_btns {
  /* border: 1px solid red; */
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add_btns .verification_btn {
  position: absolute;
  bottom: 10px;
}

/* .add_btns .header_card {
  position: absolute;
  bottom: 10px;
  top: 54%;
  text-align: center;
  height: 35px;
  padding: 20px 10px;
} */

.dof_time {
  font-size: 20px;
}

.brn_c {
  width: 100px;
}

.notifi_data .d-grp {
  width: 100px !important;
  font-size: 14px;
}

.align_select select {
  margin-right: 10px;
}

.history_heading {
  background-color: #cdced3;
  padding: 15px;
  margin: 25px 0px;
  text-align: center;
}
@media screen and (max-width:425px){
  .history_heading {
    background-color: #cdced3;
    padding: 15px;
    margin: 25px 0px;
    text-align: center;
    zoom:0.8;
    display: block;
    /* margin-left: -787px; */
  } 

  .single-university-section .univ-subscription-history-stripe .label {
    padding: 12px 0px;
    font-size: 1rem;
    color: black;
    text-align: center;
    font-weight: 700;
    /* margin-left: -330px; */
  }

}

.verification_con {
  width: 180px;
  text-align: center;
  margin-right: 20px;
}

.verification_con span {
  font-size: 12px;
  margin-right: 6px;
}

.top_profile img {
  height: 60px;
  width: 60px;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 10px;
}

/* registration success */
.success_header {
  width: 700px;
  text-align: center;
  background-color: #004fd0;
  color: white;
  padding: 8px 0px;
  border-radius: 5px;
}

.success_body {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width:769px){
  .success_body {
    text-align: center;
    
    max-width: 100%;
  }
 
}

.success_btn {
  border: 1px solid #004fd0;
  color: #004fd0;
  padding: 10px 20px;
  border-radius: 5px;
  width: 280px !important;
  margin: 0 auto;
}

.id_data {
  font-size: 12px;
}

.thumd__Btn {
  background-color: #004fd0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.success_text {
  font-size: 14px;
  width: 700px;
  
}

@media screen and (max-width:768px){
  .success_text {
    font-size: 12px;
   
    
  }
}

.align_tess {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px !important;
  border-radius: 50px !important;
  width: 150px !important;
  background-color: #004fd0 !important;
}
@media screen and (max-width:767.98px){
  .align_tess {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px !important;
    border-radius: 25px !important;
    width: 150px !important;
    margin-right: 3px !important;
    background-color: #004fd0 !important;
  } 
}

.success_paybtns {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and  (max-width: 767.98px) {
  .success_paybtns {
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70px;
    
  }
}
/* lable font size */
.MuiInputLabel-outlined,
.MuiInputLabel-animated {
  font-size: 14px !important;
}

.verified-icon {
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-align: center;
  padding: 7px 15px;
  border-radius: 55px;
  font-size: 14px;
  line-height: 1;
  background-color: lightgray;
 
}
.card-icon h6,
.card-icon p {
    margin: 0;
    padding: 0;
}

.card-icon h6 {
  font-weight: bold;
}

.card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .card-icon {
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    padding: 4px;
  }

}




.profile_cards {
  align-items: center;
  
}

.actions {
  display: flex;
  justify-content: flex-end;
}


.actions .btn {
  width: 60px;
  height: 35px;
}


.job_header {
  background-color: #cdced3;
}

.job_header h4 {
  padding: 14px;
}

.sub_cardContai {
  width: 98%;
  margin: 0 auto;
  /* height: 30vh; */

  overflow: auto;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .sub_cardContai {
    width: 100%;
    margin: 0 auto;
    /* height: 30vh; */
  
    overflow: auto;
  }
}

.sub_divider {
  border-bottom: 2px solid black;
  width: 100%;
  margin: 0px auto;
  margin-top: 40px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .sub_divider {
    border-bottom: 2px solid black;
    width: 95%;
    margin: 0px auto;
    margin-top: 40px;
  } 
  
}

.sub_cards {
  background-color: white;
  border: 1px solid grey;
  border-radius: 4px;
  width: 98%;
  padding: 17px 10px;
  margin-bottom: 20px;
}


.card_col1 {
  width: 37%;
  display: flex;
  align-items: center;
}

.card_col2,
.card_col3,
.card_col4 {
  width: 21%;
  text-align: center;
}

.card_col1 .fas {
  font-size: 33px;
  color: rgb(37, 58, 163);
}

.card_col1 p {
  margin-left: 35px;
}

.card_title {
  font-weight: bold;
  font-size: 14px;
}

.card_sub-title {
  font-size: 14px;
}

.card_col3 p:first-child {
  font-size: 13px;
}

.card_col4 .sub_btn,
.other_card_col4 .sub_btn {
  width: 100px !important;
  height: 40px !important;
}

.sub_job {
  margin-bottom: 45px;
}

.hiring_caed2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.hiring_caed2 p {
  font-size: 14px;
}

.other_card_col1,
.other_card_col2 {
  width: 30%;
}

.other_card_col3,
.other_card_col4 {
  width: 20%;
}

.other_info {
  align-items: center;
}

.other_card_col3 p,
.other_card_col2 p {
  font-size: 14px;
}

.aligh select:first-child {
  width: 50%;
}

.aligh select:last-child {
  width: 30%;
}

.card_buut {
  background-color: #20bdc9;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
}

.SubHistoty .modal-dialog {
  max-width: 1000px !important;
}

.SubHistoty .insight_body {
  padding: 15px;
}

.jobcard_col1 {
  display: flex;
}

.row_1,
.row_2,
.row_4 {
  width: 22%;
  padding: 10px;
}

.row_3 {
  width: 36%;
  padding: 10px;
}

.row_1 .d-inp,
.row_2 .d-inp,
.row_4 .d-inp {
  margin-bottom: 10px;
}

.card_roww2 {
  padding: 10px;
  margin: 10px 0px;
}

.attac_name {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.attac_name .fas {
  font-size: 20px;
  cursor: pointer;
}

.radio_Align p {
  font-size: 14px;
}

.radio_Align {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.raidoo input,
.raidoo label {
  margin-right: 5px;
  font-size: 14px;
}

.raidoo {
  margin-top: 5px;
}

.alidnmentsincard {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gaps_heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gaps_heading span {
  margin-bottom: 10px;
}

.gaps_heading h6 {
  font-size: 15px;
  border-bottom: 2px solid black;
}

.custom .other_card_col1 {
  width: 25%;
}

.custom .other_card_col2 {
  width: 35%;
}

.verification .other-info {
  width: 93%;
  margin: 24px auto;
}

.succes_itme {
  font-size: 14px;
  width: 70%;
  margin: 0 auto;
}

.item_container {
  padding: 100px 0px;
  text-align: center;
}

.input_val input {
  width: 90%;
  padding: 13px 6px;
}

/* .transaction-container {
  height: 250px; 
  overflow: scroll;
} */

.transaction-container .sub-transaction-item,
.transaction-container .main-transaction-item {
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid grey;
  background-color: white;

}

.transaction-container .sub-transaction-item div {
  align-self: center;
}

.transaction-container .sub-transaction-item .label {
  font-size: 0.9rem;
}

.transaction-container .sub-transaction-item .sub-label {
  font-size: 0.7rem;
  color: grey;
}

.transaction-container .sub-transaction-item .tokens {
  border-radius: 5px;
  background-color: #12b8d3;
  color: white;
  padding: 4px 6px;
  font-size: 0.7rem;
  font-weight: 500;
  text-align: center;
  max-width: 100px;
}

.transaction-container .sub-transaction-item .end-label {
  font-size: 0.7rem;
  color: black;
}

.transaction-container .main-transaction-item div {
  align-self: center;
}

.transaction-container .main-transaction-item .label {
  font-size: 0.9rem;
}

.transaction-container .main-transaction-item .tokens {
  border-radius: 5px;
  background-color: #12b8d3;
  color: white;
  padding: 10px 8px;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  max-width: 100px;
}

/* @media screen and (max-width:425px){
  .transaction-container .main-transaction-item .tokens {
    border-radius: 5px;
    background-color: #12b8d3;
    color: white;
    margin-left: 60px;
    padding: 10px 8px;
    font-size: 0.7rem;
    font-weight: 400;
    text-align: center;
    max-width: 100px;
  }  
} */

.transaction-container .main-transaction-item .end-label {
  font-size: 0.7rem;
  color: black;
}

/* 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");
}

.btn {
  width: 180px;
  height: 45px;
  background-color: #253aa3;
  font-family: Poppins-Medium;
  font-size: 13px;
  outline: none;
  color: #ffffff;
  border: 0;
  padding: 0px 12px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn:hover {
  outline: none;
  color: #ffffff;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 15px rgba(7, 79, 223, 0.329);
  box-shadow: 0px 4px 15px rgba(7, 79, 223, 0.329);
}

.btn2 {
  width: auto;
  height: 25px;
  background-color: #20bdc9;
  font-family: Poppins-Light;
  font-size: 12px;
  outline: none;
  color: #ffffff;
  border: 0;
  padding: 0px 12px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn2:focus {
  outline: none;
}

.btn2:hover {
  color: #ffffff;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 15px rgba(7, 79, 223, 0.329);
  box-shadow: 0px 4px 15px rgba(7, 79, 223, 0.329);
}

.close {
  outline: none;
  border: 2px solid #353536 !important;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 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;
  top: 6px;
  right: 6px;
  position: relative;
}

.close:focus {
  outline: none;
}

.close span {
  position: relative;
  top: -2px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.hiring-modal {
  width: 100%;
  border-radius: 4px;
  border: 0px;
  background-color: #f8f9fe;
}

.hiring-modal .hiring-modal-header {
  background-color: #253aa3;
}

.hiring-modal .hiring-modal-header .modal-title {
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-family: Poppins-Medium;
}

.hiring-modal .hiring-modal-form {
  padding: 3% 5%;
}

.hiring-modal .hiring-modal-form .modal-grp {
  display: block;
  margin-bottom: 18px;
  position: relative;
}

.hiring-modal .hiring-modal-form .modal-grp .inp-caption {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #fff;
  color: #878ba6;
  font-family: Poppins-Medium;
  font-size: 10px;
  padding: 2px;
}

.hiring-modal .hiring-modal-form .modal-grp .modal-inp {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  padding: 0px 10px;
  border: 2px solid #878ba6;
  font-family: Poppins-Regular;
  font-size: 14px;
  background-color: #f8f9fe;
}

.hiring-modal .hiring-modal-form .modal-grp .modal-inp:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-color: #253aa3;
}

.hiring-modal .hiring-modal-form .modal-grp .modal-inp.modal-textarea {
  height: auto !important;
  padding: 10px 10px;
}

.hiring-modal .hiring-modal-form .modal-grp span {
  font-family: Poppins-Regular;
  font-size: 14px;
  margin-right: 8px;
  color: #878ba6;
}

.hiring-modal .hiring-modal-form .modal-grp .custom-control-inline {
  font-family: Poppins-Regular;
  margin-right: 0.6rem;
  font-size: 14px;
  color: #878ba6;
}

.hiring-modal
  .hiring-modal-form
  .modal-grp
  .custom-control-inline
  .custom-control-label {
  vertical-align: middle;
}

.hiring-modal
  .hiring-modal-form
  .modal-grp
  .custom-control-inline
  .custom-control-label::before,
.hiring-modal
  .hiring-modal-form
  .modal-grp
  .custom-control-inline
  .custom-control-label::after {
  width: 0.8rem;
  height: 0.8rem;
}

.hiring-modal .hiring-modal-form .gaps {
  position: relative;
}

.hiring-modal .hiring-modal-form .gaps .gaps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}

.hiring-modal .hiring-modal-form .gaps .gaps-item .gaps-title {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #878ba6;
  text-align: right;
  text-decoration: underline;
  margin-right: 8px;
  width: 50%;
}

.hiring-modal .hiring-modal-form .gaps .gaps-item .gaps-name {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #878ba6;
  margin-right: 8px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  text-align: right;
}

.hiring-modal .hiring-modal-form .gaps .gaps-item .gaps-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiring-modal
  .hiring-modal-form
  .gaps
  .gaps-item
  .gaps-content
  .custom-control-inline {
  font-size: 13px;
}

.hiring-modal .hiring-modal-form .gaps .gaps-item .gaps-content .modal-grp {
  margin-bottom: 0;
}

.hiring-modal
  .hiring-modal-form
  .gaps
  .gaps-item
  .gaps-content
  .modal-grp
  .modal-inp {
  height: 30px;
  padding: 5px;
  font-size: 12px;
}

.gaps-disable {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gaps-disable::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f9fe73;
  z-index: 99;
}

.modal-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 20px auto;
  background-color: rgba(37, 58, 163, 0.25);
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}

.modal-icon i {
  font-size: 30px;
  color: #253aa3;
}

.modal-success {
  padding: 10px 20px 40px 20px;
  border-radius: 4px;
  text-align: center;
}

.modal-success .modal-success-txt {
  color: #2a3050;
  font-family: Poppins-Medium;
  font-size: 14px;
  margin: 0;
}

.modal-success .modal-university-box {
  margin: 7px auto;
  background-color: rgba(135, 139, 166, 0.288);
  padding: 3px 6px;
  width: 90%;
  border-radius: 6px;
  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;
  color: #2a3050;
}

.modal-success .modal-university-box span {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #878ba6;
  font-size: 16px;
  margin-right: 3px;
  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;
}

.close-icon {
  font-size: 24px;
  position: absolute;
  right: 10px;
  cursor: pointer;
  opacity: 0.55;
  top: 10px;
}

.close-icon:hover {
  opacity: 1;
}

.subscription-modal .modal-header {
  display: block;
  background: #253aa3;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
}

.subscription-modal .modal-header .modal-title {
  font-family: Poppins-Medium;
  letter-spacing: -0.25px;
  color: #ffffff;
}

.subscription-modal .modal-header .modal-title i {
  font-size: 32px;
  color: #ffffff;
  width: 46px;
}

.subscription-modal .modal-header .modal-title span {
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -0.25px;
}

.subscription-modal .modal-header .close-icon {
  float: right;
  cursor: pointer;
  padding-top: 10px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 26px;
  opacity: 0.5;
}

.subscription-modal .modal-header .close-icon:hover {
  opacity: 1;
}

.subscription-modal .modal-body {
  padding: 1.5rem;
}

.subscription-modal .modal-body .card {
  border: none;
  padding: 15px 20px;
}

.subscription-modal .modal-body .card:first-child {
  background-color: #878ba655;
}

.subscription-modal .modal-body .card:nth-child(2) {
  background-color: #878ba622;
}

.subscription-modal .modal-body .card:nth-child(3) {
  background-color: #2a3050;
  color: #ffffff;
}

.subscription-modal .modal-body .card span {
  font-size: 20px;
  font-family: Poppins-Medium;
}

.subscription-modal .modal-body .card .inner-list {
  padding-left: 15px;
}

.subscription-modal .modal-body .card .inner-list span {
  font-size: 18px;
  margin-left: -12px;
  font-family: Poppins-Medium;
}

.subscription-modal .modal-body .card .tokens {
  font-family: Poppins-Medium;
  position: absolute;
  font-size: 24px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscription-modal .modal-body .btn3 {
  padding: 6px 12px;
}

.subscription-modal .modal-body .btn3:nth-child(2) {
  color: #000000;
}

.subscribe-success-modal .modal-footer {
  background: #253aa3;
  display: block;
  background: #253aa3;
  text-align: center;
  color: #ffffff;
  font-family: Poppins-Medium;
}

.subscribe-success-modal .modal-body {
  padding: 2rem 5rem;
}

.subscribe-success-modal .modal-body .folder-blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe-success-modal .modal-body .folder-blc .circle {
  height: 83px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(37, 58, 163, 0.25);
  width: 83px;
  border-radius: 50%;
}

.subscribe-success-modal .modal-body .folder-blc .circle .fa-folder-open {
  font-size: 35px;
  color: #253aa3;
}

.subscribe-success-modal .modal-body .square {
  height: 63px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  width: 63px;
  border: 1px solid #878ba6;
  border-radius: 10px;
}

.subscribe-success-modal .modal-body .university {
  display: block;
  padding: 10px 0 0 10px;
  font-family: Poppins-Medium;
  font-size: 16px;
  letter-spacing: -0.14;
}

.subscribe-success-modal .modal-body .university .name {
  color: #2a3050;
}

.subscribe-success-modal .modal-body .university .location {
  color: #878ba6;
  font-size: 15px !important;
}

.subscribe-success-modal .modal-body .sub-lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins-Medium;
  font-size: 30px;
  letter-spacing: -0.6px;
  font-weight: bolder;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #253aa3;
}

.subscribe-success-modal .modal-body .sub-msg {
  font-size: 18px;
  font-family: Poppins-Medium;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe-success-modal .modal-body .card {
  padding: 1rem 2rem;
  border: none;
  background-color: #878ba628;
  border-radius: 5px;
}

.subscribe-success-modal .modal-body .card .fa-university {
  font-size: 42px;
  color: rgba(135, 139, 166, 0.17);
}

.mail-modal .modal-header {
  background: #253aa3;
}

.mail-modal .modal-title {
  color: #ffffff;
  font-family: Poppins-Medium;
  font-size: 24px;
  display: block;
  text-align: center;
  letter-spacing: -0.25px;
}

.mail-modal .modal-body {
  padding: 0;
}

.mail-modal .modal-body .card {
  padding: 5px 150px 5px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: none;
}

.mail-modal .modal-body .card .control-label {
  color: #9499b7;
  font-family: Poppins-Medium;
  font-size: 24px;
  letter-spacing: -0.22px;
}

.mail-modal .modal-body .card input,
.mail-modal .modal-body .card textarea {
  border: none;
  font-family: Poppins-Medium;
  color: #212123;
  padding: 2px 2px 2px 20px;
  font-size: 24px;
  letter-spacing: -0.22px;
  outline: none;
  width: 100%;
}

.mail-modal .modal-body .card textarea {
  padding-left: 0;
  font-size: 20px;
  height: 190px;
  color: #6c6d72;
  resize: none;
}

.mail-modal .modal-body .b-none {
  border-bottom: none !important;
}

.mail-modal .modal-body .attachment {
  background-color: #dddfe660;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 5px;
  padding: 8px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mail-modal .modal-body .attachment .fa-paperclip {
  color: #878ba6;
  font-size: 28px;
  cursor: pointer;
}

.mail-modal .modal-body .attachment span {
  font-size: 16px;
  color: #2a3050;
  line-height: 1.8;
  padding-left: 20px;
  font-family: Poppins-Medium;
  letter-spacing: -0.14px;
}

.mail-modal .close-icon {
  color: #ffffff;
  padding-top: 12px;
}

.mail-modal .modal-footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-left: 25px;
  background-color: #878ba626;
}

.viewInsight-modal .modal-grp {
  display: block;
  margin-bottom: 18px;
  position: relative;
}

.viewInsight-modal .modal-grp .inp-caption {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #fff;
  color: #878ba6;
  font-family: Poppins-Medium;
  font-size: 10px;
  padding: 2px;
}

.viewInsight-modal .modal-grp .inp-textarea {
  height: 162px !important;
  padding: 10px !important;
}

.viewInsight-modal .modal-grp .inp-textarea ul {
  padding: 0 10px;
}

.viewInsight-modal .modal-grp .inp-textarea ul li {
  list-style: none;
}

.viewInsight-modal .modal-grp .modal-inp {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  color: #2a3050;
  font-weight: 600;
  padding: 0px 10px;
  border: 1px solid #878ba6;
  font-family: Poppins-Regular;
  font-size: 14px;
  background-color: #ffffff;
}

.viewInsight-modal .modal-grp .modal-inp:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-color: #253aa3;
}

.viewInsight-modal .modal-grp .modal-inp.modal-textarea {
  height: auto !important;
  padding: 10px 10px;
}

.viewInsight-modal .modal-grp span {
  font-family: Poppins-Regular;
  font-size: 14px;
  margin-right: 8px;
  color: #878ba6;
}

.viewInsight-modal .modal-grp .custom-control-inline {
  font-family: Poppins-Regular;
  margin-right: 0.6rem;
  font-size: 14px;
  color: #878ba6;
}

.viewInsight-modal .modal-grp .custom-control-inline .custom-control-label {
  vertical-align: middle;
}

.viewInsight-modal
  .modal-grp
  .custom-control-inline
  .custom-control-label::before,
.viewInsight-modal
  .modal-grp
  .custom-control-inline
  .custom-control-label::after {
  width: 0.8rem;
  height: 0.8rem;
}

.viewInsight-modal .modal-header {
  background-color: #253aa3;
  display: block;
}

.viewInsight-modal .modal-header .modal-title {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: -0.25px;
}

.viewInsight-modal .modal-body {
  padding: 2rem 3rem;
}

.viewInsight-modal .close-icon {
  color: #ffffff;
  top: 22px;
}

.mail-sent-success .circle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mail-sent-success .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #20bdc925;
  height: 122px;
  width: 122px;
  border-radius: 50%;
}

.mail-sent-success .circle .fa-check {
  color: #20bdc9;
  font-size: 54px;
}

.mail-sent-success .mail-sent {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins-Regular;
  color: #2a3050;
  font-size: 24px;
  letter-spacing: -0.22px;
}

.mail-sent-success .card {
  background-color: #878ba628;
  width: 249px;
  border: none;
  display: inline-block;
  padding: 5px 10px;
  height: 52px;
}

.mail-sent-success .card .square {
  height: 42px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  width: 42px;
  border: 1px solid #878ba6;
  border-radius: 10px;
}

.mail-sent-success .card .fa-university {
  color: rgba(135, 139, 166, 0.17);
  font-size: 30px;
}

.mail-sent-success .card .univ-name {
  font-size: 16px;
  letter-spacing: -0.14px;
  color: #2a3050;
  position: absolute;
  left: 62px;
  font-weight: 500;
  bottom: 13px;
  display: block;
}

.mail-sent-success .modal-body {
  padding: 2rem 0;
}

.modalheader {
  position: relative;
  background-color: #253aa3 !important;
  width: 100% !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .modalheader {
    position: relative;
    background-color: #253aa3 !important;
    width: 100% !important;
    
  }

}

.modalbody {
  width: 50px !important;
}

.modalheadimg {
  margin-left: 140px;
  margin-top: -80px;
}

.modalhead {
  position: absolute;
  top: 50% !important;
  left: 23%;
  color: white;
  margin-top: -10px;
  margin-left: 170px;
}

.modelBoddy {
  height: 80vh !important;
  overflow: auto;
}

.cancelbtn2 {
  position: absolute;
  left: 1000px;
  top: -5px;
  margin-left: 20px;
  margin-top: 20px !important;
  color: gray !important;
  cursor: pointer;
}

/*# sourceMappingURL=modal.css.map */
/*# sourceMappingURL=modal.css.map */

.new .modal-dialog {
  max-width: 1030px !important;
}

.newChane {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
}

.newChane p:last-child {
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  margin-left: 10px;
}

.aadhar .d-label {
  width:60% !important;
}

.update_login.login-form.reg-form .login-grp .login-inp {
  height: 50px !important;
}

.update_login.login-form.reg-form .login-grp {
  margin-bottom: 10px !important;
}

/* .update_login.login-form .login-grp .inp-errors {
  margin-top: -11px !important;
} */

.otp_form .login-grp .inp-errors {
  top: 72px !important;
}

.custom-tab .MuiAppBar-colorPrimary {
  background-color: #253aa3 !important;
}


.custom_select .MuiInputLabel-formControl {
  top: -8px !important;
  left: 3px !important;
}

/* .MuiTextField-root > label {
  color: red;
  position: absolute;
  z-index: 9999999;
} */

.login-up .login-grp .inp-errors {
  top: 72px !important;
}

.editBtn {
  margin-top: 13px;
}

.editBtn .btn {
  width: 40px;
  height: 36px;
}

.editBtn .btn:last-child {
  margin-left: 5px;
}

.goBack {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 5px;
  cursor: pointer;
  margin: 15px 15px;
}

.sendVerificaiton {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}

.accordionHeader {
  background-color: #253aa3 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 1rem;
}

.sendVerificaiton .MuiAccordionSummary-content {
  margin: 0 !important;
}

.iconCo {
  color: #fff;
}

.checkbox {
  background-color: #fff !important;
  margin-top: 4px;
  margin-left: 20px !important;
  height: 30px !important;
  /* width: 30px !important; */
}

.accordianText {
  margin: 0 auto !important;
  margin-top: 7px !important;
  font-size: 1rem !important;
  text-align: left;
}

.sendVerificaiton .MuiAccordion-rounded {
  border-radius: 23px !important;
  /* border-top-right-radius: 23px !important; */
}

.verification .d-grp {
  margin-bottom: 10px !important;
}

.atachnetVer .d-attach .d-label {
  width: 100% !important;
  background-color: #5993f0;
  height: 30px !important;
}

.atachnetVer .d-attach {
  height: 30px !important;
  margin-top: 2px;
}

.cart_atachment .d-attach .d-label {
  height: 30px !important;
  margin-top: 2px;
  background-color: #5993f0 !important;
}

.cart_atachment .d-attach {
  height: 30px !important;
  margin-top: 2px;
  background-color: #5993f0 !important;
}

.verificaiton_card {
  border: 1px solid #253aa34d;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  padding: 10px 5px;
}

.verifi_input input {
  width: 80%;
  border-radius: 50px;
  outline: none;
  padding-left: 5px;
}

/* resume component  */

.resume_container {
  border: 1px solid black;
  background-color: #fff;
  margin: 10px;
  padding: 10px;
}

@media screen and (min-width:425px){
  .custom-input-x{
    width: 100%;
 
     
  } 
}

@media screen and (max-width:425px) {
  .custom-input-x{
    width: 380px;
    overflow:hidden;
    border-radius: 10px;
     
  }
 

  .resume_container {
    border: 2px solid black;
    background-color: #fff;
    margin: 10px;
    border-radius: 10px;
    padding: 10px;
    max-width: 350px;
     
   
  }
  .page_actions .btn {
    width: 50px;
    height: 40px;
  }
 
}

.resume_container .d-grp {
  margin-bottom: 5px !important;
}

.academic_table table {
  width: 100%;
  border: 1px solid black;
}



.academic_table-head p {
  background: #f0f0f0;
  padding: 10px;
  border: 1px;
}

.academic_table-body td {
  padding: 10px;
}

.Certification-body td {
  padding: 5px;
}

.academic_table-body textarea,
.Certification-body textarea {
  width: 100%;
  height: 100%;
  border-bottom: none;
  border-left: none;
  border-right: none;
}



.personal_info {
  margin-top: 10px;
}

.personal_body {
  border: 2px solid black;
}

.fatherss {
  padding: 10px;
  border: 1px solid black;
}

.adress {
  border-left: 1px solid #9499b7;
}

.fatherss p {
  text-align: center;
}

.page_actions .buttons {
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
}

.page_actions {
  text-align: center;
  margin-bottom: 10px;
}
.langbtn1{
  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;
}



.page_actions .btn {
  width: 80px;
  height: 40px;
}

.border_left {
  border-right: 1px solid #9499b7;
}

.templets {
  border: 1px solid #9499b7;
  padding: 20px 20px;
  cursor: pointer;
  margin-right: 7px;
}

.input_cos {
  border: 2px solid #9499b7;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.verification_page .MuiIconButton-label {
  margin-right: 7px !important;
}

.btnStylesUP {
  height: 45px;
  margin-bottom: 12px !important;
  cursor: pointer;
}

.btnStylesUPAdd {
  height: 50px;
  margin-bottom: 12px !important;
  cursor: pointer;
}

.updated .MuiInputLabel-formControl {
  top: 6px;
  left: 6px;
}

.analytics-reports-style {
  height: 100vh;
}

.university-header-report-style {
  width: 150vh;
  height: 25vh;
}

.university-hiring-corporates-style {
  width: 120vh;
  height: 50vh;
}

.university-conversion-ratio-style {
  width: 130vh;
  height: 55vh;
}

.university-average_hirin-style {
  width: 79vh;
  height: 42vh;
}

.university-5-companies-style {
  height: 30vh;
}

.university-skills-style {
  height: 40vh;
}

.university-bottm-report-style {
  height: 35vh;
  width: 160vh;
}

.errInsupoer {
  color: #db4437;
  position: absolute;
  bottom: -6px;
  margin: 0;
  font-size: 12px;
}

.view-info-btn {
  padding: 5px 20px;
  font-size: 0.75rem;
  background-color: #253aa3;
  color: white;
  text-align: center;
  border-radius: 4px;
}


.back {
  margin-left: 25px !important;
  margin-top: 0px !important;
  height: 30px !important;
  /* width: 40px !important; */
  font-size: 12px !important;
  border: black 1px solid !important;
  text-transform: capitalize !important;
}

.back:hover {
  color: black !important;
  background-color: #eceff8 !important;
}

.backarrow {
  color: gray !important;
  block-size: 15px !important;
}

.head {
  font-size: 20px;
  margin-top: 15px;
  margin-left: 40%;
}

.cancelbtn {
  margin-left: 340px;
  margin-top: -150px !important;
  color: gray !important;
}

.imgclass {
  margin-left: 180px !important;
}

.modalbody {
  width: 50px !important;
}

.modalheadimg {
  margin-left: 140px;
  margin-top: -80px;
}

.cancelbtn2 {
  margin-left: 750px !important;
  margin-top: -150px !important;
  color: gray !important;
}

.inputmodal {
  width: 670px !important;
  margin-left: 30px;
  border: #9499b7 2px solid !important;
  margin-top: 10px;
  height: 50px;
  border-radius: 5px;
}

.inputmodal2 {
  width: 670px !important;
  margin-left: 30px;
  border: #9499b7 2px solid !important;
  margin-top: 10px;
  height: 100px;
  border-radius: 5px;
}

.paramodal {
  margin-top: 20px;
  margin-left: 50px;
  font-size: 12px;
  color: #9499b7;
}

.databtn {
  margin-left: 380px !important;
  margin-top: -30px !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
  color: black !important;
  background-color: #cccfde !important;
}

.modalhead2 {
  color: white;
  margin-top: -10px;
  margin-left: 150px;
}

.otherinoimges {
  margin-left: 40px;
  margin-top: 30px;
}

.otherinfotext {
  margin-left: 450px;
  font-size: 15px;
  margin-top: -50px;
  width: 140px;
}

.pubdatetext {
  margin-left: 710px;
  margin-top: -50px;
  font-size: 12px;
  color: #bdc3e3;
}

.pubdatetext2 {
  margin-left: 850px;
  font-size: 14px;
  margin-top: -18px;
}

.imgclassforkargemodal {
  margin-left: 350px;
}

.paraforlargem {
  margin-left: 350px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.hedingboxforlargemodal {
  background-color: #dadbe3;
  height: 50px;
  width: 798px;
  margin-left: -16px;
  padding-right: 20px !important;
  margin-top: 25px;
}

.paraforlargemodal2 {
  margin-top: -40px;
  margin-left: 370px;
  font-size: 18px;
}

.paraforlargemodal22 {
  margin-top: -40px;
  margin-left: 350px;
  font-size: 18px;
}

.largemodalbox {
  margin-top: 30px;
  height: 80px;
  border: #bdc3e3 1.6px solid !important;
  border-radius: 5px;
}

.branchimglargemodal {
  margin-top: 20px;
  height: 40px;
  width: 40px;
  margin-left: 5px;
}

.branhesp1 {
  font-size: 13px;
  margin-top: -32px;
  margin-left: 50px;
}

.branhesp2 {
  font-size: 13px;
  margin-top: -19px;
  margin-left: 235px;
}

.branhesp3 {
  font-size: 13px;
  margin-top: -19px;
  margin-left: 285px;
}

.branhesp4 {
  font-size: 13px;
  margin-top: -19px;
  margin-left: 445px;
}

.branhesp5 {
  font-size: 13px;
  margin-top: -19px;
  margin-left: 570px;
}

.tieupsimglargemodal {
  margin-top: -110px;
  margin-left: 10px;
  height: 40px;
  width: 40px;
}

.accreditationimglargemodal {
  margin-top: 20px;
  margin-left: 10px;
  height: 40px;
  width: 40px;
}

.infopara {
  margin-top: -35px !important;
  margin-left: 50px !important;
  font-size: 17px !important;
}

.infopara2 {
  margin-top: -24px !important;
  margin-left: 300px !important;
  font-size: 17px !important;
}

.infopara3 {
  margin-top: -22px !important;
  margin-left: 490px !important;
  font-size: 14px !important;
}

.infopara4 {
  margin-top: -20px !important;
  margin-left: 660px !important;
  font-size: 14px !important;
}

.infoparafortieup {
  margin-top: -75px !important;
  margin-left: 60px !important;
  font-size: 17px !important;
}

.infoparafortieup2 {
  margin-top: -25px !important;
  margin-left: 150px !important;
  font-size: 15px !important;
}

.infoparafortieup3 {
  margin-top: -25px !important;
  margin-left: 181px !important;
  font-size: 17px !important;
}

.infoparafortieup4 {
  margin-top: -22px !important;
  margin-left: 340px !important;
  font-size: 15px !important;
}

.infoparafortieup5 {
  margin-top: -22px !important;
  margin-left: 530px !important;
  font-size: 15px !important;
}

.tieupdetailbtn {
  margin-left: 650px !important;
  height: 30px;
  width: 105px !important;
  margin-top: -25px !important;
  background-color: #3b4eac !important;
  color: white !important;
  border-radius: 10px !important;
}

.tieupdetailbtn:hover {
  color: white !important;
  background-color: #3b4eac !important;
}

.infoparaforacc {
  margin-top: -35px;
  font-size: 17px;
  margin-left: 60px;
}

.infoparaforacc2 {
  margin-top: -22px;
  font-size: 14px;
  margin-left: 185px;
}

.infoparaforacc3 {
  margin-top: -20px;
  font-size: 14px;
  margin-left: 250px;
}

.infoparaforacc4 {
  margin-top: -20px;
  font-size: 14px;
  margin-left: 300px;
}

.infoparaforacc5 {
  margin-top: -20px;
  font-size: 14px;
  margin-left: 485px;
}

.subbox {
  border: #bdc3e3 2px solid;
  height: 100px;
  width: 80%;
  margin-left: 30px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: white !important;
}

.supportbox {
  border: #bdc3e3 2px solid;
  height: 500px;
  width: 96%;
  margin-left: 30px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: white !important;
}

.supporttext {
  margin-top: 30px;
  margin-left: 300px;
  color: gray;
}

.location {
  margin-left: 440px;
  margin-top: -5px;
}

.loctext {
  margin-left: 463px;
  margin-top: -30px;
  font-size: 14px;
  color: #bdc3e3;
}

.corpid {
  margin-left: 730px;
  font-size: 14px;
  color: #bdc3e3;
  margin-top: -40px;
}

.corptext {
  margin-left: 830px;
  font-size: 14px;
  margin-top: -20px;
}

.jobid {
  margin-left: 730px;
  margin-top: -50px;
  font-size: 14px;
}

.assop {
  margin-left: 730px;
  margin-top: 0px;
}

.input1 {
  width: 85% !important;
  height: 50px;
  border-radius: 5px;
  /* margin-top: 30px; */
  margin-left: 85px;
  border: #9499b7 2px solid !important;
}

.input2 {
  width: 85% !important;
  height: 50px;
  border-radius: 5px;
  /* margin-top: 30px; */
  margin-left: 0px;
  border: #9499b7 2px solid !important;
}

.input3 {
  width: 86% !important;
  height: 150px;
  border-radius: 5px;
  border: #9499b7 2px solid !important;
}

.supportsend {
  background-color: #3b4eac !important;
  color: white !important;
  height: 50px;
  width: 200px;
  margin-left: 500px !important;
  margin-top: 50px !important;
  border-radius: 5px !important;
}

.centerimg {
  margin-top: 50px;
  height: 100px;
  width: 105px;
  margin-left: 550px;
}

.tranactionbox {
  height: 60px;
  width: 100%;
  background-color: #cccfde;
  margin-top: 15px;
}

.tranasactionhed {
  padding-top: 15px;
  font-size: 18px;
  margin-left: 500px;
}

.suptranshistorybox {
  border: #bdc3e3 2px solid;
  height: 90px;
  width: 96%;
  margin-left: 30px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: white !important;
}

.suptranstext1 {
  margin-left: 50px;
  font-size: 19px;
  margin-top: 28px;
}

.suptranstext2 {
  font-size: 15px;
  color: #bdc3e3;
  margin-left: 250px;
  margin-top: -23px;
}

.suptranstext3 {
  font-size: 15px;
  color: #bdc3e3;
  margin-left: 380px;
  margin-top: -23px;
}

.tokenbox {
  height: 25px;
  border-radius: 5px;
  width: 80px;
  background-color: #20bdc9;
  margin-left: 560px;
  margin-top: -23px;
}

.tokentext {
  font-size: 12px;
  color: white;
  padding-top: 3px;
  margin-left: 10px;
}

.datetext {
  margin-left: 720px;
  font-size: 13px;
  margin-top: -23px;
}

.transactiontext {
  margin-left: 950px;
  font-size: 13px;
  margin-top: -20px;
}

.tokenbox2 {
  height: 65px;
  border-radius: 5px;
  width: 150px;
  background-color: #20bdc9;
  margin-left: 60px;
  margin-top: 10px;
}

.tokentext2 {
  color: white;
  font-size: 13px;
  padding-top: 20px;
  margin-left: 38px;
}

.rupeetext {
  font-size: 18px;
  margin-left: 300px;
  margin-top: -45px;
}

.datetimetext {
  font-size: 13px;
  margin-left: 450px;
  margin-top: -25px;
}

.bonustext {
  font-size: 18px;
  margin-left: 750px;
  margin-top: -21.5px;
}

.campushead {
  font-size: 22px;
  color: gray;
  margin-left: 40%;
}

.campushead2 {
  font-size: 20px;
  margin-left: 10px;
  padding-top: 15px;
}

.campuniversityimg {
  /* margin-top: 10px; */
  margin-left: 10px;
  height: 55px;
  width: 58px;
}

.camptechtext {
  margin-left: 70px;
  font-size: 14px;
  margin-top: -50px;
}

.camptechtext2 {
  font-size: 13px;
  margin-left: 70px;
}

.view-info-btn {
  padding: 5px 20px;
  font-size: 0.75rem;
  background-color: #253aa3;
  color: white;
  text-align: center;
  border-radius: 4px;
}

.recievedbox {
  background-color: #5473e8 !important;
  height: 20px !important;
  width: 225px !important;
  margin-left: 410px;
  border-radius: 10px;
  margin-top: -30px;
}

.recievedatetime {
  color: white;
  font-size: 12px;
  padding-left: 20px;
}

.campinfobox {
  height: 60px;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-top: 5px;
}

.acceptbtn {
  background-color: #20bdc9 !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-left: 680px !important;
  width: 120px !important;
  height: 40px;
  border: #20bdc9 solid !important;
  margin-top: -50px !important;
}

.rejectbtn {
  background-color: #fe5d43 !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-left: 830px !important;
  width: 120px !important;
  height: 40px;
  border: #fe5d43 solid !important;
  margin-top: -97px !important;
}

.rejectbtnmodal {
  background-color: #fe5d43 !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-left: 250px !important;
  width: 170px !important;
  height: 40px;
  border: #fe5d43 solid !important;
  margin-top: -97px !important;
}

.campviewbtn {
  background-color: #3b4eac !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-left: 980px !important;
  width: 130px !important;
  height: 40px;
  border: #3b4eac solid !important;
  margin-top: -142px !important;
}

.campdivider {
  background-color: #76777c;
  width: 1235px;
  height: 2px;
  margin-top: 120px;
  margin-left: 30px;
}

.campushead3 {
  font-size: 22px;
  margin-left: 48%;
  color: gray;
  margin-top: 20px !important;
}

.acceptbtn2 {
  background-color: #20bdc9 !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-left: 680px !important;
  width: 270px !important;
  height: 43px;
  border: #20bdc9 solid !important;
  margin-top: -50px !important;
}

.rejectedbtn2 {
  background-color: #fe5d43 !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-left: 680px !important;
  width: 270px !important;
  height: 43px;
  border: #fe5d43 solid !important;
  margin-top: -50px !important;
}

.acctepdatetext {
  font-size: 12px;
  margin-top: 22px;
  margin-left: -100px;
}

.acctepdatetext2 {
  margin-bottom: 10px;
  padding-left: 40px;
}

.campviewbtn2 {
  background-color: #3b4eac !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-left: 980px !important;
  width: 130px !important;
  height: 40px;
  border: #3b4eac solid !important;
  margin-top: -100px !important;
}

.campviewbtn3 {
  background-color: #3b4eac !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-left: 980px !important;
  width: 130px !important;
  height: 40px;
  border: #3b4eac solid !important;
  margin-top: -30px !important;
}

.requetmodal {
  background-color: #f6eded;
}

.campusremodalhead {
  font-size: 18px;
  margin-left: 100px;
  width: 250px;
}

.campusrejectedmodalhead2 {
  font-size: 20px;
  color: gray;
  width: 250px;
}

.rejectionreason {
  margin-top: 50px;
  margin-left: 50px;
  font-size: 12px;
}

.rejectionreason2 {
  margin-top: 5px;
  margin-left: 50px;
  font-size: 12px;
  width: 280px;
  color: gray;
}

.campredivider {
  height: 1px;
  background-color: gray;
  margin-top: 10px;
  width: 380px;
  margin-left: 50px;
}

.campreqtext {
  margin-top: 10px;
  margin-left: 20px;
}

.campreqtext2 {
  margin-left: 250px;
  margin-top: -24px;
}

.campreviewbtn {
  background-color: #3b4eac !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-top: 50px !important;
  margin-left: 15px !important;
  height: 40px !important;
  width: 140px !important;
}

.campreacceptbtn {
  background-color: #20bdc9 !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-top: 50px !important;
  margin-left: 15px !important;
  height: 40px !important;
  width: 140px !important;
}

.camprerejectbtn {
  background-color: #fe5d43 !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-top: 50px !important;
  margin-left: 15px !important;
  height: 40px !important;
  width: 140px !important;
}

.notiacceptedonbtn {
  background-color: #d7f3f6 !important;
  color: #20bdc9 !important;
  text-transform: capitalize !important;
  border: #d7f3f6 solid !important;
  height: 35px !important;
  margin-top: 5px !important;
  border-radius: 5px !important;
  margin-left: 80px !important;
}

.notirejectedonbtn {
  background-color: #ffead0 !important;
  color: #fec376 !important;
  text-transform: capitalize !important;
  border: #ffead0 solid !important;
  height: 35px !important;
  margin-top: 5px !important;
  border-radius: 5px !important;
  margin-left: 80px !important;
}

.subscriptioncostbox {
  background-color: #bdbfce;
  height: 80px;
}

.subscriptioncosttext {
  padding-top: 15px;
  margin-left: 20px;
}

.subscriptioncosttext2 {
  margin-top: -23px;
  margin-left: 45px;
  font-size: 15px;
}

.subscriptioncosttext3 {
  margin-left: 350px;
  margin-top: -45px;
  font-size: 20px;
}

.availabletokenbox {
  background-color: #e5e5eb;
  height: 50px;
}

.availabletokentext {
  margin-left: 20px;
  padding-top: 10px;
}

.availabletokentext2 {
  margin-left: 350px;
  margin-top: -25px;
  font-size: 20px;
}

.additionaltokenbox {
  background-color: #2a3050;
  height: 50px;
}

.additionaltokentext {
  margin-left: 20px;
  padding-top: 10px;
  color: white;
}

.additionaltokentext2 {
  margin-left: 350px;
  margin-top: -25px;
  font-size: 20px;
  color: white;
}

.enableButton {
  background-color: #3b4eac !important;
  color: white !important;
  text-transform: capitalize !important;
  margin-top: 40px !important;
  height: 60px !important;
  width: 180px !important;
  margin-left: 40px !important;
}

.disableButton {
  background-color: #e2e2e3 !important;
  color: gray !important;
  text-transform: capitalize !important;
  margin-top: 40px !important;
  height: 60px !important;
  width: 180px !important;
  margin-left: 30px !important;
}

.newcorpcard {
  height: 130px;
}

.viewjobinsightsbox {
  background-color: #20bdc9;
  height: 130px;
  width: 25px;
}

.viewjobinsightstext {
  margin-left: 50px !important;
  margin-top: -100px !important;
  font-size: 12px;
}

.viewjobinsightstext2 {
  margin-left: 50px !important;
  font-size: 17px;
}

.newcorpcardbtn {
  margin-left: 240px !important;
  margin-top: -75px !important;
  background-color: #3b4eac !important;
  color: white !important;
  font-size: 10px !important;
  text-transform: capitalize !important;
  height: 40px !important;
  width: 140px !important;
}

.btndiv1 {
  margin-top: 5px;
}

.btndiv2 {
  margin-left: 110px;
  margin-top: -30px;
}

.btn-lightgreen {
  color: white;
  background-color: #20bdc9;
  font-size: 13px;
  border-radius: 3px;
  height: 30px;
  border: #20bdc9 solid;
}

.btn-lightgreen2 {
  color: white;
  background-color: #20bdc9;
  font-size: 13px;
  border-radius: 3px;
  height: 30px;
  margin-left: 10px;
  width: 80px;
  border: #20bdc9 solid;
}

.corpid {
  margin-left: 730px;
  font-size: 14px;
  color: #bdc3e3;
  margin-top: -40px;
}

.corptext {
  margin-left: 830px;
  font-size: 14px;
  margin-top: -20px;
}

.jobid {
  margin-left: 730px;
  margin-top: -50px;
  font-size: 14px;
}

.assop {
  margin-left: 730px;
  margin-top: 0px;
}

.jobv {
  background-color: #bdc3e3 !important;
  height: 60px !important;
  width: 1.5px !important;
  margin-left: 400px;
  margin-top: -45px;
}

.jobinsightbtn {
  margin-left: 1020px !important;
  margin-top: -80px !important;
  background-color: #3b4eac !important;
  text-transform: capitalize !important;
  color: white !important;
  width: 180px;
}

.hiringparatext {
  margin-top: -40px !important;
  margin-left: 150px !important;
  font-size: 18px !important;
}

.jobparatext {
  margin-top: -30px !important;
  margin-left: 150px !important;
  font-size: 18px !important;
}

.camp1 {
  margin-top: -50px !important;
  margin-left: 150px !important;
  font-size: 18px !important;
}

.status {
  margin-left: 730px;
  margin-top: -45px;
  font-size: 15px;
  color: #bdc3e3;
}

.sentstatusbox {
  background-color: #fead43;
  height: 30px;
  width: 140px;
  border-radius: 20px;
  margin-left: 800px;
  margin-top: -23px;
}

.senttext {
  margin-left: 50px;
  padding-top: 4px;
  color: white;
  font-size: 15px;
}

.approvedtext {
  margin-left: 35px;
  padding-top: 3px;
  color: white;
  font-size: 15px;
}

.rejectedtext {
  margin-left: 40px;
  padding-top: 4px;
  color: white;
  font-size: 15px;
}

.approvedstatusbox {
  background-color: #20bdc9;
  height: 30px;
  width: 140px;
  border-radius: 20px;
  margin-left: 800px;
  margin-top: -23px;
}

.rejectedstatusbox {
  background-color: #f70d0d;
  height: 30px;
  width: 140px;
  border-radius: 20px;
  margin-left: 800px;
  margin-top: -23px;
}

.largeinput {
  width: 100% !important;
  margin-top: 20px !important;
}

.largeinput2 {
  width: 105% !important;
  margin-top: 20px !important;
}

.jobinsightbox {
  height: 70px;
  background-color: #3b4eac;
  width: 100%;
}

.jobinsightbox2 {
  height: 40px;
  background-color: #cccfde;
  width: 100%;
}

.titletext1 {
  color: white;
  padding-top: 20px;
  margin-left: 15px;
  font-size: 16px;
}

.titletext2 {
  color: white;
  margin-top: -25px;
  margin-left: 260px;
  font-size: 16px;
}

.titletext3 {
  color: white;
  margin-top: -23px;
  margin-left: 555px;
  font-size: 16px;
}

.infotext1 {
  color: white;
  margin-left: 15px;
  padding-top: 10px;
}

.infotext2 {
  color: white;
  margin-left: 160px;
  margin-top: -23px;
}

.infotext3 {
  color: white;
  margin-left: 350px;
  margin-top: -23px;
}

.infotext4 {
  color: white;
  margin-left: 480px;
  margin-top: -23px;
}

.infotext5 {
  color: white;
  margin-left: 650px;
  margin-top: -23px;
}

.deepinfotext1 {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 5px;
}

.deepinfotext2 {
  font-size: 14px;
  margin-left: 180px;
  margin-top: -20px !important;
}

.deepinfotext3 {
  font-size: 14px;
  margin-left: 350px;
  margin-top: -20px !important;
}

.deepinfotext4 {
  font-size: 14px;
  margin-left: 500px;
  margin-top: -20px !important;
}

.deepinfotext5 {
  font-size: 14px;
  margin-left: 650px;
  margin-top: -20px !important;
}

.mediuminput {
  margin-top: 20px !important;
  width: 190px !important;
}

.mediuminput2 {
  margin-top: 20px !important;
  width: 150px !important;
}

.smallinputs {
  margin-top: 20px !important;
  width: 98px !important;
}

.from {
  color: #bdc3e3;
  font-size: 18px;
}

.from2 {
  margin-left: 70px;
  font-size: 18px;
  margin-top: -26px;
}

.to {
  color: #bdc3e3;
  font-size: 18px;
  margin-top: 10px;
}

.to2 {
  margin-left: 70px;
  font-size: 18px;
  margin-top: -26px;
}

.sub2 {
  margin-left: 90px;
  font-size: 18px;
  margin-top: -26px;
}

.divider {
  height: 1.7px;
  background-color: #cccfde;
  width: 104%;
  margin-left: -16px;
  margin-top: 10px;
}

.mailtext {
  color: gray;
  font-size: 15px;
}

.mailtext2 {
  color: gray;
  font-size: 15px;
  width: 121px;
}

.v {
  background-color: #bdc3e3 !important;
  height: 60px !important;
  width: 1.5px !important;
  margin-left: 400px;
  margin-top: -45px;
}

.v2 {
  background-color: #bdc3e3 !important;
  height: 60px !important;
  width: 2px !important;
  margin-left: 690px;
  margin-top: -60px;
}

.v3 {
  background-color: #bdc3e3 !important;
  height: 60px !important;
  width: 1.5px !important;
  margin-left: 980px;
  margin-top: -60px;
}

.viewbtn {
  margin-left: 1020px !important;
  margin-top: -60px !important;
  background-color: #3b4eac !important;
  text-transform: capitalize !important;
  color: white !important;
  width: 180px;
}

.view-info-btn {
  padding: 15px 20px;
  font-size: 0.95rem;
  background-color: #253aa3;
  color: white;
  text-align: center;
  border-radius: 4px;
}

@media screen and (min-width: 1300px) and (max-width: 1490px) {
  .viewjobinsightstext {
    margin-top: -80px !important;
    margin-left: 30px !important;
  }

  .viewjobinsightstext2 {
    margin-left: 30px !important;
    font-size: 16px;
  }

  .newcorpcardbtn {
    margin-left: 190px !important;
    margin-top: -75px !important;
    background-color: #3b4eac !important;
    color: white !important;
    font-size: 10px !important;
    text-transform: capitalize !important;
    height: 40px !important;
    width: 120px !important;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .viewjobinsightsbox {
    width: 20px;
  }

  .viewjobinsightstext {
    margin-top: -80px !important;
    font-size: 9px;
    margin-left: 28px !important;
  }

  .viewjobinsightstext2 {
    margin-left: 28px !important;
    font-size: 15px;
  }

  .newcorpcardbtn {
    margin-left: 160px !important;
    margin-top: -75px !important;
    background-color: #3b4eac !important;
    color: white !important;
    font-size: 10px !important;
    text-transform: capitalize !important;
    height: 40px !important;
    width: 110px !important;
  }

  .d-inp {
    /* margin-left: -30px; */
    width: 30px;
    height: 50px !important;
    font-size: 13px !important;
    /* margin-top: 5px; */
  }

  .btndiv2 {
    margin-left: 100px;
    margin-top: -30px;
  }
}

@media screen and (max-width: 1210px) and (min-width: 800px) {
  .btn-lightgreen {
    color: white;
    background-color: #20bdc9;
    font-size: 12px;
    border-radius: 3px;
    height: 30px;
    width: 100px;
    border: #20bdc9 solid;
  }

  .btn-lightgreen2 {
    color: white;
    background-color: #20bdc9;
    font-size: 12px;
    border-radius: 3px;
    height: 30px;
    /* margin-left: 10px; */
    width: 60px;
    border: #20bdc9 solid;
  }

  .d-inp {
    /* margin-left: -20px;
    height: 30px !important; */
    font-size: 13px !important;
    margin-top: 5px;
  }

  .btndiv2 {
    margin-left: 95px;
    margin-top: -30px;
  }
}

@media screen and (max-width: 600px) and (min-width: 300px) {
  .btndiv1 {
    margin-top: 5px;
    margin-left: -25px !important;
  }

  .btndiv2 {
    margin-left: 75px;
    margin-top: -30px;
  }

  .d-inp {
    /* margin-left: -20px; */
    height: 50px !important;
    font-size: 12px !important;
    margin-top: 5px;
  }

  .table-data tr td .basic-info .basic-subtitle {
    margin-top: 2px !important;
  }

  .profile-pic {
    border: none !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
  }

  .welcome-avatar {
    padding: 3px;
  }

  .welcome-avatar img {
    object-fit: cover;
  }

  .top_profile img {
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.41);
  }
}

/* .custom_model_css {
   margin-top: 25vh !important  
   } */

.model_header {
  background-color: #253aa3;
  text-align: center;
  color: #fff;
}

.custom_model_css .modal-title {
  margin-left: 32% !important;
}

.model_header button {
  color: #fff !important;
}

.bgWhite {
  background-color: white;

}

.h-full {
  height: 88vh;
}

.main-triangle-container {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 100px;
  width: 750px;
}
@media screen and (max-width:425px){
  .custom-row {
    display: block;
    flex-direction: row;
    justify-content: space-around;
    justify-content: center;
    margin-bottom: 100px;
  
  } 
}

.custom-row:first-child {
  margin-bottom: 0px;
}

.dottedLine {
  border-top: 1px dashed #cacaca;
  width: 75%;
  /*   margin-bottom: -50px; */
}

.mainCircle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  cursor: pointer;
}

.mainCircleTitle {
  margin-top: 160px;
  font-size: 1.2rem;
  color: #bbbbbb;
}

.mainCircle:hover .baseCircle {
  background-color: #253aa3;
}

.mainCircle:hover .number-title {
  color: #253aa3;
}

.mainCircle:hover .innerCircleIcon {
  color: #253aa3;
}

.mainCircle:hover .mainCircleTitle {
  color: #253aa3;
}

.outerCircle {
  width: 160px;
  height: 100px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15)
  );
  -moz-border-radius: 100px / 50px;
  -webkit-border-radius: 100px / 50px;
  border-radius: 100px / 50px;
  box-shadow: 20px 25px 28px rgba(0, 0, 0, 0.25),
    0px -5px 10px rgba(0, 0, 0, 0.22);
  position: absolute;
  margin-top: 50px;
  margin-top: -15px;
}

.circle {
  margin-top: -12px;
  width: 160px;
  height: 80px;
  background: #fff;
  -moz-border-radius: 100px / 50px;
  -webkit-border-radius: 100px / 50px;
  border-radius: 100px / 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.baseCircle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #cacaca;
  width: 150px;
  height: 75px;
  -moz-border-radius: 100px / 50px;
  -webkit-border-radius: 100px / 50px;
  border-radius: 100px / 50px;
  position: absolute;
}

.mainBaseCircle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 1px solid #cacaca;
  width: 195px;
  height: 100px;
  -moz-border-radius: 100px / 50px;
  -webkit-border-radius: 100px / 50px;
  border-radius: 100px / 50px;
  position: absolute;
}

.innerOuterCircle {
  width: 100px;
  height: 50px;
  background-image: linear-gradient(
    to right,
    rgba(249, 249, 249, 0.5),
    rgba(0, 0, 0, 0.12)
  );
  -moz-border-radius: 100px / 50px;
  -webkit-border-radius: 100px / 50px;
  border-radius: 100px / 50px;
  box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.25), 0px 5px 6px rgba(0, 0, 0, 0.22);
  position: absolute;
}

.innerCircle {
  margin-top: -5px;
  width: 100px;
  height: 50px;
  background-image: linear-gradient(
    to right,
    rgba(249, 249, 249, 0.8),
    rgba(249, 249, 249, 1)
  );
  -moz-border-radius: 100px / 50px;
  -webkit-border-radius: 100px / 50px;
  border-radius: 100px / 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.innerCircleIcon {
  color: #cacaca;
  margin-top: -20px;
}

.number-title {
  font-size: 1.8rem;
  position: absolute;
  margin-top: -6px;
  text-align: center;
  width: 160px;
  color: #a1a1a1;
}

.toolTipContainer {
  /* background-color: #cacaca; */
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 430px;
}

.defaultToolTipContainer {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}

.customToolTipRow {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.toolTipOption {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 200px;
}

.toolTipOptionLabel {
  font-size: 0.75rem;
  flex: 1;
  flex-wrap: wrap;
}

.divider {
  width: 90%;
  border-top: 0.5px solid #cacaca;
}

.campusDriveNavStripe {
  background-color: #253aa3;
  width: 100%;
  margin: 0px !important;
  padding: 12px;
  font-size: 0.75rem;
}

.campusDriveBtn {
  display: block;
  text-align: center;
  background-color: #253aa3;
  color: white;
  border: 1px solid white;
  padding: 8px 12px;
  margin: 0px 3px;
  outline: none !important;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 5px;
}

.campusDriveBtn:hover {
  background-color: white;
  color: #253aa3;
  border: 1px solid white;
  padding: 8px 12px;
  margin: 0px 3px;
  font-weight: bolder;
  outline: none !important;
  text-decoration: none !important;
  border-radius: 5px;
}

a.campusDriveBtn.active {
  background-color: white;
  color: #253aa3;
  font-weight: bolder;
  padding: 8px 12px;
  margin: 0px 3px;
  border-radius: 5px;
  margin-bottom: 80px;
 
}

.campus-drive-sidebar-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.campus-drive-sidebar-btn {
  background-color: #253aa3;
  color: white;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 40px;
  max-width: 120px;
  max-height: 40px;
  margin-bottom: 10px;
  border-radius: 0px !important;
}

.campus-drive-sidebar-btn p {
  padding: 0px 12px;
}

.campus-drive-sidebar-container .tabSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  margin-bottom: 20px;
  /* height: 120px; */
}

.campus-drive-sidebar-container .tabSection .tabSectionLabel {
  font-size: 0.85rem;
  color: #707070;
  text-align: right;
}

.campus-drive-sidebar-container .tabSection .tabSectionMainCircleContainer {
  margin: 0px;
}

.campus-drive-sidebar-container .tabSection .tabSectionMainCircle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a7a7a7;
}

.campus-drive-sidebar-container .tabSection .tabSectionMainCircleActive {
  background-color: #253aa3;
}

.campus-drive-sidebar-container .tabSection .tabSectionLabelActive {
  color: #253aa3;
}

.campus-drive-sidebar-container .tabSection .tabSectionInnerCircle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 5px 0px 18px rgba(0, 0, 0, 0.25),
    10px 8px 12px rgba(0, 0, 0, 0.22);
}

.campus-drive-sidebar-container .tabSection .tabSectionInnerCircle .fas {
  font-size: 0.8rem;
  color: #707070;
}

.campus-drive-sidebar-container .tabSection .tabSectionMainCircleActive .fas {
  color: #253aa3;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.invite-info .invite-info-icon {
  font-size: 1.6rem;
  padding: 12px;
}

.invite-info .invite-info-info .info-title {
  font-size: 0.9rem;
}

.invite-info .invite-info-info .info-sub-title {
  font-size: 0.75rem;
  color: #a0a0a0;
}

.text-primary {
  color: #253aa3 !important;
}

.campus-drive-invite-list {
  border: 2px solid #cacaca;
  padding: 2px;
  border-radius: 2px;
  background-color: white;
  /* height: 60px; */
}

.off-campus-list-of-drives-cards {
  border: 2px solid #cacaca;
  padding: 15px;
  border-radius: 10px;
  background-color: white;
}

.corporate-title-box {
  border: 3px solid #73b0ff;
  padding: 10px;
  border-radius: 6px;
  background: #040a80;
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #73b0ff;
}

/*Srini Added */
.MuiFormControl-root {
  width: 100%;
}

.MuiAutocomplete-inputRoot {
  padding: 0;
}

.MuiAutocomplete-hasPopupIcon .MuiAutocomplete-inputRoot,
.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot {
  height: 50px;
  margin-bottom: 10px;
}

.d-attach .d-label {
  height: 50px;
 
}

.d-attach {
  height: 50px;
}

.MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(14px, 1px) scale(0.75);
}

.report-container,
.feature-widget-map-report-body {
  width: 100%;
  background: #eceff8;
}

.feature-widget-report-body_1 {
  height: 270px;
}

.feature-widget-report-body_2 {
  height: 370px;
}

.feature-widget-report-body_3 {
  height: 400px;
}

.feature-widget-report-body_4 {
  height: 400px;
}

.feature-widget-report-body_5 {
  height: 700px;
}

.feature-widget-report-body_6 {
  height: 700px;
}

.feature-widget-report-body_7 {
  height: 250px;
}

.explorationContainer
  .exploreCanvas
  .canvasFlexBox
  .displayAreaContainer
  .displayAreaViewport {
  background: #eceff8;
}

.noMatch {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #eceff8 url(../images/logo.png) 50% 10% no-repeat;
  background-size: 30%;
}

.nomatch_int {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff url(../images/err.jpg) 0 -56px no-repeat;
  border-radius: 10px;
  padding: 10px;
  padding-top: 130px;
  width: 400px;
  color: #666;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
/* input.MuiInputBase-input.MuiOutlinedInput-input {
  display: grid;
} */

.modal-content {
  border: none;
}
.css-j204z7-MuiFormControlLabel-root .MuiFormControlLabel-label.Mui-disabled {
  font-size: 0.7rem;
}

@media only screen and (max-width: 600px) {
  .page_actions {
    text-align: left;
    margin-left: 10px;
    min-width: 280px;
    
  }
  .langbtn1{
    width: 100px;
    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;
  }
}

/* animation */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.chat-container .chat-admin .chat-admin-date {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  color: rgb(229, 229, 230);
}

.chat-container .chat-user .chat-admin-user {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  color: rgb(229, 229, 230);
}

.support-main .create-new-support .create-new-support-card {
  background: rgb(8, 16, 96);
  width: 40%;
  padding: 20px;
  display: flex;
  font-size: 22px;
  border-radius: 10px;
  color: rgb(154, 231, 250);
  cursor: pointer;
  
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .support-main .create-new-support .create-new-support-card {
    background: rgb(8, 16, 96);
    height: 20%;
    width: 100%;
    padding: 20px;
    display: flex;
    font-size: 22px;
    border-radius: 10px;
    color: rgb(154, 231, 250);
    cursor: pointer;
  text-align: center;

    
  } 

}

.support-main .support-list-main {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 100%;
  background: white;
  padding: 25px;
  font-weight: bold;
  border: 1px solid #09a7f1;
  border-radius: 10px;
  text-transform: capitalize;
}

.support-list-card {
  margin: 10px;
  color: white;
  border: 2px solid black;
  border-radius: 10px;
  cursor: pointer;
  color: black;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .support-list-card {
    margin: 10px;
    color: white;
    border: 2px solid black;
    border-radius: 10px;
    cursor: pointer;
    color: black;
    align-items: center;
  } 
}

.ticket-chat-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #03356e38;
  border-radius: 8px;
}
.ticket-chat-main .support-title {
  display: flex;
  justify-content: center;
  font-size: clamp(0.5rem, 1vw + 0.5rem, 1.2rem);
  font-weight: bold;
  background: rgb(255, 255, 255);
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 5px;
  color: rgb(10, 122, 249);
  position: relative;
  border: 2px solid rgb(10, 122, 249);
}
.ticket-chat-main .chat-display {
  width: 100%;
  height: calc(100vh - 280px);
  border-radius: 5px;
  background: white;
  padding: 5px 0 15px;
  overflow-y: auto;
  position: relative;
}
.ticket-chat-main .chat-sent-type {
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  background: #f3faff;
  margin-top: 10px;
  border-radius: 5px;
  padding: 0 10px 0;
  color: #2f4452;
}
.chat-sent-type input {
  border: none;
  background: none;
  width: 100%;
}
.ticket-chat-main .support-title .support-title-back {
  font-size: 0.8rem;
  font-weight: bold;
  position: absolute;
  padding: 12px;
  left: 6px;
  top: 6px;
  cursor: pointer;
  border-radius: 10px;
}
.chat-container .chat-user {
  padding: 15px 15px 22px;
  background: rgb(3, 25, 137);
  color: white;
  max-width: 85%;
  align-self: flex-end;
  border-radius: 10px 10px 2px 10px;
  position: relative;
  min-width: 70px;
}
.chat-sent-type input {
  border: none;
  background: none;
  width: 100%;
}

.chat-sent-type input:focus {
  outline: none;
}
.ticket-chat-main .chat-display .chat-container {
  width: 100%;
  padding: 10px 25px 0px;
  display: flex;
  flex-direction: column;
}
.chat-container .chat-admin {
  padding: 15px 15px 22px;
  background: rgb(63, 111, 254);
  max-width: 85%;
  align-self: flex-start;
  color: white;
  border-radius: 10px 10px 10px 2px;
  position: relative;
  min-width: 70px;
  -webkit-box-shadow: 1px 1px 5px 0px #0228449b;
  -moz-box-shadow: 1px 1px 5px 0px #0228449b;
  box-shadow: 1px 1px 5px 0px #0228449b;
}

.history-container {
  padding: 20px;
  display: flex;
}

.history-container .history-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #02314e;
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
  text-align: center;
  margin-top: 20px;
  border: 2px solid #ffffff00;
  -webkit-box-shadow: 1px 1px 12px 0px #0228449b;
  -moz-box-shadow: 1px 1px 12px 0px #0228449b;
  box-shadow: 1px 1px 12px 0px #0228449b;
}

.history-container .history-item:hover {
  box-shadow: none;
  cursor: pointer;
  border: 2px solid #030d41;
  background: #02304c;
  color: white;
}

.broadcast-history-container .broadcast-message-card {
  padding: 20px;
  background: #dedcdc;
  margin-top: 25px;
  border-radius: 10px;
}

.broadcast-history-container .trans-token-card {
  background: #dedcdc;
  margin-top: 15px;
  border-radius: 5px;
  padding: 20px;
  font-weight: bold;
  position: relative;
  font-size: 15px;
}

.trans-token-card .token-logo {
  color: white;
  background: #00d84c;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 15px;
  top: 15px;
  height: 35px;
  width: 35px;
  border: 3px solid white;
  border-radius: 50%;
  font-size: 10px;
}

.trans-token-card .bonus-token-logo {
  color: white;
  background: #fbd61e;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 15px;
  top: 15px;
  height: 35px;
  width: 35px;
  border: 3px solid white;
  border-radius: 50%;
  font-size: 10px;
}

.transaction-item {
  color: #156394;
  padding: 5px 15px 5px;
  background: white;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #11689e8c;
  text-transform: none;
}
.userData {
  background: #fff;
  border-radius: 5px;
  width: 100%;
}
.chatBot {
  position: fixed;
  z-index: 10;
  font-size: 0.8rem;
  text-align: center;
  bottom: 100px;
  right: 40px;
  color: #666;
}
.chatBot strong {
  bottom: 20px;
  position: fixed;
  right: 60px;
  z-index: 10;
  color: #004fd0;
}
.chatBotBtn {
  background: #253aa3;
  border: 3px solid white;
  border-radius: 50%;
  bottom: 30px;
  height: 60px;
  position: fixed;
  right: 30px;
  width: 60px;
  z-index: 10;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 10px 0px #01233a;
  -moz-box-shadow: 1px 1px 10px 0px #073303;
  box-shadow: 1px 1px 10px 0px #011426;
}
.chatBotIcon {
  fill: #fff;
  height: 25px;
  width: 25px;
}
.react-chatbot-kit-chat-inner-container {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.playgroundContainer_TGbA {
  overflow: hidden;
  border-radius: 5px;
  background: rgb(10, 176, 174);
  background: linear-gradient(
    90deg,
    rgba(10, 176, 174, 1) 0%,
    rgba(5, 87, 218, 1) 100%
  );
}
.playgroundHeader_qwyd {
  background: rgb(8, 52, 146);
  background: linear-gradient(
    90deg,
    rgba(8, 52, 146, 1) 0%,
    rgba(56, 3, 106, 1) 100%
  );
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08rem;
  padding: 0.75rem;
  text-transform: uppercase;
}

.off-job-dashboard-logos {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  mix-blend-mode: color-burn;
}

.position-relative {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
.jobListAll {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.jobDataView {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #66ccff;
}

.dashboard-corp-job-container {
  display: flex;
  padding: 8px;
  border-bottom: 1px solid #d3d3d3;
}

.dashboard-corp-job-container .dashboard-corp-logo-skeleton {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: linear-gradient(0.25turn, transparent, #fff, transparent),
    linear-gradient(#eee, #eee),
    radial-gradient(38px circle at 19px 19px, #eee 50%, transparent 51%),
    linear-gradient(#eee, #eee);
  background-repeat: no-repeat;
  background-size: 315px 250px, 315px 180px, 100px 100px, 225px 30px;
  background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
  animation: loading 1.2s infinite;
}

.dashboard-corp-job-container .dashboard-corp-name-skeleton {
  width: 90%;
  height: 30px;
  background: linear-gradient(0.25turn, transparent, #fff, transparent),
    linear-gradient(#eee, #eee),
    radial-gradient(38px circle at 19px 19px, #eee 50%, transparent 51%),
    linear-gradient(#eee, #eee);
  background-repeat: no-repeat;
  background-size: 315px 250px, 315px 180px, 100px 100px, 225px 30px;
  background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
  animation: loading 1.2s infinite;
  border-radius: 2px;
}

.dashboard-corp-job-container .dashboard-corp-date-skeleton {
  width: 100%;
  height: 10px;
  margin-top: 10px;
  background: linear-gradient(0.25turn, transparent, #fff, transparent),
    linear-gradient(#eee, #eee),
    radial-gradient(38px circle at 19px 19px, #eee 50%, transparent 51%),
    linear-gradient(#eee, #eee);
  background-repeat: no-repeat;
  background-size: 315px 250px, 315px 180px, 100px 100px, 225px 30px;
  background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
  animation: loading 1.2s infinite;
  border-radius: 2px;
}

.dashboard-corp-job-container .dashboard-corp-btn-skeleton {
  width: 70px;
  height: 40px;
  background: linear-gradient(0.25turn, transparent, #fff, transparent),
    linear-gradient(#eee, #eee),
    radial-gradient(38px circle at 19px 19px, #eee 50%, transparent 51%),
    linear-gradient(#eee, #eee);
  background-repeat: no-repeat;
  background-size: 315px 250px, 315px 180px, 100px 100px, 225px 30px;
  background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
  animation: loading 1.2s infinite;
  border-radius: 2px;
}

@keyframes loading {
  to {
    background-position: 315px 0, 0 0, 0 190px, 50px 195px;
  }
}

.all-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

button
  .MuiButtonBase-root.MuiPaginationItem-root.MuiPaginationItem-sizeLarge.MuiPaginationItem-outlined.MuiPaginationItem-rounded.Mui-selected.MuiPaginationItem-page.css-kvsszq-MuiButtonBase-root-MuiPaginationItem-root {
  min-width: 15px;
  height: 15px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .MuiButtonBase-root.MuiPaginationItem-root.MuiPaginationItem-sizeLarge.MuiPaginationItem-outlined.MuiPaginationItem-rounded.Mui-selected.MuiPaginationItem-page.css-kvsszq--MuiPaginationItem-root {
    min-width: 10px; /* Adjust the min-width to your desired value for mobile */
    height: 10px; /* Adjust the height to your desired value for mobile */
    font-size: 9px;
  }
}
.css-kvsszq-MuiButtonBase-root-MuiPaginationItem-root {
  min-width: 15px;
  height: 15px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .css-kvsszq-MuiButtonBase-root-MuiPaginationItem-root {
    min-width: 10px; /* Adjust the min-width to your desired value for mobile */
    height: 10px; /* Adjust the height to your desired value for mobile */
    font-size: 6px; /* Adjust the font size to your desired value for mobile */
  }
}

@media (min-width: 320px) and (max-width: 767.98px){
  .msg-container{
    display: none;
  }  
}


body > .skiptranslate {
  display: none;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  display: none;
}
#google_translate_element select {
  background: white;
  padding: 10px 10px 10px;
  
  border-radius: 5px;
  color: #004fd0;
  border: none;
  font-size: 14px;
  
  
}
@media print {
  #google_translate_element {
    display: none;
  }
}
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}
.goog-te-gadget {
  font-size: 0px !important;
}

.btn1-rev {
  color: white;
  padding: 10px 20px 10px;
  border: 2px solid #0291ff;
  border-radius: 5px;
  background: #0291ff;
}


/* @media screen and (max-width: 767px) {
  .table-responsive{
    width: 75%;
  }
} */

@media (min-width: 320px) and (max-width: 767.98px){
  .mobil-nft{
    width: 90%;
  }
}

@media (min-width: 320px) and (max-width: 767.98px){
  .profiledata{
    width: 90%;
  }
}


@media (min-width: 320px) and (max-width: 767.98px){
  .searchbar{
 
  min-width: 180px;
  }
}


@media (min-width:320px) and (max-width:767.98px){
  .mobil-nft{
 
   width:70%;
   zoom:0.8;
  }
  .address-fields{
    width: 100%;

  }
  .address-fields1{
    width: 100%;
    
  }
}
@media screen and (min-width:768px){
  .address-fields{
    width: 50%;

  }
  .address-fields1{
    width: 33.3%;
    
  }
}

@media screen and (max-width: 767.98px){
.MuiMenuItem-root{
  font-size: 0.7rem !important;
  
}
.MuiSelect-selectMenu{
  white-space: normal !important;
}
.MuiMenuItem-root{
  white-space: normal !important;
}
}

@media screen and (max-width:425px){
  .search-sub{
    width: 110px;
  }
}

@media screen and (max-width:425px){
  .sub-heading1{
  max-width: 100%;
  }

  
  .mobile-view-screen1{
    width: 480px;
  display:flexbox;
  }
  .university-item .univ-info-item .sub-title {
    font-size: 0.6rem;
    color: black;
}
.single-university-section .univ-quick-widgets-container .univ-quick-widget .title {
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 10px 0px 20px 0px;
  font-weight: bold;
}
.single-university-section .header .title-container {
  margin-left: 125px;
}
.university-item .univ-item-container {
  width: 234px;
 
}

.univ-info-widget {
  margin-top: 20px; /* Add some top margin for spacing */
}

.jobs-list-item .item .job-label {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 10px;
  zoom: 0.8;
  width: 177px;
}
.MuiTab-wrapper {
  width: 100%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}


 
  .u-info-sec {
    margin-top: 5px;
   
    display:block;
    zoom: 0.8;
 
  }
  .modal-content {
    border: none;
    width: 350px;
   
  }

  .campus-drive-sidebar-container {
    display: flex;
    justify-content: space-between;
    min-width: 280px;
  }
  

  /* .container{
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
     overflow-x: scroll;
     width: 50%;
    

  } */
  .custom-tab .MuiAppBar-colorPrimary {
    background-color: #253aa3 !important;
   max-width: 380px;
  }
  .main-post{
    padding: 2%;
    margin-top: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    zoom:0.9;
  }
  
}

.main-title1{
  font-family: Poppins-Bold;
    font-size: 20px;
    text-align: center;
    color: #2a3050;
}




@media  screen and (max-width:425px) {
  .mob-token {
    margin-left: 103px;
    
   }
}

@media  screen and (max-width:375px) {
  .mob-token {
    margin-left: 89px;
    
   }
}

@media  screen and (max-width:325px) {
  .mob-token {
    margin-left: 65px;
    
   }
}





@media screen and (min-width:425px){
  .sub-heading1{
  max-width: 100%;
  }
  .mobile-view-screen1{
    max-width: 100%
  }
  
  .u-info-sec {
    margin-top: 5px;
  }
}
