body {
  height: 100vh;
  background: #f4f6f9 !important;
}

:root {
  --greenCMS: #089e60;
  --redCMS: #e41313;
  --yellowCMS: #ff9933;
  --pacificCMS: #1396cc;
  --darkCMS: #6c757d;
  --theme: #004989;
}

/*universal CSS start*/
.green {
  background: var(--greenCMS) !important;
  border: var(--greenCMS) solid 1px !important;
}

.red {
  background: var(--redCMS) !important;
  border: var(--redCMS) solid 1px !important;
}

.yellow {
  background: var(--yellowCMS) !important;
  border: var(--yellowCMS) solid 1px !important;
}

.pacific {
  background: var(--pacificCMS) !important;
  border: var(--pacificCMS) solid 1px !important;
}

.cPacific {
  color: var(--pacificCMS) !important;
}

.bgDark {
  background-color: #6c757d !important;
  color: white;
}

.themeColor {
  color: var(--theme);
}

.btnS {
  padding: 3px 20px !important;
  font-size: 16px !important;
  background-color: var(--greenCMS) !important;
  color: white !important;
}

.table td {
  padding: 0.3rem !important;
  vertical-align: middle !important;
  border-top: 1px solid #dee2e6;
}

/*universal CSS end*/
.content-wrapper {
  background: #f4f6f9 !important;
}

.boxOuter {
  padding: 0 !important;
  height: 300px;
  background: white;
  color: #000;
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
  border-radius: 0.25rem;
  background-color: #fff !important;
}

.LogoOuter {
  display: flex;
  justify-content: center;
}

.logo {
  max-width: 210px;
}

.iconColor {
  color: #6c757d;
}

.btnWid button {
  min-width: 171px;
}

.main-footer {
  background: #f4f6f9 !important;
  border-top: none !important;
}

.profileCard {
  float: left;
  margin-right: 2%;
  padding: 0;
  width: 100%;
  height: 330px;
  min-height: 330px;
  max-height: 330px;
  margin-bottom: 2%;
  background: #f1f1f1;
  color: #000;
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
  border-radius: 0.25rem;
  position: relative;
  margin-top: 5%;

}

.profilePic {
  /* position: absolute;
  top: -25%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(100% - 69%); */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  margin-top: -90px;
}

.footerIcons {
  margin-top: 5%;
  background: var(--theme);
  padding: 10px 0;
  text-align: center;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.mt7 {
  margin-top: 7%;
}

.user-image.img-circle {
  width: 180px;
  object-fit: cover;
  margin-left: 0%;
  height: 180px;

}

.mb80 {
  margin-bottom: 80px;
}

.profileCard {
  transition: border 0.1s, transform 0.3s;
}

.profileCard:hover {
  border: 1px solid var(--color-two);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  cursor: pointer;
}

.iconOuter {
  background: white;
  font-size: 17px;
  border-radius: 100%;
  padding: 5px !important;
  width: 29px;
  height: 29px;
  margin-right: 3px;
  color: #515252;
}

.iconOuter:hover {
  background: #1980d9;
  color: white;
}

.EmpProfile label.col-sm-6.control-label.d-flex {
  margin-bottom: 0px !important;
  justify-content: flex-end;
}

.font15 {
  font-size: 15px;
}

.row.justify-content-center.font15 i {
  display: none;
}

.EmpProfile label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 700;
  color: #515252;
}

.topIcons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.iconV {
  padding: 7px;
  border-radius: 100%;
  color: var(--greenCMS);
  background-color: white;
}

.topIcons.card-header::after {
  content: none;
}

.iconAdd {
  padding: 8px 10px;
  border-radius: 100%;
  color: var(--pacificCMS);
  background-color: white;
}

.LH20 {
  line-height: 20px;
}

.card-primary:not(.card-outline)>.card-header {
  background-color: var(--theme) !important;
}

.dropdown-menu-lg.profile {

  min-width: 170px !important;
  width: 200px !important;

}

.navbar-nav>.user-menu>.dropdown-menu.profile>.user-body {

  padding: 10px;
  background-color: #f8f9fa;
  border: none !important;
}

/*Login CSS Start*/

.limiter {
  width: 100%;
  margin: 0 auto
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #ebeeef
}

