@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,700;1,800&display=swap");

:root {
  --color-primary: #ffb81c;
  --sidenav-bgclr: #c1babafa;
}

.content {
  display: flex;
  height: 100vh;
}

.Pearson-icon-container {
  display: flex;
  align-items: stretch;
  margin: 2rem 0;
  height: 8rem;
}

.Pearson-icon-container img {
  height: 7.5rem;
  width: 14rem;
}

.pearson-icon {
  /* margin-left: 2.5rem;
  margin-right: 1rem; */
}

.pearson-icon1 {
  margin-left: 7rem !important;
}

.isb-icon {
  margin-right: 1rem;
  height: 11rem;
  width: 11rem;
}

.sidebar {
  background-color: #392D7D;
  box-shadow: 0px 0px 0px 1px rgba(102, 102, 102, 0.3) !important;
  /* display: flex;
	flex-direction: column; */
  top: 0;
  left: 0;
  z-index: 10;
  min-height: 100vh;
  position: fixed;
  height: 100vh;
  width: 22rem;
}

.togglesidebar {
  background-color: #392D7D;

  /* display: flex;
	flex-direction: column; */
  top: 0;
  left: 0;
  z-index: 10;
  min-height: 100vh;
  position: fixed;
  height: 100vh;
  width: 25rem;
}

.group-container {
  margin-left: 22rem;
  background-color: #fff;
}

.p-header {
  font-size: 1.4rem;
  height: 4rem;
  margin: 1rem 0 0;
  /* background-color: #fff; */
  /* border-bottom: var(--line); */
}

.p-header {
  display: flex;
  /* padding: 1rem 0rem 3rem 3rem; */
  justify-content: space-between;
  align-items: center;
}

/* search bar */

