.alphalogo img {
    width: 350px;
    display: block;
    margin: 25px auto;
}
.header-logo img {
    width: 160px
}
.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/cover.jpeg");
  background-size: cover;
  position: relative;

}
.banner .black {
  background:rgb(96 97 106 / 38%);
  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: 100%;
    display: block;
}
.subject .item-content{
  text-align: center;
}
.vname {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.v2name {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.checked {
    
    color:orange;
}
*: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;
    } }
    
    
    
.ansexam > div label{
    width: fit-content;
    margin-left: 25px;
}

.pointss{
      box-shadow: 0px 0px 5px 1px #c4c4c488;
    font-size: 22px;
    padding: 10px 50px;
}
.fa-star{
    color:#FFDF00;
}
.btn-gradient-yellow{
    text-align:center;
    background-color:#FF7814;
}
.card-text{
 font-size:16px;   
}
/*-----Rating-------*/

.btn-rating{
        border-radius: 50%;
}

/*------------*/
.title-card{
    font-weight: bold;
    font-size: 21px;
}
