html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    text-size-adjust:100%;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    overflow-y: scroll;
    background-color: #f4f4f4;
    box-sizing: border-box;


}

    @media (max-width: 1024px) {
        body {
            overflow-x: hidden;

        }
    }

    html[dir='ltr'] main {
  padding-left: calc(100vw - 100%);
}

html[dir='rtl'] main {
  padding-right: calc(100vw - 100%);
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0rem;
}

li {
    display: inline-block;
    padding-right: 1rem;
}

a{
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
  border-radius: 0;
  appearance: none; // Just in case we missed anything.
}

.hrweb-navbar-top{
  width: 100%;
  padding: 0rem;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1000;

}
.hrweb-navbar-top-sub{
 display: flex !important;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 border-bottom: 0.05rem solid #355EFC;
 z-index: 1;
-webkit-user-select: none;
width: 100%;
background: #ffffff;
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}

.hrweb-navbar-top-sub-logo-menu{
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 15%;
  flex: 0 0 15%;
  min-height: 4rem;
  height:auto !important;
  height: 4rem;
  position: relative;
}

.hrweb-logo-top-img{
  width: 100px;
  max-width: 100px;
  max-height: auto;
  margin: 0% 10%;
  display:block;
}

.hrweb-navbar-top-middle-menu{
  width: 70%;
  flex: 0 0 70%;
  min-height: 4rem;
  max-height: 4rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.navbar-ul-li-header-heading{
  font-size: 1.8vh;
  color: #000000;
  font-weight: 400;
  margin: 0 1%;
  display: flex;
  align-items: center;
  padding: 0rem .2rem;
}

.navbar-ul-li-header-heading:hover{
  font-size: 1.8vh;
  color: #355EFC;
  font-weight: 400;
  margin: 0 1%;
  display: flex;
  align-items: center;
  padding: 0rem .2rem;
  align-items: center;
  border-bottom:.1rem solid #FFCD36;
}

/* dropdown solution */

.hrweb-dropdown-solution-navbar a {
float: left;
font-size: .8rem;
color: white;
text-align: center;
padding: .8rem .8rem;;
text-decoration: none;
}

.hrweb-dropdown-solution-navbar-dropdown {
float: none;
overflow: hidden;
}

.hrweb-dropdown-solution-navbar a:hover, .hrweb-dropdown-solution-navbar-dropdown:hover .hrweb-dropdown-solution-navbar-dropdown-dropbtn {
background-color: none;
}

.hrweb-dropdown-solution-navbar-dropdown-dropbtn-dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.hrweb-dropdown-solution-navbar-dropdown-dropbtn-dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.hrweb-dropdown-solution-navbar-dropdown-dropbtn-dropdown-content a:hover {
background-color: #ddd;
}

.hrweb-dropdown-solution-navbar-dropdown:hover .hrweb-dropdown-solution-navbar-dropdown-dropbtn-dropdown-content {
display: block;
}

/* right side profile & others */
.hrweb-navbar-top-sub-menu-right{
width: 15%;
order: 3;
display: flex;
justify-content: center;
flex: 0 0 15%;
align-items: center;
}

.hrweb-navbar-top-sub-menu-right-notification{
margin-right: 10%;
}

.fa-bell{
  margin: 0rem;
  color: #808080;
  padding: 0;
}

.hrweb-navbar-top-sub-menu-right-setting{
  margin-right: 15%;
}
.fa-cog{
  margin: 0rem;
  color: #808080;
  padding: 0;
}

.hrweb-navbar-top-sub-menu-right-mg-profile{
  width: 6vh;
  width: 6vh;
  border-radius: 50%;
}

.hrweb-dropbtn {
  background-color: none;
  width: 6vh;
  width: 6vh;
  border-radius: 50%;
  color: none;
  border: none;
  cursor: pointer;

  border: .1rem solid #355EFC;
}

.hrweb-dropbtn:hover, .hrweb-dropbtn:focus {
  background-color: none;

}

.hrweb-profile-dropdown {
  position: relative;
  display: inline-block;
}


.hrweb-profile-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width:10rem;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: -100px;
  margin-top: 10%;
}


