@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
    background-color:#f7f8fa;
    padding: 0!important;
    margin: 0!important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(0,0,0,.87);
}
form .att-class label {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-bottom: 2px;
    color: #546185;
    font-size: 13px;
    font-weight: 400;
}
form .btn-success {
    background-color: #1CBB75!important;
    border: 1px solid #1CBB75!important;
    color: #fff !important;
    border-radius: 34px !important;
    padding: 7px 20px !important;
    font-size: 12px !important;
    width: auto;
    font-weight: 400;
}
.search .att-class .form-control {
    background-color: #ffffff;
    border: 0px;
    padding: 4px 10px;
    border-radius: 50px;
    color: #A5A0B4;
    font-size: 13px;
    font-weight: 400;
}
/*profile picture*/
#twoCarDiv .btn-danger {
    color: #fff !important;
    border-radius: 34px !important;
    padding: 7px 20px !important;
    font-size: 12px !important;
    width: auto;
    font-weight: 400;
}
.list-view-tab tr a.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.person-inf .media-body {

    padding-left: 0px !important;
}

.person-inf.for-border
{
  border-top: 2px dotted #D6D6D6;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 12px;
    border-bottom: 2px dotted #D6D6D6;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 20px;
}

.profile-picture .file-upload {
    display: none;
}
.profile-picture
{
  margin-bottom: 20px;
}
.profile-picture label
{
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #546185;
    margin-bottom: 0px;
    margin-top: 8px;
}
.profile-picture .circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid #1CBB75;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.profile-picture img {
    max-width: 100%;
    height: auto;
}
.profile-picture .p-image {
    position: absolute;
    top: 106px;
    left: 71px;
    /* color: #666666; */
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    right: 0;
    margin: auto;
    width: 50%;
    display: inline-block;
    text-align: center;
}
.profile-picture .p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.profile-picture .upload-button {
  display: inline-block;
  text-align: center;
  font-size: 29px;
  color: #1CBB75;
}

.profile-picture .upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}


/* For Login */

.login-bg{
    background-image: url('../img/image.png');
    background-size:cover;
}
.login-half {
/* background-color:rgba(235,241,241,0.9); */
 float: center;
 justify-content: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding: 15px;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 position: relative;
 z-index: 1;
}
.logo{
  max-width: 80% !important;
  margin-top: 50px;
}
.login-half-2{
    /* background-image: linear-gradient(to right, rgb(98,108,151,0.9)  , rgb(28,187,117,0.9)); */
    float: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    
}
.limiter{
    background-image: linear-gradient(to top, rgb(98,108,151,0.9)  , rgb(28,187,117,0.9) , rgb(98,108,151,0.9));
    /* border: 1px solid #79baa8; */
    border-radius: 10px;
    font-size: 15px !important;
    padding: 15px;
    color: white;
    width: 100%;
    margin-bottom: 10px;
}
.block-wrap{
    background-color: rgb(50 50 50 / 20%);
border-radius: 10px;
padding: 30px 30px 50px 30px;
box-shadow: inset 6px 6px 5px 0 rgba(0, 0, 0, 0.05), inset -6px -6px 10px 0 rgba(0, 0, 0, 0.05);
backdrop-filter: blur(10px);
border: 0px solid #6e7070;
}
.limiter h4{
    font-size: 35px;
    font-weight: 600;
    text-transform: none;
    color: white;
}
.limiter h6{
    text-transform: uppercase;
    font-weight: bold;
}
.field-icon {
    float: right;
   margin-right: 12px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
  }
  .limiter .form-control{
    background-color: white !important;
     border: 1px solid white !important;
    border-radius: 10px;
    color: #999999;
    font-size: 14px !important;
    height: 44px;
    padding: 20px !important;
}
 .limiter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999 !important;
    opacity: 1; /* Firefox */
  }

  .limiter :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999 !important;
  }

  .limiter  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #CEE1DF !important;
  }

  .limiter a{
    color: white;
    text-decoration: underline;
  }
  .btn-sign-in{
      background-color: #00d275;
      color: white;
      height: 45px;
      border-radius: 10px;
      width: 100%;
 }
 .login {
   min-height: 100vh;
   flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.theme-txt{
color: #01411C;
font-weight: bold;
}
.text-copyright{
  font-size: 14px;
  font-weight: 500;
  color: #01411C;
  width: 100%;
}

.text-upper{
text-transform: uppercase;
}
.form-control:focus{
  box-shadow: none !important;
  border-color: #94C3BA;
}
/* Login Screen Ended */
#chart {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
  float: left;
  width: 100%;
}
#chart2 {
  margin-top: 0px;
  padding: 0;
  max-width: 100%;
  float: left;
  width: 100%;
}

.apexcharts-legend-text{
  word-spacing: 5px !important;
  font-weight: bold !important;
  color: #5E7180 !important;

}
.apexcharts-legend {
  top: 60px !important;
  right: 2px !important;
}

