#root {
  background-color: #f0f2f5;
}

.ant-layout {
  background-color: transparent;
}

/* html {
  overflow-x: hidden;
  overflow-y: scroll;
} */

#root,
body,
html {
  /* height: 100%; */
  min-height: 100%;
}

.ant-menu {
  overflow-x: hidden;
  overflow-y: hidden;
}

.custom-filter-dropdown {
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.custom-filter-dropdown input {
  width: 130px;
  margin-right: 8px;
}

.highlight {
  color: #f50;
}

*::-webkit-scrollbar,
.ant-menu::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

*::-webkit-scrollbar-track,
.menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

*::-webkit-scrollbar-thumb,
.menu::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px #2e698c;
}

/* 
.ant-table-header {
  overflow-x: hidden !important;
  margin-bottom: -1px !important;
  border-bottom: 1px solid #efefef;
}

.ant-col-8 .anticon {
  right: 40px !important;
}

.html2canvas-container {
  width: 100% !important;
  height: 5000px !important;
}

.vendor_lead_table .ant-table-row {
  height: 80px !important;
} */

.ant-modal-body {
  padding: 5px 0px 0px 24px !important;
}

.ant-layout-sider-children {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.bordered > li {
  border-bottom: 1px solid #efefef;
}

.bordered .ant-menu-item > a {
  border-bottom: 1px solid #efefef;
  position: relative;
  top: -1px;
}

.bordered .ant-menu-item:last-child > a {
  border-bottom: 0px !important;
}

.bordered .ant-menu-item {
  margin: 0px !important;
  padding-left: 35px !important;
}

.ant-upload.ant-upload-drag {
  padding: 5px 0px !important;
}

.ant-upload.ant-upload-drag .ant-upload-btn {
  margin-top: 10px !important;
}

.ant-form-explain {
  margin-top: 7px !important;
}

.m-signature-pad {
  position: relative;
  font-size: 10px;
  width: 100%;
  height: 300px;
  top: 50%;
  left: 0%;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.m-signature-pad--body {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 60px;
  border: 1px solid #f4f4f4;
}

.m-signature-pad--body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.m-signature-pad--footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 40px;
}

.m-signature-pad--footer .description {
  color: #c3c3c3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 1.8em;
}

.m-signature-pad--footer .button {
  position: absolute;
  bottom: 0;
}

.m-signature-pad--footer .button.clear {
  left: 0;
}

.m-signature-pad--footer .button.save {
  right: 0;
}

@media screen and (max-width: 1024px) {
  .m-signature-pad {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    min-width: 250px;
    min-height: 340px;
    margin: 0%;
  }

  #github {
    display: none;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .m-signature-pad {
    margin: 10%;
  }
}

@media screen and (max-height: 320px) {
  .m-signature-pad--body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 32px;
  }

  .m-signature-pad--footer {
    left: 20px;
    right: 20px;
    bottom: 4px;
    height: 28px;
  }

  .m-signature-pad--footer .description {
    font-size: 1em;
    margin-top: 1em;
  }
}

.btn.clear {
  padding: 5px 10px;
  outline: none;
  background-color: #fff;
  color: #086c95;
  height: 24px;
  line-height: 10px;
  cursor: pointer;
  border-radius: 14px;
  width: 70px;
  border: 1px solid #086c95;
  font-size: 12px;
}

.ant-upload.ant-upload-btn {
  margin: 0px !important;
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 10px !important;
}

