*,
html,
body {
  box-sizing: border-box;
  font-family: "Lato";
  font-size: 12px;
  transition: all 0.5s 0s ease-in-out;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
  margin: 0;
  padding: 0;
}

html,
body,
section {
  position: relative;
}

section {
  overflow: hidden;
}

h1 {
  font-size: 32px;
  font-weight: 400;
  margin-top: 0;
  color: #1C4DA1;
}

h2 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

a {
  text-decoration: none;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
a:active {
  top: 1px;
}
a:hover {
  color: #6EC058 !important;
}

progress {
  width: 100%;
  height: 5px;
  border: none;
  outline: none;
  border-radius: 100px;
}

progress::-webkit-progress-bar {
  background-color: #efefef;
  border: none;
  outline: none;
}

progress[value] {
  background-color: #1C4DA1;
}

progress[value]::-webkit-progress-value {
  background-color: #1C4DA1;
}

hr {
  background-color: transparent;
  margin: 20px 0;
  height: 0.5px;
  border: thin dashed #efefef;
}

.rule {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.rule::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1C4DA1;
  position: absolute;
  top: calc(100% + 2px);
  left: 10%;
  transition: all 0.5s 0s ease-in-out;
}
.rule:hover::after {
  content: "";
  width: 100%;
  left: 0;
}

.rule-white {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.rule-white::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1C4DA1;
  position: absolute;
  top: calc(100% + 2px);
  left: 10%;
  transition: all 0.5s 0s ease-in-out;
}
.rule-white:hover::after {
  content: "";
  width: 100%;
  left: 0;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #1C4DA1;
  border-radius: 100px;
}

.badge {
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-color: tomato;
  color: white;
  padding: 8px;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 9px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 100px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}

.info {
  width: -moz-fit-content;
  width: fit-content;
  color: #0c525d;
  background-color: #ebfafd !important;
  padding: 10px;
  gap: 10px;
  border-radius: 10px;
  text-align: left;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.info > div {
  margin-bottom: 10px;
  position: relative;
  gap: 10px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.info > div > div:first-child {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.info > div > div:first-child > i, .info > div > div:first-child > svg {
  font-size: 18px !important;
}
.info > div > div:last-child {
  flex: 1 !important;
  min-width: 90% !important;
  text-align: left !important;
}

.success {
  width: 100%;
  background-color: #cef8e4 !important;
  padding: 10px;
  margin: 20px 0 !important;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
}
.success > div {
  text-align: left;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.success > div > div {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.success > div > div:first-child {
  margin-right: 10px;
}
.success > div > div:first-child > i {
  font-size: 18px;
}

.warning {
  width: 100%;
  background-color: #ffe599 !important;
  padding: 10px;
  color: #1C4DA1;
  margin: 20px 0 !important;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
}
.warning > div {
  text-align: left;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.warning > div > div {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.warning > div > div:first-child {
  margin-right: 10px;
}
.warning > div > div:first-child > i {
  font-size: 18px;
}

.error {
  width: 100%;
  padding: 10px;
  border: thin solid #ffcfc7;
  background-color: #ffe5e0 !important;
  color: #ad1a00 !important;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
  border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
}
.error > div {
  width: inherit;
  text-align: left;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.error > div > div {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.error > div > div:first-child {
  margin-right: 10px;
}
.error > div > div:first-child > i {
  font-size: 18px;
}

.active-tab {
  color: white;
  cursor: default;
  font-weight: 600;
  padding: 0 20px;
}

table {
  width: 100% !important;
  position: relative;
  table-layout: auto !important;
  transition: all 0.5s 0s ease-in-out;
}
table > thead {
  background-color: #1C4DA1;
  color: white;
  text-align: center !important;
  transition: all 0.5s 0s ease-in-out;
}
table > thead > tr > th {
  padding: 10px !important;
}

.modal-window {
  width: 75%;
  min-width: 75%;
  height: 100% !important;
  min-height: 100% !important;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.5s 0s ease-in-out;
}

.xsoverlay,
#xsalert {
  z-index: 5000 !important;
}

.t-foot {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 2px 8px;
  color: white;
  background-color: #1C4DA1;
}

.empty {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 20px 0;
  background-color: #f9f9f9;
  border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
}
.empty > svg, .empty > i {
  display: block;
  font-size: 52px;
  margin-bottom: 20px;
  color: #ccc;
}
.empty > div {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}

.form-group {
  position: relative;
  width: 100%;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.form-group > svg, .form-group > i {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 15px;
  font-size: 16px;
  top: 50%;
  z-index: 100;
  color: #1C4DA1;
  transform: translateY(-50%);
}
.form-group:not(:last-child) {
  margin-bottom: 10px;
}

.col-2 {
  width: 48.7% !important;
}

.col-3 {
  width: 33% !important;
}

.col-4 {
  width: 25% !important;
}

.col-5 {
  width: 20% !important;
}

.card {
  border-radius: 10px;
  background-color: white !important;
  padding: 50px;
  position: relative;
  overflow: hidden;
  border: thin solid #efefef;
  transition: all 0.5s 0s ease-in-out;
}

.pointer > tbody > tr:hover {
  cursor: pointer !important;
  background-color: #dff1da !important;
  font-weight: 600;
}

.paint-cells {
  background-color: #fff2cc;
}

.modal {
  position: relative;
  width: 100% !important;
  height: calc(100vH - 50px) !important;
  top: 0 !important;
  padding: 50px 20px;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.modal_title {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  text-align: center !important;
  transition: all 0.5s 0s ease-in-out;
}
.modal_title > div {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  text-align: center;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.modal_title > div > div {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.modal_title > div:first-child > div {
  width: 50px !important;
  height: 50px !important;
  color: white;
  overflow: hidden;
  background-color: #1C4DA1;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 100px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.modal_title > div:first-child > div > i {
  font-size: 30px;
  border-radius: 100px;
}
.modal_title > div:last-child > div {
  width: -moz-fit-content;
  width: fit-content;
}
.modal_title > div:last-child > div > h2 {
  margin-bottom: 0;
}
.modal_body {
  width: 100%;
  max-height: 90%;
  flex: 1;
  position: relative;
  padding: 50px 0 20px;
  transition: all 0.5s 0s ease-in-out;
}

/**
* Author: Yinka Olayinka
* Email: iamyinkaolayinka@gmail.com
* Phone: +2348026349179
* Date: Sep 25, 2024
*
* Application global stylesheet
* This stylesheet is generally applicable to all modules
*/
::file-selector-button {
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: none;
  border: none;
  text-align: center;
  background-color: #1C4DA1;
  color: white;
  padding: 10px 30px;
  font-size: 10px;
  border-radius: 5px;
  transition: all 0.5s 0s ease-in-out;
}
::file-selector-button:hover {
  background-color: #143876;
  color: white !important;
}

.btn {
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  word-wrap: normal;
  font-size: 10px;
  border-radius: 5px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
  transition: all 0.5s 0s ease-in-out;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
}
.btn:hover {
  transform: scale(1.03);
  box-shadow: 0 48px 100px 0 rgba(17, 12, 46, 0.15);
}
.btn:hover > svg.right, .btn:hover > i.right {
  right: 8px !important;
}
.btn:hover > svg.left, .btn:hover > i.left {
  left: 8px !important;
}
.btn:active {
  top: 1px;
}
.btn-default {
  background-color: #1C4DA1;
  color: white;
}
.btn-default:hover {
  background-color: #143876;
  color: white !important;
}
.btn-disabled {
  background-color: #dde7f9 !important;
  cursor: default !important;
}
.btn-error {
  background-color: #FF6347;
  color: white;
}
.btn-error:hover {
  background-color: #e02200;
  color: white !important;
}
.btn > svg.right, .btn > i.right {
  position: absolute;
  right: 10px;
}
.btn > svg.left, .btn > i.left {
  position: absolute;
  left: 10px;
}
.btn-wide {
  width: 100%;
}
.btn-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 5px 10px !important;
  margin: 0 !important;
}

/**
* Author: Yinka Olayinka
* Email: iamyinkaolayinka@gmail.com
* Phone: +2348026349179
* Date: Sep 25, 2024
*
* Application global stylesheet
* This stylesheet is generally applicable to all modules
*/
input,
select {
  width: 100%;
  outline: none;
  border: none !important;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  background-color: white;
  padding-left: 40px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 5px;
  transition: all 0.5s 0s ease-in-out;
}

.top-radius {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none !important;
  margin-bottom: 1px;
}

.bottom-radius {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none !important;
}

.round-radius {
  border-radius: 5px;
}

.input-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 50px !important;
  padding: 5px !important;
  text-align: center !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  appearance: none !important;
}
.input-fit::-webkit-inner-spin-button, .input-fit::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}
.input-fit:disabled {
  box-shadow: none !important;
  background-color: transparent !important;
}

input[type=file] {
  border: thin dashed #ccc !important;
  box-shadow: none !important;
}
input[type=file]:disabled::-webkit-file-upload-button {
  background-color: #dde7f9 !important;
  cursor: default !important;
}

/**
* Author: Yinka Olayinka
* Email: iamyinkaolayinka@gmail.com
* Phone: +2348026349179
* Date: Sep 25, 2024
*
* Application preloaders stylesheet
* This stylesheet is generally applicable to all modules
*/
.pbar {
  --uib-size: 45px;
  --uib-color: black;
  --uib-speed: 1.20s;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: var(--uib-size);
  height: calc(var(--uib-size) * 0.6);
  position: absolute;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.cube {
  flex-shrink: 0;
  width: calc(var(--uib-size) * 0.2);
  height: calc(var(--uib-size) * 0.2);
  animation: jump var(--uib-speed) ease-in-out infinite;
}

.cube__inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 25%;
  background-color: var(--uib-color);
  transform-origin: center bottom;
  animation: morph var(--uib-speed) ease-in-out infinite;
  transition: background-color 0.3s ease;
}

.cube:nth-child(2) {
  animation-delay: calc(var(--uib-speed) * -0.36);
}
.cube:nth-child(2) .cube__inner {
  animation-delay: calc(var(--uib-speed) * -0.36);
}

.cube:nth-child(3) {
  animation-delay: calc(var(--uib-speed) * -0.2);
}
.cube:nth-child(3) .cube__inner {
  animation-delay: calc(var(--uib-speed) * -0.2);
}

@keyframes jump {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(-200%);
    animation-timing-function: ease-in;
  }
  75% {
    transform: translateY(0px);
    animation-timing-function: ease-in;
  }
}
@keyframes morph {
  0% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(1);
  }
  20%, 25% {
    transform: scaleY(0.6) scaleX(1.3);
    animation-timing-function: ease-in-out;
  }
  30% {
    transform: scaleY(1.15) scaleX(0.9);
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: scaleY(1);
  }
  70%, 85%, 100% {
    transform: scaleY(1);
  }
  75% {
    transform: scaleY(0.8) scaleX(1.2);
  }
}
.tab {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  white-space: normal;
  display: block;
  transition: all 0.5s 0s ease-in-out;
}
.tab_header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.tab_header > ul {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  list-style: none;
  border-bottom: thin solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 20px -20px;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.tab_header > ul > li {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding-bottom: 20px;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.tab_header > ul > li > a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s 0s ease-in-out;
}
.tab_header > ul > li > a > i, .tab_header > ul > li > a > svg {
  margin-right: 10px;
}
.tab_header > div.underlay {
  border: 1px solid #55a63f;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  transition: all 0.5s 0s ease-in-out;
}
.tab_header > div.underlay::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #6EC058;
}
.tab_body {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 5px;
  margin: 20px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
}

.active-flattab {
  font-weight: 700;
  color: #6EC058;
}

.switch {
  width: inherit;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.switch > ul {
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-max-content;
  height: max-content;
  list-style: none;
  overflow: hidden;
  position: relative;
  white-space: normal;
  box-sizing: border-box;
  border: thin solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
  justify-items: space-between !important;
  align-content: center !important;
  align-items: center !important;
}
.switch > ul > li {
  position: relative;
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-max-content;
  height: max-content;
  border: none;
  outline: none;
  overflow: hidden;
  padding: 10px 1px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
}
.switch > ul > li > a {
  text-decoration: none;
  padding: 8px 20px;
  border: none;
  outline: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.switch > div {
  position: absolute;
  z-index: -10;
  background-color: #1C4DA1;
  height: calc(100% - 2px);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.active-switch {
  color: white !important;
  cursor: default !important;
  font-weight: 600 !important;
}
.active-switch:hover {
  color: white !important;
}

.wrapper {
  height: 100%;
  position: relative;
  background-image: linear-gradient(to bottom, #1c4da1, #0074bc, #0094b0, #00ad87, #6ec058);
  transition: all 0.5s 0s ease-in-out;
}
.wrapper_container {
  width: 30%;
  height: 80%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s 0s ease-in-out;
}
.wrapper_container__brand {
  position: relative;
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.5s 0s ease-in-out;
}
.wrapper_container__brand > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s 0s ease-in-out;
}
.wrapper_container__form {
  height: 80%;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  background-color: ghostwhite;
  padding: 10%;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.wrapper_container__form-wrapper {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.wrapper_container__form-wrapper--title {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.wrapper_container__form-wrapper--title > div {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.wrapper_container__form-wrapper--title > div:first-child {
  width: -moz-fit-content;
  width: fit-content;
}
.wrapper_container__form-wrapper--title > div:first-child > span {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to right bottom, #1c4da1, #0074bc, #0094b0, #00ad87, #6ec058);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 42px;
  color: white;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.wrapper_container__form-wrapper--title > div:first-child > span > i, .wrapper_container__form-wrapper--title > div:first-child > span > svg {
  font-size: 42px;
}
.wrapper_container__form-wrapper--title > div:last-child {
  width: 70%;
  text-align: left;
  padding-left: 10px;
}
.wrapper_container__form-wrapper--title > div:last-child > h1, .wrapper_container__form-wrapper--title > div:last-child > h2 {
  margin: 0;
}
.wrapper_container__form-wrapper--x_link {
  position: relative;
  padding: 50px 0;
}
.wrapper_container__form-wrapper--x_link > a {
  width: 100%;
  padding: 10px 20px;
  display: block !important;
  text-align: left;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: thin solid #ccc;
  transition: all 0.5s 0s ease-in-out;
  /* &:first-child {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border: thin solid #ccc;
      border-bottom: none;
  }
  &:last-child {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border: thin solid #ccc;
  } */
}
.wrapper_container__form-wrapper--x_link > a > i:first-child, .wrapper_container__form-wrapper--x_link > a > svg:first-child {
  font-size: 16px;
  margin-right: 10px;
}
.wrapper_container__form-wrapper--x_link > a > i:last-child, .wrapper_container__form-wrapper--x_link > a > svg:last-child {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.wrapper_container__form-wrapper--x_link > a:hover {
  background-color: #cbd5f4;
}
.wrapper_container__form-wrapper--x_link > a:hover > i:last-child, .wrapper_container__form-wrapper--x_link > a:hover > svg:last-child {
  right: 10px;
}
.wrapper_container__form-sso {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
  justify-items: space-between !important;
  align-content: center !important;
  align-items: center !important;
}
.wrapper_container__form-sso > button {
  position: relative;
  cursor: pointer;
  transition: all 0.5s 0s ease-in-out;
}
.wrapper_container__form-sso > button:first-child {
  color: white;
  background-color: #6EC058;
}
.wrapper_container__form-sso > button:last-child {
  color: white;
  background-color: #1C4DA1;
}
.wrapper_container__copy {
  font-size: 10px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: ghostwhite;
  transition: all 0.5s 0s ease-in-out;
}

.console {
  width: 100%;
  height: 100vH;
  min-height: 100vH;
  position: relative;
  margin: 0;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
}
.console_caption {
  width: 100%;
  height: 68px;
  max-height: 68px;
  position: relative;
  margin-bottom: 0.1% !important;
  box-sizing: border-box;
  white-space: normal;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.console_caption__brand {
  width: 15%;
  height: 100%;
  background-color: #0d234a;
  position: relative;
  white-space: normal;
  box-sizing: border-box;
  padding: 15px 2%;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.console_caption__brand > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: all 0.5s 0s ease-in-out;
}
.console_caption__menu {
  width: 85%;
  position: relative;
  white-space: normal;
  box-sizing: border-box;
  padding: 0;
  transition: all 0.5s 0s ease-in-out;
}
.console_caption__menu > div {
  height: 50%;
  display: block;
  transition: all 0.5s 0s ease-in-out;
}
.console_caption__menu > div:first-child {
  width: 100%;
  background-color: #aedca2;
  position: relative;
  margin: 0;
  top: 0 !important;
  padding: 20px;
}
.console_caption__menu > div:last-child {
  width: 100%;
  position: absolute;
  z-index: 100;
  padding: 0 2%;
  top: 20px !important;
}
.console_caption__menu > div:last-child > div {
  width: 100%;
  background-color: ghostwhite;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  padding: 8px 2%;
  padding-right: 1%;
  text-align: right;
  border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-end !important;
  justify-items: flex-end !important;
  align-content: center !important;
  align-items: center !important;
}
.console_caption__menu > div:last-child > div > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-end !important;
  justify-items: flex-end !important;
  align-content: center !important;
  align-items: center !important;
}
.console_caption__menu > div:last-child > div > ul > li {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.console_caption__menu > div:last-child > div > ul > li:not(:last-child) {
  margin-right: 10px;
}
.console_caption__menu > div:last-child > div > ul > li > span {
  width: 24px;
  height: 24px;
  padding: 15px;
  cursor: pointer;
  color: #1C4DA1;
  border-radius: 100px;
  background-color: #e9e9e9;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.console_caption__menu > div:last-child > div > ul > li > span > i, .console_caption__menu > div:last-child > div > ul > li > span > svg {
  font-size: 16px;
}
.console_caption__menu > div:last-child > div > ul > li:last-child {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.console_caption__menu > div:last-child > div > ul > li:last-child > span {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  padding-right: 10px;
  cursor: pointer;
  border: thin solid #ddd;
  border-radius: 100px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.console_caption__menu > div:last-child > div > ul > li:last-child > span > span:first-child {
  width: 24px;
  height: 24px;
  border: thin solid #ddd;
  overflow: hidden;
  border-radius: 100px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.console_caption__menu > div:last-child > div > ul > li:last-child > span > span:first-child > i, .console_caption__menu > div:last-child > div > ul > li:last-child > span > span:first-child > svg {
  font-size: 24px;
}
.console_caption__menu > div:last-child > div > ul > li:last-child > span > span:nth-child(2) {
  margin: 0 5px;
}
.console_body {
  width: 100%;
  height: calc(100% - 69px);
  position: relative;
  margin: 0 !important;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.console_body > div {
  position: relative;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
}
.console_body__sidenav {
  width: 15%;
  height: calc(100% - 1px);
  background-color: #143876;
  padding: 20px 0;
  color: white;
  margin-top: 0.1px !important;
}
.console_body__sidenav > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.console_body__sidenav > ul > li {
  width: 100%;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.console_body__sidenav > ul > li:first-child {
  margin: 50px 0;
  padding: 0 27px;
  text-transform: uppercase;
  font-weight: 600;
}
.console_body__sidenav > ul > li:first-child > i, .console_body__sidenav > ul > li:first-child > svg {
  font-size: 16px;
  margin-right: 15px;
}
.console_body__sidenav > ul > li:first-child > span {
  letter-spacing: 5px;
}
.console_body__sidenav > ul > li:not(:first-child) {
  border-bottom: thin solid #1C4DA1;
}
.console_body__sidenav > ul > li > a {
  width: 100%;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.console_body__sidenav > ul > li > a:hover {
  background-color: #1d4fa5;
  position: relative;
}
.console_body__sidenav > ul > li > a:hover::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #efefef transparent transparent;
  position: absolute;
  right: 0;
}
.console_body__sidenav > ul > li > a > i, .console_body__sidenav > ul > li > a > svg {
  font-size: 16px;
  margin-right: 10px;
}
.console_body__content {
  width: 85%;
  max-height: 100% !important;
  padding: 10px 2%;
  overflow: hidden !important;
  overflow-y: auto !important;
  box-sizing: border-box;
  white-space: normal;
  transition: all 0.5s 0s ease-in-out;
}
.console_body__content-title {
  width: 100%;
  position: relative;
  border-bottom: thin solid #ddd;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.console_body__content-title > div {
  width: 50%;
  padding: 10px 0;
  transition: all 0.5s 0s ease-in-out;
}
.console_body__content-title > div:first-child {
  text-align: left;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.console_body__content-title > div:first-child > span {
  width: 32px;
  height: 32px;
  padding: 10px;
  color: white;
  background-color: #1C4DA1;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.console_body__content-title > div:first-child > h2 {
  margin-left: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.pbar {
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  padding-bottom: 20px !important;
}

.active-nav {
  position: relative;
  cursor: default !important;
  color: #6EC058 !important;
  background-color: #1d4fa5 !important;
}
.active-nav::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #efefef transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.acada-01,
.acada-02 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  white-space: normal;
  transition: all 0.5s 0s ease-in-out;
}

.acada-01 {
  margin-top: 20px;
}
.acada-01 > div {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 2px;
  position: relative;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: ghostwhite;
  border: thin solid #ddd;
  z-index: -10;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.acada-01 > div > div {
  position: relative;
  width: 100px;
  padding: 0;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  z-index: 10;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.acada-01 > div > div > a {
  width: 100% !important;
  height: 100% !important;
  text-align: center;
  padding: 5px 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.acada-01 > div > div:last-child {
  height: calc(100% - 2px);
  background-color: #1C4DA1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: -5;
  transition: all 0.5s 0s ease-in-out;
}

.acada-02 {
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  padding-top: 20px;
  margin-top: 20px;
}
.acada-02 .tab {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.acada-02 .tab_body {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.acada-02 .tab_body .sec-mgr {
  position: relative;
  width: 100%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.acada-02 .tab_body .sec-mgr_menu {
  width: 20%;
  min-height: 100%;
  height: 100%;
  padding: 50px 0;
  position: relative;
  height: 100%;
  transition: all 0.5s 0s ease-in-out;
}
.acada-02 .tab_body .sec-mgr_menu > h3 {
  width: 100%;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1C4DA1;
  background-color: #efefef;
}
.acada-02 .tab_body .sec-mgr_menu > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all 0.5s 0s ease-in-out;
}
.acada-02 .tab_body .sec-mgr_menu > ul > li {
  cursor: pointer;
  list-style: none;
  padding: 10px 30px;
  gap: 10px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.acada-02 .tab_body .sec-mgr_menu > ul > li:hover {
  background-color: #c7d8f5;
  position: relative;
}
.acada-02 .tab_body .sec-mgr_menu > ul > li:hover::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #efefef transparent transparent;
  position: absolute;
  right: 0;
}
.acada-02 .tab_body .sec-mgr_content {
  width: 80%;
  overflow: hidden;
  padding: 50px;
  position: relative;
  height: 100%;
  border-left: thin dashed #EFEFEF;
  transition: all 0.5s 0s ease-in-out;
}
.acada-02 .tab_body .sec-mgr_content__toolbar {
  width: 100%;
  position: relative;
  background-color: #6EC058;
  color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  gap: 20px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.acada-02 .tab_body .sec-mgr_content__toolbar > span {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background-color: #1C4DA1;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
  justify-items: space-between !important;
  align-content: center !important;
  align-items: center !important;
}
.acada-02 .tab_body .sec-mgr_content__toolbar > span:hover {
  background-color: #447ddf;
  color: white;
}
.acada-02 .tab_body .sec-mgr_content__list {
  position: relative;
  padding: 20px 2px;
  padding-right: 5px;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
}
.acada-02 .tab_body .sec-mgr_content__list > div.sect_dept {
  width: 100%;
  position: relative;
  gap: 30px;
  flex-wrap: wrap;
  padding: 50px 10px 0;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.acada-02 .tab_body .sec-mgr_content__list > div.sect_dept > div.degree {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.5s 0s ease-in-out;
}
.acada-02 .tab_body .sec-mgr_content__list > div.sect_dept > div.degree > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 10px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.acada-02 .tab_body .sec-mgr_content__list > div.sect_dept > div.degree > ul > li {
  padding: 10px 20px;
  border: thick solid #aedca2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #6EC058;
  color: white;
  list-style: none;
  cursor: pointer;
}
.acada-02 .tab_body .sec-mgr_content__list > div.sect_dept > div.degree > ul > li:hover, .acada-02 .tab_body .sec-mgr_content__list > div.sect_dept > div.degree > ul > li.active-btn {
  background-color: #1C4DA1;
  border: thick solid #447ddf;
}
.acada-02 .tab_body .sec-mgr_content__list > div.sect_dept > div.degree > ul > li:not(.active-btn):active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.acada-02 .tab_body .sec-mgr_content__list > div.sect_dept > div.degree > ul > li.active-btn {
  cursor: default;
}
.acada-02 .tab_body .sec-mgr_content__list > div.sect_dept > div.degree_content {
  position: relative;
  width: 100%;
  gap: 30px;
  padding: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}

.upload-wrapper {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}

.short-card {
  padding: 20px;
  padding-bottom: 30px;
  background-color: #eff8ec;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative !important;
  border: thick solid #aedca2;
  text-align: center !important;
  transition: all 0.5s 0s ease-in-out;
}
.short-card > button, .short-card > select {
  position: absolute !important;
  bottom: -35px !important;
  right: -10% !important;
  padding: 10px !important;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.short-card > select {
  bottom: -20px !important;
  border: thick solid #aedca2 !important;
}

.multiple {
  cursor: pointer;
}
.multiple > div {
  min-width: 100%;
  position: absolute;
  gap: 5px;
  bottom: -40px !important;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.multiple > div > button {
  padding: 8px 10px !important;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}

.schedule {
  overflow: hidden;
  width: 80% !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.prog {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  gap: 20px;
  display: none;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
  justify-items: space-between !important;
  align-content: center !important;
  align-items: center !important;
}
.prog > div:first-child {
  width: 90%;
  height: 5px;
  position: relative;
  overflow: hidden;
  background-color: #efefef;
  transition: all 0.5s 0s ease-in-out;
}
.prog > div:first-child > div {
  width: 50%;
  height: 100%;
  background-color: #6EC058;
}
.prog > div:last-child {
  width: 10%;
  position: relative;
  text-align: right;
}

.jqx-popup {
  z-index: 10000 !important;
}

.dep_prog {
  width: 100%;
  position: relative;
  padding: 0;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
  justify-items: space-between !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.dep_prog > div {
  position: relative;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
}
.dep_prog > div:first-child {
  width: 25%;
  text-align: left;
}
.dep_prog > div:first-child > h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px;
  font-weight: 800;
}
.dep_prog > div:first-child > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s 0s ease-in-out;
}
.dep_prog > div:first-child > ul > li {
  padding: 8px 20px;
  list-style: none;
  text-align: left;
  cursor: pointer;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.dep_prog > div:first-child > ul > li:hover {
  background-color: #c7d8f5;
  position: relative;
}
.dep_prog > div:first-child > ul > li:hover::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #efefef transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.dep_prog > div:last-child {
  width: 75%;
  padding: 20px;
  background-color: #EFEFEF;
  border-left: thin dashed #efefef;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s 0s ease-in-out;
}

.dept_prog {
  width: 100%;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.dept_prog > div:last-child {
  width: inherit;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.dept_prog > div:last-child > div:last-child {
  width: inherit;
  position: relative;
  gap: 20px;
  flex-wrap: wrap;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
  justify-items: space-between !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.dept_prog > div:last-child > div:last-child > div.sib-2 {
  width: 48.9%;
  position: relative;
}
.dept_prog > div:last-child > div:last-child > div.sib-2 > h3 {
  font-weight: 800;
  text-align: center;
}
.dept_prog > div:last-child > div:last-child > div.sib-2 > h3 > i {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1C4DA1;
}
.dept_prog > div:last-child > div:last-child > div.sib-2 > div {
  text-align: center;
}

.time_slot {
  width: 100%;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.time_slot > div {
  width: inherit;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.time_slot > div:nth-child(2) {
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: flex;
  justify-self: center;
}
.time_slot > div:last-child {
  gap: 10px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.time_slot > div:last-child > div:first-child {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border: thin solid #efefef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding-bottom: 20px;
  transition: all 0.5s 0s ease-in-out;
}
.time_slot > div:last-child > div:first-child > h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 20px 20px;
  font-weight: 800;
}
.time_slot > div:last-child > div:first-child > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s 0s ease-in-out;
}
.time_slot > div:last-child > div:first-child > ul > li {
  padding: 5px 20px;
  list-style: none;
  text-align: left;
  cursor: pointer;
  color: #1C4DA1;
}
.time_slot > div:last-child > div:first-child > ul > li:hover {
  background-color: #c7d8f5;
  position: relative;
}
.time_slot > div:last-child > div:first-child > ul > li:hover::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #efefef transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.time_slot > div:last-child > div:last-child {
  height: -moz-fit-content;
  height: fit-content;
  flex: 1;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.time_slot > div:last-child > div:last-child > div:last-child {
  gap: 10px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}

.time-schedule {
  width: 100%;
  height: 100%;
  position: relative;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.time-schedule > div:first-child {
  width: inherit;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.5s 0s ease-in-out;
}
.time-schedule > div:first-child > ul {
  width: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
  align-self: center;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.time-schedule > div:first-child > ul > li {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f2f6fd;
  list-style: none;
  padding: 8px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 700;
}
.time-schedule > div:last-child {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  /* overflow: hidden;
  overflow-y: auto; */
  flex-direction: column;
  gap: 10px;
  flex: 1;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.time-schedule > div:last-child > div {
  width: inherit;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.time-schedule > div:last-child > div:first-child {
  border: thin solid #efefef;
  padding-top: 10px;
}
.time-schedule > div:last-child > div:first-child > div {
  width: 100%;
  position: relative;
  gap: 10px;
  padding: 0 10px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.time-schedule > div:last-child > div:first-child > div:last-child {
  padding: 0 10px;
  gap: 10;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.time-schedule > div:last-child > div:first-child > div:last-child > div {
  padding: 0;
  gap: 10px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.time-schedule > div:last-child > div:last-child {
  width: 100%;
  padding: 0;
  gap: 0;
  flex: 1;
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.time-schedule > div:last-child > div:last-child > div:last-child {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  white-space: normal;
  box-sizing: border-box;
  transition: all 0.5s 0s ease-in-out;
}
.time-schedule > div:last-child > div:last-child > div:last-child > div:last-child {
  position: relative;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 20px;
  border: thin solid #efefef;
  border-radius: 10px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
  transition: all 0.5s 0s ease-in-out;
}

.btn-remove {
  background-color: tomato !important;
}

table.dep-prog-tbl.dataTable tbody tr:hover {
  background-color: #eff8ec !important;
  cursor: pointer;
}

.owner {
  width: 100%;
  padding: 5px 8px;
  align-self: center !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  text-align: center;
  background-color: #dde7f9;
}

.jqs-period-duplicate {
  display: none !important;
}

.flex-obj {
  gap: 0;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
  transition: all 0.5s 0s ease-in-out;
}

.templates {
  width: 100%;
  position: relative;
  margin: 20px 0;
  gap: 20px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.templates > div {
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transition: all 0.5s 0s ease-in-out;
}

.tbl-header-button {
  padding: 3px 5px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #6ec058;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
  transition: all 0.5s 0s ease-in-out;
}
.tbl-header-button:hover {
  background-color: #8ece7d;
}
.tbl-header-button:active {
  transform: scale(0.9);
}

.grade-popup {
  width: 30%;
  position: absolute;
  top: 10%;
  right: 20px;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #6EC058;
  transition: all 0.5s 0s ease-in-out;
}
.grade-popup > form {
  position: relative;
  padding: 0;
  width: 100%;
  transition: all 0.5s 0s ease-in-out;
}
.grade-popup > form > div.form-group {
  position: relative;
  padding: 0;
}
.grade-popup > form > div.form-group > button {
  margin: 0;
}

.s_info {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 20px;
  transition: all 0.5s 0s ease-in-out;
}
.s_info__content {
  padding: 0 0 50px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
}
.s_info__content-probation {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  gap: 30px;
  padding: 20px 50px;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.s_info__content-probation > div:first-child {
  position: relative;
  width: 30%;
  font-size: 52px;
  text-align: left;
  padding: 0;
  gap: 0;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.s_info__content-probation > div:last-child {
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.s_info__content-probation > div:last-child > button {
  margin: 0;
  align-self: flex-start;
}
.s_info__content-wrapper {
  background-color: white;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.5s 0s ease-in-out;
}
.s_info__content-wrapper > div.sort-tbl {
  position: relative;
  gap: 20px;
  margin-bottom: 50px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.s_info__content-wrapper > div.sort-tbl > div {
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  cursor: pointer;
  border-radius: 10px;
}
.s_info__content-wrapper > div.sort-tbl > div:first-child {
  background-color: #e8daef;
  color: #5b2c6f;
  border: medium solid #d2b4de;
}
.s_info__content-wrapper > div.sort-tbl > div:nth-child(2) {
  background-color: #d6eaf8;
  color: #21618c;
  border: medium solid #aed6f1;
}
.s_info__content-wrapper > div.sort-tbl > div:nth-child(3) {
  background-color: #d5f5e3;
  color: #1d8348;
  border: medium solid #abebc6;
}
.s_info__content-wrapper > div.sort-tbl > div:nth-child(4) {
  background-color: #f2d7d5;
  color: #943126;
  border: medium solid #edbb99;
}
.s_info__content-wrapper > div.sort-tbl > div:nth-child(5) {
  border: medium solid #d6dbdf;
}
.s_info__content-wrapper > div.sort-tbl > div:last-child {
  background-color: #fcf3cf;
  color: #9a7d0a;
  border: medium solid #f9e79f;
}
.s_info__content-wrapper > div.sort-tbl > div > h1 {
  margin: 0 !important;
}
.s_info__content-wrapper > div.sort-tbl > div:active {
  transform: translateY(3px);
}
.s_info__content-wrapper > div.report-holder {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.s_info__content-wrapper > div.report-result {
  position: relative;
  padding: 20px;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
}

.stud-details {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.stud-details > div {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.stud-details > div:first-child {
  text-align: center !important;
  margin-bottom: 50px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
  justify-items: space-between !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.stud-details > div:first-child > div:first-child {
  width: 18%;
  height: 180px;
  position: relative;
  background-color: #6EC058;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 1px 1px 5px;
  border-radius: 5px;
  transition: all 0.5s 0s ease-in-out;
}
.stud-details > div:first-child > div:first-child > div {
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.5s 0s ease-in-out;
}
.stud-details > div:first-child > div:first-child > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stud-details > div:first-child > div:last-child {
  width: 80%;
  position: relative;
  gap: 20px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.stud-details > div:first-child > div:last-child > div {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.stud-details > div:first-child > div:last-child > div > div {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.stud-details > div:first-child > div:last-child > div > div > span {
  padding: 5px;
  font-weight: 600;
}
.stud-details > div:first-child > div:last-child > div > div > span:first-child {
  width: 100px;
  text-align: right;
  padding: 5px 10px;
}
.stud-details > div:first-child > div:last-child > div > div > span:last-child {
  background-color: #6EC058;
  color: white;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 10px;
}
.stud-details > div:last-child {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
}
.stud-details > div:last-child > div > div:last-child > div > div:last-child {
  overflow: hidden;
  padding: 0 2px;
  padding-top: 20px;
  padding-right: 4px;
}

.tbl_report {
  cursor: pointer;
}

.stud_curr {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.stud_curr > div {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.stud_curr > div:first-child {
  gap: 20px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
  justify-items: space-between !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.stud_curr > div:first-child > div:first-child {
  position: relative;
  text-align: left;
  transition: all 0.5s 0s ease-in-out;
}
.stud_curr > div:first-child > div:first-child > h4 {
  margin: 0;
}
.stud_curr > div:first-child > div:last-child {
  position: inherit;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 5px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-end !important;
  justify-items: flex-end !important;
  align-content: center !important;
  align-items: center !important;
}
.stud_curr > div:first-child > div:last-child > span {
  padding: 5px 10px;
  border-radius: 8px;
  border: thin solid;
}
.stud_curr > div:first-child > div:last-child > span:nth-child(2) {
  color: goldenrod;
  border-color: goldenrod;
}
.stud_curr > div:first-child > div:last-child > span:nth-child(3) {
  color: #1fdc82;
  border-color: #1fdc82;
}
.stud_curr > div:first-child > div:last-child > span:last-child {
  color: #FF6347;
  border-color: #FF6347;
}
.stud_curr > div:last-child {
  width: 100%;
  position: relative;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.stud_curr > div:last-child > div {
  width: 48.5%;
  border: thin solid #ddd;
  padding: 2px;
  border-radius: 3px;
}

.grade_wrapper {
  border: thin solid #6EC058;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 2px;
}

.accord_header {
  position: relative;
  width: 100%;
  gap: 10px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
  justify-items: space-between !important;
  align-content: center !important;
  align-items: center !important;
}
.accord_header > div {
  position: relative;
  gap: 20px;
  transition: all 0.5s 0s ease-in-out;
}
.accord_header > div > span {
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: left !important;
}
.accord_header > div:first-child {
  width: 70%;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.accord_header > div:last-child {
  width: 30%;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-end !important;
  justify-items: flex-end !important;
  align-content: center !important;
  align-items: center !important;
}

div.question:last-child {
  padding: 0 !important;
}

.settins {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0 0;
  gap: 15px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
  justify-items: space-between !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.settins_leftpane, .settins_rightpane {
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
}
.settins_leftpane {
  width: 60%;
  gap: 15px;
  flex-wrap: wrap;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.settins_leftpane > div {
  cursor: pointer;
  position: relative;
  padding: 20px !important;
  gap: 10px;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}
.settins_leftpane > div:active {
  transform: scale(0.95);
}
.settins_leftpane > div > div:first-child {
  width: 50px;
  height: 50px;
  color: white;
  padding: 10px;
  border-radius: 100px;
  background-color: #1C4DA1;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.settins_leftpane > div > div:first-child > i, .settins_leftpane > div > div:first-child > svg {
  font-size: 18px;
}
.settins_leftpane > div > div:last-child {
  flex: 1;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.settins_leftpane > div > div:last-child > h4 {
  margin: 0 0 8px;
  position: relative;
  color: #1C4DA1;
  transition: all 0.5s 0s ease-in-out;
}
.settins_leftpane > div > div:last-child > h4::after {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #1C4DA1;
  position: absolute;
  top: calc(100% + 2px);
  left: 5px;
  transition: all 0.5s 0s ease-in-out;
}
.settins_rightpane {
  width: 40%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.settins_rightpane > div:first-child {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  gap: 10px;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  align-content: center !important;
  align-items: center !important;
}
.settins_rightpane > div:first-child > div:first-child {
  width: 50px;
  height: 50px;
  color: white;
  padding: 10px;
  justify-self: center;
  border-radius: 100px;
  background-color: #1C4DA1;
  transition: all 0.5s 0s ease-in-out;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.settins_rightpane > div:first-child > div:first-child > i, .settins_rightpane > div:first-child > div:first-child > svg {
  font-size: 18px;
}
.settins_rightpane > div:first-child > div:nth-child(2) {
  width: 100%;
  padding: 0;
  text-align: center;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  justify-items: center !important;
  align-content: center !important;
  align-items: center !important;
}
.settins_rightpane > div:first-child > div:nth-child(2) > h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  position: relative;
  color: #1C4DA1;
  transition: all 0.5s 0s ease-in-out;
}
.settins_rightpane > div:first-child > div:nth-child(2) > h4::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #1C4DA1;
  position: absolute;
  top: calc(100% + 2px);
  left: 5px;
  transition: all 0.5s 0s ease-in-out;
}
.settins_rightpane > div:first-child > div:nth-child(3) {
  text-align: center !important;
}
.settins_rightpane > div:first-child > div:last-child {
  position: relative;
}
.settins_rightpane > div:last-child {
  width: 100%;
  flex: 1;
  overflow: hidden;
}/*# sourceMappingURL=styles.css.map */