/*
    .wrapper{
        height: 94vh!important;
    }
    .wrapper::-webkit-scrollbar {
        width: 7px;
        background-color: #4d3a3a;
        height: 7px;
    }
    .wrapper::-ms-overflow-style {
        -webkit-border-radius: 5px;
        border-radius: 30px;
        background: #4d3a3a;
    }
    .wrapper::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px;
        border-radius: 30px;
        background: #4d3a3a;
    }
    .wrapper::-webkit-scrollbar-track {
        background-color: #e9edf0;
        border-left: 1px solid #ededed;
    }
*/

.ff-item-files {
  width: 100% !important;
  height: 50% !important;
}

/*
    .ff-item-files{
        border:1px solid gray!important;
        border-style: dashed!important;
        width: 100%!important;
        height: auto!important;
        text-align: center!important;
        cursor: pointer!important;
        background: transparent;
    }
    #item_attached_images{
        padding: 2px!important;
        width: 100%!important;
        height: 100%!important;
        border: 2px solid red;
    } */

/* .drag-n-drop{
        opacity: 0.7px!important;
        color: lightgray!important;
        font-weight:lighter!important;
        position: relative;
        z-index: 999;
        top: -50%!important;
    } */

#dropzone {
  margin: 1rem 0;
}

.dropzone {
  border: 2px dashed #4285f4 !important;
  border-radius: 3px;
  background: #292b4a !important;
  /* min-height: 250px!important; */
}

.dropzone .dz-message {
  font-weight: 400;
}

.dropzone .dz-message .note {
  font-size: 0.7rem;
  display: block;
  margin-top: 1rem;
  color: #7c83a9 !important;
}

.dropzone .dz-message .dz-button {
  margin-top: 3rem;
  background: transparent;
  color: #7c83a9 !important;
  font-size: 1.3rem !important;
}

#dropzone-sm {
  margin: 0;
}

#dropzone-sm .dropzone {
  border: 1px dashed #4285f4 !important;
  border-radius: 3px;
  background: #37395d !important;
  min-height: 174px !important;
}

#dropzone-sm .dropzone .dz-message {
  font-weight: 400;
  margin: 0;
}

#dropzone-sm .dropzone .dz-message .note {
  font-size: 0.7rem;
  display: block;
  margin-top: 1rem;
  color: #7c83a9 !important;
}

#dropzone-sm .dropzone .dz-message .dz-button {
  margin: 3rem 0 0 0;
  background: transparent;
  color: #7c83a9 !important;
  font-size: 1rem !important;
}

.dropzone .dz-message .dz-button {
  margin-top: 3rem;
  background: transparent;
  color: #7c83a9 !important;
  font-size: 1.3rem !important;
}

#dropzone-sm .dropzone .dz-message .dz-button {
  margin: 3rem 0 0 0;
  background: transparent;
  color: #7c83a9 !important;
  font-size: 1rem !important;
}

#view-request-left {
  max-height: 50vh !important;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px !important;
}

#view-request-left::-webkit-scrollbar {
  width: 2px;
  margin-left: 5px;
  display: none;
}

#view-request-left::-ms-overflow-style {
  -webkit-border-radius: 5px;
  border-radius: 30px;
  background: var(--iq-card-shadow-1);
}

#view-request-left::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 30px;
  background: var(--iq-card-shadow-1);
}

#view-request-left::-webkit-scrollbar-track {
  background-color: var(--iq-secondary);
  /* border-left: 1px solid var(--iq-card-shadow-1); */
}

#view-request-left:hover {
  cursor: pointer;
}

#request-form-comments {
  max-height: 220px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

#request-form-comments::-webkit-scrollbar {
  /* width: 2px; */
  /* margin-left: 5px; */
  display: none;
}

#request-form-attachments {
  max-height: 220px !important;
  overflow-y: scroll;
  overflow-x: hidden;
  /* padding-right: 2px!important; */
}

#request-form-attachments::-webkit-scrollbar {
  /*width: 2px;
    margin-left: 5px; */
  display: none;
}

.pul {
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  transition: 1s !important;
  margin-bottom: 10px !important;
}