.apexcharts-legend-text
{
  font-family: Poppins,sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.total-padd
  {
    padding-left: 10px;
    padding-right: 10px;
  }

/*Home Page*/

.navbar-left li h1
{
    color: #546185;
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 55px;
}
.nav-item a img
{
  padding-right: 12px;
}
.on-hoverr{
  display: none;
}
.sidemenu li:hover a img
{
  display: none;
}
.sidemenu li:hover a img.on-hoverr
{
  display: inline-block;
}
.top-headersec
{
  width: -webkit-fill-available;
}
.page-logo a img
{
    margin: auto;
    display: block;
    max-width: 100%;
}

#remove-scroll
{
  padding-top: 20px;
}
.humberger
{
    width: 22px;
    height: 3px;
    background-color: #546185;
    margin: 5px 0px 0px 0px;
    border-radius: 20px;
}
.humberger:first-child
{
  margin-top: 0px;
}
.humberger2
{
  width: 30px !important;
}

.border-rad
{
    border-radius: 10px;
    padding: 20px 10px;
    float: left;
    width: 100%;
    box-shadow: 1px 2px 17px -10px rgba(84,97,133,0.6);
-webkit-box-shadow: 1px 2px 17px -10px rgba(84,97,133,0.6);
-moz-box-shadow: 1px 2px 17px -10px rgba(84,97,133,0.6);
}
.onhover-color
{
	float: left;
	width: 100%;
	padding: 25px 25px;
}
.onhover-color:hover
{
	    background-color: #546185 ; background-image: linear-gradient(147deg, #546185  -21%, #1cbb75 42%);
}
.onhover-color:hover h5
{
	    color: #fff;
}
.onhover-color:hover .info-box-content
{
	    color: #fff;
}
.onhover-color:hover .hover-img
{
	display: inline-block;
}
.onhover-color:hover img
{
	display: none;
}
.att-class h2
{
    color: #546185;
    margin: 0px;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 33px;
}
.att-class .form-control
{
    background-color: #F5F7FB;
    border: 0px;
    padding: 4px 10px;
    border-radius: 50px;
    color: #A5A0B4;
    font-size: 13px;
    font-weight: 400;
}
.main-titlebar
{
  display: flex;
}
.main-input
{
    float: right;
    width: 100%;
    display: flex;
    margin-left: 20px;
}
.form-control:focus{
  background-color: #F5F7FB;
  border-color: #94C3BA;
}

.att-class a
{
    color: #3B86FF;
    text-align: right;
    float: right;
    margin-top: 15px;
    font-size: 13px;
    text-decoration: underline;
    font-style: italic;
    font-weight: 500;
    text-transform: capitalize;
}

.my-cards h5
{
    color: #546185;
    margin: 0px;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 21px;
}
.my-cards .info-box-content {
    margin-left: 65px;
    word-wrap: break-word;
    text-align: left;
}
.my-cards .info-box-icon
{
	float: left;
}
.my-cards .info-box-content
{
	font-size: 46px;
    font-weight: 500;
    color: #1CBB75;
    line-height: 38px;
    text-align: end;
}

/*Table*/

.table
{
  margin-bottom: 0px !important;
}
.table th {
    background-color: #546185;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 14px;

}
.table thead th {
    border: 0px;
}
.table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table thead tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.table tr a {
    background-color: #6E92E6;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 5px 13px;
    border-radius: 32px;
    font-size: 12px;
    margin: auto;
    text-align: center;
}
.feedback ul li {
    padding: 0px;
    list-style: none;
    display: inline-block;
    padding-right: 20px;
    text-align: center;
}
.nav-tabs>li a.active, .nav-tabs>li a.active:focus, .nav-tabs>li a.active:hover {
    color: #546185;
    font-weight: 600;
    background-color: #fff;
    font-size: 16px;
}
.feedback .nav-tabs>li a.active, .nav-tabs>li a.active:focus, .nav-tabs>li a.active:hover {
    color: #546185;
    font-weight: 600;
    background-color: transparent;
    font-size: 16px;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.table tr td
{
	padding: 7px 14px;
    vertical-align: middle;
    font-size: 13px;
    color: #546185;
    border-top: 2px solid #fff;
}
.table tr
{
	background-color: #F5F7FB;
}
.table td, .table th {
    border-top: 0px solid #dee2e6;
}
.table tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nav-tabs .nav-item a
{
	  color: #546185;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}
.feedback h4
{
    color: #546185;
    margin: 0px;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 33px;
}
.bord3
{
  border-bottom: 3px solid transparent;
  margin-top: 2px;
}
.nav-tabs .active .bord3
{
  border-bottom: 3px solid #1CBB75;
  width: 50%;

}
.nav-tabs
{
  display: block;
}

/*All employees*/

.all-employees .info-box-content h5
{
    color: #546185;
    margin: 0px;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0px;
    text-align: left;
}
.all-employees .info-box-content h4
{
   color: #9499A7;
    margin: 3px 0px 0px 0px;
    font-size: 12px !important;
    text-align: left;
    font-weight: 400;
}
.all-employees .info-box-content h4 span
{
    color: #546185;
    margin: 0px;
    font-size: 13px !important;
    font-weight: 600;
    padding-left: 17px;
}

.emp-status
{
  float: left;
  width: 100%;
  margin-top: 12px;
}
.present
{
  float: left;
  width: 33.3%;
  text-align: center;
  border-right: 1px solid #E4E5E9;
}
.present:last-child
{
  border-right: 0px solid #9499A7;
}
.present h5
{
  margin-bottom: 2px;
  color: #9499A7;
  font-size: 12px !important;
  font-weight: 400;
}
.present h4
{
    margin: 0px;
    color: #546185;
    font-size: 14px !important;
    font-weight: 600;
}

.all-employees img
{
  box-shadow: 1px 2px 17px -12px rgba(0,0,0,0.6);
  -webkit-box-shadow: 1px 2px 17px -12px rgba(0,0,0,0.6);
  -moz-box-shadow: 1px 2px 17px -12px rgba(0,0,0,0.6);
  border: 1px solid #fff;
  border-radius: 50%;
}

.btnContainer .btn.active
{
    color: #1CBB75;
    font-weight: 500;
    font-size: 14px;
}
.btnContainer .btn
{
    color: #9499A7;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%), 0 0px 0px rgb(0 0 0 / 18%);
    text-transform: initial;
}

/*Search Style*/

#custom-search-input{
    padding: 3px;
    border: solid 0px #E4E4E4;
    border-radius: 20px;
    background-color: #fff;
    float: left;
    width: 28%;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 5px 12px;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
}

#custom-search-input .fa{
    color: #A5A0B4;
    font-size: 14px;
}
#custom-search-input .form-control
{
padding: 0px;
height: auto;
color: #A5A0B4;
font-size: 13px;
}

#custom-search-input .form-control::placeholder
{
color: #A5A0B4;
font-size: 13px;
}

#custom-search-input .form-control:focus {
    background-color: #fff;
    border-color: #fff;
}
.divshow {
      display: block;
}
.list-view-tab th
{
    background-color: #1CBB75 !important;
}
.list-view-tab tr:nth-child(even) {
    background-color: #EDF0F6;
}
.list-view-tab tr:nth-child(odd) {
    background-color: #ffffff;
}
.list-view-tab tr td
{
  border-top: 2px solid #F5F7FB;
}

