::selection {
  background: #333;
  color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #2a4d69;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}

::-webkit-scrollbar-thumb {
  background: #63ace5;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 100%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

/* animation messages*/

.notify {
}

@keyframes slidein1 {
  0% {
    height: 50px;
  }
  40% {
    height: 30px;
  }
  80% {
    height: 100px;
  }
  100% {
    height: 0px;
  }
}
.notify {
  padding: 10px;
  transition: 5s;
  position: fixed;
  top: 5px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  color: white;
  text-align: center;
  z-index: 10;
  overflow: hidden;
  box-sizing: border-box;
}
#notifyTypes {
  display: none;
}
#notifyType {
  color: #721c24;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
}
#notifyTypeGreen {
  color: #1c721c;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  background: #e3f8d7;
  border: 1px solid #cef5c6;
}
#notifyTypeblue {
  color: #1c4172;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  background: #d7e4f8;
  border: 1px solid #c6e0f5;
}


/* The Modal (background) */
.modalProfile {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /* Enable scroll if needed */
  background-color: rgb(255, 32, 32); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-profile {
  position: relative;
  height: auto;
  background: #d7e4f8;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */

.openNextPage {
  padding: 0;
  position: absolute;
  color: white;
  right: 2px;
  top: 0;
  font-size: 25px;
  font-weight: bold;
}
.closeProfileNo {
  padding: 0;
  position: absolute;
  color: white;
  left: 2px;
  top: 0;
  font-size: 25px;
  font-weight: bold;
}

.closeProfile:hover,
.closeProfileNo:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header-profile {
  padding: 4px 10px;
  background-color: #2a4d69;
  color: white;
}
.modal-header-profile h4 {
  display: inline-block;
  color: white;
}
/* start model body details profile */
.modal-body-profile {
  height: 100%;
  background: white;
  position: relative;
  padding-top: 5px;
}
.modal-body-profile h1 {
  font-size: 20px;
  text-align: center;
}

/*end  model body details profile */
/*start  model footer details profile */

.modal-footer-profile {
  height: 20px;
  font-size: 14px;
  position: relative;
  padding: 2px 16px;
  background: #005073;

}

/*end  model fotter details profile */

/* # start right box to edit*/
.titleheader {
  position: relative;
  text-align: center;
  justify-content: center;
  color: white;

  background: 	#005b96;
  padding: 2px;
}
.rightModifeyChat {
  position: fixed;
  width: 25px;
  height: 100%;
  background: 	#005b96;
  top: 0;
  right: 0;
  z-index: 500;
  text-align: center;
}
.rightModifeyChat a {
  color: #ffffff;
  text-align: center;
  list-style: none;
  line-height: 3;
}
.boxTable a {
  position: absolute;
}
.bi-textarea-t{
  padding: 20px 3px 3px 3px ;
  border-top: 2px solid white;
}
.bi-file-plus{
  padding: 20px 1px 1px 1px ;
  border-top: 2px solid white;
}

/* # end right box to edit*/
