
  .backcontainermodel{
    display: none;
  }
  *{box-sizing:border-box}
  .hidden {
    display: none!important;
}
button[disabled], html input[disabled] {
    cursor: default;
}
.pagination-number.active {
    color: #fff;
    background: rgb(33, 46, 191);
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */


/* Position the "next button" to the right */


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertexttwo {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
margin-bottom: 10px;
cursor: pointer;
font-weight: bold;
    border-bottom: 1px solid #7784e2;
    text-align: left;
    width: 100%;

}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer !important;
  height: 11px;
  width: 11px;
  margin: 0 2px;
  background-color: rgb(140, 142, 155);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: white;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.table-circle {
  cursor:  pointer !important;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.containerjobcairo{
  width: 100%;
}