.btn-yellow {
  background: #FFC500;
  border-radius: 8px !important;
  color: white !important;
}
.btn-yellow i {
  color: white;
}

.btn-yellow-no-radius {
  background: #FFC500;
  color: #545859 !important;
}
.btn-yellow-no-radius i {
  color: #545859;
}

.btn-white-txt-yellow {
  background: white !important;
  border-radius: 8px !important;
  color: #FFC500 !important;
  border: 1px solid #FFC500 !important;
  box-sizing: border-box !important;
}
.btn-white-txt-yellow i {
  color: #FFC500 !important;
}

.btn-white-txt-dark {
  background: white !important;
  border-radius: 8px !important;
  color: #919EAB !important;
  border: 1px solid rgba(145, 158, 171, 0.8) !important;
  box-sizing: border-box !important;
}
.btn-white-txt-dark i {
  color: #919EAB !important;
}

.w-150 {
  width: 150px;
}

.form-check.form-check-solid .form-check-input:checked {
  background-color: #FFC500 !important;
}

a {
  color: #FFC500;
}

.btn-link {
  color: #323232;
}
.btn-link i {
  color: #323232;
}

.badge-light-yellow {
  background-color: #FFC500;
  color: white;
}

.badge-light-gray {
  color: #637381;
  background-color: rgba(145, 158, 171, 0.16);
}

.required-error {
  border: solid;
  border-width: 1px;
  border-color: #f1416c;
}

.btn-icon-table {
  background: #D8D8D8;
  border: none;
  /* Remove borders */
  color: #637381;
  /* White text */
  padding: 10px 14px;
  /* Some padding */
  cursor: pointer;
  /* Mouse pointer on hover */
}
.btn-icon-table .fa {
  color: #637381;
}

.image-input-wrapper {
  box-shadow: none !important;
  width: 130px !important;
  border-radius: 50%;
}

.awesome-dropzone {
  height: 216px;
  background: #F4F6F8 !important;
  border: 1px dashed rgba(145, 158, 171, 0.32) !important;
  box-sizing: border-box;
  border-radius: 8px;
  flex: none;
  margin: 5px 0px;
  font-family: "Public Sans", sans-serif;
  font-size: 1.5em;
}
.awesome-dropzone .dz-message {
  margin: 2em 0;
}
.awesome-dropzone .txt-select-file {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #212B36;
  flex: none;
  margin: 8px 0px;
  display: block;
  text-align: left !important;
}
.awesome-dropzone .txt-select-file-second {
  font-size: 14px;
  line-height: 22px;
  color: #637381;
  flex: none;
  margin: 0px 0px;
  display: block;
  text-align: left !important;
}
.awesome-dropzone .browse {
  color: #00AFA0;
  text-decoration-line: underline;
}
.awesome-dropzone small {
  font-size: 12px;
  line-height: 18px;
  color: #929292;
  flex: none;
  margin: 8px 0px;
  display: block;
  text-align: left !important;
}

.card > .card-body {
  padding: 1rem;
}

.sub-content {
  align-items: flex-start;
  padding: 10px;
  background: #F8F8F8;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 8px 0px;
}
.sub-content .sub-content-node {
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px -1px 2px rgba(145, 158, 171, 0.24), 0px 1px 2px rgba(145, 158, 171, 0.24);
  border-radius: 10px;
  margin: 10px 10px;
}
.sub-content .sub-content-node img {
  width: 109px;
  height: 109px;
  border-radius: 5px;
}

.image-input-subcontent {
  display: block !important;
}
.image-input-subcontent .image-input-wrapper {
  height: 90px;
  border: unset !important;
  width: 90px !important;
}

.close-icon {
  cursor: pointer;
}

.form-switch-table {
  display: unset !important;
}

.bd-rd8 {
  border-radius: 8px !important;
}

.card-content {
  background: #FFFFFF !important;
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.24), 0px 16px 32px -4px rgba(145, 158, 171, 0.24) !important;
  border-radius: 10px !important;
}

.dz-message {
  display: inline-flex !important;
}

.nav-link.active, .nav-link:hover:not(.disabled) {
  border-bottom: 1px solid #FF9E0F !important;
  color: #333333 !important;
}

.page-title-row2 {
  display: flex !important;
}

.dataTable > thead {
  background-color: #F8F8F8;
  color: #1D1D1D;
  font-weight: 600;
}

.div-table-search {
  margin-bottom: 10px;
}
.div-table-search .input-group-text {
  background-color: #FFF !important;
  border-color: #F5F8FA;
}

.table-global-search {
  margin-left: 0px !important;
  background-color: #FFF !important;
  border-right: none;
}

#form_modal .modal-title {
  font-size: 20px;
}
#form_modal .modal-header {
  border: none;
  padding: 1rem 1.75rem 0 1.75rem !important;
}
#form_modal .modal-body {
  padding: 0.2rem 1.75rem 0 1.75rem !important;
}
#form_modal .modal-footer {
  border: none;
}

.icon-action {
  width: 12px;
}

.btn-reorder[disabled] {
  background-color: #F8F8F8;
}
.btn-reorder[disabled] i {
  color: #C4CDD5 !important;
}

.form-check-input:checked {
  background-color: #FFC500 !important;
  border-color: #FFC500 !important;
}

.bg-img-responsive {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-fixed.toolbar-fixed .toolbar {
  border-top: none;
}

/*Menu*/
.card-menu .card-header-menu {
  border-bottom: none;
  min-height: 50px !important;
}
.card-menu .card-menu-body {
  padding-top: 0px !important;
}

.tree {
  min-height: 20px;
  margin-bottom: 20px;
}

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}

.tree li::before, .tree li::after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}

.tree li::before {
  border-left: 1px solid #D8D8D8;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}

.tree li::after {
  border-top: 1px solid #D8D8D8;
  height: 20px;
  top: 25px;
  width: 25px;
}

.tree li span:not(.glyphicon) {
  border-radius: 5px;
  display: inline-block;
  padding: 4px 9px;
  text-decoration: none;
}

.tree li.parent_li > span:not(.glyphicon) {
  cursor: pointer;
}

.tree > ul > li::before, .tree > ul > li::after {
  border: 0;
}

.tree li:last-child::before {
  height: 30px;
}

.tree li.parent_li > span:not(.glyphicon):hover, .tree li.parent_li > span:not(.glyphicon):hover + ul li span:not(.glyphicon) {
  background: #eee;
  border: 1px solid #999;
  padding: 3px 8px;
  color: #000;
}

.b-add {
  border: 1px dashed #929292;
}

.b-add > i {
  font-size: 10px;
}

.parent_li > .badge {
  box-sizing: border-box;
  border-radius: 50px !important;
}

.b-action {
  background: #F8F8F8;
  border-radius: 20px !important;
  margin-left: 10px !important;
}

.b-action > i {
  padding-right: 5px;
}

.b-action > i.active {
  color: #FFB100;
}