fieldset {
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 30px;
}

fieldset > legend {
  width: 300px !important;
}

.control-label {
  font-weight: lighter !important;
  font-size: 12px;
}

.mlr-10 {
  margin: 10px !important;
}

.mlr-10 > select,
input {
  height: 35px !important;
}

.add-tr {
  background: transparent !important;
}

.add-tr > td {
  font-size: 12px !important;
  width: 100%;
  padding: 10px;
}

.extra-data4-adds {
  padding: 10px;
  height: 30vh !important;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px !important;
}

.extra-data4-adds::-webkit-scrollbar {
  width: 2px;
  margin-left: 5px;
  display: none;
}

.extra-data4-adds::-ms-overflow-style {
  -webkit-border-radius: 5px;
  border-radius: 30px;
  background: var(--iq-card-shadow-1);
}

.extra-data4-adds::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 30px;
  background: var(--iq-card-shadow-1);
}

.extra-data4-adds::-webkit-scrollbar-track {
  background-color: var(--iq-secondary);
  /* border-left: 1px solid var(--iq-card-shadow-1); */
}

#ui-datepicker-div {
  display: none;
}

#chat-side-scroller::-webkit-scrollbar {
  display: none;
}

.modal-content {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.badge-pill {
  cursor: pointer !important;
}

/* Attached Files */

.doc-file {
  border-radius: 10px !important;
  padding: 0px !important;
  margin: 0 auto !important;
}

a.doc-file {
  margin: 0 auto !important;
}

.item-srm-del-icon {
  color: #fff !important;
  background-color: #800020 !important;
  margin-top: -10px;
  left: 85%;
  padding: 0px !important;
  position: relative;
  z-index: 999999;
  border: 2px solid #800020;
  border-radius: 10%;
  cursor: pointer;
}

.item-srm-del-icon i {
  padding-left: 5px !important;
  z-index: 99;
  margin: 0 auto;
}

.parent-file img {
  width: 100% !important;
  height: 320px;
}

.src-file-holder {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.src-file-holder::-webkit-scrollbar {
  width: 5px;
  margin-left: 5px;
  /* display:none; */
}

.src-file-holder::-ms-overflow-style {
  -webkit-border-radius: 5px;
  border-radius: 30px;
  background: var(--iq-bg-dark-bg);
}

.src-file-holder::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 30px;
  background: var(--iq-bg-dark-bg);
}

.src-file-holder::-webkit-scrollbar-track {
  background-color: var(--iq-secondary);
  /* border-left: 1px solid var(--iq-bg-dark-bg); */
}

/* End Attached FIles */

.req-pv-action-icons {
  cursor: pointer !important;
}

/* Shimmer  Animation */

@keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}

@-webkit-keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}

.req-shim {
  animation: pulse 1.3s infinite ease-in-out !important;
  -webkit-animation: pulse 1.3s infinite ease-in-out !important;
}

.this-footer {
  width: 1005 !important;
  padding: 0px !important;
  display: flex !important;
}

.this-footer button {
  /* border: 1px solid #6e6e66!important; */
  border: none !important;
  border-radius: 1% !important;
  margin: 0 auto !important;
  width: 50% !important;
  height: 50px !important;
  cursor: pointer !important;
}

.cursor-style {
  cursor: pointer !important;
}

.this-footer .btn-l {
  border-right: 1px solid #6e6e66 !important;
}

.action-btn {
  padding-right: 1px !important;
}

.gtfg:hover {
  text-decoration: none !important;
  background-color: transparent;
}

/* ADMIN PV & REQUEST COMMENTS */

#admin_comment_form_parent {
  visibility: visible;
  position: fixed !important;
  /* width: 50%!important; */
  margin: 0 auto !important;
  z-index: 99999999999;
  bottom: 20px;
  left: 0 !important;
  right: 0 !important;
  /* 30px from the bottom */
}

#admin-comment-data {
  /* height: 40px!Important; */
  border-radius: 5px !important;
  background-color: #fff !important;
  color: #333 !important;
}

#admin-comment-data::placeholder {
  color: #292b4a !important;
  resize: none !important;
}

