@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0 !important;
  color: #4a4a4a;
  font-size: 16px;
  background: #fff;
  position: relative;
}

:root {
  --primary-font: "Roboto", sans-serif;
  --p-size: 0.8rem;
  --p-weight: 400;
  --primary-color: #565656;
  --left-nav-color: #3a3a3a;
  --left-nav-nav-hover-color: #2c2e30;
  --nav-toggler-color: #7e8085;
  --white-color: #ffffff;
  --primary-p-color: #3a3a3a;
  --secondary-p-color: #3771c8;
  --valid-color: #3a905a;
  --invalid-color: #e42c2c;
  --primary-bg-color: #ffffff;
  --grey-light-bg-color: #f3f3f3;
  --blue-bg-color: #3771c8;
  --primary-gradient-bg-color: linear-gradient(-47deg, #ccc 10%, #fff 80%);
  --nav-bg-color: #3771c8;
  --breadcrumb-active-color: #3771c8;
  --grey-bg-color: #f7f7f7;
  --primary-btn-color: #3771c8;
  --primary-btn-hover-color: #1f58ad;
  --border-color: #dee1e1;
  --button-grey-color: #eaf0f2;
  --button-white-color: #fff;
}

a {
  color: #4a4a4a;
  outline: none;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

button:link,
button:visited,
button:focus {
  outline: none;
}

a:link,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  color: #3771c8;
}

a:focus {
  outline: 0;
}

section {
  position: relative;
}

table {
  background: #fff !important;
  border: 0px !important;
}

::-webkit-input-placeholder {
  color: #bcbcbc !important;
}

:-ms-input-placeholder {
  color: #bcbcbc !important;
}

::placeholder {
  color: #bcbcbc !important;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

p {
  line-height: 1.4
}


/* Typography */

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

.section {
  width: 100%;
  display: table;
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1240px
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.clear-all {
  clear: both;
  height: 0px;
  width: 100%;
  text-indent: -100000px;
}

.section-md {
  padding: 60px 0px;
}

.section-sm {
  padding: 40px 0px;
}

.scrollup {
  background: #204454;
  color: #fff;
  display: table;
  float: left;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 15px;
  bottom: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1000;
  display: none;
}

.scrollup i {
  line-height: 35px;
  font-size: 26px;
  text-align: center;
}

.scrollup:hover,
.scrollup:visited,
.scrollup:focus {
  color: #fff;
}

.leftContainer {
  background: var(--secondary-p-color) url(../images/leftBg.png);
  background-attachment: fixed;
  background-size: contain;
  background-position: left bottom;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
}

.new-leftContainer {
  background: var(--secondary-p-color) url(../images/bg.jpeg);
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}

.maaralogo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.maaralogo img {
  width: 200px;
}

.leftContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.leftContent ul li {
  margin-bottom: 75px;
  position: relative;
}

.leftContent ul li:last-child {
  margin-bottom: 0px;
}

.leftContent ul li .media {
  align-items: center;
}

.leftMediaIcon {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  margin-right: 40px;
  position: relative;
}

.leftContent h5,
.leftContent p {
  color: #fff;
}

.leftContent h5 {
  font-size: 23px;
  margin-bottom: 15px;
}

.leftContent p {
  font-size: 16px;
  margin-bottom: 0px;
}

.leftMediaIcon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.pos-relative {
  position: relative;
}

.ContainerForm {
  padding: 50px 30px 20px 30px;
  height: calc(100vh - 120px);
  overflow-y: auto;
  overflow: scroll;
  overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}

.ContainerForm::-webkit-scrollbar {
  width: 3px;
}

.ContainerForm::-webkit-scrollbar-track {
  background: transparent;
}

.ContainerForm::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 3px solid #ccc;
}


.ContainerForm label {
  color: #000;
  margin-bottom: 15px;
  font-size: 15px;
}

.ContainerForm .form-group {
  margin-bottom: 1.2rem;
  position: relative;
}

.formTitle {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: normal;
}

.subTitle {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: normal;
}

.companyLogo {
  margin-top: 40px;
  text-align: center;
}

.ContainerForm input,
.ContainerForm select {
  font-size: 14px !important;
  background-color: #fff;
  border-radius: 10px;
  height: 42px;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid #aca8a8;
}

.ContainerForm select {
  -webkit-appearance: none;
  -moz-appearance: window;
  background-image: url("../images/br_down.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  height: 42px !important;
}

.ContainerForm textarea {
  height: 150px;
  resize: none;
  border-radius: 10px;
  background-color: var(--grey-light-bg-color);
}

.ix-radiobox-label {
  background-color: #e9e9ed;
  border-radius: 30px;
  border: 1px solid #aca8a8;
  padding: 8px 18px 8px 15px;
  color: #000 !important;
  font-weight: 500;
}

.ix-radiobox {
  opacity: 0;
  width: 0;
  margin: 0;
  display: none;
}

.ix-radiobox-label>mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aca8a8;
  background: #FFF;
  border-radius: 100px;
  position: relative;
}

.ix-radiobox-label input:checked+mark:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: var(--blue-bg-color);
  border-radius: 100px;
}

.footer-btn-group {
  margin: 30px 0px 20px 0px;
}

.footer-btn-group button {
  margin-right: 20px;
}

.btn-rounded {
  border-radius: 30px;
  padding: 15px 35px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 300;
  font-weight: 600;
  text-transform: uppercase;
  border: 0px;
  box-shadow: none;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-btn-color);
  border-color: var(--primary-btn-color);
}

.btn-primary:hover {
  background-color: var(--primary-btn-hover-color);
  border-color: var(--primary-btn-hover-color);
}

.btn-primary-new {
  color: #000;
  background-color: #E6E0DD;
  border-color: #E6E0DD;
}

