.m-b-40{
    margin-bottom: 40px;
}
.login-pages {
    /* background: #f2f7ff; */
    position: absolute;
    height: 100%;
    width: 100%;
}

.nav-bar {
    display: flex;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    padding: 10px 5%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, .1);
}

.nav-item {
    text-align: center;
}

.nav-item:nth-child(2) {
    margin-left: auto;
}

.nav-bar .heading {
    color: #1CB571;
    letter-spacing: 4.2px;
}

.login-bg-images img:nth-child(2) {
    margin-bottom: 20px;
}

.pull-center {
    margin-left: 50px;
    text-align: center;
}

.pull-center img {
    height: 30px;
}

.form-control.error {
    border-color: #f05050 !important;
}

.form-error-input {
    border: 1px solid #f05050;
}

.form-error-msg {
    color: #f05050;
    margin-left: 5px;
    margin-top: 5px;
}

.offer-image {
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    /* display: inline-block;*/
}

.text-center {
    text-align: center;
}
/*full calendar*/
.fc-day-grid-event .fc-time{
    display: none;
}

.d-flex-c{
    display: flex;
    align-items: center;
}

.d-flex-c i{
    font-size: 12px;
    margin-right: 6px;
}
.d-flex {
    display: flex;
}

.d-flex .col {
    flex: 1;
}

.d-flex .col .card-box {
    margin: 0 10px;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.m-l-auto {
    margin-left: auto !important;
}

.justify-content {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.map-cont {
    height: 37rem;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #d5d5d5;
}

.map-cont-large {
    height: 37rem;
}

#map {
    height: 100%;
    width: : 100%;
}

#statTable tr > td{
    max-width: 175px;
    word-break: break-word;
}

.d-flex .form-group {
    margin-bottom: 10px;
}

.note-help {
    display: none;
}

.form-control[readonly] {
    background-color: #fff;
}

div.dataTables_filter input{
    display: flex;
}

.sectionDrag {
    background-color: #fff;
    /*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
    padding: 5px;
}

.sectionDrag.ui-sortable-helper {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#templateContainer {
    height: 70rem;
    overflow-x: scroll;
}

#pageContainer {
    padding: 20px;
}

.template-segment {
    margin: 10px 0;

}

.doc-page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}

.doc-page-container {
    width: calc(594px + 80px);
    overflow: hidden;
    /*background-color: #fff;*/
    margin: 0 auto;
    padding: 40px;
    margin-bottom: 0.5cm;
    /*box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.3);*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    word-break: break-word;
}

.paper-texture {
    /*background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmYWZhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');*/
    background: -moz-linear-gradient(0deg, #ebf0f2b0 1px, #ffffff 1px);
    background: -webkit-linear-gradient(0deg, #ebf0f2b0 1px, #ffffff 1px);
    background: linear-gradient(90deg, #ebf0f2b0 1px, #ffffff 1px);
    -moz-background-size: 5px 5px;
    -o-background-size: 5px 5px;
    -webkit-background-size: 5px 5px;
    background-size: 5px 5px;
}

.doc-page {
    position: relative;
    height: calc(840px + 80px);
    /*height: 29.7cm;*/
    -moz-column-width: calc(594px + 80px);
    -webkit-column-width: calc(594px + 80px);
    column-width: calc(594px + 80px);

    -moz-column-gap: 80px;
    -webkit-column-gap: 80px;
    column-gap: 80px;
}

.doc-page img{
    max-width: 100%;
}

@media print {

    body,
    .doc-page-container {
        margin: 0;
        box-shadow: 0;
    }
}

.change-profile .dropzone {
    padding: 0px;
    border: none;
    min-height: 115px;
}

.change-profile .dropzone .dz-preview {
    margin: 0px;
    z-index: 0;
}

.change-profile .dropzone .dz-preview .dz-image {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    z-index: 10;
}

.change-profile .dropzone .dz-preview .dz-details {
    display: none;
}

.change-profile .dropzone .dz-preview .dz-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.change-profile .change-text {
    position: absolute;
    left: 27%;
    top: 85px;
}

.badge-gray {
    background-color: #9e9e9e;
}

.time-item-add {
    border-radius: 25px;
    height: 25px;
    /* width: 25px; */
    margin-left: 0px;
    left: 15px;
    bottom: 0px;
    position: sticky;
    padding: 0px 10px;
    z-index: 2;
}

.editable-buttons {
    margin-top: 10px;
}

.editable-submit {
    margin-right: 10px;
}

.item-info p {
    /*margin-bottom: 3px !important;*/
    word-break: break-word;
}

/*#commentContainer {
    height: 70rem;
    overflow-x: scroll;
    padding: 0 10px;
    margin: 0 -10px;
}

#commentContainer .list-group-item.disabled {
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 10px;
}

#commentContainer .badge {
    font-size: 10px;
    margin: 0 0 0 5px;
}*/

#commentParentContainer {
    position: relative;
    padding: 10px 0;
}

#commentParentContainer:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background: linear-gradient(#ffffff 0%, transparent 100%);
    width: 100%;
    height: 30px;
    z-index: 1;
}

#commentParentContainer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent 0%, #ffffff 100%);
    width: 100%;
    height: 30px;
    z-index: 1;
}



