.row {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 0px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}
.ls-inputicon-box {
  position: relative;
}
.ls-inputicon-box .fs-input-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 60px;
  z-index: 5;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #1967d2;
}
.ls-inputicon-box .form-control {
  padding-left: 35px;
}
.ls-inputicon-box .bootstrap-select .dropdown-toggle {
  padding-left: 35px;
}
.ls-inputicon-box .remove_field {
  position: absolute;
  right: 4px;
  top: 2px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: 'Mulish', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #42545e;
  font-weight: 500;
  line-height: 1.7
}
#dropBox
{
border: 3px dashed #0087F7;
border-radius: 5px;
background: #F3F4F5;
cursor: pointer;
}
#dropBox{
min-height: 100px;
padding: 5px;
box-sizing: border-box;
}
#dropBox p{
text-align: center;
margin: 2em 0;
font-size: 17px;
font-weight: bold;
}
#fileInput{
display: none;
}

#dropBox_1
{
border: 3px dashed #0087F7;
border-radius: 5px;
background: #F3F4F5;
cursor: pointer;
}
#dropBox_1{
min-height: 100px;
padding: 5px;
box-sizing: border-box;
}
#dropBox_1 p{
text-align: center;
margin: 2em 0;
font-size: 17px;
font-weight: bold;
}
#fileInput_1{
display: none;
}
.col-12{
padding-top: 20px;
}
.openings{
color: red;
font-size: 16px;
}
.pay-in{
color:green;
font-size: 16px;

}
.timein{
background-color: green;
margin-left: 11px;
}
.iconp{
color:blue;
padding-right: 10px;
}

.profile-pic-wrapper {
height: 100vh;
width: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.pic-holder {
text-align: center;
position: relative;
border-radius: 50%;
width: 150px;
height: 150px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}

.pic-holder .pic {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(90, 92, 105, 0.7);
color: #f8f9fc;
font-size: 12px;
font-weight: 600;
opacity: 1px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
}

.pic-holder .upload-file-block {
cursor: pointer;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus ~ .upload-file-block {
opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
display: none;
}

.pic-holder.uploadInProgress .upload-loader {
opacity: 1;
}

/* Snackbar css */
.snackbar {
visibility: hidden;
min-width: 250px;
background-color: #333;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 1;
left: 50%;
bottom: 30px;
font-size: 14px;
transform: translateX(-50%);
}

.snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
from {
  bottom: 0;
  opacity: 0;
}
to {
  bottom: 30px;
  opacity: 1;
}
}

@keyframes fadein {
from {
  bottom: 0;
  opacity: 0;
}
to {
  bottom: 30px;
  opacity: 1;
}
}

@-webkit-keyframes fadeout {
from {
  bottom: 30px;
  opacity: 1;
}
to {
  bottom: 0;
  opacity: 0;
}
}

@keyframes fadeout {
from {
  bottom: 30px;
  opacity: 1;
}
to {
  bottom: 0;
  opacity: 0;
}
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  width: 200px;
  border-radius: 20px;
  height: 50px;
  text-align: center;
padding: 15px;
}
.bg-light {
  background-color: #f7f8fa !important;
  padding-left: 24px;
padding-bottom: 20px;
padding-top: 20px;
}
.foot{
  padding-top: 20px;
}
.close {
  position: absolute;
  right: 22px;
  top: -3px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.modal-title{
  font-size: 30px;
}
.mdf{
padding-bottom: 20px;
}


.product {
  margin-bottom: 30px;
}
.product-inner {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  padding: 10px;
}
.product img {
  margin-bottom: 10px;
}


.sjb-page .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 20px 40px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sjb-page .form-control:focus {
  border-color: #e1e1e1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}