.wrap-login100 {
  width: 670px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.login100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 15px 74px
}

.login100-form-title-1 {
  
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center
}

.login100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54, 84, 99, .7)
}


/*[ SHAPE ]
///////////////////////////////////////////////////////////
*/

/*[ Display ]
-----------------------------------------------------------
*/
.dis-none {
  display: none;
}

.dis-block {
  display: block;
}

.dis-inline {
  display: inline;
}

.dis-inline-block {
  display: inline-block;
}

.dis-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/*[ Position ]
-----------------------------------------------------------
*/
.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

/*[ float ]
-----------------------------------------------------------
*/
.float-l {
  float: left;
}

.float-r {
  float: right;
}

/*[ Width & Height ]
-----------------------------------------------------------
*/
.sizefull {
  width: 100%;
  height: 100%;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.max-w-full {
  max-width: 100%;
}

.max-h-full {
  max-height: 100%;
}

.min-w-full {
  min-width: 100%;
}

.min-h-full {
  min-height: 100%;
}

/*[ Top Bottom Left Right ]
-----------------------------------------------------------
*/
.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-auto {
  top: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.right-auto {
  right: auto;
}

/*[ Opacity ]
-----------------------------------------------------------
*/
.op-0-0 {
  opacity: 0;
}

.op-0-1 {
  opacity: 0.1;
}

.op-0-2 {
  opacity: 0.2;
}

.op-0-3 {
  opacity: 0.3;
}

.op-0-4 {
  opacity: 0.4;
}

.op-0-5 {
  opacity: 0.5;
}

.op-0-6 {
  opacity: 0.6;
}

.op-0-7 {
  opacity: 0.7;
}

.op-0-8 {
  opacity: 0.8;
}

.op-0-9 {
  opacity: 0.9;
}

.op-1-0 {
  opacity: 1;
}

/*[ Background ]
-----------------------------------------------------------
*/
.bgwhite {
  background-color: white;
}

.bgblack {
  background-color: black;
}

/*[ Wrap Picture ]
-----------------------------------------------------------
*/
.wrap-pic-w img {
  width: 100%;
}

.wrap-pic-max-w img {
  max-width: 100%;
}

/* ------------------------------------ */
.wrap-pic-h img {
  height: 100%;
}

.wrap-pic-max-h img {
  max-height: 100%;
}

/* ------------------------------------ */
.wrap-pic-cir {
  border-radius: 50%;
  overflow: hidden;
}

.wrap-pic-cir img {
  width: 100%;
}

/*[ Hover ]
-----------------------------------------------------------
*/
.hov-pointer:hover {
  cursor: pointer;
}

/* ------------------------------------ */
.hov-img-zoom {
  display: block;
  overflow: hidden;
}

.hov-img-zoom img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.hov-img-zoom:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*[  ]
-----------------------------------------------------------
*/
.bo-cir {
  border-radius: 50%;
}

.of-hidden {
  overflow: hidden;
}

.visible-false {
  visibility: hidden;
}

.visible-true {
  visibility: visible;
}




/*[ Transition ]
-----------------------------------------------------------
*/
.trans-0-1 {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.trans-0-2 {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.trans-0-3 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.trans-0-4 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.trans-0-5 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.trans-0-6 {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.trans-0-9 {
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
}

.trans-1-0 {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}


.flex-sb-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.limiter input {
  outline: none;
  border: none
}

.limiter input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none
}

.limiter input[type=number]::-webkit-outer-spin-button,
.limiter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none
}


.limiter textarea:focus,
.limiter input:focus {
  border-color: transparent !important
}

.limiter input:focus::-webkit-input-placeholder {
  color: transparent
}

.limiter input:focus:-moz-placeholder {
  color: transparent
}

.limiter input:focus::-moz-placeholder {
  color: transparent
}

.limiter input:focus:-ms-input-placeholder {
  color: transparent
}

.limiter input::-webkit-input-placeholder {
  color: #999
}

.limiter input:-moz-placeholder {
  color: #999
}

.limiter input::-moz-placeholder {
  color: #999
}

.limiter input:-ms-input-placeholder {
  color: #999
}

.limiter label {
  display: block;
  margin: 0
}

.limiter button {
  outline: none !important;
  border: none;

}

.limiter button:hover {
  cursor: pointer
}

.txt1 {
  
  font-size: 13px;
  line-height: 1.4;
  color: #999
}

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 43px 88px 93px 170px
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2
}

.label-input100 {
  
  font-size: 15px;
  color: gray;
  line-height: 1.2;
  text-align: right;
  position: absolute;
  top: 14px;
  left: -105px;
  width: 80px
}

.input100 {
  
  font-size: 15px;
  color: #555;
  line-height: 1.2;
  display: block;
  width: 100%;
  background: 0 0;
  padding: 0 5px
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background: #57b846
}

input.input100 {
  height: 45px
}

.input100:focus+.focus-input100::before {
  width: 100%
}

.has-val.input100+.focus-input100::before {
  width: 100%
}

.input-checkbox100 {
  display: none
}

.label-checkbox100 {
  
  font-size: 13px;
  color: #999;
  line-height: 1.4;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.input-checkbox100:checked+.label-checkbox100::before {
  color: #57b846
}

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #0766b9;
  border-radius: .40rem;
  
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}

.login100-form-btn:hover {
  background-color: #333
}

@media(max-width:576px) {
  .login100-form {
    padding: 43px 15px 57px 117px
  }
}

@media(max-width:480px) {
  .login100-form {
    padding: 43px 15px 57px
  }

  .label-input100 {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px
  }
}


.validate-input {
  position: relative
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1
}

/*Login CSS End*/

.profile .user-footer a.btn.btn-default.btn-flat {
  border: none !important;
}

@media only screen and (max-width:1200px) {
  .profileCard {

    margin-top: 50px;

  }
}

body {
  height: 100vh;
  background: #f4f6f9 !important;
}

:root {
  --greenCMS: #089e60;
  --redCMS: #e41313;
  --yellowCMS: #ff9933;
  --pacificCMS: #1396cc;
  --darkCMS: #6c757d;
  --theme: #004989;
}

/*universal CSS start*/
.green {
  background: var(--greenCMS) !important;
  border: var(--greenCMS) solid 1px !important;
}

.red {
  background: var(--redCMS) !important;
  border: var(--redCMS) solid 1px !important;
}

.yellow {
  background: var(--yellowCMS) !important;
  border: var(--yellowCMS) solid 1px !important;
}

.pacific {
  background: var(--pacificCMS) !important;
  border: var(--pacificCMS) solid 1px !important;
}

.cPacific {
  color: var(--pacificCMS) !important;
}

.bgDark {
  background-color: #6c757d !important;
  color: white;
}

.themeColor {
  color: var(--theme);
}

.btnS {
  padding: 3px 20px !important;
  font-size: 16px !important;
  background-color: var(--greenCMS) !important;
  color: white !important;
}

.table td {
  padding: 0.3rem !important;
  vertical-align: middle !important;
  border-top: 1px solid #dee2e6;
}

/*universal CSS end*/
.content-wrapper {
  background: #f4f6f9 !important;
}

.boxOuter {
  padding: 0 !important;
  height: 300px;
  background: white;
  color: #000;
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
  border-radius: 0.25rem;
  background-color: #fff !important;
}

.LogoOuter {
  display: flex;
  justify-content: center;
}

.logo {
  max-width: 210px;
}

.iconColor {
  color: #6c757d;
}

.btnWid button {
  min-width: 171px;
}

.main-footer {
  background: #f4f6f9 !important;
  border-top: none !important;
}

.profileCard {
  float: left;
  margin-right: 2%;
  padding: 0;
  width: 100%;
  height: 330px;
  min-height: 330px;
  max-height: 330px;
  margin-bottom: 2%;
  background: #f1f1f1;
  color: #000;
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
  border-radius: 0.25rem;
  position: relative;
  margin-top: 5%;

}

.profilePic {
  /* position: absolute;
  top: -25%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(100% - 69%); */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  margin-top: -90px;
}

.footerIcons {
  margin-top: 5%;
  background: var(--theme);
  padding: 10px 0;
  text-align: center;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.mt7 {
  margin-top: 7%;
}

.user-image.img-circle {
  width: 180px;
  object-fit: cover;
  margin-left: 0%;
  height: 180px;

}

.mb80 {
  margin-bottom: 80px;
}

.profileCard {
  transition: border 0.1s, transform 0.3s;
}

.profileCard:hover {
  border: 1px solid var(--color-two);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  cursor: pointer;
}

.iconOuter {
  background: white;
  font-size: 17px;
  border-radius: 100%;
  padding: 5px !important;
  width: 29px;
  height: 29px;
  margin-right: 3px;
  color: #515252;
}

.iconOuter:hover {
  background: #1980d9;
  color: white;
}

.EmpProfile label.col-sm-6.control-label.d-flex {
  margin-bottom: 0px !important;
  justify-content: flex-end;
}

.font15 {
  font-size: 15px;
}

.row.justify-content-center.font15 i {
  display: none;
}

.EmpProfile label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 700;
  color: #515252;
}

.topIcons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.iconV {
  padding: 7px;
  border-radius: 100%;
  color: var(--greenCMS);
  background-color: white;
}

.topIcons.card-header::after {
  content: none;
}

.iconAdd {
  padding: 8px 10px;
  border-radius: 100%;
  color: var(--pacificCMS);
  background-color: white;
}

.LH20 {
  line-height: 20px;
}

.card-primary:not(.card-outline)>.card-header {
  background-color: var(--theme) !important;
}

.dropdown-menu-lg.profile {

  min-width: 170px !important;
  width: 200px !important;

}

.navbar-nav>.user-menu>.dropdown-menu.profile>.user-body {

  padding: 10px;
  background-color: #f8f9fa;
  border: none !important;
}

/*Login CSS Start*/

.limiter {
  width: 100%;
  margin: 0 auto
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #ebeeef
}

.wrap-login100 {
  width: 670px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.login100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 15px 74px
}

.login100-form-title-1 {
  
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center
}

.login100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54, 84, 99, .7)
}