.list-view-tab tr a {
    background-color: #B7E6D3;
    color: #08A660;

}

.tittle-page h6
{
    color: #9499A7;
    font-size: 14px !important;
    margin: 0px 0px 15px 0px;
}

.tittle-page h4
{
  color: #546185;
    font-size: 19px !important;
    font-weight: 600;
    margin: 0px;
    line-height: 34px;
}

/*Paggination*/

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .375rem;
}

.page-link {
    color: #A5A0B4;
    border: 0px solid #dee2e6;
    background-color: #fff;
    font-size: 14px !important;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    color: #8898aa;
    border-color: #dee2e6;
    background-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #1CBB75;
    background-color: #1CBB75;
    border-radius: 3px;
}

.page-item.disabled .page-link {
    cursor: auto;
    pointer-events: none;
    color: #8898aa;
    border-color: #dee2e6;
    background-color: #fff;

}

.page-item:first-child .page-link{
    font-size: .875rem;
    display: flex;
    width: 36px;
    height: 36px;
    margin: 0 3px;
    padding: 0;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
}

.page-item:last-child .page-link{
    font-size: .875rem;
    display: flex;
    width: 36px;
    height: 36px;
    margin: 0 3px;
    padding: 0;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
}

.page-pagination
{
    display: inline-flex;
    float: left;
    padding: 0;
    border: 0px !important;
    margin-left: 5px;
    margin-right: 5px;
}

.page-pagination .page-link
{
    width: auto !important;
    height: auto !important;
    margin: 0 0px !important;
    padding: 9px 14px !important;
}