.search {
  /* flex: 0 0 80% !important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__input {
  font-size: 12px;
  color: #000 !important;
  background-color: #fff;
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 10px;
  width: 30%;
  transition: all 0.2s;
  margin-right: -3.25rem;
  font-size: 14px;
}

.search__input:focus {
  outline: none;
  width: 45%;
  background-color: #fff;
}

.search__input::-webkit-input-placeholder {
  font-weight: 100;
  color: black;
}

.search__input:focus+.search__button {
  background-color: var(--color-grey-light-3);
}

.search__button {
  border: none;
  background-color: #fff;
  padding: 0;
}

.search__button:focus {
  outline: none;
}

.search__button:active {
  transform: translateY(2px);
}

.search__icon {
  height: 2rem;
  width: 2rem;
  fill: var(--color-grey-dark-3);
}

/* user nav */

.user-nav__icon-box {
  position: relative;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.user-nav__icon {
  height: 2.25rem;
  width: 2.25rem;
  fill: var(--color-grey-dark-2);
}

.user-nav__notification {
  font-size: 0.8rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #fff;
  position: absolute;
  top: 0;
  right: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Pearson-icon-container {
  display: flex;
  justify-content: center;
}

.p-header img {
  height: 3rem;
  width: 3rem;
  margin: 0rem 1rem;
}

.side-nav {
  font-size: 17px;
  list-style: none;
  margin-top: 2rem;
}

.side-nav .side-nav__item {
  position: relative;
}

.sidebar {
  padding-bottom: auto;
}

.togglesidebar {
  padding-bottom: auto;
  overflow: scroll;
}

.side-nav .side-nav__item:not(:last-child) {
  /* margin-bottom: 0.5rem; */
}

.side-nav .side-nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: var(--color-primary);
  transform: scaleY(0);
  transition: transform 0.2s, width 0.8s cubic-bezier(1, 0.01, 0, 1);
}

/* .side-nav .side-nav__item:hover::before {
	transform: scaleY(1);
	width: 100%;
	
  } */

.side-nav .side-nav__item--active::before {
  border-left: 1rem solid var(--color-primary);
  transform: scaleY(1);
}

.side-nav .side-nav__item--active {
  background-color: var(--sidenav-bgclr);
}

.side-nav .side-nav__item {
  text-decoration: none;
  display: block;
  padding: 1.2rem 1rem;
  font-weight: 400;
  /* text-transform: uppercase; */

  /* border-bottom: 0.1rem solid var(--color-grey-dark-2); */
}

.side-nav .side-nav__item:focus {
  outline: none;
  /* text-transform: uppercase; */

  /* border-bottom: 0.1rem solid var(--color-grey-dark-2); */
}

.side-nav__link {
  display: flex;
  align-items: center;
  color: #fff !important;
}

.side-nav__link:focus {
  color: #fff;
}

.side-nav__link:hover {
  text-decoration: none;
  color: #fff;
}

.dropdown__link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  margin-top: 10px;
  /* padding: 2rem 3rem 0; */
}

element.style {
  height: 572px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  background-color: var(--appcolor) !important;
  border: none !important;
}

.side-nav .side-nav__link:link {
  color: var(--color-grey-light-1);
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.side-nav .side-nav__link:visited {
  color: var(--color-grey-light-1);
  text-decoration: none;
}

.side-nav .side-nav__icon {
  width: 37px;
  height: 37px;
  margin-right: 1rem;
}

.create-group {
  height: 85vh !important;
  /* width: 100%; */
  color: #000;
  /* margin: 0 2rem; */
  max-width: 100%;
}

li {
  margin: 0;
  padding: 0;
}

.breadcrumb {
  text-align: left;
  font-size: 1.5rem;
}

.breadcrumb a {
  text-decoration: none;
  color: #000;
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #000;
}

.create-group__content {
  height: 80vh;
}

.create-group .create-group__content {
  /* height: 98%; */
  margin: 1rem 2rem;
  background-color: var(--color-grey-dark-1);
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  /* align-items: flex-start; */
}

.form-group__start {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
}

.create-group__form {
  margin-bottom: 100px;
}

.calendar {
  height: 2rem;
  color: #000;
}

.create-group__details {
  /* background-color: orangered; */
  /* margin-top: 100px; */
  display: flex;
  justify-content: center;
  color: #000;
}

.form-group__controller {
  background-color: white;
}

.create-group__form label {
  font-size: 2rem;
  margin-right: 1.25rem;
}

.create-group__form span {
  font-size: 2rem;
}

.create-group__form:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}

.create-group__form button {
  margin: 2rem;
  font-size: 2rem;
  align-self: end;
  /* background-color: transparent;
	color: #ffaf00;
	border: 1px solid #ffaf00; */
}

.btn {
  /* margin: 2.5rem; */
  /* font-size: 2rem !important;
	padding: 1rem !important;
	border-radius: 0.5rem !important; */
}

.btn-primary {
  background-color: transparent !important;
  color: #ffaf00 !important;
  border: 1px solid #ffaf00 !important;
}

.btn-secondary {
  border: none !important;
  background-color: #ffaf00 !important;
  color: #fff !important;
}

/* toggle button */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  border-radius: 0.5rem;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.5rem;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #2196f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.5rem;
}

input:checked + .slider {
  background-color: white;
}

input:focus + .slider {
  box-shadow: 0 0 1px white;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
} */

/* .form-group__start {
	margin-right: 1.5rem;
  } */
.custom-select-wrapper {
  position: relative;
  user-select: none;
  /* width: 100%; */
  width: 450px;
  border-radius: 0.5rem;
}

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  font-size: 2.4rem;
  font-weight: 300;
  color: #3b3b3b;
  border-radius: 0.5rem;
  height: 5rem;
  line-height: 3.5rem;
  width: 440px;
  background: #ffffff;
  cursor: pointer;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #394a6d;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #394a6d;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-option {
  position: relative;
  display: block;
  /* padding: 0 22px 0 22px; */
  font-size: 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}

