@import url('../../../../src/assets/css/dark/main.css');
@import url('../../../../src/plugins/css/dark/perfect-scrollbar/perfect-scrollbar.css');
@import url('./structure.css');
/*
    Importing highlight.js CSS code 

    Just for demo purpose only
	
	@Note:-  monokai-sublime.css stylesheet is for highliting the code;

*/
@import '../../../../src/plugins/src/highlight/styles/monokai-sublime.css';







/*CUSTOM CSS

/* Delete Modal*/
body.dark #deleteConformation .modal-content {
  border: 0;
  -webkit-box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
  box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
  padding: 30px;
}
body.dark #deleteConformation .modal-content .modal-header {
  border: none;
  padding: 0;
}
body.dark #deleteConformation .modal-content .modal-header .icon {
  padding: 7px 9px;
  background: rgba(231, 81, 90, 0.37);
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
}
body.dark #deleteConformation .modal-content .modal-header svg {
  width: 20px;
  color: #e7515a;
  fill: rgba(231, 81, 90, 0.37);
}
body.dark #deleteConformation .modal-content .modal-header .modal-title {
  color: #bfc9d4;
  font-size: 18px;
  font-weight: 700;
  align-self: center;
}
body.dark #deleteConformation .modal-content .modal-header .btn-close {
  color: #fff;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  font-size: 20px;
}
body.dark #deleteConformation .modal-content .modal-body {
  padding: 28px 0;
}
body.dark #deleteConformation .modal-content .modal-body p {
  color: #888ea8;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
body.dark #deleteConformation .modal-content .modal-footer {
  padding: 0;
  border: none;
}
body.dark #deleteConformation .modal-content .modal-footer [data-bs-dismiss=modal] {
  background-color: #fff;
  color: #e7515a;
  font-weight: 700;
  border: 1px solid #e8e8e8;
  padding: 10px 25px;
}
body.dark #deleteConformation .modal-content .modal-footer [data-remove=task] {
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
}
body.dark .task-list-section {
  display: flex;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body.dark .task-list-container {
  min-width: 309px;
  padding: 0 15px;
  width: 320px;
}
body.dark .task-list-container:first-child {
  padding-left: 0;
}
body.dark .task-list-container:last-child {
  padding-right: 0;
}

/*MODAL ASSISTENTE RECONCILIACAO*/
body.dark #assistente .modal-content {
  border: 0;
  -webkit-box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
  box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
  padding: 30px;
}
body.dark #assistente .modal-content .modal-header {
  border: none;
  padding: 0;
}
body.dark #assistente .modal-content .modal-header .icon {
  padding: 7px 9px;
  background: rgba(231, 81, 90, 0.37);
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
}
body.dark #assistente .modal-content .modal-header svg {
  width: 20px;
  color: #e7515a;
  fill: rgba(231, 81, 90, 0.37);
}
body.dark #assistente .modal-content .modal-header .modal-title {
  color: #bfc9d4;
  font-size: 18px;
  font-weight: 700;
  align-self: center;
}
body.dark #assistente .modal-content .modal-header .btn-close {
  color: #fff;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  font-size: 20px;
}
body.dark #assistente .modal-content .modal-body {
  padding: 28px 0;
}
body.dark #assistente .modal-content .modal-body p {
  color: #888ea8;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
body.dark #assistente .modal-content .modal-footer {
  padding: 0;
  border: none;
}
body.dark #assistente .modal-content .modal-footer [data-bs-dismiss=modal] {
  background-color: #fff;
  color: #e7515a;
  font-weight: 700;
  border: 1px solid #e8e8e8;
  padding: 10px 25px;
}
body.dark #assistente .modal-content .modal-footer [data-remove=task] {
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
}