.page-pagination .page-item:first-child .page-link
{
  border:0px;
  border-radius: 0% !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.page-pagination .page-item:last-child .page-link
{
  border:0px;
  border-radius: 0% !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.card-footer{
    border-radius: 0px;
    padding: 0px;
    background: transparent;
    border: 0px;
    margin-top: 25px;
}
.card-footer .form-control
{
  background-color: #fff;
    border: 0px;
    padding: 4px 10px 4px 16px;
    border-radius: 50px;
    color: #A5A0B4;
    font-size: 13px;
    font-weight: 400;
    width: 75px;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
}

.card-footer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/circle dropdown.svg");
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: 93% 3px;
}
.card-footer label {
    display: flex;
    color: #9499A7;
    font-size: 14px;
    line-height: 36px;
    float: left;
}
.mycustom-date
{
  display: flex;
}
.mycustom-date #custom-search-input
{
      width: auto;
    border: 0px;
    padding: 2px;
}

.mycustom-date .att-class .form-control {
    background-color: #ffffff;
    border: 0px;
    padding: 4px 10px;
    border-radius: 50px;
    color: #A5A0B4;
    font-size: 13px;
    font-weight: 400;
}
.mycustom-date #custom-search-input input
{
border-radius: 20px;
}

.emp-status p
{
  color: #546185;
    font-size: 12px;
    margin-bottom: 4px;
}
.emp-leave .present
{
  width: 24%;
}
.emp-leave .present:nth-child(4n+0)
{

  border: 0px;
}

.emp-leave .present h5 span
{
  background: #1CBB75;
    height: 8px;
    width: 8px;
    float: left;
    border-radius: 50%;
    margin-right: 8px;
}

.emp-leave .present:last-child
{
width:28%;
}


.emp-leave .present:last-child h5 span
{
  background: #1CBB75;
    height: 7px;
    width: 7px;
    float: left;
    border-radius: 50%;
    margin-right: 4px;
    margin-top: 6px;
}

.emp-leave .present:last-child h5
{
    font-size: 11px !important;
    float: right;
    margin-bottom: 0px;
    line-height: unset;
}
.emp-leave .present a
{
    background-color: #FC9F89;
    font-size: 10px;
    border-radius: 20px;
    color: #fff;
    padding: 0px 4px;
    display: inline-block;
}

.user-imgs img
{
  height: 50px;
}

.user-imgs .border-rad
{
  padding: 15px 10px;
}

.emp-leave .present h5 span.late {
    background: #FCB462;
}

.leave-header .modal-header
{
  padding: 0.5rem 1rem;
  border-bottom: 0px solid #dee2e6;
}
.leave-header p {
    margin-top: 0;
    margin-bottom: 0rem;
    color: #9499A7;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.leave-header h4
{
    color: #546185;
    font-size: 18px !important;
    font-weight: 500;
    margin-top: 15px;
}
.leave-header .modal-body
{
  padding: 0rem 1rem 1.5rem 1.5rem;
}
.leave-header .modal-dialog {
    top: 40px;
}

/* reason-table CSS */

.reason-table h5 span.late {
    background: #FCB462;
}
.reason-table h5 span {
    background: #1CBB75;
    height: 7px;
    width: 7px;
    float: left;
    border-radius: 50%;
    margin-right: 4px;
    margin-top: 6px;
}
.reason-table h5 {
    margin-bottom: 0px;
    color: #5E7180;
    justify-content: center;
    display: flex;
    font-size: 12px !important;
    font-weight: 400;
}
.reason-table a {
    background-color: #FC9F89 !important;
    font-size: 10px !important;
    border-radius: 20px !important;
    color: #fff !important;
    padding: 0px 8px !important;
}
.reason-table-dup img
{
  height: 50px;
}

.emp-leave .present h5 .late.absent
{
  background-color: #EB5757;
}

.reason-table h5 span.late.absent {
    background: #EB5757;
}

/*other-view*/
.other-view .present
{
width: 50%;
}
.other-view .present h4 {
    margin: 0px;
    color: #546185;
    font-size: 13px !important;
    font-weight: 600;
    text-align: left;
}
.other-view h4
{
    color: #546185;
    font-size: 13px !important;
    font-weight: 600;
    margin: 0px;
}
.other-view a
{
    background-color: #6E92E6;
    font-size: 11px;
    border-radius: 20px;
    color: #fff;
    padding: 0px 6px;
    display: inline-block;
    float: right;
}
.other-view a:hover {
    cursor: pointer;
    color: #fff;
}

.chart-wrap h6 span {
    background: #1CBB75;
    height: 8px;
    width: 8px;
    float: left;
    border-radius: 50%;
    margin-right: 6px;
    margin-top: 8px;
}
.chart-wrap h6 b
{
    color: #546185;
    margin: 0px;
    font-size: 16px !important;
    font-weight: 600;
    margin-right: 8px;
}

.chart-wrap h6
{
    color: #5E7180;
    margin: 0px;
    font-size: 14px !important;
    font-weight: 500;
    margin-right: 8px;
    line-height: 28px;
}
.halfdiv
{
  float: left;
  width: 33%;
  margin-top: 10px;
}
.chart-wrap .halfdiv .late
{
  background-color: #fd7403;
}
.chart-wrap .halfdiv .absent
{
  background-color: #ff0000;
}
.chart-wrap .halfdiv .leave
{
    background-color: #0335fd;
}
.padd-left
{
  padding: 20px;
}
.chart-wrap .halfdiv a
{
    color: #fff;
    text-align: right;
    float: right;
    margin-top: 0px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #1CBB75;
    border-radius: 20px;
    padding: 4px 15px;
}

.my-attendance .border-rad
{
  padding: 38px 25px;
}

.my-attendance .info-box-content {
    margin-left: 85px;
    word-wrap: break-word;
    text-align: center;
}
.my-attendance.my-cards h5 {
    color: #A5A0B4;
    margin: 0px;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 16px;
}
.my-attendance.my-cards .info-box-content {
    font-size: 44px;
    font-weight: 500;
    color: #5E7180;
    line-height: 38px;
}
.tab-content
{
  float: left;
  width: 100%;
}
.reason-table h5 span.weekend {
    background: #546185;
}
.btn-success
{
    background-color: #1CBB75;
    border-color: #28a745;
    color: #fff !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    padding: 5px 15px !important;
}
#chart3 {
    margin-top: 0px;
    padding: 0;
    max-width: 100%;
    float: left;
    width: 100%;
}
#chart3 .apexcharts-legend-text {
    font-family: Poppins,sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

#chart2 .apexcharts-legend-text {
    font-family: Poppins,sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
#chart4 .apexcharts-legend-text {
    font-family: Poppins,sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

a.btn-secondry {
    background-color: #6EB1E6!important;
    font-size: 12px !important;
    border-radius: 20px !important;
    color: #fff !important;
    padding: 3px 12px !important;
    font-weight: 400;
    text-decoration: none;
}
a.btn-info {
    background-color: #FC9F89 !important;
    font-size: 12px !important;
    border-radius: 20px !important;
    color: #fff !important;
    padding: 3px 12px !important;
    font-weight: 400;
    width: 127px;
    text-decoration: none;
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 0rem rgb(58 176 195 / 50%);
}


/*Meeting timeline*/

.inprog {
    float: left;
    width: 100%;
    position: relative;
}

.inprog::before {
    left: 50%;
    margin-left: -2px;
}

.inprog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 125px;
    height: 100%;
    width: 2px;
    background: #B5B9C3;
}

