.error-span {
    color: #f14e4e;
    font-size: 11px;
    font-family: Bell MT;
}
.card-primary {
   margin: 0px 30px;
  }
.remove-image{
    width: 20px;
    background: rgb(48, 47, 47);
    text-align: center;
    border-radius: 2px;
}
/* * * * * General CSS * * * * */
*,
*::before,
*::after {
  box-sizing: border-box;
}


.loginwrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  display: flex;
  background: #ffffff;
  box-shadow: 0 0 5px #999999;
}

.credit {
  position: relative;
  margin: 25px auto 0 auto;
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.credit a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.col-left,
.col-right {
  padding: 30px;
  display: flex;
}

.col-left {
  width: 60%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #44c7f5;
}

.col-right {
  padding: 60px 30px;
  width: 50%;
  margin-left: -10%;
}

@media(max-width: 575.98px) {
  .container {
    flex-direction: column;
    box-shadow: none;
  }

  .col-left,
  .col-right {
    width: 100%;
    margin: 0;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .col-right {
    padding: 30px;
  }
}

.login-text {
  position: relative;
  width: 100%;
  color: #ffffff;
}

.login-text h2 {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: 700;
}

.login-text p {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.login-text .btn {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 30px;
  color: #ffffff;
  outline: none;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  transition: .3s;
  -webkit-transition: .3s;
}

.login-text .btn:hover {
  color: #44c7f5;
  box-shadow: inset 150px 0 0 0 #ffffff;
}

.login-form {
  position: relative;
  width: 100%;
}

.login-form h2 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: 700;
}

.login-form p {
  margin: 0 0 10px 0;
  text-align: left;
  color: #666666;
  font-size: 15px;
}

.login-form p:last-child {
  margin: 0;
  padding-top: 3px;
}

.login-form p a {
  color: #44c7f5;
  font-size: 14px;
  text-decoration: none;
}

.login-form label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  letter-spacing: .5px;
}

.login-form p:last-child label {
  width: 60%;
  float: left;
}

.login-form label span {
  color: #ff574e;
  padding-left: 2px;
}

.login-form input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 30px;
}

.login-form input:focus {
  border-color: #ff574e;
}

.login-form button,
.login-form input[type=submit] {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  color: #44c7f5;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #44c7f5;
  border-radius: 30px;
  box-shadow: inset 0 0 0 0 #44c7f5;
  transition: .3s;
  -webkit-transition: .3s;
}

.login-form button:hover,
.login-form input[type=submit]:hover {
  color: #ffffff;
  box-shadow: inset 250px 0 0 0 #44c7f5;
}
.dataTables_length label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.dataTables_filter input {
    width: 100%;
    max-width: 300px;
}

.dataTables_filter {
    display: flex;
    justify-content: end;
}
.dataTables_length select {
    width:57px;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: end;
}
#mytable thead th {
    background: black;
}

#mytable_wrapper .row {
    margin: 20px 0px;
}
a{
    color:white;
}

.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 40px;
    width: auto;
}

.brand-image {
   border-radius: 0;
}

div#imagePreview a {
    display: flex;
    align-items: center;
    max-width: 70px;
    margin: 0 auto;
}

/* div#imagePreview a img {
    width: 100% !important;

} */
.diving-left {
    padding: 20px;
    border-right: 1px solid #ddd;
}
.diving-right {
    padding: 20px;
}
.card-body h3 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 5px;
}
.card-body-inner {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.card-footer {
    background: transparent !important;
    padding: 0 !important;
}
.card-footer-second{
    background: transparent !important;
    padding: 0 !important;
    text-align: center;
}
.card .card-footer button {
    max-width: 250px;
    margin: 0;
    width: 100%;
}
.card .card-footer-second button {
    max-width: 250px;
    margin: 0;
    width: 100%;

}
div#imagePreview a img {
    height: 70px !important;
    width: 70px !important;
    object-fit: cover;
}
div#imagePreview2 a img {
    height: 70px !important;
    width: 70px !important;
    object-fit: cover;
}
.about-footer {
	padding-top: 30px !important;
	text-align: center;
}
.dark-mode .card {
	background-color: #343a40;
	color: #fff;
	padding-bottom: 20px;
}

#subscr{
    font-size: 11px;
}
.error-span{
    text-transform: capitalize;
}
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
	margin-top: 0;
}
.layout-navbar-fixed .wrapper .brand-link {
	position: static !important;
	display: flex;
	align-items: center;
}
.brand-link{
    white-space: wrap !important;
}
.brand-link .brand-image{
    box-shadow: none !important;
}