.notification-unread {
    background: aliceblue;
}

.dropzone .dz-preview .dz-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.info-view1 {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 5px 13px;
}

.info-view {
    position: absolute;
    top: 45px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.info-view button {
    padding: 5px 10px;
    width: 32px;
}

.logo-container {
    text-align: center;
}

.logo-container .large-img {
    height: 100%;
    width: 180px;
}

.logo-container .small-img {
    height: 100%;
    width: 100px;
}

.logo-container .x-small-img {
    height: 100%;
    width: 30px;
}

.name-role-container {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-close {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 15px;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.col-custom {
    flex: 1 1 auto;
    min-width: 210px;
}

.block-loader-container {
    position: relative;
    cursor: pointer;
}

.block-loader {
    position: absolute;
    height: 100%;
    width: 0%;
    background: #8bc34a2e;
}

.dt-buttons {
    float: right;
    margin-left: 20px;
    clear: both;
}

/*Timeline*/
.timeline-2{
    position:static;
}

.left-comment-bar{
    height: 70rem;
    overflow-x: scroll;
    padding: 0 10px;
    margin: 0 -10px;
}
.comment-content {
    /* background: #5FBEAA; */
    /* color: #fff; */
    padding: 10px 12px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.caption-container {
    text-align: center;
    position: relative;
    max-width: 150px;
}

.caption-container span {
    height: 20px;
    width: 20px;
    margin-left: 2px;
    position: absolute;
    bottom: -10px;
    font-size: 10px;
    left: 32px;
    padding: 5px;
    transform: translate(-50%, -50%);
    min-width: 0px;
}

.caption-container figcaption {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 66px;
    font-size: 12px;
}

.flex-container {
    display: flex;
    gap: 10px;
    align-items: baseline;
    flex-wrap: wrap;
}

.workprofile-img {
    height: 40px;
    position: relative;
    width: 40px;
    border-radius: 50%;
    /* padding: 5px; */
    /*background: #66666678;*/
    background: #dadada;
    margin: auto;
}

.workprofile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 3px;
}

.status-img-container {
    /* background: #9999997a; */
    border-radius: 50%;
}

/*.left-comment-bar .flex-container{display: flex;}*/
.comment-content {
    /* background: #5FBEAA; */
    /* color: #fff; */
    padding: 10px 12px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}
.comments-data{
    margin-bottom: 6px !important;
}
.comments-data p {
    margin-bottom: 0px !important;
}
.comment-content .comments-data {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    align-items: center;
}

.comment-content h5 {
    font-weight: bold;
    margin: 0px;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 15px;
}

.comment-content .comments-data span {
    margin-left: 3px;
}

.comment-content .comments-data span img {
    height: 15px;
    width: 15px;
}

.workprofile-img.active {
    background: #81C868;
}

.workprofile-img.pending {
    background: #ffbd4a;
}
.workprofile-img.pushback {
    background: #f05050;
}

.timeline-comments {
    /* margin-left: 40px; */
    /* border-left: 1px solid #999; */
    padding-left: 20px;
    margin-bottom: 18px
}

.timeline-comments span {
    margin-left: 3px;
}

.timeline-comments em {
    font-size: 13px;
    font-style: normal;
    word-break: break-word;
}

.timeline-comments-container {
    border-left: 1px solid #00000033;
    margin-left: 38px;
    margin-top: 25px;
}

.timeline-comments .comments-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.attachment-view-link{
    display: block;
    text-align:center;
    cursor: pointer !important;
}

.bootstrap-tagsinput {
    width: 100%;
}
.timeline-comments{position: relative;}
.removeComment{position: absolute;top: 0;right: 0;}
/*Timeline end*/
/*Calendar*/
.fc-event .fc-content {
    text-align: left;
}
.fc-event{
    cursor: pointer;
}

@media only screen and (max-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
    .login-bg-images img:nth-child(1) {
        display: none;
    }
}

@media only screen and (max-device-width: 990px) {
    .login-bg-images img:nth-child(2) {
        display: none;
    }

    .small-img {
        display: none;
    }

    .x-small-img {
        display: inherit !important;
    }

}
.alter-width .form-group{
    max-width: 300px;
    flex: 1 1 300px;
}
.w-space{
    white-space: nowrap;
}
/*Password Policy*/
.popover{min-width: 190px !important;}
.field__rules {
  /*-moz-column-count: 2;
       column-count: 2;*/
  padding: 5px;
  font-size: 0.8em;
  list-style: none;
}
.field__rules > li {
  display: flex;
  align-items: center;
  padding: 3px 0;
  color: rgba(17, 17, 17, 0.6);
  transition: 0.2s;
}
.field__rules > li::before {
  content: "✔";
  display: inline-block;
  color: #DDD;
  font-size: 1em;
  line-height: 0;
  margin: 0 6px 0 0;
  transition: 0.2s;
}
.field__rules > li.pass {
  color: #111;
}
.field__rules > li.pass::before {
  color: #2B93D9;
  text-shadow: 0 0 8px currentColor;
}
.dropzone .dz-preview .dz-error-message{
    top:-30px !important;
}