.terms_conditions {
  height: 77px;
  border-radius: 5px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 0px;
  margin-bottom: 25px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.terms_conditions p {
  padding: 5px 10px;
  line-height: 17px;
  font-size: 10px;
}

.break_line {
  position: relative;
  width: 100%;
  /* border-top: 2px solid rgba(46, 107, 144,.2); */
  margin-top: 10px;
  /* margin-bottom: 12px; */
}

.html2canvas-container {
  width: 100% !important;
  height: 3000px !important;
}

#copyright {
  color: #086c95;
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

.mt-lg-10 {
  margin-top: 10px !important;
}

.mt-lg-20 {
  margin-top: 20px !important;
}

@media (min-width: 768px) {
  .terms_date_picker {
    position: relative;
    top: -10px;
  }

  .terms_date_picker .ant-form-item-control-wrapper {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 768px) {
  .ant-col-sm-24.ant-col-md-12 .ant-form-item {
    padding-left: 0px !important;
  }

  .mt-lg-10 {
    margin-top: 0px !important;
  }

  .ant-col-sm-24.ant-col-md-12:first-child {
    margin-top: 0px !important;
  }

  .checkboxWrapper {
    top: 0px;
  }

  .ant-collapse-content-box {
    padding: 10px !important;
  }

  .ant-btn {
    font-size: 11px !important;
  }

  .security_badge {
    display: none;
  }
}

@media (max-width: 600px) {
  label,
  input,
  .ant-select-selection__placeholder,
  .ant-select-search__field__placeholder {
    font-size: 11px !important;
  }

  .break_line p {
    font-size: 12px !important;
  }

  #copyright {
    font-size: 15px;
    margin-top: 10px;
  }
}

.ant-form-item-children {
  display: block;
}

.autocomplete-dropdown-container {
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 999;
  overflow-x: hidden;
  /* overflow-y : scroll; */
  font-size: 11px;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.autocomplete-dropdown-container div {
  padding: 9px 8px;
  position: relative;
  padding: 5px 8px;
  line-height: 20px;
  border-left: 1px solid #efefef;
  margin: 0px;
}

.autocomplete-dropdown-container .media .anticon {
  position: absolute;
  left: 4px;
  top: 7px;
}

.autocomplete-dropdown-container span {
  position: relative;
  left: 12px;
  top: -2px;
}

.address_autocomplete {
  position: relative;
}

.address_autocomplete .has-success.has-feedback .ant-form-item-children:after {
  top: 16px !important;
}
.ant-form-item-label {
  line-height: 30px !important;
}
.ant-form-item-label label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
  display: none;
}

.ant-btn-sm {
  /* height: 24px !important;
  width: 26px !important;
  padding: 3px 6px 3px !important; */
  font-size: 12px !important;
}

.input_currency_preform {
  position: absolute;
  z-index: 99;
  top: 3px;
  left: 10px;
  line-height: 27px;
  height: 27px;
  padding-right: 5px;
  border-right: 1px solid #efefef;
}

.input_currency_preform + .ant-input-number {
  padding-left: 30px;
}

.js-canvasTargetDom img {
  display: block;
  margin: 0px auto;
  border: 1px solid #efefef;
}

.ant-layout-header {
  position: relative;
}

.rdw-editor-main {
  padding: 0px 15px;
}

.ant-tabs-bar {
  margin-bottom: 0px !important;
  border: 0px !important;
}

.confirm_modal .ant-modal-body {
  padding: 32px 32px 24px !important;
}

.ant-layout-content {
  background: rgb(255, 255, 255);
  padding: 24px;
  margin: 20px 0px 0px;
  border-radius: 5px;
}

.ant-tabs {
  width: 100%;
}

/* Table edits  */

.ant-table-body {
  margin: 0px !important;
}

thead
  .ant-table-column-has-actions.ant-table-column-has-filters.ant-table-column-has-sorters {
  padding: 5px 0px 5px 8px !important;
  text-align: left !important;
  font-size: 12px !important;
  font-weight: 700;
}

thead th {
  line-height: 26px;
  text-align: center !important;
}

.ant-table-small td {
  font-size: 12px !important;
  text-align: center !important;
  position: relative;
  min-height: 50px;
  line-height: 16px;
  height: 50px;
  padding: 10px;
}

.ant-table-thead
  > tr
  > th.ant-table-column-has-filters
  .ant-table-column-sorter {
  right: 30px !important;
}

.ant-table-thead > tr > th {
  font-weight: 700;
}
.ant-input-number-handler-wrap {
  display: none;
}

.slack_note_item {
  position: relative;
}

.slack_note_item .delete_btn {
  position: absolute;
  right: 68px;
  top: 4px;
  z-index: 999;
}

.file_tree_wrapper {
  overflow-y: scroll !important;
  height: 500px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.file_tree_wrapper > ul {
  background-color: transparent !important;
}

.ftp_card {
  padding: 1em;
  border: 1px solid #efefef;
  margin: 0px 10px;
  border-radius: 5px;
}

.ftp_card .content img {
  display: block;
  margin: 15px auto;
  width: 70px;
}

.ftp_card .header {
  margin-top: 10px;
  font-weight: bold;
}

.ftp_card .meta {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ftp_card .description {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ftp_card .controller {
  display: flex;
}

.ftp_card .controller button {
  width: 48%;
  margin: 0px 1%;
}

.ant-tooltip-inner {
  padding: 10px 8px 4px;
}

.profile_media_photo {
  width: 150px !important;
  display: block;
  margin: 0px auto;
  border-radius: 50%;
}

.info_render_media_photo {
  width: 150px !important;
  display: block;
  margin: 0px auto;
  border-radius: 5px;
}

.header_profile_media_photo {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}

.ant-upload-list-item-name {
  line-height: 20px !important;
}

.page_header-dropdown_wrapper:hover {
  border-bottom: 1px solid #086c95;
}

.no_border_btn {
  outline: none;
  border: 0px !important;
  transition: opacity 0.2s ease;
  background-color: transparent !important;
  cursor: pointer;
}
.no_border_btn:disabled {
  outline: none;
  opacity: 0.5;
}

.password_preview {
  margin-top: 3.7em;
  margin-bottom: 1em;
  border: 1px solid #efefef;
  padding: 0.6em;
  min-height: 31px;
  /* margin-right:5px; */
  border-radius: 10px;
}

.blockbuilder-branding {
  display: none !important;
}
.form_label_btn {
  position: absolute !important;
  right: 3px !important;
  top: -34px !important;
  height: 24px !important;
}
.divider_btn {
  position: absolute;
  right: 0px;
  z-index: 999;
  top: -7px;
}
.draft_toggle_btn {
  border: 0;
  position: relative;
  top: 5px;
  height: 36px;
  border: 0px;
  margin-left: 8px;
  border-radius: 0px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.draft_toggle_btn:hover {
  background-color: #f2f2f2;
}
.draft_menu {
  height: 200px;
  overflow-y: scroll;
}

.write_up_text_editor {
  margin-top: 20px;
  line-height: 28px;
}

.permissions_wrapper {
  margin: 20px 0px 10px;
  padding: 0px 10px;
  float: left;
  width: 50%;
}
.permissions_wrapper .key_title {
  text-transform: capitalize;
  border-bottom: 1px solid #efefef;
  padding-bottom: 0px;
}
.permissions_container {
  overflow: auto;
}
.permissions_container:after {
  content: "";
  clear: both;
}

textarea.ant-input {
  line-height: 21px;
}

.inner_table_btn {
  height: 23px !important;
}

.application_log_wrapper {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 20px 20px 50px 20px;
}

.ant-collapse-content-box {
  overflow: auto;
}
.ant-collapse-content-box .autocomplete-dropdown-container {
  position: relative !important;
}

.lender_submission_status_wrapper {
  position: relative;
  padding: 15px 20px 5px;
  margin-top: 40px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.lender_submission_status_wrapper.approved {
  background-color: #bae6d2;
}
.lender_submission_status_wrapper.pending {
  background-color: #ffffe0;
}
.lender_submission_status_wrapper.declined {
  background-color: #fdb99e;
}

.ant-drawer-header {
  padding: 0px !important;
}
.notifications_wraper:after {
  top: -6px;
  right: 26px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.notifications_wraper .notification_holder {
  overflow-y: scroll;
  height: 100%;
}
.notifications_header {
  line-height: 35px;
  font-size: 13px;
  border-bottom: 1px solid #efefef;
  font-weight: bold;
  padding: 10px 5px 10px 10px;
}
.notifications_header .close_icon {
  font-size: 20px;
  float: right;
  position: relative;
  top: 8px;
  right: 5px;
}
.notifications_header .media .anticon {
  color: #086c95;
  cursor: pointer;
  float: right;
  font-size: 20px !important;
  margin-top: 9px;
  margin-right: 22px;
}
.notifications_wraper .notification_item {
  border-bottom: 1px solid #efefef;
  display: flex;
  padding-top: 10px;
  min-height: 44px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  transition: background-color 0.2s ease;
}
.notifications_wraper .notification_item:hover {
  background-color: #efefef;
}
.notifications_wraper .notification_item .title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 18px;
  border-bottom: 1px solid #efefefef;
  margin-right: 10px;
}
.notifications_wraper .notification_item .description {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 12px;
}
.notifications_wraper .notification_item .date {
  text-align: right;
  float: right;
  position: absolute;
  bottom: 2px;
  font-size: 9px;
  right: 5px;
  line-height: 15px;
}
.notifications_wraper .notification_item .media {
  width: 10%;
  padding-right: 15px;
  border-right: 1px solid #efefef;
}
.notifications_wraper .notification_item .media .anticon {
  font-size: 17px !important;
  position: absolute;
  top: 50%;
  transform: translate(0px , -50%);
  left: 9px;
}
.notifications_wraper .notification_item .content {
  width: 90%;
  padding-left: 5px;
  padding-right: 10px;
}
.ant-layout-sider-children {
  overflow: hidden !important;
}
.ant-tabs-nav .ant-tabs-tab {
  font-size: 14.5px;
  font-weight: 500;
  padding-bottom: 18px !important;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #efefef;
  height: 100%;
  margin: 0px !important;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav .ant-tabs-tab-active {
  background-color: #d6e7ef;
  /* font-weight: bold !important; */
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #d6e7ef !important;
}
.ant-tabs-ink-bar {  
  bottom: 2px;
  left: 0;  
  height: 1px;
  background-color: #086c95;
}
.ant-breadcrumb {
  margin: 20px 0px 5px !important;
}
.echarts-for-react  {
  height: 100% !important;
}
.hide {  
  display: none;
}
.delete_btn_menu {
  position: absolute;
  right: 7px;
  margin-top: 4px;
}
.delete_btn_menu i {
  display: block;
  margin: 0px auto !important;
}

.ant-input-search .ant-input-suffix{
  right: 20px;
}

.password_disabled .ant-input {
  pointer-events: none;
}
.ant-breadcrumb-link {
  text-transform: capitalize;
}

#canvasTargetDom img{
  max-height: 120px !important;
  width: auto !important;
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow, .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {  
  right: 0px !important;
}
