label::selection {
  color: rgb(0, 0, 0);
  background: rgb(58, 190, 238);
}
.pull-right {
  float: right;
  margin-top: 2px;
}
form.right-align-inline-form select {
    width: 150px;
    margin-right: 10px;
    display: inline-block;
}
form.right-align-inline-form {
    float: right;
}
h6.card-title {
    line-height: 35px;
}
label.error{
  color: red;
  margin-top: 10px;
}
a.btn.btn-primary.btn-icon-text.mb-2.mb-md-0 {
    margin-right: 8px;
    padding: 4px 8px 4px 0;
  }
  svg.feather.feather-arrow-up {
    padding: 3px;
  }
  svg.feather.feather-arrow-down {
    padding: 3px;
  }
 
  img.rounded-circle.wd-35.empProfile {
    width: 74px;
  }
  .empStartTime {
    float: left;
    margin-left: 10px;
  }
  .empLoginTime {
    float: right;
    margin-right: 10px;
  }
  .empStatus {
    margin-top: 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border: 1px solid lightgray;
  }
  .empStatus-inner {
    display: inline-block;
    width: 100%;
	    float: left;
  }
  .empStatus-inner .empStartTime, .empStatus-inner .empLoginTime {
    text-align: center;
    width: 50%;
    float: left;
    margin: 0;
  }
  .current-login-status {
    color: red;
    display: inline-block;
    float: left;
    width: 50%;
  }
  .emploggerDetail {
    text-align: center;
    width: 50%;
    display: inline-block;
  }
  .empStatus p {
    font-size: 30px;
  }
  .emploggerDetail .hide-btn {
    display: none;
  }
  .current-login-status p {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
  }
  .emploggerDetail a {
    width: 100%;
    font-size: 17px;
    margin: 0 1%;
    display: inline-block;
    float: left;
  }
  /*.emploggerDetail a.btn.btn-primary.emplogin
  {
    width: 98%;
  }*/
  div#calendar {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    font-family: Helvetica, "Times New Roman", Times, serif;
}
div#calendar div.box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #787878;
}
div#calendar div.header {
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    top: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 0 10px;
}
div#calendar div.header a.prev, div#calendar div.header a.next {
    /* position: absolute; */
    top: 0px;
    height: 40px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}
div#calendar div.header span.title{
    color:#FFF;
    font-size:18px;
}
div#calendar div.header a.prev {
    float: left;
}
div#calendar div.header a.next {
    float: right;
}
div#calendar div.box-content{
    border:1px solid #787878 ;
    border-top:none;
}
div#calendar ul.label {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
    width: 100%;
}
div#calendar ul.label li {
    margin: 0px;
    padding: 0px;
    margin-right: 1%;
    float: left;
    list-style-type: none;
    width: 13.2857%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 15px;
    background-color: transparent;
}
div#calendar ul.dates {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 100%;
}
div#calendar ul.dates > li {
    margin: 0px;
    padding: 0px;
    margin-right: 1%;
    margin-top: 5px;
    line-height: 40px;
    vertical-align: middle;
    float: left;
    list-style-type: none;
    width: 13.2857%;
    font-size: 25px;
    background-color: #DDD;
    color: #000;
    text-align: center;
    padding: 5px;
}
div.clear{
  clear:both;
}
ul.timesheet-summery li {
    margin-bottom: 2px;
    float: left;
    width: 100%;
    padding: 2px;
    background: #fefefe;
    border: 1px solid #eeeeee;
}
ul.timesheet-summery li {
    font-size: 12px;
    line-height: 1;
}
ul.timesheet-summery li span {
    float: left;
    width: 70%;
    text-align: left;
}
ul.timesheet-summery {
    padding: 0;
    list-style: none;
}
ul.timesheet-summery li span + span {
    float: right;
    width: 30%;
    text-align: right;
}
ul.timesheet-summery li.time-sheet-logger-present {
    background-color: #3BB143;
}
ul.timesheet-summery li.time-sheet-logger-shortfullday {
    background-color: #AEF35A;
}
ul.timesheet-summery li.time-sheet-logger-halfday {
    background-color: #FFEE75;
}
ul.timesheet-summery li.time-sheet-logger-shorthalfday {
    background-color: #FEA610;
}
ul.timesheet-summery li.time-sheet-logger-absent {
    background-color: #FE8585;
}
p.employee-current-login-status.status-in {
    color: green;
}
p.employee-current-login-status.status-out {
    color: #FE8585;
}
p.employee-current-login-status-Break {
  color: #FEA610;
}
p.employee-current-login-status-Out {
  color: #FE8585;
}
a.btn.btn-success.emploan {
    color: #FFFFFF;
}

