@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
*{padding:0px;margin:0px;}
.wrapper {
    width:100%;
    max-width: 500px;
    margin: auto;
}
body {
    background-color: #f9f9f9;
    font-family: 'Jost', sans-serif;
}
.mySelect{
    width: calc(100% - 60px);
}
.form-section {
    display: flex;
    align-items: center;
    height: 100vh;
}
.form-section .logo img {
    width:100%;
    max-width: 180px;
}
.form-control {
    box-shadow: none !important;
    font-size: 14px;
    border: 1px solid #F0F5F7;
    background: #F0F5F7;
    padding: 20px 10px;
}
.inner {
    padding: 20px;
    background: #fff;
    margin: 14px 0;
    box-shadow: 0.6em 0.6em 1.2em rgb(0 0 0 / 5%);
}
.btn.custom-btn {
    background-color: #f06326;
    border-color: #f06326;
    letter-spacing: 1px;
}
.btn.custom-btn:focus, .btn.custom-btn:active, .btn.custom-btn:hover {
    box-shadow:none;
    background-color: #d24d14!important;
    border-color: #d24d14!important;
}
.forgot-password {
    color: #f06326;
    font-size: 13px;
}
.forgot-password:hover, .theme-color:hover {
    color: #f06326;
}
.mid_divider span:before, .mid_divider span:after {
    position: absolute;
    content: "";
    left: -65px;
    background-color: #b6b6b6;
    width: 50px;
    height: 1px;
    top: 10px;
}
.mid_divider span:after {
    right: -65px;
    left: auto;
}
.mid_divider {
    margin: 15px 0 10px;
}
.mid_divider span {
    color:#8a8a8a;
}
.account_link {
    text-align: center;
    margin-bottom: 0;
}
.theme-color {
    color: #f06326;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #f06326;
    background-color: #f06326;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
label {
    font-size: 14px;
}
.avatar-upload {
    position: relative;
    display: flex;
  }
  /* .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  } */
  .avatar-upload .avatar-edit {
      width:45%;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 0;
    border-radius: 5px;
    text-align: center;
    background: #f0f5f7;
    border: 1px dashed #e1e1e1;
    cursor: pointer;
    color: #116939;
    transition: all 0.2s ease-in-out;
  }
  /* .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  } */
  .avatar-upload .avatar-preview {
    width: 55%;
    height: 64px;
    position: relative;
    padding-left: 20px;
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
.header {
    background-color: #ffffff;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.08)!important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all .3s ease;
    border-bottom: solid 1px rgba(0,0,0,.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.logo_inner img {
    width: 100%;
    max-width: 120px;
}
.header-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1)!important;
    background-color: #fff;
    z-index: 9;
}
.header-bottom ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.header-bottom ul li {
    list-style: none;
    display: block;
    text-align: center;
    width: 25%;
}
.header-bottom ul li a {
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header-bottom ul li a span {
    width: 100%;
    color: #000;
    font-size: 11px;
}
.header-bottom ul li a:hover {
    text-decoration: none;
}
.header-bottom ul li a.active svg {
    stroke: #f06326;
}
.Dashboard {
    text-align: center;
    border-radius: 8px;
    margin: 0 10px 30px 10px;
    box-shadow: rgb(0 0 0 / 3%) 0 20px 25px -5px, rgb(0 0 0 / 2%) 0 10px 10px -5px;
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #8ec74526;
    padding: 1rem 1rem;
}
.Dashboard h2 {
    font-weight: bold;
}
.Dashboard p {
    font-size: 14px;
}
.Dashboard .btn.custom-btn {
    font-size: 14px;
    padding: 6px 25px;
}
.inner_content {
    padding: 70px 0 40px;
}
.img_inner {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 0;
    border-radius: 5px;
    text-align: center;
    background: #f0f5f7;
    border: 1px dashed #e1e1e1;
    cursor: pointer;
    color: #116939;
    transition: all 0.2s ease-in-out;
}
.form-group {
    text-align: left;
}
.submit-report h3 {
    font-size: 20px;
}
.selected-date-report {
    padding: 5px 10px;
    background-color: #000000;
    text-align: left;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin: 0 0 15px;
    border-radius: 5px;
}
.input-group-text {
    font-size: 14px;
    color: #ffffff;
    background-color: #f06326;
    border: 1px solid #f06326;
}
textarea.form-control {
    padding: 10px 10px;
}
.material-purchased {
    font-size: 14px;
    font-weight: 600;
}
.font-14 {
    font-size: 14px;
}
  .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .upload__btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #e75f25;
    margin: 0;
  }
  .upload__btn:hover {
    background-color: #be4d1c;
    transition: all 0.3s ease;
  }
  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .upload__img-box {
    width: calc(25% - 0px);
    padding: 0 5px 0 0px;
    margin-bottom: 5px;
  }
  .upload__img-close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 3px;
    right: 3px;
    text-align: center;
    line-height: 19px;
    z-index: 1;
    cursor: pointer;
  }
  .upload__img-close:after {
    content: "✖";
    font-size: 12px;
    color: white;
  }
  
  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }
.job_pic .material-purchased {
    position: absolute;
    left: 0;
    top: 0;
}
.upload__btn-box {
    display: flex;
    justify-content: end;
}
.upload__box {
    width: 100%;
}
.time_clock {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner_clock {
    width:60%;
    justify-content: space-between;
    display: flex;
}
.time_clock label {
    width: 40%;
}
.inner_both .input-group.time {
    width: 48%;
}
.inner_both .input-group.time .form-control {
    padding: 20px 4px;
}
.summary .working_hours, .summary .time_summery {
    font-size: 14px;
    font-weight: 100;
    width: 70%;
}
.summary .time_summery {
    width: 30%;
    text-align: end;
}
.bold {
    font-weight: bold !important;
}
.disclamer {
    margin-bottom: 0;
    font-size: 9px !important;
    line-height: 1.1;
    text-align: left;
    margin-top: 9px;
    background: #eee;
    padding: 6px;
}
.home {
    background-color: #02150b;
    /* background-image: radial-gradient(at center center, #005089 22%, #001f3e 100%); */
}
.home h2 {
    color: #fff;
    font-size: 20px;
}
.home p {
    color: #fff;
    font-size: 14px;
}
.home a.login-btn {
    background-color: #8dc643;
    border-color: #8dc643;
}
.home .btn.custom-btn {
    min-width: 100px;
    font-size: 15px;
}
.zindex {
    z-index: 1;
}
  
  .cube {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #8dc643;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
            animation: cube 12s ease-in forwards infinite;
  }
  .cube:nth-child(2n) {
    border-color: #8dc643;
  }
  .cube:nth-child(2) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    left: 25vw;
    top: 40vh;
  }
  .cube:nth-child(3) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    left: 75vw;
    top: 50vh;
  }
  .cube:nth-child(4) {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
    left: 90vw;
    top: 10vh;
  }
  .cube:nth-child(5) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
    left: 10vw;
    top: 85vh;
  }
  .cube:nth-child(6) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
    left: 50vw;
    top: 10vh;
  }
  
  @-webkit-keyframes cube {
    from {
      transform: scale(0) rotate(0deg) translate(-50%, -50%);
      opacity: 1;
    }
    to {
      transform: scale(20) rotate(960deg) translate(-50%, -50%);
      opacity: 0;
    }
  }
  
  @keyframes cube {
    from {
      transform: scale(0) rotate(0deg) translate(-50%, -50%);
      opacity: 1;
    }
    to {
      transform: scale(20) rotate(960deg) translate(-50%, -50%);
      opacity: 0;
    }
  }
  
  .ele_section{
	  padding:0 15px;
  }
   .ele_section h5 {
	  font-weight: 600;
		font-size: 15px;
   }