.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}

.custom-option.selected {
  color: #ffffff;
  background-color: #305c91;
}

.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}

.arrow::before {
  left: -5px;
  transform: rotate(45deg);
  background-color: #394a6d;
}

.arrow::after {
  left: 5px;
  transform: rotate(-45deg);
  background-color: #394a6d;
}

.open .arrow::before {
  left: -5px;
  transform: rotate(-45deg);
}

.open .arrow::after {
  left: 5px;
  transform: rotate(45deg);
}

ul {
  padding-left: 0 !important;
}

.nav__header img {
  height: 3rem;
  width: 3rem;
}

form {
  font-size: 1.75rem;
}

.form-file-button {
  background-color: rgba(92, 91, 91, 0.507) !important;
  color: #fff !important;
}

.nav__header {
  display: none;
}

/* .select-container {
	  display: flex;
	  justify-content: flex-end;
  } */
/* select {
	  width: 70%;
  } */

.form-select-lg {
  font-size: 1.75rem !important;
}

.ob-container {
  background-color: var(--appcolor);
  margin: 0 3rem;
  height: 85vh;
  padding-top: 20px;
}

.ob-item-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin: 0 2rem;
  grid-gap: 3rem;
}

.individual-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 0.5rem;
  place-items: center;
  background-color: var(--pagebgcolor);
  font-size: 2rem;
  grid-row-gap: 1rem;
}

.individual-item__details {
  background-color: var(--pagebgcolor);
  color: var(--lighttextcolor);
}

/* .individual-item__img {
  max-height: 30rem;
  background-size: cover;
  background-repeat: no-repeat;
} */
.individual-item img {
  background-size: cover;
  max-height: 26rem;
  width: 23rem;
  border-radius: 0.5rem;
}

table tr {
  margin-bottom: 4rem;
}

table tr td:first-child {
  width: 15rem;
  padding-bottom: 4rem;
  text-align: right;
}

table tr td:last-child {
  padding-left: 2rem;
  /* padding-bottom: 4rem; */
  text-align: left;
}

#customers td {
  color: #fff;
  font-size: 1.5rem;
}

#group-review__table {
  min-width: 100%;
  font-size: 1.85rem;
  border-bottom: 1px solid #777;
}

#group-review__table td {
  padding: 2rem 2rem;
  color: white;
}

/* #group-review__table tr {
	border-right: 1px solid white;
} */
#group-review__table tr td:first-child {
  border-left: 20px solid red;
}

#group-review__table tr td:first-child {
  width: 90%;
  text-align: left;
  border-right: 1px solid #777 !important;
}

#group-review__table tr td:last-child {
  text-align: center;
  width: 100%;
}

.dropdown-container .side-nav__item {
  padding: 1.5rem !important;
}

.dropdown-container .side-nav__item .side-nav__link {
  padding: 2px 2px 2px 26px !important;
}

td {
  border: 3px solid red;
}

input,
textarea,
select {
  display: block;
}

input[type="radio"] {
  display: inline;
}

.group-input input[type="text"] {
  width: 5rem;
  height: 5rem;
  color: black !important;
  background-color: white;
  border-radius: 0.6rem;
  text-align: center;
  font-weight: bold;
}

/* .group-input input[type='text']:last-child {
  width: 10rem;
  height: 80%;
  color: black !important;
  background-color: white;
  border-radius: 0.6rem;
  text-align: center;
  font-weight: bold;
} */

textarea::-webkit-input-placeholder {
  color: #848484 !important;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.2;
  font-family: MyWebFont1;
}

@media only screen and (max-width: 1440px) {
  /* #group-review__table {
    background-color: red;
  } */
  /* #group-review__table tr td:first-child {
    width: 40% !important;
    text-align: left;
    border-right: 1px solid #777 !important;
  } */

}