.btn-primary-new:hover {
  background-color: #00FBFF;
  border-color: #00FBFF;
}

.alert {
  background-color: #fff;
  border: 0px;
  border-left: 5px solid #ffff;
  width: 99%;
  margin: 0 auto;
  color: #000;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  position: fixed;
  top: -15%;
  z-index: 10000;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.alert.active {
  top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.alert-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

.alert-success {
  border-left: 5px solid #47d764 !important;
}

.alert-info {
  border-left: 5px solid #2f86eb !important;
}

.alert-warning {
  border-left: 5px solid #ffc021 !important;
}

.alert-danger {
  border-left: 5px solid #ff0000 !important;
}

.alert span.icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  margin-right: 10px;
}

.alert span.icon i {
  color: #fff;
  font-size: 14px;
}

.alert-success span.icon {
  background-color: #47d764 !important;
}

.alert-info span.icon {
  background-color: #2f86eb !important;
}

.alert-warning span.icon {
  background-color: #ffc021 !important;
}

.alert-danger span.icon {
  background-color: #ff0000 !important;
}

.alert-danger span.icon i {
  position: relative;
  top: -1px;
}

.errorMsg {
  color: red;
  display: block;
  margin-top: 5px;
  font-size: 13px;
}


.mainPage {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #fff;
}

.scanArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  text-align: center;
}

.scanArea .form-control {
  font-size: 16px !important;
  padding-left: 40px;
  color: #000;
  border-radius: 10px;
  height: 60px !important;
  padding-left: 25px;
  border: 0px;
  border: 1px solid #aca8a8;
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  width: 100%;
  background: var(--bgWhite) !important;

}

/* .main-logo {
  position: absolute;
  background: #fff;
  padding: 20px;
  z-index: 1;
  width: 100%;
} */

.main-logo img {
  display: inline-block;
  height: 85px;
}

.main-logo span {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  margin-left: 15px;
  position: relative;
  top: 11px;
}

.scanArea .form-group {
  position: relative;
}

.scanArea .form-group .scanImg {
  position: absolute;
  top: 51%;
  right: 18px;
  transform: translateY(-50%);
  width: 30px;
  text-align: center;
  cursor: pointer;
}

.not-found-base {
  position: relative;
  height: 100vh;
}

.not-found {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.not-found h1 {
  font-size: 25px;
  font-weight: 400;
}

.not-found p {
  font-size: 14px;
  font-weight: 400;
}

.ContainerForm .passIcon {
  position: absolute;
  top: 37px;
  right: 11px;
  z-index: 1;
  cursor: pointer;
}

.ContainerForm .passIcon img {
  width: 25px;
}

.ContainerForm input.Passwort {
  padding-right: 37px;
}

.res_success {
  display: flex;
  padding-bottom: 25px;
  margin-top: 15px;
}

.res_success li {
  margin-right: 25px;
}

.res_success li img {
  width: 130px;
}




.ix-checkbox-label {
  padding: 8px 18px 8px 15px;
  color: #000 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.ix-checkbox {
  /* opacity: 0;
  width: 0;
  margin: 0;
  display: none; */
  margin-right: 15px;
  height: 20px !important;
  width: 20px !important;
  margin-top: -1px;
  border-radius: 3px !important;
}

.markBox {
  width: 35px;
}

.ix-checkbox-label>mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #aca8a8;
  background: #FFF;
  position: relative;
  border-radius: 3px;
}

.ix-checkbox-label input:checked+mark:after {
  content: '';
  position: absolute;
  width: 1.3ex;
  height: 0.8ex;
  background: rgba(0, 0, 0, 0);
  top: 0.6ex;
  left: 0.6ex;
  border: 2px solid #1062a4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.topMenuRight {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
  border-radius: 30px;
}

.toggleIcon {
  background-color: var(--grey-light-bg-color);
  border: 0px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  padding: 0px;

}

.toggleIcon img {
  width: 40px;
  height: 40px;

}


.dropdownContent {
  position: absolute;
  top: 50px;
  right: 0px;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  z-index: 10000;
  width: 150px;
  opacity: 0;
}

.dropdownContent.active {
  opacity: 1;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

.dropdownContent .dropdown {
  border-radius: 10px;
  border: 1px solid #aca8a8;
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  color: var(--textBlack);
  background: var(--primary-bg-color) !important;
}

.dropdownContent .dropdown li {
  display: block;
  text-align: left;
  border-bottom: 1px dotted #999;
  padding: 10px;
  cursor: pointer;
}

.topMenuRight li:last-child {
  border-bottom: 0px dotted #999;
}

.left-fixed {
  position: fixed;
  left: 0;
}

.right-fixed {
  position: fixed;
  right: 0;
}

.form-icon-base {
  position: relative;
  height: 40px;
}

.form-icon {
  position: absolute;
  top: 8px;
  right: 15px;
}

.form-icon img {
  width: 25px;
  height: 25px;
}

.react-datepicker__day--weekend {
  color: #000 !important;
}

.react-datepicker__day--selected,
.react-datepicker__day--keyboard-selected {
  background-color: var(--blue-bg-color) !important;
  color: #fff !important;
}

.react-datepicker__day--selected:focus {
  border: 0px !important
}

.react-datepicker__header {
  background-color: var(--blue-bg-color) !important;
}

.react-datepicker__day-name,
.react-datepicker__current-month {
  color: #fff !important;
}

.react-datepicker__navigation--previous {
  border-right-color: #fff !important;
}

.react-datepicker__navigation--next {
  border-left-color: #fff !important;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-bottom-color: var(--blue-bg-color) !important;
}

.react-datepicker__day--keyboard-selected {
  color: #fff !important;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  border-top-color: var(--blue-bg-color) !important;
}

.react-datepicker-wrapper {
  width: 100% !important;
}