/*[ SHAPE ]
///////////////////////////////////////////////////////////
*/

/*[ Display ]
-----------------------------------------------------------
*/
.dis-none {
  display: none;
}

.dis-block {
  display: block;
}

.dis-inline {
  display: inline;
}

.dis-inline-block {
  display: inline-block;
}

.dis-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/*[ Position ]
-----------------------------------------------------------
*/
.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

/*[ float ]
-----------------------------------------------------------
*/
.float-l {
  float: left;
}

.float-r {
  float: right;
}

/*[ Width & Height ]
-----------------------------------------------------------
*/
.sizefull {
  width: 100%;
  height: 100%;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.max-w-full {
  max-width: 100%;
}

.max-h-full {
  max-height: 100%;
}

.min-w-full {
  min-width: 100%;
}

.min-h-full {
  min-height: 100%;
}

/*[ Top Bottom Left Right ]
-----------------------------------------------------------
*/
.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-auto {
  top: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.right-auto {
  right: auto;
}

/*[ Opacity ]
-----------------------------------------------------------
*/
.op-0-0 {
  opacity: 0;
}

.op-0-1 {
  opacity: 0.1;
}

.op-0-2 {
  opacity: 0.2;
}

.op-0-3 {
  opacity: 0.3;
}

.op-0-4 {
  opacity: 0.4;
}

.op-0-5 {
  opacity: 0.5;
}

.op-0-6 {
  opacity: 0.6;
}

.op-0-7 {
  opacity: 0.7;
}

.op-0-8 {
  opacity: 0.8;
}

.op-0-9 {
  opacity: 0.9;
}

.op-1-0 {
  opacity: 1;
}

/*[ Background ]
-----------------------------------------------------------
*/
.bgwhite {
  background-color: white;
}

.bgblack {
  background-color: black;
}

/*[ Wrap Picture ]
-----------------------------------------------------------
*/
.wrap-pic-w img {
  width: 100%;
}

.wrap-pic-max-w img {
  max-width: 100%;
}

/* ------------------------------------ */
.wrap-pic-h img {
  height: 100%;
}

.wrap-pic-max-h img {
  max-height: 100%;
}

/* ------------------------------------ */
.wrap-pic-cir {
  border-radius: 50%;
  overflow: hidden;
}

.wrap-pic-cir img {
  width: 100%;
}

/*[ Hover ]
-----------------------------------------------------------
*/
.hov-pointer:hover {
  cursor: pointer;
}

/* ------------------------------------ */
.hov-img-zoom {
  display: block;
  overflow: hidden;
}

.hov-img-zoom img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.hov-img-zoom:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*[  ]
-----------------------------------------------------------
*/
.bo-cir {
  border-radius: 50%;
}

.of-hidden {
  overflow: hidden;
}

.visible-false {
  visibility: hidden;
}

.visible-true {
  visibility: visible;
}




/*[ Transition ]
-----------------------------------------------------------
*/
.trans-0-1 {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.trans-0-2 {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.trans-0-3 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.trans-0-4 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.trans-0-5 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.trans-0-6 {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.trans-0-9 {
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
}

.trans-1-0 {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}


.flex-sb-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.limiter input {
  outline: none;
  border: none
}

.limiter input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none
}

.limiter input[type=number]::-webkit-outer-spin-button,
.limiter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none
}


.limiter textarea:focus,
.limiter input:focus {
  border-color: transparent !important
}

.limiter input:focus::-webkit-input-placeholder {
  color: transparent
}

.limiter input:focus:-moz-placeholder {
  color: transparent
}

.limiter input:focus::-moz-placeholder {
  color: transparent
}

.limiter input:focus:-ms-input-placeholder {
  color: transparent
}

.limiter input::-webkit-input-placeholder {
  color: #999
}

.limiter input:-moz-placeholder {
  color: #999
}

.limiter input::-moz-placeholder {
  color: #999
}

.limiter input:-ms-input-placeholder {
  color: #999
}

.limiter label {
  display: block;
  margin: 0
}

.limiter button {
  outline: none !important;
  border: none;

}

.limiter button:hover {
  cursor: pointer
}

.txt1 {
  
  font-size: 13px;
  line-height: 1.4;
  color: #999
}

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 43px 88px 93px 190px
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2
}

.label-input100 {
  
  font-size: 15px;
  color: gray;
  line-height: 1.2;
  text-align: right;
  position: absolute;
  top: 14px;
  left: -105px;
  width: 80px
}

.input100 {
  
  font-size: 15px;
  color: #555;
  line-height: 1.2;
  display: block;
  width: 100%;
  background: 0 0;
  padding: 0 5px
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background: #57b846
}

input.input100 {
  height: 45px
}

.input100:focus+.focus-input100::before {
  width: 100%
}

.has-val.input100+.focus-input100::before {
  width: 100%
}

.input-checkbox100 {
  display: none
}

.label-checkbox100 {
  
  font-size: 13px;
  color: #999;
  line-height: 1.4;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.input-checkbox100:checked+.label-checkbox100::before {
  color: #57b846
}

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #0766b9;
  border-radius: .40rem;
  
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}

.login100-form-btn:hover {
  background-color: #333
}

@media(max-width:576px) {
  .login100-form {
    padding: 43px 15px 57px 117px
  }
}

@media(max-width:480px) {
  .login100-form {
    padding: 43px 15px 57px
  }

  .label-input100 {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px
  }
}


.validate-input {
  position: relative
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1
}

/*Login CSS End*/
.outerSide .a.nav-link {
  font-size: 14px;
}

.outerSide hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.justifyBetween {
  display: flex !important;
  justify-content: space-between;
}

li.nav-item.has-treeview.menu-open .fa-angle-right {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.profile .user-footer a.btn.btn-default.btn-flat {
  border: none !important;
}

 th.sorting,th.sorting_asc {
  font-size: 13px;

}
i.fas.fa-bars {
  color: black;
  margin-top: 10px;
}
.dateAttendance{display: flex;}
.justifyRight{justify-content: right;}
.mt__50{margin-top: -50px;}
.attendance_title{
position: absolute;
top: 24px;
width: 100%;
font-weight: bold;
left:0;
}
.btnSub{    border-radius: 5px;
  height: 35px;
  line-height: 21px!important;
  border-radius: 4px;
  background: var(--theme)!important;
  border: none!important;}
@media only screen and (max-width:1200px) {
  .profileCard {

    margin-top: 50px;

  }
}
@media only screen and (max-width: 1400px) 
{
.main-sidebar{
    margin-left: 0;
    width: 4.6rem;
    overflow-x: hidden;
}
}

/* @media only screen and (max-width:1300px)
{
.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 4.6rem;
}
} */