* {
  box-sizing: content-box;
  margin: 0% auto;
}
.contentAddDetails h4 {
  position: relative;
  text-align: center;
  justify-content: center;
  color: white;
 
  background: #01303f;
  padding: 4px;
}
.contentAddDetails1 h4 {
  position: relative;
  text-align: center;
  justify-content: center;
  color: white;
  
  background: #01303f;
  padding: 4px;
}
.contentAddDetails {
  animation-duration: 0.5s;
  animation-name: slidein;
  animation-iteration-count: initial;

  margin: 0px;

  background-image: linear-gradient(
      rgba(14, 147, 255, 0.5),
      rgba(5, 20, 48, 0.5)
    ),
    url("../img/6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  background-origin: padding-box;
  background-position: center;
  width: 100% auto;
  height: 100%;
  position: relative;

  text-align: center;
}
.contentAddDetails1 {
  animation-duration: 0.5s;
  animation-name: slidein;
  animation-iteration-count: initial;

  margin: 0px;

  background-image: linear-gradient(
      rgba(14, 147, 255, 0.5),
      rgba(5, 20, 48, 0.5)
    ),
    url("../img/6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  background-origin: padding-box;
  background-position: center;
  width: 100% ;
  height: 100%;
position: fixed;
  text-align: center;
}

.boxTable {
  position: relative;
  margin: 0px;
  height: 100%;
  width: 100% auto;
  padding: 5px;
  text-align: center;
  margin-right: 23px;
}
.boxTable form {
  text-align: left;
  width: 100% auto;
  padding: 1px;
  border-radius: 5px;
  color: white;
  position: relative;
}
.imagesProfileAndBackground {
  height: 100px;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  margin-bottom: 10px;
  max-width: 500px;
}
.imagesProfileAndBackground1 {
  height: 100px;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  margin-bottom: 10px;
  max-width: 500px;
  object-fit: cover;

  background-image: linear-gradient(
      rgba(14, 147, 255, 0.5),
      rgba(5, 20, 48, 0.5)
    ),
    url("../img/11.gif");
  background-size: cover;
  background-repeat: no-repeat;

  background-origin: padding-box;
  background-position: center;
}
.imagesProfileAndBackground1 span {
  bottom: 0px;
  position: absolute;
  font-size: 12px;
}
.imagesProfileAndBackground1 h1 {
  top: 0px;
  position: absolute;
  font-size: 12px;
  right: 0;
}

#img_profile {
  top: 0px;
  border: none;
  font-size: 10px;
  text-align: center;
  position: absolute;
  opacity: 0;
  background: red;
  cursor: pointer;
  width: 100px;
  left: 0;
}
#img_background {
  bottom: 0px;
  border: none;
  right: 0px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  opacity: 0;
  background: red;
  cursor: pointer;
  width: 100px;
}
.imagesProfileAndBackground span {
  bottom: 0px;
  position: absolute;
  font-size: 12px;
}
.imagesProfileAndBackground h1 {
  top: 0px;
  position: absolute;
  font-size: 12px;
  right: 0;
}
#showImageProfile {
  position: relative;
  text-align: center;
  top: 70px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  background-position: center;
  max-width: 70px;
  max-height: 70px;
  bottom: -8px;
  z-index: 1;
  object-fit: cover;
  box-shadow: 0 0.5rem 1rem rgba(rgb(2, 0, 0), 0.9);
  border: 2px solid white;

  transition: 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}
#showImageProfile1 {
  position: relative;
  text-align: center;
  top: 10px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  background-position: center;
  max-width: 70px;
  max-height: 70px;
  bottom: -8px;
  z-index: 1;
  object-fit: cover;
  box-shadow: 0 0.5rem 1rem rgba(rgb(2, 0, 0), 0.9);
  border: 2px solid white;

  transition: 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}
.showImageProfile:hover {
  transform: translateY(0%) scale(1.5);
}
#showImageBackground {
  width: 100%;
  height: 100px;
  object-fit: cover;
  position: absolute;

  background-image: linear-gradient(
      rgba(14, 147, 255, 0.5),
      rgba(5, 20, 48, 0.5)
    ),
    url("../img/6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  background-origin: padding-box;
  background-position: center;
}
#noshowImageBackground {
  width: 100%;
  height: 100px;
  object-fit: cover;
  position: absolute;

  background-image: linear-gradient(
      rgba(14, 147, 255, 0.5),
      rgba(5, 20, 48, 0.5)
    ),
    url("../img/6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  background-origin: padding-box;
  background-position: center;
}

.boxTable2 {
  padding-top: 30px;
}
.boxTable2 input {
  background: none;
  width: 100%;
  height: 30px;
  outline: none;
  border-bottom: 1px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #bbb;
}
.boxTable2 textarea {
  background: none;
  outline: none;
  border-bottom: 1px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
  resize: none;
  text-align: left;
  width: 100%;
  color: #bbb;

}
.BtnEditModel {
  background: #01303f;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  width: auto;
  display: block;
  position: absolute;
  right: 5px;
  color: white;
  box-shadow: 0px 0px 4px 1px rgb(187, 205, 230);
}
.BtnEditModelMain {
  background: #01303f;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  width: auto;
  display: block;
  position: absolute;
  left: 5px;
  color: white;
  box-shadow: 0px 0px 4px 1px rgb(187, 205, 230);
  text-decoration: none;
  padding: 1px 3px;
}

/* # 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: 5;
}
.boxTable a {
  position: absolute;
}
.bi-card-image {
  padding-top: 0px;
  position: relative;
  color: white;
  z-index: 1;
  top: 20px;
  padding: 5px;
  background: #012f3f98;
  border-radius: 50px;
  left: -12px;
}
.bi-vector-pen {
  padding-top: 0px;
  padding: 5px;
  background: #012f3f98;
  border-radius: 50px;
  position: absolute;
  color: white;
  z-index: 5;
  right: -12px;
  top: 95px;
}
/* # end right box to edit*/

.mesages {
  z-index: 10;
  color: black;
  background: green;
  font-size: 50px;
  position: relative;
  z-index: 12px;
}


select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 1px solid #2b5b8b;;
  box-shadow: none;
  /* Personalize */
  width: 100% ;
  padding: 0 1em;
  color: #fff;
  background-color: #1c4172;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: 100%;
  height: 2em;
  border-radius: .25em;
  overflow: hidden;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  display: flex;
  width: 30px ;
  right: 0;
  padding: 8px 6px;
  background-color: #2b5b8b;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
/*finish select style*/