@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

   

   html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body{ margin:0; padding:0;     font-family: "Roboto", sans-serif; background:#fff; }
a{ margin:0; padding:0; text-decoration:none !important;  outline:none !important; -moz-transition:.4s; -webkit-transition:.4s; -ms-transition:.4s; -o-transition:.4s; transition:.4s;}
a:hover{ color:#333;}
::selection{ background:#1f29eb; color:#fff;}
::-moz-selection{background:#1f29eb; color:#fff;}
::-webkit-selection{background:#1f29eb; color:#fff;};
img{ max-width:100%; height:auto;}
ul{ margin:0; padding:0; list-style-type:none;}
li{ margin:0; padding:0;}

h1, h2, h3, h4, h5, h6{ margin:0; padding:0;    font-family: "Roboto", sans-serif;}

input, select, button{outline:none !important;}



.loginMainWrapper{
background: #eceff8;
height: 100vh;
.mainLoginWrapper{
background: #fff;
    overflow: hidden;
    border-radius: 0px;
    display: flex;

    height: 100vh;
    .txtLoginAllMain{
        width: 50%;
        display: flex;
justify-content: center;
        flex-direction: column;
        align-items: center;
        button{
            width: 100%;
            height: 55px;
            border-radius: 0px;
                    background: #060944 ;
                    border: none;
                    color: #fff;
                    transition: 0.4s;
font-size: 16px;
cursor: pointer;
&:hover{
  background: dodgerblue;
}

        }
        .fieldMainWrapper{
max-width: 356px;
        width: 100%;
       img{
            width: 149px;
  margin-bottom: 28px;
        }

        }
 

        .emailMainWrapper{
background: #fff;
        border: 1px #ddd solid;
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 47px;
        border-radius: 0px;
        overflow: hidden;
        align-items: center;
        padding-right: 10px;
            padding-left: 15px;
            margin-bottom: 20px;
        i{
            font-size: 15px;
            color: #ddd;

        }
            input{
   border: none;
          width: 100%;
          font-size: 14px;
          color: #333;
          box-shadow: none;
          outline: none;
          padding: 14px 0px;

            }
        }
    }

    
    .logintxtAll{
          width: 50%;
          background: #060944 ;
          background-size: cover;
  
          position: relative;
          z-index: 1;
          display: flex;
          justify-content:flex-start;
     align-items: center;
padding-left: 110px;
             &::before{
            position: absolute;
           left: 103px;
            top:0;
            z-index: -1;
            background: url(../image/logo-w.png) no-repeat;
            background-size: cover;
            content: "";
            width: 100%;
            height: 100%;

          }
            span{
        background: #94f9e9;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
          margin-bottom: 20px;
            i{
                font-size: 20px;
                color: #060944;
            }
            
        }
        h3{
font-size: 59px;
        font-weight: 900;
        color: #fff !important;
        line-height: 58px;
        max-width: 346px;
      }
      .flexmainAll{
        display: flex;
        flex-direction: column;
        position: relative;
        &::before{
      position: absolute;
          left: 18px;
          top: 0;
          background: #dddddd40;
          width: 1px;
          height: 100%;
          content: "";
          z-index: -1;

        }

            &::after{
    position: absolute;
          left: 19px;
          bottom: 65px;
          background: #dddddd40;
          width: 54px;
          height: 1px;
          content: "";
          z-index: -1;

        }

        p{
    color: #ffffffb9;
          line-height: 26px;
          font-size: 14px;
          margin-top: 27px;
          padding-left: 92px;
          max-width: 496px;
        }
    
      }
        }
     
    }
}

 .sectionBgMainall{
background: #cccccc42;
  height: 100%;
  padding-top: 95px;
  .maxWidthmainAlll{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    .gridMainallSec{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap:20px;
      .totalBillingBgSec{
        background: url(../image/total-billing-hours.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
 justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
   box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);


        h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
  position: absolute;
        left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff1f;
          font-weight: 900;
        }
        .buleLayermain{
          position: absolute;
          left: 0;
          top:0;
       background: #0e002363;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

        .userBgSec{
        background: url(../image/user.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
    justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
      left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff1f;
          font-weight: 900;
        }
        .greenLayermain{
          position: absolute;
          left: 0;
          top:0;
       background: #2757ED9C;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

            .projectBgSec{
        background: url(../image/project.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
      justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
         left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff26;
          font-weight: 900;
        }
        .yellowLayermain{
          position: absolute;
          left: 0;
          top:0;
       background: #EFE348A1;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }


                .estimatAountBgSec{
        background: url(../image/estimated-amount.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
      justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
     left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff40;
          font-weight: 900;
        }
        .redLayermain{
     position: absolute;
          left: 0;
          top: 0;
          background: #E2030357;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

        .engagementsBgSec{
        background: url(../image/engagement.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
       justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
     left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff1f;
          font-weight: 900;
        }
        .blackLayermain{
     position: absolute;
          left: 0;
          top: 0;
          background: #000000b8;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

        .consultantBgSec{
        background: url(../image/consultant.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
       justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
     left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff40;
          font-weight: 900;
        }
        .brownLayermain{
     position: absolute;
          left: 0;
          top: 0;
          background: #04b9c2bd;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

           .generateEstimateBgSec{
        background: url(../image/generate-estimate.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
       justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
    left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff38;
          font-weight: 900;
        }
        .commonLayermain{
     position: absolute;
          left: 0;
          top: 0;
          background: #c25d049c;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

             .billLeakageBgSecBgSec{
        background: url(../image/billing-leakage.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
      justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
    left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff30;
          font-weight: 900;
        }
        .commonLayermain1{
     position: absolute;
          left: 0;
          top: 0;
          background: #4A92A9AD;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }
    }

  }
 } 



.headerMainAll{
  display: flex;
  justify-content: space-between;
  align-items: center;
    padding: 10px 20px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    .menuSection{
      display: flex;
      align-items: center;
      gap:20px;
    }
    .menuUlNavmain {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 20px;

  li {
    a {
      font-size: 14px;
      font-weight: 300;
      color: #000;
      transition: 0.4s;
      position: relative;
      padding: 21px 0px;

      &::before {
        position: absolute;
        top: 1px;
        left: 50%;
        content: "";
        width: 8px;
        height: 0;
        background: dodgerblue;
        transform: translateX(-50%);
        transition: 0.4s;
      }

      &:hover {
        color: dodgerblue;
      }

      &:hover::before {
        height: 12px;
      }
    }

    &.active a {
      color: dodgerblue;

      &::before {
        height: 12px;
      }
    }
  }
}
    /* .menuUlNavmain{
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      gap:20px;
      li{
        a{
          font-size: 14px;
          font-weight: 300;
          color: #000;
          transition: 0.4s;
          position: relative;
          padding: 21px 0px;
          &:hover::before{
            height: 12px;
          }
          &::before{
         position: absolute;
          top: 1px;
          left: 50%;
          content: "";
          width: 8px;
          height: 0;
          background: dodgerblue;
          margin-left: -8px;
          transition: 0.4s;
          }
          &:hover{
            color: dodgerblue;
          }
        }
      }
    } */
    .navDropAdmin{

      .nav-link{
        display: flex;
        gap:10px;
        font-size: 15px;
        font-weight: 500;
        align-items: center;
        padding: 0;
        &::after{
       color: #060944;
        }
        h3{
       font-size: 17px;
        font-weight: 500;
        margin-bottom: 0px;
        color: dodgerblue;
        }
        .zmdi-account-circle{
          font-size: 38px;
               color: #060944;
        }
      }
    }
}

.logoMain{
  display: block;
  img{
    width: 100px;
  }
}
.search-input{
  width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
  height: auto!important;
  border-radius: 0px;

}
.mainBtnAll{
background: #1f29eb;
  border: none;
padding: 0 20px;

  height: 40px;

  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  &:hover{
    background: #060944;
  }
}

  .mainBtnAllUser{
background: dodgerblue;
  border: none;
 padding: 0 20px;

  height: 40px;

  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  &:hover{
    background: #060944;
  }
  a{

  border: none;

  height: 40px;
display: flex;
justify-content:center;
align-items: center;
  color: #fff;
  font-size: 14px; 
    cursor: pointer; 
  }
}
 
.paginator{
  display: flex;
  align-items: center;
  justify-content: space-between;
padding: 10px 20px;
border-top: 1px #ddd solid;
  .txtMainPara{
 font-size: 15px;
    color: #212529;
    font-weight: 600;
  }
}
.form-select:focus{
  box-shadow: none!important;
}

.be-content{
  padding-top: 57px;
}

.editEmployeeModalMain{
  .form-group{
    label{
     display: block;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 4px;
    }
  }
}
.error{
  font-size: 12px;
  margin-bottom: 0px;
  color: red;
  text-align: right;
}
.iconWrappermainAll{
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-container{
padding: 15px 15px;
  background: #fff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;;
border: 1px #dddddd7d solid;
}
.select2-search__field{
  border-radius: 6px;
  box-shadow: none;
  border-color: rgb(221, 221, 221);
  padding: 8px 10px;
  height: 37px;
  margin: 0px;
  width: 100%;
}
.btnCancelMain{
  background: transparent;
  border: none;
  width: 130px;
  height: 40px;
  color: #1f29eb;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  border: 1px #1f29eb solid;
  &:hover{
       background: #1f29eb;
       color: #fff; 
  }
}
.btnSavemain{
    background: #1f29eb;
  border: none;
  width: 130px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
    border: 1px #1f29eb solid;
      &:hover{
       background: transparent;
       color: #1f29eb; 
  }
}

.tabContentMaxWidth{
  max-width: 500px;
  margin-bottom: 0px;
}

.input-groupMain{
  display: flex;
  gap:8px;
  .form-control{
    border-radius: 0px;
  box-shadow: none;
  border-color: #dddddd;
  padding: 8px 10px;
  height: auto;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    width: 100%;
  }

    .form-select{
border-radius: 0px;
    box-shadow: none;
    border-color: #dddddd;
    padding: 8px 25px 8px 13px;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    width: 100%;
  }
}
.adminBtnFlex{
  display: flex;
  gap:8px;

}

  .resetmainall{
          background: #060944;
  border: none;
width: 140px;
padding: 0 30px;
  height: 40px;

  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
    border: 1px #060944 solid;
        &:hover{
            background: transparent;
     }
    a{
      color: #fff;
    }
      &:hover a{
       background: transparent;
       color: #060944; 
  }
  }
  .downLoadMain{
          background: dodgerblue;
  border: none;
width: 140px;
  height: 40px;
  padding: 0 23px;
  color: #fff!important;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
    border: 1px dodgerblue solid;
     &:hover{
            background: transparent;
     }
    a{
        color: #fff!important;
    }
      &:hover a{
       background: transparent;
       color: dodgerblue!important; 
  }
  }
.page-link:focus{
  box-shadow: none;
}
  .paymentBtn{
       background: dodgerblue;
  border: none;
  width: 130px;
  height: 40px;

  color: #fff!important;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  text-transform: capitalize;
    border: 1px dodgerblue solid;
     &:hover{
            background: transparent;
            color: dodgerblue!important;
     }
    a{
        color: #fff!important;
    }
      &:hover a{
       background: transparent;
       color: dodgerblue!important; 
  }
  }
  .searchMainBtn{
      background: #1f29eb;
  border: none;
  width: 157px;
  height: 40px;
  padding: 0 23px;


  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
    border: 1px #1f29eb solid;
      &:hover{
       background: transparent;
       color: #1f29eb; 
  }
}

.spaceMainAll{
  margin-bottom: 15px;

}
  .formselectmain {
box-shadow: none;
  padding: 10px 10px;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  width: 100%;
  background: transparent;
  border: 1px #ddd solid;
}
.checkBoxMain{
  margin-top: 13px;
}
.modal-footermain{
  display: flex;
  gap:5px;
padding: 14px 20px;
justify-content: end;
  background: #ecf0f1;
  border-radius: 0 0 3px 3px;
}
.flexLoginMain{
  display: flex;
margin-bottom: 10px;
}
.bluecolorBtn{
  background:  dodgerblue!important;
}
    
.signin-signup{}
.errorCommon{
    color: red;
    font-weight: normal;
    margin-bottom: 10px;
    position: absolute;
    top: -26px;
    font-size: 13px;
}
.gotoAdmin{
  width: 100%;
        height: 55px;
        border-radius: 0px;
        background:  dodgerblue!important;
        border: none;
        color: #fff;
        transition: 0.4s;
        font-size: 16px;
        cursor: pointer;
   
        &:hover{
          background:#060944!important;
        }
}

.employee-cell1{
    display: flex;
    gap: 10px;
    align-items: center;
    a{
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #716e6e !important;

    }
    
}
.projectlink{
      font-size: 14px !important;
        font-weight: 300 !important;
        color: #333 !important;
}

.left-group{
  display: flex !important;
      gap: 5px;
      justify-content: space-between;
      align-items: center;
}
.mainFlex1{
  max-width: 100%;
      justify-content: space-between;
      align-items: center;
}

.widthSpace{
  width: 157px;
}