/* For Generate Salary */

input.form-control.employee {
    width: 150px;
}
input.form-control.month {
    width: 50px;
}
input.form-control.year {
    width: 65px;
}
input.form-control.salary {
    width: 100px;
}
input.form-control.tot_amount {
    width: 100px;
}

td.task-comment {
    padding: unset;
}

.task-comment .chat-wrapper {
    height: auto;
}
.chat-wrapper .chat-content .chat-body .messages .message-item {
    white-space: normal;
    word-break: break-all;
}



/* Task */
button.btn.btn-primary.btn-icon.commentTask {
    width: 90px;
    margin-left: 8px;
}
.chat-footer.d-flex {
    /*align-items: center;*/
}
.chat-body.ps.ps--active-y {
    overflow-y: auto !important;
    /*max-height: calc(100vh - 160px);*/
    max-height: calc(100vh - 210px);
    height: 100vh;
}
.chat-content.file-drop.dragOver {
  background: #F5F5F5;
  /*padding: 20px !important;*/
  /*transition: 1s;*/
  opacity: 0.5;
}
/*.form-group.row.task_info {
    padding: 5px 0px 0px;
}*/
p.task_description {
    margin: 10px 0px 10px;
}
button.btn.btn-outline-primary.pull-right.update_status {
    margin-top: 10px;
}


.table-responsive.taskreportstbl {
    overflow: visible;
}
.taskreportstbl .bootstrap-datetimepicker-widget table td {
    padding: 0;
}


/*.task_info_div {
    height: auto;
    width: 100%;
    border: 0px solid #000000;
}*/
.more-info-div {
  position: relative;
}
.task_info_div.slide-div {
  position: fixed;
  width: 740px;
  z-index: 1030;
  top: 0;
  bottom: 0;
  right: 0;
  animation-name: right-to-left-slide;
  animation-duration: 1s;
}
.task_info_div.slide-div .card {
    height: calc(100vh);
}
.task_info_div.hide-slide-div {
  /*position: absolute;*/
  position: fixed;
  width: 740px;
  z-index: 1000;
  top: 0;
  bottom: 0;
  /*height: auto;*/
  right: -100vw;
  /*display: none;*/
  animation-name: left-to-right-slide;
  animation-duration: 1s;
}
.status_update_svg svg {
  width: 16px;
  display: inline-block;
  float: left;
  height: auto;
  margin-right: 14px;
}
.status_update_svg svg.status-complted {
  background: #467761;
  border-radius: 100%;
}
.status_update_svg svg.status-pending-review {
  background: #bfcb07;
  border-radius: 100%;
  fill: #bfcb07;
}
.status_update_svg svg.status-pending-review g path {
    fill: #FFFFFF;
}
.status_update_svg svg:hover,.taskComment:hover,.due_date:hover,svg.pull-right:hover,.task_comments_svg:hover {
  cursor: pointer;
}
.status_update_svg svg.status-complted path {
    fill: #FFFFFF;
}
.task_comments_svg {
    margin-top: 6px;
}
.taskComment {
  display: inline-block;
  float: right;
}
.taskComment span {
  float: right;
  padding-right: 10px;
}
.task_name_info {
  float: left;
  /* margin-right: 14px; */
  margin-right: 5px;
  max-width: 430px;
}
input.task_name_update {
    max-width: 370px;
}
table input {
  border: none;
}
table input:hover {
  border: 1px solid #0000006b;
}
.taskComment {
  opacity: 0;
}
td.tbl-hvr-effect:hover .taskComment {
  opacity: 1;
}
svg.pull-right {
  width: 24px;
  height: auto;
}
.task_comments_svg {
    display: inline-block;
    position: relative;
}
.task_comments_svg svg{
  width: 20px;
  height: auto;
}