@media only screen and (max-width: 908px) {
  .group-container {
    margin-left: 1rem;
    background-color: #fff;
  }

  .ob-item-container {
    max-width: 908px;
  }

  .side-nav__link {
    display: flex;
  }

  .sidebar {
    width: 8rem;
    display: none;
  }


  .Pearson-icon-container {
    flex-direction: column;
    /* width: 95px; */
    justify-content: center;
    height: 6rem;
  }

  .Pearson-icon-container img {
    height: 5.5rem;
    width: 10.5rem;
    margin: 1rem 0;
  }

  /* .Pearson-icon-container .isb-icon{
		display: none;
		
	} */
  li .side-nav__item {
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .side-nav__link img {
    margin-right: 0;
    margin-left: 15px;
  }

  span {
    font-size: 12px;
  }

  p:first-child() {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.4rem;
  }

  label {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 708px) {
  .group-container {
    margin-left: 1rem;
    background-color: #fff;
    margin: 0;
  }

  .ob-item-container {
    max-width: 708px;
  }

  .side-nav__link {
    display: block;
  }


  .Pearson-icon-container {
    flex-direction: column;
    /* width: 95px; */
    height: 4rem;
    justify-content: center;
  }

  .p-header {
    margin-bottom: 2rem;
  }

  /* .Pearson-icon-container img {
    height: 3rem;
    margin: 1rem 0;
  } */
  /* .Pearson-icon-container .isb-icon{
		display: none;
		
	} */
  li .side-nav__item {
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .side-nav__link img {
    margin-right: 0;
    margin-left: 15px;
  }

  span {
    font-size: 1rem;
  }

  p:first-child() {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
  }

  label {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 508px) {

  .cards .card figcaption,
  .news .card figcaption span {
    padding: 0 !important;
  }

  .responsive-card {
    width: 100% !important;
  }

  .days-passed-position {
    position: initial !important;
    width: fit-content !important;
  }

  .ob-item-container {
    max-width: 508px;
  }

  .side-nav__link {
    display: block;
  }

  .Pearson-icon-container {
    flex-direction: column;
    /* width: 95px; */
    height: 4rem;
    justify-content: center;
  }

  .Pearson-icon-container img {
    height: 4.5rem;
    width: 9rem;
    margin: 1rem 0;
  }

  /* .Pearson-icon-container .isb-icon{
		display: none;
		
	} */
  li .side-nav__item {
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .side-nav__link img {
    margin-right: 0;
    margin-left: 15px;
  }

  span {
    font-size: 16px;
  }

  p:first-child() {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
  }

  label {
    font-size: 1.5rem;
  }
}

.del-seen__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2rem;
  gap: 4rem;
}

.del-seen__container img {
  height: 3rem;
}

.d-logo {
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
}

.d-logo img {
  height: 3rem;
}

.user-details__container {
  border-bottom: 1px solid #777;
}

.user-info {
  padding: 2rem 5rem;
}

.user-info p {
  margin-left: 0.5rem;
}

.user-info span {
  margin-left: 0.7rem;
}

.btn {
  font-size: large !important;
  width: 0 !important;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #777;
}

#style-1::-webkit-scrollbar {
  width: 8px;
  background-color: #777;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

/* #style-4::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
} */

/* #style-4::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #000;
} */

.user-details {
  padding: 1.8rem 0;
}

.user-details p:nth-child(2) {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}

/* rating */

/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
#full-stars-example {
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}

#full-stars-example .rating-group {
  display: inline-flex;
}

#full-stars-example .rating__icon {
  pointer-events: none;
}

#full-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

#full-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}

#full-stars-example .rating__icon--star {
  color: orange;
}

#full-stars-example .rating__icon--none {
  color: #eee;
}

#full-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
  color: red;
}

#full-stars-example .rating__input:checked~.rating__label .rating__icon--star {
  color: #ddd;
}

#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}

#full-stars-example .rating__input:hover~.rating__label .rating__icon--star {
  color: #ddd;
}

