.schoolxyz-table {
  width: 100% !important;
}

.schoolxyz-table thead,
.schoolxyz-table tfoot {
  background: #F5F5F6;
}

.schoolxyz-profil {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
  overflow: auto;
}

.schoolxyz-profil-box {
  position: relative;
  box-sizing: border-box;
  margin: 50px auto 50px;
  width: 98%;
  max-width: 700px;
  height: auto;
}

.schoolxyz-profil-content {
  box-sizing: border-box;
  background: #FFFFFF;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.schoolxyz-profil-content .profile-header {
  width: 100%;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.schoolxyz-profil-content .profile-header .closer {
  float: right;
  cursor: pointer
}

.schoolxyz-profil-content .profile-bottom {
  width: 100%;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
  border-top: none;
}

.schoolxyz-profil-content .content {
  padding: 0;
}

.schoolxyz-profil-content .content table {
  width: 100% !important;
  border: none !important;
}

.schoolxyz-profil-content .content table tr {
  border: none !important;
}

.schoolxyz-profil-content .content table tr:nth-child(even) {
  background: #F1F1F1;
}

.schoolxyz-profil-content .content th,
.schoolxyz-profil-content .content td {
  text-align: left;
  border: none !important;
  padding: 10px 10px;
}

.schoolxyz-profil-content .content .nama {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.schoolxyz-profil-content .content .level1 {
  background: #F1F1F1;
}

.schoolxyz-profil-content .content .level2 {
  background: #F9F9F9;
}

.schoolxyz-profil-content .avatar {
  text-align: center;
}

.schoolxyz-profil-content .first {
  text-align: left;
  width: 200px;
  position: relative;
}

.schoolxyz-profil-content .first img {
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 95px;
  height: 95px;
  border-radius: 50px;
}

.schoolxyz-view-profile {
  cursor: pointer;
  text-align: right;
  height: 30px;
  position: relative;
}

.schoolxyz-view-profile img {
  height: 30px;
  width: 30px;
  float: right;
}

.schoolxyz-profile-loader {
  text-align: center;
  display: none;
}

.schoolxyz-profile-loader img {
  margin: 50px auto;
}

.custom-pagination {
  margin-bottom: 20px;
}

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}

.custom-pagination a {
  background-color: #ebebeb;
  color: #ff3c50;
}

.custom-pagination a:hover {
  background-color: #ff3c50;
  color: #fff;
}

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}

.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}

.custom-pagination span.current {
  background-color: #ff3c50;
  color: #fff;
}