.inprog .cd-timeline-img {
    position: absolute;
    top: 0;
    left: 131px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #1cbb75, inset 0 2px 0 rgb(0 0 0 / 8%), 0 0px 0 0px rgb(0 0 0 / 5%);
    margin-left: 0px;
    background-color: #C6F2DF;
}

.inprog .cd-timeline-content {
    position: relative;
    background: #F5F7FB;
    border-radius: 0.25em;
    padding: 1em;
    width: 100% !important;
    float: left;
    margin-bottom: 10px;
}

.inprog .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 0;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 10px solid #ffffff;
    left: -20px;
}

.cd-timeline-content h2 {
    font-size: 15px !important;
    color: #546185;
    font-weight: 500;
    margin-bottom: 0px;
}

.timeline h4
{
    margin: 0px;
    font-size: 14px !important;
    color: #9499A7;
    font-weight: 500;
    line-height: initial;
}

.timeline h5
{
    color: #546185;
    font-size: 15px !important;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*leave-req*/

.leave-req .present h5 {
    margin-bottom: 4px;
}
.leave-req .present h4 {
    font-size: 12px !important;
    font-weight: 600;
}

.leave-req .present:nth-last-child(2) {
    border-right: 0px solid #9499A7;
    padding-left: 7px;
}

.leave-req .present h5 span.late {
    background: #FCB462;
}
.leave-req .present {
    text-align: left;
}

.leave-req .present:last-child h5 span {
    background: #1CBB75;
    height: 7px;
    width: 7px;
    float: left;
    border-radius: 50%;
    margin-right: 4px;
    margin-top: 6px;
}

.leave-req .present:last-child h5{
    float: right;
}

.leave-req .present h5 span.late {
    background: #FCB462;
}

.leave-req .present h5 .late.absent {
    background-color: #EB5757;
}
.leave-req .ab-detail a
{
	background-color: #FC9F89;
}
.cust-img img
{
	height: 50px;
}

#twoCarDiv textarea {
    width: 100%;
    border: 0px;
    background-color: #F5F7FB;
    padding: 10px;
    color: #A5A0B4;
    font-size: 13px;
    border-radius: 10px;
}

#twoCarDiv .btn-primary {
    background-color: #1CBB75!important;
    border: 1px solid #1CBB75!important;
    color: #fff !important;
    border-radius: 34px !important;
    padding: 7px 20px !important;
    font-size: 12px !important;
    width: auto;
    font-weight: 400;
}
#twoCarDiv .btn-secondary {
    color: #9499A7;
    background-color: #F5F7FB;
    border-color: #6c757d;
    padding: 7px 20px !important;
    border: 1px solid #C6C6C7 !important;
    border-radius: 34px !important;
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%), 0 0px 0px rgb(0 0 0 / 18%);
    font-weight: 400;
    font-size: 12px;
    float: none;
}

.comp-code h6 {
    margin: 0px;
    color: #9499A7;
    font-size: 13px !important;
    margin-bottom: 2px;
}

.comp-code p {
    margin-bottom: 0px;
    color: #546185;
    font-size: 13px;
    font-weight: 600;
}
.comp-code .media-body
{
  padding-left: 10px;
}

.comp-code .status h4 {
    color: #5C6E6D;
    margin: 0px;
    font-size: 14px !important;
    font-weight: 400;
    float: left;
    line-height: initial;
}
.comp-code .status span {
    color: #000000;
    display: inline-block;
}

.comp-code .status  span{
    width: 8px;
    height: 8px;
    float: left;
    background: #1DA099;
    border-radius: 8px;
    margin-top: 5px;
    margin-right: 6px;
}

.comp-code .status h6 {
    margin: 0px;
    color: #9499A7;
    font-size: 14px;
    margin-bottom: 0px;
    float: left;
    font-weight: 500;
    line-height: 20px;
    margin-left: 18px;
}

.for-border
{
  border-top: 2px dotted #D6D6D6;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 12px;
    border-bottom: 2px dotted #D6D6D6;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
}
.personn-des
{
    margin: 0px;
    color: #9499A7 !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    margin-right: 15px;
    margin-left: 15px;
}

.person-name
{
    line-height: 25px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
}
.person-name.reason
{
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}

.desc
{
  float: left;
  width: 100%;
}

.comp-code .status
{
    border-left: 2px dotted #D6D6D6;
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 15px;
}

textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
#twoCarDiv label
{
  float: left;
    color: #546185;
}

.other-view a.view-fb
{
  background-color: #F17A7A;
}
.comp-code .status .in-process
{
  background: #FCB462;
}
p.date
{
    margin-top: -23px;
    margin-right: 15px;
    color: #9499A7;
    font-weight: 400;
}

.date b
{
    color: #546185;
}


/*Inventory Req table*/

.Inventor-total
{
  margin: 15px 15px;
}
.Inventor-total .table th {
    background-color: #E4E8F2;
    color: #546185;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 14px;
}
.list-view-tab tr a.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    width: auto;
}
.list-view-tab tr a.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.Inventor-total tr td .btn-success.minus {
    background-color: #E6EAF1;
    border-color: #BEC4D2;
    color: #546185!important;
    border-radius: 20px !important;
    font-size: 13px !important;
    padding: 5px 15px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-right:  0px;
}