#full-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
  color: #eee;
}

#full-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
  color: red;
}

#half-stars-example {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* add padding and positioning to half star labels */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}

#half-stars-example .rating-group {
  display: inline-flex;
}

#half-stars-example .rating__icon {
  pointer-events: none;
}

#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

#half-stars-example .rating__label {
  cursor: pointer;
  /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
  padding: 0 0.1em;
  font-size: 2rem;
}

#half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}

#half-stars-example .rating__icon--star {
  color: orange;
}

#half-stars-example .rating__icon--none {
  color: #eee;
}

#half-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
  color: red;
}

#half-stars-example .rating__input:checked~.rating__label .rating__icon--star {
  color: #ddd;
}

#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
  color: orange;
}

#half-stars-example .rating__input:hover~.rating__label .rating__icon--star,
#half-stars-example .rating__input:hover~.rating__label--half .rating__icon--star {
  color: #ddd;
}

#half-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
  color: #eee;
}

#half-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
  color: red;
}

#full-stars-example-two {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}

#full-stars-example-two .rating-group {
  display: inline-flex;
}

#full-stars-example-two .rating__icon {
  pointer-events: none;
}

#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

#full-stars-example-two .rating__input--none {
  display: none;
}

#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}

#full-stars-example-two .rating__icon--star {
  color: orange;
}

#full-stars-example-two .rating__input:checked~.rating__label .rating__icon--star {
  color: #ddd;
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}

#full-stars-example-two .rating__input:hover~.rating__label .rating__icon--star {
  color: #ddd;
}

body {
  padding: 1rem;
  text-align: center;
}

.ob-details {
  display: grid;

  justify-items: center;
}

#vc-table tr td {
  padding-bottom: 10px;
  border-left: 10px solid green;
  text-align: left;
  color: #777;
  font-size: 1.5rem;
}

.collapse .show {
  background-color: #333;
}

.side-nav__item .button {
  border: none;
  padding: 0;
  background: none;
  outline: none;
  color: white;
}

textarea {
  resize: none;
}

.textareafooter {
  text-align: right;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px 0px 6px 6px;
  display: flex;
}

.groupimg:hover+.assignmenber {
  display: block !important;
}

.groupimga:hover+.assignmenbera {
  display: block !important;
}

.responsive {
  display: flex;
  width: 100%;

  position: relative;
}

.responsive .case-slider {
  width: 275px;
  height: 325px;
  margin: 0 3rem;
}

.responsive .case-slider img {
  width: 275px;
  height: 325px;
}

.case-arrow-prev {
  background-color: #000;
  color: #fff;
  vertical-align: middle;
  z-index: 2030;
  border: none;
  text-align: center;
  padding: 0;
}

.case-arrow-next {
  background-color: #000;
  vertical-align: middle;
  color: #fff;
  border: none;
  text-align: center;
  padding: 0;
}

.back-fade {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95%;
  background-color: #000 !important;
  z-index: 2000;
  opacity: 0.7;
  top: 10px;
  left: 0;
  width: 40px;
  border-radius: 0.8rem 0 0 0.8rem;
}

.back-fade-rr {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95%;
  background-color: #000 !important;
  z-index: 2000;
  opacity: 0.7;
  top: 10px;
  right: 0;
  width: 40px;
  border-radius: 0 0.8rem 0.8rem 0;
}

.case-slider:hover {
  transform: scaleY(1.2);
  z-index: 3000;
}

.case-slider:hover .mycasefooter {
  display: inline-block;
  z-index: 4001;
}

.slick-list {
  overflow: unset !important;
}

.mycasefooter {
  display: none;
}

.abs,
.cards .card figcaption,
.cards .card:after,
.news .card figcaption,
.news .card:after,
.news .article figcaption {
  position: absolute;
}

.rel,
.cards .card,
.news .card,
.news .article {
  position: relative;
  /* overflow: hidden; */
}