.schoolxyz-search {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.schoolxyz-search .submiter {
  position: absolute;
  right: 0;
  top: 0;
}

.schoolxyz-search select {
  width: 100%;
  padding: 8px 10px 8px;

}

.schoolxyz-register select {
  width: 100%;
  padding: 7px 12px;
}

.schoolxyz-register input[type=text],
.schoolxyz-register input[type=email] {
  width: 100%;
}

.schoolxyz-after-submit {
  width: 100%;
  background: #BDE5F8;
  color: #00529B;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.field-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.field-box::after {
  content: "";
  clear: both;
  display: table;
}

.field-box .field-box-label {
  width: 200px;
  float: left;
  line-height: 35px;
  font-weight: bold;
}

.field-box .field-box-value {
  width: calc(100% - 210px);
  float: right;
}

@media screen and (max-width: 680px) {
  .field-box .field-box-label {
    float: none;
    width: 100%;
  }

  .field-box .field-box-value {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .schoolxyz-table thead {
    display: none;
  }

  .schoolxyz-table td {
    width: 100% !important;
    display: block;
  }
}


.schoolxyz-list {
  width: 100%;
  height: auto;
  position: relative;
}

.schoolxyz-list .schoolxyz-list-search {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.schoolxyz-list .schoolxyz-list-search form {
  position: relative;
  width: 100%;
  height: 60px;
}

.schoolxyz-list .schoolxyz-list-search form input {
  width: calc(100% - 125px);
  float: left;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 60px;
}

.schoolxyz-list .schoolxyz-list-search form button {
  width: 120px;
  height: 60px;
  border: none;
  border-radius: 0;
  float: right;
}

.schoolxyz-list .schoolxyz-list-table {
  width: 100%;
  position: relative;
  border: 1px solid grey;
  margin-bottom: 10px;
}

.schoolxyz-list .schoolxyz-list-table .schoolxyz-list-table-box {
  width: 100%;
  height: 60px;
  position: relative;
  border-bottom: 1px solid grey;
}

.schoolxyz-list .schoolxyz-list-table .schoolxyz-list-table-box .schoolxyz-list-table-nomor {
  border-left: 1px solid grey;
  height: 60px;
  float: right;
  vertical-align: top;
  width: 60px;
  text-align: center;
  line-height: 50px;
}

.schoolxyz-list .schoolxyz-list-table .schoolxyz-list-table-box .schoolxyz-list-table-nomor svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-top: 15px;
}

.schoolxyz-list .schoolxyz-list-table .schoolxyz-list-table-box .schoolxyz-list-table-nama {
  height: 60px;
  float: left;
  vertical-align: top;
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.schoolxyz-list .schoolxyz-list-table .schoolxyz-list-table-box .schoolxyz-list-table-nama .schoolxyz-list-table-nama-inner {
  height: 25px;
  width: 100%;
  flex: 1;
}

.schoolxyz-list .schoolxyz-list-table .schoolxyz-list-table-box .schoolxyz-list-table-nama .schoolxyz-list-table-nama-inner .namadaf {
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.schoolxyz-list .schoolxyz-list-table .schoolxyz-list-table-box .schoolxyz-list-table-nama .schoolxyz-list-table-nama-inner .nodaf {
  line-height: 18px;
  font-size: 14px;
  color: #a1a1a1;
  padding: 0 10px;
}

.field-box.field-box-section {
  margin-top: 30px !important;
}

.field-box.field-box-section h3 {
  margin: 0 !important;
}

/* Custom CSS with bootstrap 4 by Ikhsan Fadilah */
div.data-guru-container *,
div.data-guru-container::after,
div.data-guru-container::before,
div.data-guru-container ::after,
div.data-guru-container ::before,
div.data-guru-container div.row *,
div.data-guru-container div.row::after,
div.data-guru-container div.row::before,
div.data-guru-container div.row ::after,
div.data-guru-container div.row ::before {
  box-sizing: border-box !important;
}

.data-guru-container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.data-guru-title {
  padding: 0.5rem !important;
  background-color: #23a455 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center !important;
  margin-bottom: 1rem !important;
}

/* Grid style from Bootstrap 4 */
.row {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

/* Modal style from Bootstrap 4 */
.modal-open {
  overflow: hidden !important;
}

.modal-open .modal {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1050 !important;
  display: none !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  outline: 0 !important;
}

.modal-dialog {
  position: relative !important;
  width: auto !important;
  margin: 0.5rem !important;
  pointer-events: none !important;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out !important;
  transform: translate(0, -50px) !important;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none !important;
  }
}

.modal.show .modal-dialog {
  transform: none !important;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02) !important;
}

.modal-dialog-scrollable {
  display: flex !important;
  max-height: calc(100% - 1rem) !important;
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem) !important;
  overflow: hidden !important;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0 !important;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto !important;
}

.modal-dialog-centered {
  display: flex !important;
  align-items: center !important;
  min-height: calc(100% - 1rem) !important;
}

.modal-dialog-centered::before {
  display: block !important;
  height: calc(100vh - 1rem) !important;
  height: min-content !important;
  content: "" !important;
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column !important;
  justify-content: center !important;
  height: 100% !important;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none !important;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none !important;
}

.modal-content {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  pointer-events: auto !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0.3rem !important;
  outline: 0 !important;
}

.modal-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1040 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #000 !important;
}

.modal-backdrop.fade {
  opacity: 0 !important;
}

.fade {
  transition: opacity .15s linear !important;
}

.modal-backdrop.show {
  opacity: 0.5 !important;
}

.modal-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  padding: 1rem 1rem !important;
  border-bottom: 1px solid #dee2e6 !important;
  border-top-left-radius: calc(0.3rem - 1px) !important;
  border-top-right-radius: calc(0.3rem - 1px) !important;
}

.modal-header .close {
  padding: 1rem 1rem !important;
  margin: -1rem -1rem -1rem auto !important;
}

.modal-title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.5 !important;
}

.modal-body {
  position: relative !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  padding: 1rem !important;
}

.modal-footer {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  padding: 0.75rem !important;
  border-top: 1px solid #dee2e6 !important;
  border-bottom-right-radius: calc(0.3rem - 1px) !important;
  border-bottom-left-radius: calc(0.3rem - 1px) !important;
}

.modal-footer>* {
  margin: 0.25rem !important;
}

.modal-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px !important;
    margin: 1.75rem auto !important;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem) !important;
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem) !important;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem) !important;
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem) !important;
    height: min-content !important;
  }

  .modal-sm {
    max-width: 300px !important;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px !important;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px !important;
  }
}

.close {
  float: right !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #000 !important;
  text-shadow: 0 1px 0 #fff !important;
  opacity: .5 !important;
}

button.close {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}

.close:hover {
  color: #000 !important;
  text-decoration: none !important;
  transform: scale(1.2);
}

.close:focus {
  color: #000 !important;
  text-decoration: none !important;
  outline: none;
  transform: scale(1.2);
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75 !important;
}

/* Card style from Bootstrap 4 */
.card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  word-wrap: break-word !important;
  background-color: #fff !important;
  background-clip: border-box !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0.25rem !important;
}

