* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 7pt;
}

body {
  background-color: #f4f6fd;
}

.red {
  color: #FF3535;
}

.rSheet {
  margin: 50px 0px 50px 0;
}

.table {
  padding: 50px;
  border-radius: 11px;
  background: #f4f6fd;
  box-shadow: inset -5px -5px 18px #dcdde4, inset 5px 5px 18px #ffffff;
}

.logo {
  width: 50px;
  height: 60px;
  object-fit: cover;
}

/* table styling */

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: #ecf3fa;
}

th {
  border-color: #ecf3fa;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table th {
  color: #2b2b2b;
}

.topHead{
  font-weight: 700;
}

.butn {
  font-weight: 700;
  text-align: center;
  padding: 0.3rem 0.7rem;
  margin: 10px;
  border-radius: .5rem;
  background: #efefef;
  transition: .2s ease-in-out;
  box-shadow: -8px -8px 20px 0px #fff9, -6px -6px 6px 0px #fff9,
    8px 8px 20px 0px #0001, 5px 5px 6px 0px #0001, inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001;
}

.butn:hover {
  box-shadow: 0px 0px 0px 0px #fff9, 0px 0px 0px 0px #fff9,
    0px 0px 0px 0px #0001, 0px 0px 0px 0px #0001, inset -8px -8px 20px 0px #fff9,
    inset -5px -5px 6px 0px #fff9, inset 8px 8px 20px 0px #0003,
    inset 5px 5px 6px 0px #0001;
}

input {
  border: 0;
  margin-left: 8px;
  padding-left: 10px;
}


.swal-overlay {
  background-color: rgba(1, 10, 7, 0.836);
}

.swal-modal {
  padding: 40px 20px;
  border-radius: 11px;
  background: #f4f6fd;
  box-shadow: inset -5px -5px 18px #dcdde4, inset 5px 5px 18px #ffffff;
}

.swal-text {
  padding: 17px;
  display: block;
  margin: 22px;
  text-align: center;
  color: #010414;
  font-size: 30px;
  font-weight: 600;
}
.swal-title {
  color: #ff003d;
  font-size: 28px;
  font-weight: 700;
}

.swal-button {
  padding: 7px 19px;
  border-radius: 8px;
  background-color: #ff003d;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ffffff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
#sResult {
  color: #ff003d;
  font-size: 22px;
  font-weight: 700;
}
#division{
  font-weight: 400;
  font-size: 16px;
}

/* td.text-center.topDiv {
  position: relative;
} */
.sejan{
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: -8px -8px 20px 0px #fff9, -6px -6px 6px 0px #fff9,
    8px 8px 20px 0px #0001, 5px 5px 6px 0px #0001, inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001;
  /* position: absolute;
  top: 15%;
  right: 5%; */
}
@media only screen and (min-width: 990pt) {
  * {
    font-size: 12pt;
  }
}
