.alphalogo img {
    width: 350px;
    display: block;
    margin: 25px auto;
}
.header-logo img {
    width: 160px;
    height: 70px;
       object-fit: contain;
  
}
.table, th, td {
  border: 1px solid black;
border-collapse: collapse;
}
th, td {
  padding: 15px;
}
tr:nth-child(even) {
  background-color: #dddddd;
}

.sidebar-menu-one .sidebar-menu-content{

height: 600px;
}


.login .container-fluid > .row {
  height: 725px;;
}
.banner {
    /*background: url("../img/loginbg.jpg");*/
    /*background: url(../img/loginbg.jpg);*/
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #080518;

}
.banner .black {
  background: rgb(38 51 176 / 70%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .black h1, .banner .black h3 {
  font-family: 'Cairo', sans-serif;
  color: #fff;
  text-align: center
}
.banner .black h1 {
  font-weight: bolder;
  margin-top: 24%;
  font-size: 54px;
  margin-bottom: 45px
}
.banner .black h3 {
  line-height: 1.8;
  font-size: 28px;
  width: 70%;
  margin: 0 auto
}
.banner .black h3:last-child{
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px
}
.banner .black h3 a{
  color: #fff;
}

footer {
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 0 !important;
  position: relative;
  box-shadow: 5px 10px 8px 10px #888888;
}

.dashboard-content-one {
  min-height: 655px
}
.sidebar-color {
  height: 100%;
}

.table, th, td {
  border: none !important;
}
#DataTables_Table_0_wrapper {
  overflow: auto !important;
}
.settingalert {
  width: max-content;
  margin-top: 25px;
}

a.disabled {
  pointer-events: none;
  background: #999;
  cursor: not-allowed;

}
.degree input {
    display: inline-block;
    width: 30%;
    text-align: center;
    font-size: 18px;
}
.container input:checked ~ .true {
    background: #27ae60;
}
.container input:checked ~ .wrong {
    background: #e74c3c;
}
.gender h3 {
    font-size: 16px;
    color: #646464;
}
.gender label {
    display: inline !important;
    padding-left: 20px;
    font-size: 16px;
}
.gender .checkmark {
    width: 15px;
    height: 15px;
}
.gender .container .checkmark:after {
    top: 4.5px;
    left: 4.5px;
    width: 6px;
    height: 6px;
}
.image input {
    height: auto !important;
    padding: 12px  !important;
}
.header-main-menu .navbar-nav .header-admin .navbar-nav-link:after {
    right: 0;
}
.header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-img img {
    height: 50px;
    width: 50px;
}
.header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-title {
    padding: 0 25px 0 15px;
    text-align: left;
}
table {
    width: 99% !important;
}
.qimg {
    width: 62%;
    display: block;
}
.subject .item-content{
  text-align: center;
}
.vname {
    
  /*font-size: 18px;*/
    font-size: 30px;
  text-align: center;
  margin-top: 10px;
  /*added*/
  font-family:'cairo','sans-sarif';
  
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video__icon {
  position: absolute;
  width: 25px;
  right: 25px;
  top: 15px; }
  .video__icon .circle--outer {
    border: 1px solid #e50040;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 auto 5px;
    position: relative;
    opacity: .8;
    -webkit-animation: circle 2s ease-in-out infinite;
            animation: circle 2s ease-in-out infinite; }
  .video__icon .circle--inner {
    background: #e50040;
    left: 7.5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    opacity: .8; }
    .video__icon .circle--inner:after {
      content: '';
      display: block;
      border: 2px solid #e50040;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      top: -2px;
      left: -2px;
      position: absolute;
      opacity: .8;
      -webkit-animation: circle 2s ease-in-out .2s infinite;
              animation: circle 2s ease-in-out .2s infinite; }
  .video__icon p {
    color: #000;
    text-align: center; }

@-webkit-keyframes circle {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
  
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    } }
    
.blackbg {
    height: 99%;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.blackbg i {
    color: #fff;
    font-size: 24px;
}
.blackbg div {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.blackbg div a {
    font-size: 16px;
    color: #fff !important;
}
.blackbg .vname {
    color: #fff;
}
.font-18{
    font-size:18px !important;
}

/*-----------------------------*/

.loader {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top:200px;
  background: linear-gradient(45deg, transparent, transparent 40%, #e5f403);
  animation: animate 2s linear infinite;
}
/* Loader Animation */
@keyframes animate {
  0% {
    transform: rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
/* Loader Pseudo Elements */
.loader:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background: #333;
  border-radius: 50%;
  z-index: 999;
}
.loader:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(45deg, transparent, transparent 40%, #e5f403);
  border-radius: 50%;
  z-index: 999;
  z-index: 1;
  filter: blur(20px);
}
.contant {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #333;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    
}
/*--------------------------------*/