.hrweb-profile-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}



.hrweb-profile-dropdown a:hover {
  background-color: #ddd;

}

.show {
  display: block;

}

/* body */

/* Dashboard*/

.hrweb-db-main-div{
width: 100%;
margin: auto;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
justify-content: space-around;
margin-top: 3.7%;
overflow : none;
}

.hrweb-db-main-div-welcome-wish{
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  background: linear-gradient(45deg, #355EFC, #355EFC .02%, #355EFC .2%);
  padding: 2rem;
  letter-spacing:.0rem;
  transition : box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}


/*others div*/

.hrweb-db-main-div-rest-page{
width: 90%;
margin: auto;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
justify-content: space-around;
margin-top: 2%;
overflow : none;
}

.hrweb-db-main-div-sub-item0301{
  width: 32%;
  flex: 0 0 32%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  overflow : none;
  margin-bottom: 1.4rem;
  color: #355EFC;
  background: none;
  transition : box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow : 0px 2px 10px 0px rgba(58, 53, 65, 0.1);
  border-radius: .3rem;
}

.hrweb-db-main-div-sub-item0301:hover {
  width: 32%;
  flex: 0 0 32%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  overflow : none;
  margin-bottom: 1.4rem;
  background-color: #355EFC;
  transition : box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow : 0px 2px 10px 0px rgba(58, 53, 65, 0.3);
  color: #ffffff;

}



.hrweb-db-main-div-sub-item0301-main-sub-heading{
  font-size: 1.1rem;
  color: inherit;
  line-height: 1.2rem;
  font-weight: 400;
  width: 100%;
  flex: 0 0 100%;
  letter-spacing:.0rem;
  border-bottom: .1rem solid #FFCD36;
  overflow:none;
  background-color: inherit;
  display: block;

}


.hrweb-db-main-div-sub-item0301-main-sub-heading-sub{
  padding: .5rem;
}

.hrweb-db-main-div-sub-item0301-main-sub-heading-sub-icon{
  width: 8%;
  text-align: center;
  background-color: #355EFC;
  text-align: right;
  float: right;
  font-size: 1.3rem;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  color: white;
  padding: .3rem .2rem;
  border-radius: .2rem;
  margin-top: -1.4%;
  display: flex;
justify-content: center;
align-items: center
}

.fa-calendar-days{
  text-align: center;
  margin: auto;
}


.hrweb-db-main-div-sub-item0301-sub-item{
  width: 100%;
  height: 13rem;
  background-color: white;
}

/* employees*/
.hrweb-db-main-div-emp-main{
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  overflow : none;
  background-color: #ffffff;

}
.hrweb-db-main-div-emp-sub-main{
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 50;
  background-color: #ffffff;
  display: inline-flex;
}

.hrweb-db-main-div-emp-sub-main-rest-menu{
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 6%;
  overflow : none;
  background-color: #ffffff;

}

.hrweb-db-main-div-emp-sub-heading-main{
  width: 50%;
  flex: 0 0 50%;
  margin: auto;
  display: flex;
  background-color: #ffffff;
}

.hrweb-db-main-div-emp-sub-heading-main-sub{
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #355EFC;
  font-weight: 400;
  width: 100%;
  padding:  1rem 0rem;
  letter-spacing:.0rem;

}

.hrweb-db-main-div-emp-sub-heading-main-sub-icon{
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-right : 1%;

}

.hrweb-db-main-div-emp-sub-heading-main-sub-icon-count{
  color: #686868;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-left : 1%;
}

.hrweb-db-main-div-emp-sub-heading-main-sub-search-employees{
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .0rem;

}


      input[type="search-hrweb-employees-title-dep"] {

        background: #ffffff;
      }

        .hrweb-db-main-div-emp-sub-heading-main-sub-search-employees-container {
          width: 100%;
          margin:  auto;
          background: none;
        }


        .Search {
          position: relative;
          display: flex;
          font-weight: 400;
          font-size: 1.4rem;
          color: #555;
          border-bottom: .1rem solid black;
        }

        .Search-box {
          flex: 1 0 auto;
          margin: 0 0rem;
          padding: 0rem .5rem;
          height: 2.5rem;
          border: 0;
          transition: all .15s ease-in-out;
          font-family: "Poppins", sans-serif;


        }
        .Search-box:focus {
          flex: 1 0 90%;
          margin: 0;
          outline: 0;
          font-family: "Poppins", sans-serif;

        }

        .Search-label {
          position: absolute;
          top: .5rem;
          right: 1.6rem;
          font-size: 1.4rem;
          line-height: 1.4rem;
          transition: all .15s ease-in-out;
          font-family: "Poppins", sans-serif;

        }

        .Search-box:focus + .Search-label {
          transform: translateX(12px);
        }

        .hrweb-db-main-div-emp-sub-main-add-new-emp{
          width: 50%;
          flex: 0 0 50%;
          display: inline-flex;
        }

        .hrweb-db-main-div-emp-sub-main-add-new-emp-botton{
          padding: .2rem .4rem;
          border: .1rem solid #686868;
          border-radius: .1rem;
          margin-left: 4%;
          color: #355EFC;
          font-size: .9rem;

        }


        .hrweb-db-main-div-emp-sub-main-add-new-org-chart{
          padding: .2rem .4rem;
          border: .1rem solid #686868;
          border-radius: .1rem;
          margin-left: auto;
          color: #355EFC;
          font-size: .9rem;
          text-align: center;
        }


                .hrweb-db-main-div-emp-sub-heading-main-sub-employees-status{
                  width: 50%;
                  flex: 0 0 50%;
                  width: 50%;
                  flex: 0 0 50%;
                  display: inline-flex;
                  font-size: .8rem;
                }


                  .hrweb-db-main-div-emp-sub-heading-main-sub-search-employees-status-select-btn{
                    margin-left: auto;

                  }

                  .hrweb-db-main-div-emp-sub-heading-main-sub-search-employees-status-select-btn select {
                    color: #686868;
                    padding: .4rem;
                    width: 150px;
                    border: none;
                    font-size: .8rem;
                    -webkit-appearance: button;
                    appearance: button;
                    outline: none;
                    border-radius: .1rem;
                    border: .1rem solid #686868;

                  }

                  .hrweb-db-main-div-emp-sub-heading-main-sub-search-employees-status-select-btn::before {
                    content: "\f13a";
                    font-family: FontAwesome;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 20%;
                    height: 100%;
                    text-align: center;
                    font-size: 28px;
                    line-height: 45px;
                    color: rgba(255, 255, 255, 0.5);
                    background-color: rgba(255, 255, 255, 0.1);
                    pointer-events: none;
                  }

                  .hrweb-db-main-div-emp-sub-heading-main-sub-search-employees-status-select-btn:hover::before {
                    color: rgba(255, 255, 255, 0.6);
                    background-color: rgba(255, 255, 255, 0.2);
                  }

                  .hrweb-db-main-div-emp-sub-heading-main-sub-search-employees-status-select-btn select option {
                    padding: 30px;
                  }

        .hrweb-db-main-div-emp-sub-main-add-new-emp-list{
          width: 100%;
          margin: auto;
          margin-top: 15%;
          background-color: #ffffff;
          flex-grow: 4;
        }

        .hrweb-db-main-div-emp-sub-main-add-new-emp-list-sub{
          width: 80%;
          margin: auto;
        }

        .hrweb-employees-number{
          width: 10%;
          text-align: left;
          background-color: #ebebeb;
          padding: .2rem;
          font-size:.7rem;
          font-weight: 500;
          padding: 1rem .3rem;
        }

        td{
          text-align: middle;
        }


        .hrweb-emp-page-emp-img{
          border-radius: 50%;
        }
        .hrweb-emp-page-emp-img-sub-main-emp{
          width: 50px;
          border-radius: 50%;
          display: block;
        }

        .hrweb-emp-page-data-all {
          text-align: left;
          font-size:.8rem;
          font-weight: 400;
          color: #000000;
        }

.hrweb-delete-edit-profile{
  font-size: 1rem;
  color: #0772b3;
  margin-left: 1.2rem;
}


/* employees details page */

.hrweb-employees-details-main-page-attendnace{
  width: 100%;
  background-color: ;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hrweb-employees-details-main-page-sub-attendnace{
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2%;
}


.hrweb-employees-details-main-page-sub-attendnace-top-header{
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;

  overflow : none;
}



.hrweb-employees-details-main-page-sub-attendnace-top-header-btn-a{
  width: 10%;
  text-align: center;
  background-color: #abb8c3;
  border-radius: .2rem;
  text-align: center;
  padding: .2rem .4rem;
}

.hrweb-employees-details-main-page-sub-attendnace-top-header-btn-a-sub{
  font-size: .9rem;
  color: #ffffff;


}

.hrweb-attendnace-container-leave-details {
    margin: 0 auto;
    width: 100%;
    margin-top: 1rem;
}

.hrweb-attendnace-container-leave-details-accordion, .accordion-item {

    border-bottom: 1px solid $lightgray;
    button [aria-expanded='true']
    border-bottom: 1px solid blue;
    margin-bottom: .5rem;
}



#accordion-button-1 {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0rem 0;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    border: .1rem solid #686868;
    border-radius: .2rem;
    margin-bottom: .3rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background: none;
    outline: none;
    &:hover, &:focus

{
    cursor: pointer;
    color: #000000;
    &::after

{
    cursor: pointer;
    color: blue;
    border: .1rem solid #355EFC;
}

}

.hrweb-attendnace-container-leave-details-accordion-accordion-title {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: .9rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    height: 4rem;


}

.hrweb-attendnace-container-leave-details-accordion-accordion-title-profile{
  padding : .2rem 1rem;
}

.hrweb-attendnace-container-leave-details-accordion-accordion-title-profile-img{
  width: 50px;
  display: block;
  margin: auto;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.hrweb-attendnace-container-leave-details-accordion-accordion-title-emp-name{
  padding : .2rem 1rem;
}

.hrweb-attendnace-container-leave-details-accordion-accordion-title-emp-name-dep{
  border-left: .3rem solid #FFCD36;;
  padding : .2rem 1rem;
}

.hrweb-attendnace-container-leave-details-accordion-accordion-title-emp-name-lb{
border-left: .3rem solid #FFCD36;;
  padding : .2rem 1rem;
}

.icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    color: #355EFC;
    &::before

{
    display: block;
    position: absolute;
    content: '';
    top: 9px !important;
    left: 5px !important;
    width: 10px !important;
    height: 2px !important;
    background: currentColor;
}

&::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px !important;
    left: 9px !important;
    width: 2px !important;
    height: 10px !important;
    background: currentColor;
}

}
}