.card>hr {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.card>.list-group {
  border-top: inherit !important;
  border-bottom: inherit !important;
}

.card>.list-group:first-child {
  border-top-width: 0 !important;
  border-top-left-radius: calc(0.25rem - 1px) !important;
  border-top-right-radius: calc(0.25rem - 1px) !important;
}

.card>.list-group:last-child {
  border-bottom-width: 0 !important;
  border-bottom-right-radius: calc(0.25rem - 1px) !important;
  border-bottom-left-radius: calc(0.25rem - 1px) !important;
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0 !important;
}

.card-body {
  flex: 1 1 auto !important;
  min-height: 1px !important;
  padding: 1.25rem !important;
  padding-bottom: 0.25rem !important;
}

.card-title {
  margin-bottom: 0.75rem !important;
}

.card-subtitle {
  margin-top: -0.375rem !important;
  margin-bottom: 0 !important;
}

.card-text:last-child {
  margin-bottom: 0 !important;
}

.card-link:hover {
  text-decoration: none !important;
}

.card-link+.card-link {
  margin-left: 1.25rem !important;
}

.card-header {
  padding: 0.75rem 1.25rem !important;
  margin-bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0 !important;
}

.card-footer {
  padding: 0.75rem 1.25rem !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px) !important;
}

.card-header-tabs {
  margin-right: -0.625rem !important;
  margin-bottom: -0.75rem !important;
  margin-left: -0.625rem !important;
  border-bottom: 0 !important;
}

.card-header-pills {
  margin-right: -0.625rem !important;
  margin-left: -0.625rem !important;
}

.card-img-overlay {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  padding: 1.25rem !important;
  border-radius: calc(0.25rem - 1px) !important;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0 !important;
  width: 100% !important;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px) !important;
  border-top-right-radius: calc(0.25rem - 1px) !important;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px) !important;
  border-bottom-left-radius: calc(0.25rem - 1px) !important;
}

.card-deck .card {
  margin-bottom: 15px !important;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex !important;
    flex-flow: row wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .card-deck .card {
    flex: 1 0 0% !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
    margin-left: 15px !important;
  }
}

.card-group>.card {
  margin-bottom: 15px !important;
}

@media (min-width: 576px) {
  .card-group {
    display: flex !important;
    flex-flow: row wrap !important;
  }

  .card-group>.card {
    flex: 1 0 0% !important;
    margin-bottom: 0 !important;
  }

  .card-group>.card+.card {
    margin-left: 0 !important;
    border-left: 0 !important;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0 !important;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0 !important;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0 !important;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0 !important;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem !important;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3 !important;
    column-gap: 1.25rem !important;
    orphans: 1 !important;
    widows: 1 !important;
  }

  .card-columns .card {
    display: inline-block !important;
    width: 100% !important;
  }
}

/* Shadow style Bootstrap 4 */
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-none {
  box-shadow: none !important;
}

/* Table style Bootstrap 4 */
.table {
  width: 100% !important;
  margin-bottom: 0.2rem !important;
  color: #212529 !important;
  border-collapse: collapse !important;
}

.table td,
.table th {
  padding: 0.5rem !important;
  vertical-align: top !important;
  border-top: 1px solid #dee2e6 !important;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0 !important;
}

/* Button style Bootstrap 4 */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer !important;
}

.sd[type=button]:not(:disabled),
.sd[type=reset]:not(:disabled),
.sd[type=submit]:not(:disabled),
button:not(:disabled).sd {
  cursor: pointer !important;
}

.btn {
  display: inline-block !important;
  font-weight: 400 !important;
  color: #212529 !important;
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.sd[type=button],
.sd[type=reset],
.sd[type=submit],
button.sd {
  -webkit-appearance: button !important;
}

button.sd,
select.sd {
  text-transform: none !important;
}

button.sd,
input.sd {
  overflow: visible !important;
}

button.sd,
input.sd,
optgroup.sd,
select.sd,
textarea.sd {
  margin: 0 !important;
}

button.sd {
  border-radius: 0 !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn:hover {
  color: #212529 !important;
  text-decoration: none !important;
}

.btn:focus {
  outline: none !important;
  color: #fff !important;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}

/* Misc style Bootstrap 4 */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.w-100 {
  width: 100% !important;
}

.img-fluid {
  max-width: 100% !important;
  height: auto !important;
}

.mw-300 {
  max-width: 300px !important;
}

.text-center {
  text-align: center !important;
}

.border-0 {
  border: 0 !important;
}

.sd-h5 {
  font-size: 1.25rem !important;
}

.sd-h1,
.sd-h2,
.sd-h3,
.sd-h4,
.sd-h5,
.sd-h6 {
  margin-bottom: 0.5rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.sd-heading {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.sd-img {
  vertical-align: middle !important;
  border-style: none !important;
}

.col,
.col-12,
.col-xl-3,
.col-lg-4,
.col-md-6 {
  position: relative !important;
  width: 100% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.col-12 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0 !important;
    flex-basis: 0 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
  }

  .col-md-6 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0 !important;
    flex-basis: 0 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

.p-3 {
  padding: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