#admin_comment_form_parent.show_now {
  visibility: visible;
  -webkit-animation: fadein1 0.5s, fadeout1 0.5s 2.5s;
  animation: fadein1 0.5s, fadeout1 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein1 {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein1 {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout1 {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout1 {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

#attach-request-file {
  cursor: pointer;
}

.file-del {
  cursor: pointer;
}

/* END ADMIN PV & REQUEST COMMENTS */

.dropdown-toggle::after {
  display: none !important;
}

/* PAGE ACCESS CONTROL */

.full_access_1 {
  display: block;
}

.full_access_0 {
  display: none !important;
}

.create_1 {
  display: block;
}

.create_0 {
  display: none !important;
}

.read_1 {
  display: block;
}

.read_0 {
  display: none !important;
}

.update_1 {
  display: block;
}

.update_0 {
  display: none !important;
}

.delete_1 {
  display: block;
}

.delete_0 {
  display: none !important;
}

#ps-items,
#ps-coa,
#ps-supplier,
#ps-requests,
#ps-pv {
  display: none;
}

#primary-organization {
  color: #292b4a !important;
}

#merchant-container {
  max-height: 250px !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* HOME */
.invite-list {
  max-height: 180px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.invite-list::-ms-overflow-style {
  -webkit-border-radius: 5px;
  border-radius: 30px;
  background: var(--iq-bg-dark-bg);
}

.invite-list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 30px;
  background: var(--iq-bg-dark-bg);
}

.invite-list::-webkit-scrollbar-track {
  background-color: var(--iq-secondary);
  /* border-left: 1px solid var(--iq-bg-dark-bg); */
}

.invite-list::-webkit-scrollbar {
  /*width: 2px;
    margin-left: 5px; */
  display: none;
}

.dropdown-item {
  cursor: pointer !important;
}

/* .text-black{
    color: #333!important;
} */

.form-check-border:hover {
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  transition: 0.4s !important;
  margin-bottom: 10px !important;
}

/* TOP BAR HIDDEN SIDEMENU CALL */
/* Mobile Devices */
.top-bar-menu-icon {
  padding: 0px 1px 0px 1px !important;
}
@media (max-width: 480px) {
  .top-bar-menu-icon {
    display: inline-block;
  }
  /* div#navbarSupportedContent.navbar-collapse.collapse{
        width: 368px;
    } */
  .user-profile-list {
    position: absolute;
    top: 24px !important;
    z-index: 99999;
    right: 0px !important;
    margin-right: 8px;
  }
  .iq-search-bar {
    margin-bottom: 10px;
  }
  #user-profile > a > img {
    margin-top: 19px;
    width: 35px !important;
    height: 35px !important;
  }
  button.navbar-toggler.navbar-btn {
    position: absolute;
    margin-top: 19px !important;
    z-index: 999999;
    right: 60px;
  }
  .auth-slide {
    display: none !important;
  }
}

/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 557px) {
  .top-bar-menu-icon {
    display: inline-block;
  }
  .user-profile-list {
    position: absolute;
    top: 24px !important;
    z-index: 99999;
    right: 0px !important;
    margin-right: 8px;
  }
  .iq-search-bar {
    margin-bottom: 10px;
  }
  #user-profile > a > img {
    margin-top: 19px;
    width: 35px !important;
    height: 35px !important;
  }
  button.navbar-toggler.navbar-btn {
    position: absolute;
    margin-top: 19px !important;
    z-index: 999999;
    right: 60px;
  }
  .auth-slide {
    display: none !important;
  }
}

@media (min-width: 558px) and (max-width: 991px) {
  .iq-search-bar {
    width: 100% !important;
  }
  .top-bar-menu-icon {
    display: inline-block;
  }
  /* .user-profile-list {
        position: absolute;
        top: 24px !important;
        z-index: 99999;
        right: 0px !important;
        margin-right: 8px;
    } */
  .user-profile-list {
    margin-top: 12px !important;
    right: 0px !important;
    margin-right: 10px;
  }
  /* .iq-search-bar {
        margin-bottom: 5px;
    } */

  .sign-in-detail {
    padding: 100px;
    height: 85vh;
  }
}