.fix {
  position: fixed;
}

.dfix {
  display: inline;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dn {
  display: none;
}

.df,
.cards,
.news {
  display: flex;
}

.dif {
  display: inline-flex;
}

.dg {
  display: grid;
}

.dig {
  display: inline-grid;
}

body {
  background: #24282f;
  font-family: "Alegreya Sans";
}

.wrapper {
  padding: 15px;
}

.cards,
.news {
  flex-flow: row wrap;
  overflow: hidden;
}

.cards .card,
.news .card {
  margin: 10px;
  width: 230px;
  height: 230px;
  /* overflow: hidden; */
  /* box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.8); */
  transform-origin: left bottom;
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition: 0.3s;
  border-radius: 0.8rem;
}

.cards .card .user-icon {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1%;
  right: 1px;
  bottom: 90%;
  left: 84.2%;
  z-index: 4000;
  padding: 0.2rem;
}

.cards .card img,
.news .card img {
  width: 100%;
  height: 100%;
  max-height: 30rem;
  border-radius: 4px;
  background-color: #000;
}

/* .cards .card > img {
  width: 10%;
  min-height: 10%;
} */
.cards .card figcaption,
.news .card figcaption {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  opacity: 1;
  background: #2e2e2e;
  color: #fff;
  font-family: "MyWebFont1";
  transform: translateY(126%);
  transition: 0.3s;
}

.cards .card figcaption,
.news .card figcaption span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  gap: 0.4rem;
}

.cards .card:after,
.news .card:after {
  /* content: ""; */
  z-index: 10;
  width: 200%;
  height: 100%;
  top: -90%;
  left: -20px;
  opacity: 0.1;
  transform: rotate(45deg);

  transition: 0.3s;
}

.responsive-card {
  width: 88%;
  /* margin-top: 3rem; */
}

.slick-carousel {
  width: 100%;
  overflow: hidden;
}

.cards .card:hover,
.news .card:hover,
.cards .card:focus,
.news .card:focus,
.cards .card:active,
.news .card:active {
  /* box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.6); */
  transform: translateY(-3px) scaleY(1.05) rotateX(15deg);
  z-index: 20000;
}

.cards .card:hover figcaption,
.news .card:hover figcaption,
.cards .card:focus figcaption,
.news .card:focus figcaption,
.cards .card:active figcaption,
.news .card:active figcaption {
  transform: none;
}

.cards .card:hover:after,
.news .card:hover:after,
.cards .card:focus:after,
.news .card:focus:after,
.cards .card:active:after,
.news .card:active:after {
  transform: rotate(25deg);
  top: -40%;
  opacity: 0.15;
}

.news .article {
  overflow: hidden;
  width: 350px;
  height: 235px;
  margin: 10px;
}

.news .article img {
  width: 100%;
  min-height: 100%;
  transition: 0.2s;
}

.news .article figcaption {
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(51, 51, 51, 0.3);
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: rgba(6, 18, 53, 0.6);
  opacity: 0;
  transform: scale(1.15);
  transition: 0.2s;
}

