@font-face {
  font-family: "IBMPlexSansCondensed-Thin";
  src: url(../fonts/IBMPlexSansCondensed-Thin.ttf);
}
@font-face {
  font-family: "IBMPlexSansCondensed-Medium";
  src: url(../fonts/IBMPlexSansCondensed-Medium.ttf);
}
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
title {
  text-transform: capitalize;
}
html {
  scroll-behavior: smooth;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}
i.fas.fa-trash,
i.fas.fa-eye {
  color: #fff;
}
.view-card {
  max-width: 750px;
  margin: auto;
}
.add-new {
  margin-bottom: 25px;
  background: #23397a;
  border: 0;
  color: #fff;
}
.add-new-result,
.add-new-facilities {
  font-size: 25px;
  padding: 0 15px;
  background: red;
  color: #fff;
  margin-bottom: 5px;
  cursor: pointer;
}
.result input,
.facilities input {
  margin-bottom: 5px;
}
.sidebar-brand-text img {
  max-width: 60px;
}
.bg-gradient-primary {
  background-color: #25272e;
  background-image: linear-gradient(180deg, #3d3e41 10%, #224abe 100%);
  background-size: cover;
}
.angelli-nav {
  background: #f5f5f5;
  /* height: 100%; */
}
.container-fluid-section {
  height: 100%;
}
.nss-content-area {
  padding: 50px;
}
.angelli-nav .block {
  box-shadow: -1px 9px 18px 0px rgb(75 81 91 / 10%);
  padding: 5px;
  width: 100%;
  height: 100px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.angelli-nav .block:hover {
  box-shadow: -1px 9px 18px 0px rgb(75 81 91 / 20%);
}
.angelli-nav i {
  font-size: 25px;
  color: #d2b200;
  margin-bottom: 5px;
}
.angelli-nav p {
  font-size: 14px;
  color: #333;
}
.logo img {
  max-width: 250px;
}
.img-preview {
  height: 350px;
  background-color: #ccc;
  color: #000;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.file-input {
  display: none;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  width: 200px;
  text-align: center;
}
.edit-block .custom {
  height: 100%;
}
.file_name {
  background-color: #cccccc3d;
  color: #898686;
  padding: 5px 15px;
  margin-top: 6px;
}
.card-body label span {
  color: red;
  font-size: 15px;
  vertical-align: top;
}
.bootstrap-select {
  width: 100% !important;
}
.table tbody tr td,
.table thead tr th,
.table th {
  text-align: center;
  vertical-align: middle;
}
.table tbody tr td img {
  max-width: 150px;
}
.author-table .table tbody tr td img {
  width: 75px;
  height: 75px;
}
.content-bottom .block {
  box-shadow: -1px 9px 18px 0px rgb(75 81 91 / 10%);
  padding: 25px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 200px;
}
.content-bottom .block i {
  font-size: 50px;
  color: #d2b200;
  margin-bottom: 15px;
}
.content-bottom .block p {
  font-size: 21px;
  color: #333;
}
.switch {
  margin: auto;
}
.switch span.switched {
  background: #d9d9d9 url(../img/switch.jpg) no-repeat 0 0 !important;
}

/* login css */
.main-login-sec {
  background-size: cover !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
  background: url(../img/login-bg.png);
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-login {
  max-width: 1000px;
  margin: auto;
}
.login-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}
.logo-mailer img {
  max-width: 250px;
  margin: 10px auto;
}
.logo img {
  max-width: 300px;
}
.screen {
  background: linear-gradient(90deg, #174869, #255b72);
  position: relative;
  height: 450px;
  width: 360px;
  box-shadow: 0px 0px 24px #5c5696;
  overflow: hidden;
}

.screen__content {
  z-index: 1;
  position: relative;
  height: 100%;
}

.screen__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.screen__background__shape {
  transform: rotate(45deg);
  position: absolute;
}

.screen__background__shape1 {
  height: 520px;
  width: 520px;
  background: #fff;
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
  height: 220px;
  width: 220px;
  background: #206382;
  top: -172px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape3 {
  height: 540px;
  width: 190px;
  background: linear-gradient(270deg, #1d6384, #d16316);
  top: -24px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape4 {
  height: 400px;
  width: 200px;
  background: #b96324;
  top: 420px;
  right: 50px;
  border-radius: 60px;
}

.login {
  width: 320px;
  padding: 30px;
  padding-top: 100px;
}

.login__field {
  padding: 20px 0px;
  position: relative;
}

.login__icon {
  position: absolute;
  top: 30px;
  color: #7875b5;
}

.login__input {
  border: none;
  border-bottom: 2px solid #d1d1d4;
  background: none;
  padding: 10px;
  padding-left: 24px;
  font-weight: 700;
  width: 75%;
  transition: 0.2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
  outline: none;
  border-bottom-color: #6a679e;
}

.login__submit {
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid #d4d3e8;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: #4c489d;
  box-shadow: 0px 2px 2px #5c5696;
  cursor: pointer;
  transition: 0.2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
  border-color: #6a679e;
  outline: none;
}

.button__icon {
  font-size: 24px;
  margin-left: auto;
  color: #7875b5;
}

.social-login {
  position: absolute;
  height: 140px;
  width: 160px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  color: #fff;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-login__icon {
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 8px #7875b5;
}

.social-login__icon:hover {
  transform: scale(1.5);
}
header {
  background: #206382;
  padding: 15px;
}

.cyber-form .form-control {
  box-sizing: border-box !important;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #206382;
  outline: none;
  height: 50px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  margin: 0 0 8px 0;
  padding: 0;
  max-width: 100%;
  padding-left: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}
.cyber-form .form-control:focus {
  outline: 2px solid #1516b3;
  background: transparent;
}

.cyber-form .form-control:focus + label,
.form-control:valid + label {
  font-size: 15px !important;
  background: #fff !important;
  padding: 0 7px;
  color: #222;
}
.has-float-label label::after,
.has-float-label > span::after {
  display: none !important;
}
.sl.has-float-label > span {
  font-size: 15px !important;
  background: #fafafa !important;
  padding: 0 7px;
}
textarea.form-control {
  padding-top: 15px !important;
  height: 100px !important;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  top: 16px !important;
}
.login__submit input {
  background: transparent;
  font-size: 17px;
  color: #4c489d;
  font-weight: 700;
  border: 0;
}
.cyber-form h2 {
  font-size: 25px;
  color: #fff;
  padding: 7px 25px;
  margin: 35px 0 25px 150px;
  font-weight: 500;
  max-width: 300px;
  text-align: center;
  background: #fa6602;
  cursor: pointer;
}
.cyber-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.cyber-block .form-group {
  width: 75%;
}
.cyber-block .title {
  text-align: right;
  color: #206382;
}
.mailer {
  padding: 75px 0;
}

.cyber-block select option {
  color: #222;
}

.info-block-sec h1 {
  font-size: 21px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  padding-left: 85px;
}

/* /login css */

.topbar {
  background: #f98812 !important;
  padding: 15px;
}
.nav-link .name {
  color: #fff !important;
}

.family-heading {
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}
.family-heading h2 {
  font-size: 35px;
  color: #000;
}
.family-heading h4 {
  font-size: 21px;
  color: #000;
}
.family-view {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.family-view .details {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.family-view .details h3 {
  font-size: 19px;
  color: #000;
  padding: 15px 0 10px 0;
  margin-bottom: 0 !important;
}
.family-view p {
  font-size: 17px;
  color: #000;
  margin: 0 15px;
}
.family-view .block {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  padding: 25px;
}
.family-view .block img {
  max-width: 35px;
}
.family-info img {
  max-width: 35px;
  margin-right: 15px;
}
.family-view {
  background: #f5f5f5;
  padding: 35px;
}

/* Custom CSS for the tabs */
.member-data.nav-tabs {
  border-bottom: 2px solid #f98812;
}

.member-data .nav-item .nav-link {
  border: none;
  border-radius: 5px 5px 0 0;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #f98812;
  background-color: #f8f9fa;
  transition: all 0.3s ease-in-out;
}

.member-data .nav-item .nav-link.active {
  background-color: #f98812;
  color: white;
  border: 2px solid #f98812;
}

.member-data .nav-item .nav-link:hover {
  background-color: #e9ecef;
  color: #f98812;
}

/* Tab content styles */
.member-data .tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-top: 20px;
}

/* Tab pane content */
.member-data .tab-pane h3 {
  color: #f98812;
  font-weight: 700;
}

.member-data .tab-pane p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Add some spacing between tabs and content */
.member-data .member-data {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .member-data .nav-tabs {
    text-align: center;
  }

  .member-data .nav-item {
    display: inline-block;
    margin-bottom: 10px;
  }

  .member-data .tab-content {
    padding: 15px;
  }
}

.member-data table td img {
  max-width: 75px !important;
}
