@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

html,
body {
  height: 100%;
  font-family: 'Inter', sans-serif;
}

a {
  cursor: pointer;
}

.main-page {
  background-color: #f5f3f1;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

.loader {
  min-height: 400px;
  vertical-align: auto;
}

.loader .spinner-border {
  position: absolute;
  top: 50%;
}

.bd-callout {
  font-size: 13px;
  margin: 10px 0px;
  border-left: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  padding-left: 6px;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

.main-table {
  font-size: 14px;
}

.main-table-row {
  background-color: #fff;
  vertical-align: middle;
  height: 50px;
}

.main-table-row .btn-danger {
  width: 31px;
  height: 31px;
}

.main-table-row:hover {
  background-color: #f1f8ff;
  transition: all 0.1s ease-in-out;
}

.login-card,
.reg-card {
  max-width: 340px;
  border-radius: 4px;
  box-shadow: #0000001f 0px 20px 20px;
}

.fade.modal-backdrop.in {
  opacity: 0.8;
}

.modal-backdrop {
  opacity: 0.8;
}

.modal.fade.in {
  opacity: 1;
}

#__react-alert__ span {
  text-transform: initial !important;
}

#__react-alert__ div div div {
  background-color: #3269cb !important;
}

#__react-alert__ div {
  z-index: 1100 !important;
}

.tooltip__icon {
  vertical-align: text-top;
  margin-left: 6px;
  line-height: 1;
}

.tooltip__icon-svg:hover {
  fill: #acacac;
}

.tooltip-inner {
  background-color: #fff;
  color: #000;
}

.tooltip-arrow {
}

.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #fff;
}

.tooltip {
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  box-shadow: 0 15px 25px rgba(77, 85, 103, 0.15), 0 0 10px rgba(77, 85, 103, 0.1);
  border-radius: 10px;
  padding: 15px;
  text-align: left;
}

/* s */

.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y: 0.8rem;
  --bs-btn-padding-x: 1.6rem;
}

.request-content {
  background: #fff;
  padding: 5px;
  padding-bottom: 40px;
}

.request-content label {
  margin-bottom: 4px;
}

.request-content .logo {
  margin: auto;
  margin-bottom: 40px;
}

.request-btn-box {
  text-align: center;
}

.request-personal {
  padding: 20px 0;
  color: #747474;
}

.b-contact ul {
  list-style: none;
  padding-left: 0;
}

.b-contact-item {
  margin-bottom: 2px;
}

.comment {
  resize: none;
}

.send-btn {
  background-color: #0035a0;
  border-color: #0035a0;
}

.thanks {
  text-align: center;
}

.footer {
  background-color: rgb(215, 231, 255);
  padding: 40px;
  border-radius: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.botmenu .bot-col {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}

.bot-col {
  padding-left: 0;
  list-style: none;
}

.bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bot p {
  margin-bottom: 0;
}

.botmenu a {
  color: #0035a0;
}

.form-label {
  margin-bottom: 0.3rem;
}

.cover {
  background-color: #1a1a1d;
  border-radius: 10px 10px 0 0;
  height: 230px;
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.cover-glow {
  position: absolute;
  border-radius: 50%;
  width: 220px;
  height: 150px;
  background-color: #3f51b5;
  filter: blur(50px);
  transform: rotate(-25deg);
  right: -90px;
  top: 30px;
}

.cover-glow-two {
  position: absolute;
  border-radius: 50%;
  width: 130px;
  height: 80px;
  background-color: #eec12f;
  filter: blur(60px);
  transform: rotate(-25deg);
  right: 20px;
  top: -30px;
}

.cover p {
  font-size: 19px;
  font-weight: 600;
  z-index: 1;
  margin-bottom: 0;
}

.left-side {
  position: relative;
}

.thanks-message-box {
  position: absolute;
  bottom: -10px;
  background-color: #fff;
  padding: 20px;
  height: 100px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  display: flex;
  box-shadow: 0px 5px 20px #ccc;
}

.thanks-message-box p {
  font-size: 19px;
  font-weight: 600;
  margin: auto;
}

.rs-text {
  padding: 30px;
}

.rs-text ul {
  list-style: none;
  padding-left: 20px;
}

.rs-text ul li {
  margin: 20px 0;
  color: #525252;
}

.rs-text li::before {
  content: '• ';
  color: blue;
  margin-right: 10px;
}

.right-side {
  margin-top: 30px;
  border-radius: 10px;
  background-color: #f3f5f8;
}

.right-side a {
  font-weight: 600;
}

.underline {
  text-decoration: none;
  border-bottom: 1px solid #0d6efd;
  padding-bottom: 4px;
  color: inherit;
}

@media screen and (min-width: 800px) {
  .all-page {
    height: calc(100vh - 90px);
    display: flex;
  }

  .right-side {
    width: 450px;
    margin-top: 0;
  }

  .request-box {
    width: 90%;
    max-width: 950px;
    margin: auto;
    z-index: 1;
  }

  .request-content {
    display: flex;
    padding: 40px;
    margin-bottom: 70px;
    margin-top: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    box-shadow: 10px 10px 30px #d9dadd;
    justify-content: space-between;
    gap: 40px;
  }

  .left-side,
  .right-side {
    width: 50%;
  }

  .cover {
    margin-bottom: 10px;
  }

  .glow-box {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
  }

  .glow {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background-color: white;
    top: 150px;
    left: 10%;
    /* filter: blur(122px); */
  }
}

@media screen and (max-width: 415px) {
  input,
  select {
    font-size: 16px !important;
  }

  .request-box .container {
    --bs-gutter-x: 0;
    padding: 0;
  }

  .request-content {
    padding: 0 15px;
    padding-bottom: 40px;
  }

  .request-content .logo {
    margin-bottom: 0;
    padding: 20px 0;
  }
}