/* Tablets iPads (Portrait) */
@media (min-width: 992px) and (max-width: 1024px) {
  .top-bar-menu-icon {
    display: inline-block;
  }

  .user-profile-list {
    position: absolute;
    top: 24px !important;
    z-index: 99999;
    right: 0px !important;
    margin-right: 8px;
  }

  .iq-search-bar {
    margin-bottom: 5px;
  }

  .sign-in-detail {
    padding: 100px;
    height: 86vh;
  }
}

/* Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1299px) {
  .top-bar-menu-icon {
    display: inline-block;
  }

  .sign-in-detail {
    padding: 100px;
    height: 85vh;
  }
}

/* Big boi Monitors */
@media (min-width: 1300px) {
  .top-bar-menu-icon {
    display: none !important;
  }

  .sign-in-detail {
    padding: 100px;
    height: 90vh;
  }
}

/* NOTIFICATION HOLDER */
#notify-area-list {
  max-height: 330px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px !important;
}
#notify-area-list::-webkit-scrollbar {
  width: 2px;
  margin-left: 5px;
  display: none;
}
#notify-area-list::-ms-overflow-style {
  -webkit-border-radius: 5px;
  border-radius: 30px;
  background: var(--iq-card-shadow-1);
}
#notify-area-list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 30px;
  background: var(--iq-card-shadow-1);
}
#notify-area-list::-webkit-scrollbar-track {
  background-color: var(--iq-secondary);
  /* border-left: 1px solid var(--iq-card-shadow-1); */
}
.side-req-pv-list {
  cursor: pointer !important;
}

/* LIVE CHAT */

.chat-content {
  height: 65vh !important;
}

/* .chat-data-block{
    height: 60vh !important;
} */

/* .auth-slide {
    height: 60vh!important;
} */

/* GOOGLE TRANSLATOR */

#bills-content {
  padding: 10px 8px 10px 0px;
  max-height: 40vh !important;
  overflow-y: scroll;
  overflow-x: hidden;
}
#bills-content::-webkit-scrollbar {
  display: none;
}
.btn-black {
  background-color: var(--iq-dark);
  color: var(--iq-body-bg);
}
.btn-black:active {
  background-color: var(--iq-black);
  color: var(--iq-card-bg);
}
.btn-black:hover {
  background-color: var(--iq-black);
  color: var(--iq-card-bg);
}

li.active a {
  /* color: var(--iq-info) !important; */
}
li.active a > span {
  color: var(--iq-info) !important;
}

li.active a > span.menu-drop {
  /* background-color: var(--iq-icon-color)!important; */
  color: var(--iq-info-dark) !important;
  font-weight: bolder;
}
.ri-add-circle-line,.ri-add-circle-fill{
  font-size: 1.6em;
  cursor: pointer;
}

.btn-pd{
  padding-top:1px!important;
  padding-bottom:1px!important;
}

/* [data-theme="dark"]{
  .md-label{
    color: black!important;
  }
}

[data-theme="light"]{
  .md-label{
    color: #595959!important;
  }
} */

.md-label{
  color: black!important;
}

.md-label{
  background-color: var(--iq-body-text)!important;
}

[data-theme="dark"]{
  .modal-content{
    background-color: var(--iq-body-text)!important;
  }
}


.page-modal{
  background: rgba( 89, 89, 89, 0.05);
  box-shadow: 10px 20px 20px 10px rgba( 0, 0, 0, 0.1);
  backdrop-filter: blur( 10.0px);
  -webkit-backdrop-filter: blur( 10.0px);
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18);
  transition: .3s !important;
}

.page-modal{
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0px 2px 4px 0 rgba(179, 179, 179, 0.19) !important;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0px 2px 4px 0 rgba(179, 179, 179, 0.19) !important;
  -moz-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0px 2px 4px 0 rgba(179, 179, 179, 0.19) !important;
  -o-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0px 2px 4px 0 rgba(179, 179, 179, 0.19) !important;
  transition: .5s !important;
}


/* SHADOW LOADING */

/* --iq-card-shadow-2 */