button[aria-expanded='true'] {
    color: blue;
    .icon

{
    &::after

{
    width: 0;
}

}

+ .hrweb-attendnace-container-leave-details-accordion-accordion-title-accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

}

.hrweb-attendnace-container-leave-details-accordion-accordion-title-accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
{
    font-size: .9rem;
    margin: .5rem 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

}
}

.hrweb-db-main-div-emp-sub-heading-main-sub-employees-emp-select-span{
margin-left: 1rem;

}

.hrweb-employees-details-main-page-sub-attendnace-top-header-top-employees-list{
  width: 100%;
  display: inline-flex;
}

.hrweb-db-main-div-emp-sub-heading-main-sub-employees-emp-select{
  width: 50%;
  flex: 0 0  50%;
  display: flex;
  align-items: center;
  flex-direction: row;
}


  .hrweb-db-main-div-emp-sub-heading-main-sub-attendnace-employees-select-btn{


  }

  .hrweb-db-main-div-emp-sub-heading-main-sub-attendnace-employees-select-btn select {
    color: #686868;
    padding: .4rem;
    width: 150px;
    border: none;
    font-size: .8rem;
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    border-radius: .1rem;
    border: .1rem solid #686868;
    margin-left: 1rem;

  }

  .hrweb-db-main-div-emp-sub-heading-main-sub-attendnace-employees-select-btn::before {
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
  }

  .hrweb-db-main-div-emp-sub-heading-main-sub-attendnace-employees-select-btn:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
  }

  .select-hrweb-db-main-div-emp-sub-heading-main-sub-attendnace-employees-select-btn-sub-menu{
   border-radius: 4rem;
   }