.form-group.row label {
  margin: auto 0;
}
.form-group.row label.label-description {
  margin: unset;
}
.more-info-div table td {
    padding: 4px;
}
.form-group.row {
    padding: 2px 0;
}
.div-loader {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20020;
  background: rgba(255,255,255,0.8);
  align-items: center;
  justify-content: center;
}
.has-loader .div-loader svg {
  width: 80px;
  height: 80px;
}
.has-loader .div-loader{
  display: flex;
}
textarea#chatForm {
    height: 100px;
}
tr.Completed *, tr.Completed svg {
    fill: #bbbbbb;
    color: #bbbbbb !important;
}
span.accordion-header-icon {
    height: 30px;
    width: 35px;
    display: inline-block;
}
.chat-wrapper .chat-content .chat-body .messages .message-item .content span {
    display: block;
}
.birthday-div{
  max-height: 500px;
  overflow-y: auto;
}
.birthday-div a.d-flex.align-items-center.border-bottom {
    padding: 6px 0;
}

.InOutPoupup:hover{
  cursor:pointer;
}
.preview {
  overflow: hidden;
  width: 160px; 
  height: 160px;
  margin: 10px;
  border: 1px solid red;
}
 
#profilePicModal .modal-body {
  min-height: 500px;
  max-height:500px;
  text-align: center;
}
#profilePicModal .modal-footer{
  justify-content: start;
}
.imgdiv {
  max-height: 450px !important;
}
.cropper-bg{
  width:100%;
}
.sb-radioGroup {
  display: flex;
    gap: 10px;
}
.sb-radioGroup .form-check{
  margin-top:0;
}
.sb-radioGroup .form-check-label{
  margin-bottom:0;
  margin-left:10px !important;
}
.modules-check{
    display:inline-block;
    margin-right:10px;
    min-width:180px;
  }
#change_pwd_form label.error{
  width:100%;
}
#sb_form select,#sd_form select{
  color:#000;
}
.without_ampm::-webkit-datetime-edit-ampm-field {
  display: none;
}


input[type=time]::-webkit-clear-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance:none;
  appearance: none;
  margin: -10px; 
}

@keyframes right-to-left-slide {
 from  {
  right: -100vw;
  display: none;
}
to {
  display: block;
  right: 0;
}
}
@keyframes left-to-right-slide {
 from  {
  display: block;
  right: 0;
}
to {
  right: -100vw;
  display: none;  
}
}
@media (min-width: 992px) {
    .task_info_div.slide-div .chat-wrapper .chat-aside {
     padding-right: 0.75rem !important;; 
    }
}
@media (min-width: 992px) {
  #model_comment .modal-dialog{
    max-width: 1200px !important;
  }
}
#model_comment .modal-dialog{
  width: 900px !important;
} 
.ql-toolbar.ql-snow{
  padding: 0;
}
#model_comment .editor_container{
  width: 83%;
}
.log-card {
    gap: 20px;
    background-color: #F9F9F9;
    cursor: default;
}

.log-badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-change {
    background: linear-gradient(135deg, #4a90e2, #2d89ef);
    box-shadow: 0 0 8px rgba(74,144,226,0.4);
}

.assignee-change {
    background: linear-gradient(135deg, #f39c12, #f1c40f);
    box-shadow: 0 0 8px rgba(243,156,18,0.4);
}
.taskname-change {
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
    box-shadow: 0 0 8px rgba(142, 68, 173, 0.5);
}
.duedate-change {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    box-shadow: 0 0 8px rgba(39, 174, 96, 0.5);
}
.project-change {
    background: linear-gradient(135deg, #d35400, #e67e22);
    box-shadow: 0 0 8px rgba(211, 84, 0, 0.5);
}
.log-time {
    font-size: 0.8rem;
    background: #eef1f6;
    padding: 4px 10px;
    border-radius: 50px;
    color: #555;
    white-space: nowrap;
    display: inline-block;
}
form#salaryTable table td {
  padding: 1px;
}
form#salaryTable table .form-control {
  padding: 1px;
}
form#salaryTable thead th {
  border-top: 0;
  border-bottom-width: 1px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
#model_comment .messages .message .bubble img{
  width: 60px;
  width: 60px;
}

::selection {
  background: #0078d7 !important;
  color: #FFFFFF !important;
}

/* For Firefox */
::-moz-selection {
  background: #0078d7 !important;
  color: #FFFFFF !important;
}
#viewsalary table tr td, #viewsalary table tr th{
  padding: 8px !important;
}
#model_comment .messages li{
  list-style-type: unset !important;
}
.ql-indent-1 {
    margin-left: 3em;
}