.Inventor-total tr td .btn-success.plus {
    background-color: #E6EAF1;
    border-color: #BEC4D2;
    color: #546185!important;
    border-radius: 20px !important;
    font-size: 13px !important;
    padding: 5px 15px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-left:  0px;
}
#quantity
{
    height: 30px;
    text-align: center;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428571429;
    color: #546185;
    background-color: #fff;
    background-image: none;
    border: 1px solid #BEC4D2;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 30%;
}
.Inventor-total .custom-div-width
{
  width: 45%;
}

.Inventor-total .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

.Inventor-total .btn-success:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.Inventor-total .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgb(72 180 97 / 50%);
}

/* all-vehical */

.all-vehical .present
{
width: 50%;
padding-left: 0px !important;
}
.only-topborder
{
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

a.schedule-meeting
{
    color: #fff !important;
    text-align: right;
    float: right;
    margin-top: 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #1CBB75;
    border-radius: 20px;
    padding: 6px 14px;
    width: auto;
    margin-left: 10px;
}

a.schedule-meeting:hover
{
    color: #fff;
    background-color: #1CBB75;
}
h4.add-minutes
{
  line-height: 32px;
  color: #9499A7 !important;
}

.my-label label
{
    color: #546185;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: left;
    float: left;
}
.custom-control
{
  border-radius: 7px !important;
  height: 35px;
}

.custom-control::-webkit-input-placeholder { /* Edge */
    color: #A5A0B4;
    font-size: 13px;
    font-weight: 400;
}

.custom-control:-ms-input-placeholder { /* Internet Explorer */
    color: #A5A0B4;
    font-size: 13px;
    font-weight: 400;
}

.custom-control::placeholder {
    color: #A5A0B4;
    font-size: 13px;
    font-weight: 400;
}


/*Custom time*/

input.timepicki-input {
  background: none repeat scroll 0 0 #FFFFFF;
      border: 1px solid #CCCCCC;
      border-radius: 5px 5px 5px 5px;
      float: none;
      margin: 0;
      text-align: center;
      width: 70%;
      color: #9499A7;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.add-role .roles-right label {
    display: inline-block;
    margin-bottom: 0rem;
}

.add-role .vh {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.add-role label:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #CFD4DF;
    border: 0px solid rgba(75, 101, 132, 0.3);
    display: inline-block;
    margin-right: 5px;
}

.add-role input[type="checkbox"]:checked~label:before {
    background: #20bf6b no-repeat center;
    background-size: 12px 12px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.add-role input[type="checkbox"]:focus~label {
    color: #20bf6b;
}

.add-role label h4
{
    margin: 0px;
    float: right;
    margin-top: 2px;
    font-size: 14px !important;
    color: #546185;
    font-weight: 400;
}
h4.attendes
{
    color: #546185;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0px;
    line-height: 34px;
}

.grace-tim
{
  width: auto !important;
  float: right !important;
}

.modal-content .time, .modal-content .mins, .modal-content .meridian {
    width: 55px;
    float: left;
    margin: 0 6px;
    font-size: 20px;
    color: #2d2e2e;
    font-weight: 700;
}

.modal-content .timepicker_wrap {
    top: 64px !important;
}

.modal-content .add-role label
{
  display: flex;
}

h4.meet-detail {
    color: #546185;
    margin: 0px;
    font-size: 13px !important;
    font-weight: 500;
    line-height: initial;
}

.notif-tittle
{
    color: #1CBB75;
    font-weight: 600;
    font-size: 13px !important;
    margin: 0;
}
.notif-desc
{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}
.notif-time
{
    color: #909090;
    font-size: 12px;
    font-weight: 400;
}

.notif-img img
{
  border-radius: 50%;
  max-width: 45px;
}

.notif-img .media-body
{
  margin-left: 14px;
}

.notif-img
{
  margin-top: 10px;
}
.present .other-view
{
    float: left;
    width: 100%;
}
.modal-dialog2 {
    max-width: 620px;
}
.modal-content .item-list
{
    margin-top: 15px;
}
.modal-content .item-list h4
{
    color: #546185;
    font-size: 13px !important;
    font-weight: 500;
    margin-top: 5px;
    text-align: left;
    margin-bottom: 4px;
}
.modal-content .item-list p {
    margin-top: 0;
    margin-bottom: 0rem;
    color: #9499A7;
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    text-align: left;
}
.modal-content .item-list h4 .approve
{
    background: #1CBB75;
    height: 7px;
    width: 7px;
    float: left;
    border-radius: 50%;
    margin-right: 4px;
    margin-top: 4px;
}
.model-table th
{
  background-color: #F5F7FB;
  color: #546185;
  padding: 4px 9px;
}
.model-table tr

{
  background-color: #fff;
}
.model-table
{
  margin-top: 12px;
}

.model-table tr td {
    padding: 0px 14px;
}

.model-table tr td:first-child {
    text-align: left;
}
.model-table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: left;
}
.assignedby h2 a
{
    font-size: 15px !important;
    color: #546185;
    font-weight: 500;
    margin-bottom: 0px;
}
/*responsive css*/


@media (max-width: 640px)
{
.top-headersec .navbar-left
{
	display: none;
}

.page-logo
{
	float: left !important;
	width: auto !important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.page-content-wrapper {
    margin-top: 10px !important;
}
.top-headersec {
    background: #f5f7fb;
}
.logo-dark .page-header.navbar .page-logo {
    background: #f5f7fb !important;
    padding: 4px 20px 0px 20px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu {
    margin-right: -52px;
}
.page-header.navbar .top-menu .navbar-nav {
    margin-right: 10px;
}
.mycustom-date {
    display: block;
}
.mycustom-date .ml-2
{
	margin-left: 0px !important;

}
.mycustom-date .att-class
{
    margin-bottom: 10px;
}
.mycustom-date.pull-right
{
	float: right!important;
    width: 100%;
}
.mycustom-date #custom-search-input {
    width: 100%;
}
.mycustom-date #custom-search-input {
    margin-bottom: 15px;
}
.att-class select
{
	margin-bottom: 15px;
}
.btnContainer {
    margin-top: 10px;
}
.page-item:first-child .page-link {
    width: 30px;
    height: 30px;
    margin: 0 0px;
}
.page-pagination .page-link {
    width: auto !important;
    height: auto !important;
    margin: 0 0px !important;
    padding: 7px 10px !important;
    font-size: 13px;
}
.page-item:last-child .page-link {
    width: 30px;
    height: 30px;
    margin: 0 0px;
}
.card-footer label {
    display: flex;
    color: #9499A7;
    font-size: 12px;
    line-height: 36px;
    float: left;
}
.table tr td {
    padding: 7px 7px;
    font-size: 12px;
}
.table th {
    font-size: 12px;
    padding: 9px 9px;
}
#custom-search-input {
    width: 100%;
    margin-bottom: 10px;
}
.tittle-page h4 {
    color: #546185;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0px;
    line-height: 34px;
}
.comp-code .flex-column {
    flex-direction: revert !important;
}
.comp-code .status {
    border-left: 0px dotted #D6D6D6;
}
.feedback h4 {
    font-size: 16px !important;
}
.for-border .flex-column {
    margin-bottom: 10px;
}
.for-border {
    margin-right: 0px;
    margin-left: 0px;
}
.personn-des {
    margin-right: 0px;
    margin-left: 0px;
}
.person-name {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.comp-code .status {
    padding-left: 15px;
}
.halfdiv {
    float: left;
    width: 50%;
    margin-top: 10px;
}
.my-attendance .border-rad {
    padding: 25px 30px;
}
.nav-tabs .nav-item a {
    font-size: 13px;
}
.feedback ul li {
    padding-right: 8px;
}
.badge {
    margin-left: 0px !important;
}
.Inventor-total tr td .btn-success.minus {
    background-color: #E6EAF1;
    border-color: #BEC4D2;
    color: #546185!important;
    border-radius: 00px !important;
    font-size: 12px !important;
    padding: 5px 15px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-right: 1px solid #BEC4D2;
    width: 50px;
}
.Inventor-total tr td .btn-success.plus {
    background-color: #E6EAF1;
    border-color: #BEC4D2;
    color: #546185!important;
    border-radius: 0px !important;
    font-size: 12px !important;
    padding: 5px 15px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-left: 1px solid #BEC4D2;
    width: 50px;
}
#quantity {
    width: 50px;
}
.Inventor-total .table th {
    font-size: 12px;
    padding: 9px 9px;
}
.Inventor-total {
    margin: 0px 0px;
}
.inprog .cd-timeline-img {
    display: none;
}
.inprog::before {
    width: 0px;
}
.timeline h5 {
    font-size: 14px !important;
    margin-bottom: 5px;
}
.timeline h4 {
    font-size: 13px !important;
}
.cd-timeline-content h2 {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
}
.padd-left {
    margin-top: 10px;
}
.emp-leave .present a {
    float: right;
}
.responsive-status
{
	padding-left: 0px !important;
}
.my-attendance .border-rad
{
	margin-top: 15px;
}
.my-attendance .border-rad.mt-4
{
	margin-top: 15px;
}
.my-attendance.my-cards .info-box-content {
    font-size: 36px;
    font-weight: 500;
    color: #5E7180;
    line-height: 32px;
}

}