.select-hrweb-db-main-div-emp-sub-heading-main-sub-attendnace-employees-select-btn-sub-menu option{

      display: block;
      padding: 0 11px 0 11px;
      font-size: .8rem;
      font-weight: 300;
      color: #3b3b3b;
      line-height: 60px;
      cursor: pointer;
      transition: all 0.5s;

 }


  .hrweb-db-main-div-emp-sub-heading-main-sub-employees-emp-select-filter {
width: 50%;
display: flex;
justify-content: flex-end;
}

.hrweb-db-main-div-emp-sub-heading-main-sub-employees-emp-select-span-filter-btn {
  margin-right: .2rem;
   padding: .2rem 1rem;
    border: .1rem solid #686868;
    border-radius: .1rem;
    margin-left: auto;
    color: #355EFC;
    font-size: .9rem;
    text-align: center;
}


/* employees profile*/
.hrweb-emp-profile-main-tab{
  width: 100%;
  background-color: ;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hrweb-emp-profile-main-tab-sub{
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2%;

}

.hrweb-emp-profile-main-tab-sub-top-level-detais-div{
  width: 80%;
  margin: auto;
  height: 18rem;
  background-color:#ffffff;
  display: flex;
  margin-top :4rem;
  border-radius: .2rem;
  box-shadow: 0px 2px 10px 0px rgba(58, 53, 65, 0.3)
}

.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12{
  width: 30%;
  flex: 0 0 30%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-sub-div {
  width: 100%;
  flex: 0 0 100%;
}

.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload {
  position: relative;
  max-width: 205px;
  margin: auto;
  margin-top: 1.9rem;
}
.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload .hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload .hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload-edit input {
  display: none;
}
.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload .hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload .hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload .hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload .hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-preview {
  width: 28vh;
  height: 28vh;
  position: relative;
  border-radius: 100%;
  border: .3rem solid #355EFC;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-upload .hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-image-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-name-12-name-sub{
  width: 100%;
  text-align: center;
  margin: .3rem auto;
  font-size:1.2rem;
  font-weight: 600;
  color: #000000;
}

.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-others-details{
  width: 70%
  flex: 0 0 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-others-details-basic-heading-icon{
  width: 100%;
  flex: 0 0 100%;
  display: flex !important;
  flex-wrap: wrap;
  font-size:1.4rem;
  font-weight: 400;
  color: #000000;
  color: #355EFC;
  text-align: left;
  margin-top: 2rem;
}

.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-others-details-basic-heading-sub{
  font-size:1rem;
  font-weight: 600;
  color: #355EFC;
  text-align: left;
  margin-left: 1rem;
}

.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-others-details-all-others-div-sub{
  width: 30%;
  font-size:.8rem;
  font-weight: 600;
  color: #000000;
  text-align: left;

}


.hrweb-emp-profile-main-tab-sub-top-level-detais-div-profile-others-details-all-others-div-sub-data{
  width: 30%;
  font-size:.8rem;
  font-weight: 400;
  color: #686868;
  text-align: left;
}

.hrweb-emp-profile-main-tab-rest-details-page-div{
  width: 80%;
  margin: auto;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;

}

.hrweb-emp-profile-main-tab-rest-details-page-div-sub-details-main{
  width: 25%;
  flex: 0 0 25%;
}

.hrweb-emp-profile-main-tab-rest-details-page-div-sub-details-main-sub{
  width: 90%;
  margin: auto;
  background: white;
  height: 15rem;
  margin-top: 3rem;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;

}



.hrweb-emp-profile-main-tab-rest-details-page-div-sub-details-main-sub-heading{
width: 100%;
height: 2rem;
background: #f4f4f4;
color: #355EFC;
font-size: .9rem;
padding: .2rem .4rem;;
}