.news .article figcaption h3 {
  color: #3792e3;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}

.news .article:hover img,
.news .article:focus img,
.news .article:active img {
  filter: blur(3px);
  transform: scale(0.97);
}

.news .article:hover figcaption,
.news .article:focus figcaption,
.news .article:active figcaption {
  opacity: 1;
  transform: none;
}

.home-case-container {
  display: flex;
  margin-top: 1rem;
}

.home-case__latest {
  min-width: 250px;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgba(102, 102, 102, 0.3) !important;
  /* display: flex; */
  display: block;
  padding: 2rem;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  position: relative;
}

.home-case__img {
  width: 200px;
  height: 290px;
  margin-top: 2rem;
}

.home-case__img img {
  width: 200px;
  height: 290px;
}

.home-case-deadline {
  width: 80%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgba(102, 102, 102, 0.3) !important;
  padding: 2rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.home-case__head {
  /* margin-top: 2rem; */
  text-align: left;
  width: 100%;
  /* margin-left: 4rem; */
}

.home-case-deadline__head {
  text-align: left;
  width: 100%;
}

.days-passed-btn {
  height: 23px;
  width: fit-content;
  padding: 4px;
  background-color: #ffaf00;
  border-radius: 0.4rem;
  /* font-size: 11px; */
}

.days-passed-position {
  position: absolute;
  bottom: 8px;
  left: 64%;
  right: 0;
  display: flex;
  align-items: center;
}

.slick-slide img {
  border-radius: 4px 4px 4px 4px;
}

.nvd3.nv-pie path {
  fill-opacity: 1 !important;
}

.home-case__latest:hover .resumefooter {
  display: block;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  width: 200px;
  background-color: #fff;
  height: 81px;
  text-align: left;
  padding-left: 5px;
  line-height: 12px;
  padding-top: 9px;
  transform: translateY(-3px) scaleY(1.2) rotateX(15deg);
  transition: 0.3s;
  opacity: 0.9;
}

.resumefooter {
  display: none;
}

.chatbox1 {
  height: 600px;
  width: 800px;
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.modal-content {
  background-color: #fff !important;
  border: 1px solid #2e2e2e !important;
  /* margin: 2rem 0rem; */
}

table tr td {
  color: #000;
}

.select_category {
  background: url(../images/arrow-down-01-512.png) !important;
  background-size: 15px 15px !important;
  background-repeat: no-repeat !important;
  background-position: 183px 11px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
}

.select_category_discus {
  background: url(../Images/arrow-down-01-512.png) !important;
  background-size: 15px 15px !important;
  background-repeat: no-repeat !important;
  background-position: 183px 11px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
}

.close {
  opacity: 1 !important;
  background-color: transparent !important;
  color: #000;
  font-size: 3rem;
}

.aseachmodal .modal-dialog {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.oversubdiv p {
  color: #000;
  font-size: 14px;
}

.prevbutton {
  border: 1px solid #ffaf00 !important;
  /* background: transparent;
  color: #ffaf00; */

  font-family: "MyWebFont";

  border: none;
  color: #ffaf00 !important;
  width: 125px;
  height: 30px;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 20px 0 0 0;
  background: #2e2e2e !important;
}

.select_category_discus {
  background: url(../Images/arrow-down-01-512.png) !important;
  background-size: 15px 15px !important;
  background-repeat: no-repeat !important;
  background-position: 183px 11px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 0px;
  font-size: 15px;
}

@media screen and (min-width: 1375px) and (max-width: 2400px) {
  .responsive-card {
    width: 730px !important;
  }

  .aseachmodal .modal-dialog {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .select_category_discus {
    background: url(../images/arrow-down-01-512.png) !important;
    background-size: 15px 15px !important;
    background-repeat: no-repeat !important;
    background-position: 183px 11px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;

  }
}



@media screen and (max-width: 770px) {

  .home-case-container {
    display: grid;
    gap: 2rem;
  }

  .close>span {
    font-size: 3rem;
  }

  .home-case-deadline {
    width: 100%;
  }

  .home-case__latest {
    margin: 0;
  }

  .cards .card,
  .news .card {
    width: auto;
    height: auto;
  }

}

@media only screen and (max-width: 708px) {

  .cards .card,
  .news .card {
    display: block;
    width: 100%;
    height: 19rem;
  }
}

@media screen and (max-width: 426px) {
  .user-info {
    padding: 1rem 2rem;
  }
}

/* Style the scrollbar */
::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

/* Style the scrollbar handle */
::-webkit-scrollbar-thumb {
  background: #888;
  /* Color of the handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color of the handle on hover */
}

/* Style the scrollbar track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the track */
}