.login-form-head {
  background: #039ca2;
}
html{
  overflow-x: hidden;
}
:root {
  --primary-color: #039ca2;
}
textarea {
  resize: none;
}
.theme-dark-text{
  color: #003034;
}
.theme-light-text{
  color: #039ca2;
}
.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
}
.user-profile {
  background: linear-gradient(to right, #039ca2 0%, #035f63 100%);
}
.metismenu li a i,
a {
  color: #039ca2;
}
.present-workarea {
  display: flex;
  height: 100%;
  align-items: center;
  font-weight: bold;
}

.white-text,
a.white-text,
a.white-text:hover {
  color: #ffffff;
}
input[type="file"] {
  display: none;
}
.show_div {
  display: block;
}

.hide_div {
  display: none;
}
.breadcrumbs li a {
  color: #039ca2;
}
.card-bg-area {
  background-image: url(../images/bg/bg-profile.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.card {
  border-radius: 20px;
}
.card-border {
  border-right: 5px solid #017d82;
  border-bottom: 5px solid #017d82;
  border-radius: 20px;
}
.profile-icon {
  max-width: 80px;
}
.profile-image {
  max-width: 150px;
  border: 5px solid #fff;
  padding: 6px;
}
.edit-profile-pic {
  bottom: 0px;
  right: 32px;
}
canvas {
  width: 150px !important;
  height: 150px !important;
}
#QrCode {
  position: absolute;
  right: 7%;
  bottom: 0;
}
.overflow-hidden {
  overflow-x: hidden;
}
/* Progress Bar Css */

.progress-outer {
  min-height: 100px;
}
.hidden {
  display: none;
}
.progress {
  display: flex;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 0 0 7%;
  background-color: unset;
  padding-left: 4%;
  padding-top: 2%;
}

.step {
  flex-grow: 1;
  position: relative;
}

.step-progress {
  width: 100%;
  height: 0.25em;
  background: #003034;
}

.icon-wrapper {
  text-align: center;
  display: inline-block;
}

.step.done .step-progress:after {
  position: absolute;
  content: "";
  height: 0.25em;
  width: 0;
  background-color: #0087b3;
  -webkit-animation: growLine 1s linear forwards;
  animation: growLine 1s linear forwards;
}

.icon-checkmark {
  position: absolute;
  top: -0.55em;
  left: -0.125em;
  border: 0.125em solid #003034;
  background: #051b23;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  padding: 0.125em;
  border-radius: 50%;
  transition: all 0.25s linear;
}

.step.done .icon-checkmark {
  background: #0087b3;
  border-color: #0087b3;
}

.icon-checkmark .path1 {
  stroke: #aaa;
  stroke-width: 4;
  stroke-linecap: square;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill: empty;
}

.step.done .icon-checkmark .path1 {
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
  stroke: #fff;
}

.step-text {
  position: relative;
  margin-left: -50%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #aaa;
  margin-top: 0;
  opacity: 0;
}

.step.done .step-text {
  color: #0087b3;
  -webkit-animation: dropText 0.5s linear forwards;
  animation: dropText 0.5s linear forwards;
}
.iconProgressive {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  fill: none;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes growLine {
  to {
    width: 100%;
  }
}
@keyframes growLine {
  to {
    width: 100%;
  }
}
@-webkit-keyframes dropText {
  to {
    padding-top: 1em;
    opacity: 1;
  }
}
@keyframes dropText {
  to {
    padding-top: 1em;
    opacity: 1;
  }
}

.loader-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1184;
  background-color: rgba(0, 48, 52, 0.8);
}
.bg-primary {
  background-color: #039ca2 !important;
}
.btn-primary {
  color: #fff;
  background-color: #039ca2;
  border-color: #039ca2;
}
.btn-primary:hover {
  color: #fff;
  background-color: #003034;
  border-color: #003034;
}
.submit-btn-area button:hover {
  background: #039ca2;
  color: #ffffff;
}
.form-gp i {
  color: #039ca2;
}
.form-gp.focused label {
  color: #039ca2;
}

.user-profile .dropdown-menu a:hover {
  background: #f8f9fa;
  color: #039ca2;
  cursor: pointer;
}
/* Demo Certi*/

.bg-demo-certi {
  background-image: url("../images/back.jpg");
  background-size: 100% 100%;
}
.dark-blue {
  color: #003856;
}
.border-top-bottom {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.flex-1 {
  flex: 1;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-header {
  background-color: #039ca2;
  color: #fff;
}
.modal-content {
  border: none;
}
.font20 p {
  font-size: 20px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 5px);
}
.futarium-head-logo{
	border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}
.klaspad-head-logo{
	border-right: 1px solid #fff;
    margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
}
.klaspad-logo{
	width: auto;
	height: 70px;
}

.header-icon{
  margin: 0px 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0px 8px 11px rgba(255, 255, 255, 0.13);
  background-color:#0B9691; 
}
.header-icon a{
  color: #fff;
  text-decoration: none;
}
.header-icon:hover,.header-icon:focus{
  background: #8060ec;
}
.navbar-dark .navbar-toggler-icon{
  cursor: pointer;
}
.full-height{
  min-height: calc(100vh - 91px);
}