#remove-scroll .nav-item:hover img{
background-color: #1CBB75;
width: 32px;
height: 32px;
display: flex;
padding: 7px;
justify-content: center;
align-items: center;
border-radius: 5px;
}
#remove-scroll .open a img {
    background-color: #1CBB75 !important;
    width: 32px;
     height: 32px;
    display: flex;
    padding: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    }
    #remove-scroll .open  img {
        display: none !important;
    }
    #remove-scroll .open  .on-hoverr {
        display: inline-block !important;
    }
    #remove-scroll  li:hover img {
        display: none !important;
    }
    #remove-scroll li:hover .on-hoverr {
        display: inline-block !important;
    }
    #remove-scroll  a img {
        background-color: transparent ;
         margin-right: 7px;
         padding: 7px;
         width: 35px;
         height: 35px;
        margin-top: -5px;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        }

       .sprte  h3 {
            color: #546185;
            margin: 0px;
            font-size: 15px !important;
            font-weight: 600;
           margin-left: 10px;
        }
        .main-page  h3 {
            color: #546185;
            margin: 0px;
            font-size: 18px !important;
            font-weight: 600;
            margin-bottom: 10px;

        }

        .table .btn-edit {
            background-color: rgba(0, 181, 226, 1);
            width: 30px;
            height: 30px;
            margin-right: 5px !important;
            display: flex;
            font-size: 30px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
          }
          .table img {
            width: 40px !important;
            border-radius: 0px !important;
            border: 0px !important;
          }
          .table tr td{
            text-align: center;
          }
          .table tr th{
            text-align: center;
          }

          .card-body .form-control{
            background-color: #ffffff;
            border: 1px solid #A5A0B4;
            padding: 4px 10px;
            border-radius: 5px;
            color: #A5A0B4;
            font-size: 13px;
            font-weight: 400;

          }
