* {
  box-sizing: content-box;
  margin: 0% auto;
}
@keyframes myAnim {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 100%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
/*start  show My Info as Gride */
.MyInfo {
  background: #034c6c;
  height: 100%;
  width: 100%;

  animation-duration: 0.5s;
  animation-name: slidein;
  animation-iteration-count: initial;
  position: relative;
  overflow: auto;
}
.GrideMyInfo {
  text-align: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 12px;
 
}
.headerTitle{
    position: fixed;   text-align: center;
  display: inline;
  box-shadow: 0px 1px 20px 9px rgb(0, 0, 0);
  margin-top: 0px;
  height: 20px;
  width: 100%;
   background: #005b96;
  position: fixed;
  z-index: 2;
  color: white;
  transition: top 0.3s;
  padding: 1px;
}
.GrideMyInfo h4 {
  position: relative;
  margin-top: 10px;
  color: white;
  
}

/*end  show My Info as Gride */

/* my info hailight--------------------------------------- */

/* styles for the slide */
#slide {
  position: relative;
  text-align: center;
  justify-content: center;
  display: grid;

  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  margin-right: 30px;
 
}

/**** styles for the cards *****/
/* styles for the cards */
.content-card {
  margin: 1px;
  height: 100%;
  width: 100%;

  border-radius: 10px;
 box-shadow: 0px 0px 4px 1px #000000;  border: 1px solid #fff;
  background-color: #005073;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

/* styles for the poster div inside the card*/
.poster {
  height: 120px;
  width: 100%;

  border-radius: 10px 10px 0px 0px;
  display: grid;
  place-items: center;
  font-size: 26px;
  font-weight: bold;
  color: white;
}
#img-poster {
  position: relative;
  height: 120px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
}

.alt .poster {
  background-color: #45b0dd;
}

.content-card:first-child {
}
/* remove right margin from last content-card */
.content-card:last-child {
  margin-right: 10px;
}

.name {
  padding: 2px 2px 0px 2px;

  font-size: 14px;
}

.title {
  position: relative;

  font-family: serif;
  font-size: 13px;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  height: 30px;
}

.hailight-see {
  width: 100%;

  position: absolute;
  display: flex;
  bottom: 50px;
  padding-left: 0;
  margin-left: 0;
  left: 0;
  padding: 1px;

  font-weight: bold;
  color: #f8f8f8;
  background: rgba(0, 0, 0, 0.123);

  font-size: 17px;
}
.hailight-see i:hover {
  color: rgb(11, 108, 199);
  cursor: pointer;
}
.hailight-see-num {
  color: #5186a0;
  position: absolute;
  top: 0;
  left: 10px;
  font-weight: bolder;
}

.hailight-page .bi {
  font-size: 30px;
  position: relative;
  color: #249ec4;
  display: flex;
  right: -110px;
  width: 50px;
}
.bi-door-open-fill {
  color: white;
  list-style: none;
}

/* styles for next and previous buttons */
#next-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  background: #ffffff;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  opacity: 0.9;
  cursor: pointer;
  color: #107dac;
}
.bi-arrow-right-square-fill {
  font-size: 30px;
}
#next-button:hover {
  color: #005073;
}

#next-button::after {
}

#previous-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10px;
  background: #ffffff;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  opacity: 0.9;
  cursor: pointer;
  color: #107dac;
}
.bi-arrow-left-square-fill {
  font-size: 30px;
}
#previous-button:hover {
  color: #005073;
}

#previous-button::after {
}

/* -------------end hailight--------------------------------- */

::selection {
  background: #333;
  color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #2a4d69;
  border: thin dashed lightgray;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}

::-webkit-scrollbar-thumb {
  background: #63ace5;
  border: thin solid gray;
}
/* Scrollbar styles */


/* # start right box to edit*/
.rightModifeyChat {
  position: fixed;
  width: 25px;
  height: 100%;
  background: #01303f;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.rightModifeyChat a {
  color: #ffffff;
  text-align: center;
  list-style: none;
  line-height: 2;
}

/* # end right box to edit*/
