.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/login.webp");
  background-size: cover;
  position: relative;

}
.banner .black {
  background: rgba(0,0,0,0.88);
  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: 28%;
  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: 50px;
}
.v2name {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
a.fw-btn-fill {
  width: 150px !important;
  padding: 8px 10px;
  text-align: center;
  height:  auto !important;
  display: block;
  margin: 0 auto;
}

a.fw-btn-fill:hover {
  color: #fff;
}

table {
    display: block;
    height: 500px;
    width: 100%;
    overflow: auto;
}
.table-responsive {
    overflow: hidden;
}
.sidebar-color {
  background-color: #000 !important;
}
.topvideo , .bottomvideo {
    background: #F0F1F3;
    width: 100%;
    height: 24px;
    position: absolute;
    left: 0;
    z-index: 99999;
}
.topvideo{
    top: -24px;
}
.bottomvideo{
    bottom: -24px;
}
.footer-wrap-layout1 a i{
    font-size: 30px;
    color: #ce3a3a;
}
.deskbtn{
    width: 400px;
}
.deskbtn a {
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    
}