.table .badge-primary{
    font-size: 11px !important;
    font-weight: 400 !important;
    padding: 5px 10px!important;

}
.table .badge-success{
    font-size: 11px !important;
    font-weight: 400 !important;
    padding: 5px 10px!important;

}
.table .badge-info{
    font-size: 11px !important;
    font-weight: 400 !important;
    padding: 5px 10px!important;

}
.table .badge-warning{
    font-size: 11px !important;
    font-weight: 400 !important;
    padding: 5px 10px!important;

}
.table .btn-view {
    background-color:#08A660;;
    width: 30px;
    height: 30px;
 display: flex;
    margin-right: 5px !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .table .btn-del {
    background-color: rgba(255, 125, 117, 1);
    width: 30px;
    height: 30px;
 display: flex;
    margin-right: 5px !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .main-icon{
    display: inline-flex;
  }

  #removescroll .nav-link {
    display: flex !important;
  }

  .sidemenu-closed #remove-scroll .nav-item:hover .title{
display: none !important;
  }
  .sidemenu-closed i{
    margin-left: -3px !important;
  }

  .main-page .card{
    border-radius: 10px;
    padding: 20px 10px;
    float: left;
    width: 100%;
    box-shadow: 1px 2px 17px -10px rgb(84 97 133 / 60%);
    -webkit-box-shadow: 1px 2px 17px -10px rgb(84 97 133 / 60%);
    -moz-box-shadow: 1px 2px 17px -10px rgba(84,97,133,0.6);
  }
  .main-page .form-control{
    background-color: #ffffff !important;
    border: 1px solid #A5A0B4 !important;
    padding: 4px 10px !important;
    border-radius: 50px !important;
    color: #A5A0B4 !important;
    height: 37px !important;
    width: 100% !important;
    font-size: 13px !important;
    font-weight: 400 !important;
  }
  textarea{
    height: auto !important;
  }

  .nav-tabs .nav-item a{
    text-decoration: none;
  }
  a.schedule-meeting{
    text-decoration: none;
  }

  #custom-field .form-control {
    background-color: #ffffff !important;
    border: 0px !important;
    padding: 4px 10px;
    border-radius: 50px !important;
    color: #A5A0B4 !important;
    font-size: 13px;
    font-weight: 400;
}
.modal-header {
    background-color: #f5f5f5;
    padding: 7px 10px;
}
.modal .btn-default{
    color: #fff !important;
    border-radius: 34px !important;
    padding: 7px 20px !important;
    font-size: 12px !important;
    width: auto;
    background-color: #6c757d;
    font-weight: 400;
}
.page-content .card {
    position: relative;
    margin-bottom: 24px;
    /* margin-top: 10px; */
    border: 0px !important;
    background-color: #ffffff;
    border-radius: 10px !important;
    padding: 20px 24px 14px 24px!important;

    /* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%); */
    box-shadow: 1px 2px 17px -10px rgb(84 97 133 / 60%) !important;
}
@media(min-width: 1200px){
    .col-1-5{
      width: 20%;
      float: left;
      position: relative;
      /*min-height: 1px;*/
      padding-right: 5px;
      padding-left: 5px;
    }
  }

  @media(max-width: 1199px){
    .col-1-5{
      width: 25%;
      float: left;
      position: relative;
      /*min-height: 1px;*/
      padding-right: 5px;
      padding-left: 5px;
    }
  }

  @media(max-width: 1024px){
    .col-1-5{
      width: 50%;
      float: left;
      position: relative;
      /*min-height: 1px;*/
      padding-right: 5px;
      padding-left: 5px;
    }
  }

  @media(max-width: 768px){
    .col-1-5{
      width: 100%;
      float: left;
      position: relative;
      /*min-height: 1px;*/
      padding-right: 5px;
      padding-left: 5px;
    }
  }

 .main-page textarea{
    height: 100% !important;
  }

 .card-body .page_title{
    color: #546185;
    font-size: 19px !important;
    font-weight: 600;
    margin: 0px;
    line-height: 34px;
  }

  #imageUpload
{
    display: none;
}
#profileImage
{
    cursor: pointer;
}
#profile-container img {
    width: 150px;
    height: 150px;
}
.profile-picture img{
    height: 128px;
    width: 128px;
    object-fit: cover;
}
table  .btn-xs{
    font-size: 14px !important;
    font-weight: 400;
    line-height: normal !important;
    text-transform: none !important;
}

@media(max-width:772px){
    .limiter{
        font-size: 13px !important;
    }
}
.card.tabss{
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
}
.apexcharts-legend-text{
    font-size: 12px !important;
    font-weight: 600 !important;
}
#chart .apexcharts-legend {
    margin-top: 30px;
}

.on-hoverr{
    display: none;
}